Class WorkbenchToolBar

  • All Implemented Interfaces:
    ImageObserver, MenuContainer, Serializable, Accessible, SwingConstants

    public class WorkbenchToolBar
    extends EnableableToolBar
    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.

    See Also:
    Serialized Form