Package | Description |
---|---|
com.sun.electric.tool.user.ui |
Modifier and Type | Class and Description |
---|---|
static class |
ToolBar.EToolBarGeneralMenuButton
Generic tool bar radio button.
|
static class |
ToolBar.SelectModeButton |
Modifier and Type | Field and Description |
---|---|
static ToolBar.EToolBarButton |
ToolBar.expandOneLevelCommand |
static ToolBar.EToolBarButton |
ToolBar.openLibraryCommand |
static ToolBar.EToolBarButton |
ToolBar.preferencesCommand |
static ToolBar.EToolBarButton |
ToolBar.redoCommand |
static ToolBar.EToolBarButton |
ToolBar.saveLibraryCommand |
static ToolBar.EToolBarButton |
ToolBar.undoCommand |
static ToolBar.EToolBarButton |
ToolBar.unexpandOneLevelCommand |
Modifier and Type | Method and Description |
---|---|
static ToolBar.EToolBarButton[] |
ToolBar.getFactoryButtons()
Method to return the "factory default" set of toolbar buttons.
|
static ToolBar.EToolBarButton[] |
ToolBar.getToolbarButtons()
Method to return all of the buttons in the toolbar.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<ToolBar.EToolBarButton> |
ToolBar.getAllButtons()
Method to return a list of all known toolbar buttons.
|
Modifier and Type | Method and Description |
---|---|
static void |
ToolBar.setToolbarButtons(ToolBar.EToolBarButton[] buttons)
Method to change the order of buttons in the toolbar.
|