| javax.swing.JDialog com.vividsolutions.jump.workbench.ui.toolbox.ToolboxDialog
ToolboxDialog | public class ToolboxDialog extends JDialog (Code) | | An always-on-top modeless dialog with a WorkbenchToolBar (for CursorTools,
PlugIns, and other buttons). Takes care of unpressing the CursorTools (if
necessary) when the dialog is closed (and pressing the first CursorTool on
the main toolbar).
|
addToolBar | public void addToolBar()(Code) | | |
finishAddingComponents | public void finishAddingComponents()(Code) | | Call this method after all the CursorTools have been added.
|
setVisible | public void setVisible(boolean visible)(Code) | | |
updateEnabledState | public void updateEnabledState()(Code) | | |
|
|