Package | Description |
---|---|
com.sun.electric.tool.user.dialogs | |
com.sun.electric.tool.user.menus | |
com.sun.electric.tool.user.ui |
Constructor and Description |
---|
EditKeyBinding(EMenuItem item,
EMenuBar menuBar,
java.awt.Frame parent,
boolean modal)
Creates new form EditKeyBinding.
|
Modifier and Type | Class and Description |
---|---|
class |
EMenu
Generic Electric menu.
|
class |
EMenuBar
EMenuBar is a menu bar template.
|
static class |
EMenuItem.CheckBox
A subclass of EMenuItem to represent toggle button.
|
Modifier and Type | Field and Description |
---|---|
static EMenuItem[] |
EMenuItem.NULL_ARRAY |
static EMenuItem |
EMenuItem.SEPARATOR
A constant to represent separator in menus.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EMenuItem> |
EMenu.getItems()
Returns unmodifiebale list of menu items.
|
Modifier and Type | Method and Description |
---|---|
void |
EMenuBar.addUserKeyBinding(EMenuItem item,
javax.swing.KeyStroke stroke,
javax.swing.KeyStroke prefixStroke)
Add a user defined Key binding.
|
KeyBindings |
EMenuBar.getKeyBindings(EMenuItem item)
Get the key bindings for the menu item.
|
void |
EMenuBar.resetKeyBindings(EMenuItem item)
Sets
item |
Modifier and Type | Method and Description |
---|---|
void |
EMenu.setDynamicItems(java.util.List<? extends EMenuItem> dynamicItems) |
Constructor and Description |
---|
EMenu(java.lang.String text,
EMenuItem... items) |
Constructor and Description |
---|
EMenu(java.lang.String text,
java.util.List<EMenuItem> itemsList) |
Modifier and Type | Class and Description |
---|---|
static class |
ToolBar.EToolBarButton
Generic tool bar button.
|
static class |
ToolBar.EToolBarGeneralMenuButton
Generic tool bar radio button.
|
static class |
ToolBar.SelectModeButton |
Constructor and Description |
---|
ToolBar.EToolBarGeneralMenuButton(java.lang.String text,
java.lang.String iconName,
java.lang.String menuName,
EMenuItem item) |