Package | Description |
---|---|
charger |
The top level package for the editor.
|
Modifier and Type | Field and Description |
---|---|
protected EditToolbar.Mode |
EditToolbar.mode |
Modifier and Type | Field and Description |
---|---|
private EnumMap<EditToolbar.Mode,JRadioButton> |
EditToolbar.modeMap |
private EnumMap<EditToolbar.Mode,JCheckBoxMenuItem> |
EditToolbar.modeMenuMap |
Modifier and Type | Method and Description |
---|---|
EditToolbar.Mode |
EditToolbar.getMode()
What is the current tool mode?
|
EditToolbar.Mode |
EditToolbar.getMode(JCheckBoxMenuItem item)
Get the mode associated with this menu item.
|
EditToolbar.Mode |
EditToolbar.getMode(JRadioButton button)
Get the mode associated with this button.
|
static EditToolbar.Mode |
EditToolbar.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EditToolbar.Mode[] |
EditToolbar.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EditToolbar.setMode(EditToolbar.Mode m)
Sets the current mode of the toolbar.
|