WTableDirEditor.actionRefresh() - changed access from private to public

This commit is contained in:
teo_sarca 2008-08-22 13:59:06 +00:00
parent fe1b13f4dd
commit 99bc1413e6
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ ContextMenuListener, IZoomableEditor
return popupMenu;
}
private void actionRefresh()
public void actionRefresh()
{
Object curValue = getValue();
if (lookup != null)