| com.vividsolutions.jump.workbench.ui.EnableableToolBar com.vividsolutions.jump.workbench.ui.WorkbenchToolBar
WorkbenchToolBar | public class WorkbenchToolBar extends EnableableToolBar (Code) | | Makes it easy to add CursorTools and PlugIns as toolbar buttons.
An "EnableCheck" is used to specify whether to enable or disable the
CursorTool buttons. Moreover, CursorTools are added as mutually exclusive
toggle buttons (that is, JToggleButtons in a ButtonGroup). When a CursorTool
button is pressed, the current CursorTool is unregistered and the new one
is registered with the LayerViewPanel.
Set the cursor-tool-enable-check to use context-sensitive enabling of toolbar
buttons.
Set the task-monitor-manager to report the progress of threaded plug-ins.
|
Inner Class :public static class ToolConfig | |
reClickSelectedCursorToolButton | public void reClickSelectedCursorToolButton()(Code) | | |
setCursorToolEnableCheck | public void setCursorToolEnableCheck(EnableCheck cursorToolEnableCheck)(Code) | | |
Fields inherited from com.vividsolutions.jump.workbench.ui.EnableableToolBar | protected HashMap buttonToEnableCheckMap(Code)(Java Doc)
|
|
|