| Package | Description |
|---|---|
| org.smyld.gui | |
| org.smyld.gui.event | |
| org.smyld.gui.panels | |
| org.smyld.gui.tree |
| Modifier and Type | Method and Description |
|---|---|
GUIAction |
Actions.getAction(String actionID) |
GUIAction |
SMYLDMenuClass.getGUIAction() |
GUIAction |
SMYLDMenuObject.getGUIAction() |
GUIAction |
SMYLDRadioButtonMenuItem.getGUIAction() |
GUIAction |
SMYLDCheckBoxMenuItem.getGUIAction() |
GUIAction |
SMYLDMenu.getGUIAction() |
GUIAction |
SMYLDButton.getGUIAction() |
GUIAction |
SMYLDMenuItem.getGUIAction() |
GUIAction |
ActionHandle.getGUIAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
Actions.addAction(GUIAction newAction) |
void |
Actions.deleteAction(GUIAction action) |
boolean |
Actions.isActionExist(GUIAction targetAction) |
void |
SMYLDDesktopPane.processGUIAction(GUIAction incomingAction) |
void |
SMYLDMDI.processGUIAction(GUIAction newAction) |
void |
SMYLDFrame.processGUIAction(GUIAction incomingAction) |
void |
SMYLDMenuClass.setGUIAction(GUIAction newAction) |
void |
SMYLDMenuObject.setGUIAction(GUIAction newAction) |
void |
SMYLDRadioButtonMenuItem.setGUIAction(GUIAction newAction) |
void |
SMYLDCheckBoxMenuItem.setGUIAction(GUIAction newAction) |
void |
SMYLDMenu.setGUIAction(GUIAction newAction) |
void |
SMYLDMenuItem.setGUIAction(GUIAction newAction) |
| Constructor and Description |
|---|
SMYLDButton(GUIAction action) |
SMYLDButton(GUIAction action,
String ID) |
SMYLDButton(GUIAction action,
String label,
ImageIcon icon) |
SMYLDCheckBoxMenuItem(GUIAction newMenuAction,
String menuID) |
SMYLDMenu(GUIAction newMenuAction,
String menuID) |
SMYLDMenuItem(GUIAction newMenuAction,
String menuID) |
SMYLDRadioButtonMenuItem(GUIAction newMenuAction,
String menuID) |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionHandler.processGUIAction(GUIAction incomingAction) |
| Constructor and Description |
|---|
SMYLDActionListener(ActionHandler Handler,
GUIAction Action) |
| Modifier and Type | Method and Description |
|---|---|
void |
DockableDesktop.doProcessGUIAction(GUIAction incomingAction) |
void |
DockableTemplate.doProcessGUIAction(GUIAction incomingAction) |
void |
DockableTemplate.processGUIAction(GUIAction incomingAction) |
| Modifier and Type | Method and Description |
|---|---|
GUIAction |
SMYLDTreeNode.getGUIAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
SMYLDTreeNode.setGUIAction(GUIAction newAction) |
| Constructor and Description |
|---|
SMYLDTreeNode(GUIAction itemAction) |
SMYLDTreeNode(GUIAction itemAction,
String ID) |
SMYLDTreeNode(GUIAction itemAction,
String ID,
String NodeLabel) |
SMYLDTreeNode(GUIAction itemAction,
String ID,
String NodeLabel,
ImageIcon NodeIcon) |
SMYLDTreeNode(String ID,
ImageIcon NodeIcon,
GUIAction itemAction) |
Copyright © 2019 com.github.mfjamil. All rights reserved.