|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GUIAction | |
edu.ucsb.nceas.morpho.framework | |
edu.ucsb.nceas.morpho.util |
Uses of GUIAction in edu.ucsb.nceas.morpho.framework |
Methods in edu.ucsb.nceas.morpho.framework that return GUIAction | |
static GUIAction |
UIController.getGUIActionCloneUsedByMorphoFrame(GUIAction action,
MorphoFrame frame)
This method can be used if you have the original GUIAction instance and want to get the existing clone of it that was put into a particular MorphoFrame by UIController. |
Methods in edu.ucsb.nceas.morpho.framework with parameters of type GUIAction | |
void |
UIController.addGuiAction(GUIAction action)
Add a menu item and optionally a toolbar button by registering an instance of GUIAction. |
void |
UIController.removeGuiAction(GUIAction action)
Remove a menu item and its toolbar button for a particular instance of GUIAction. |
static MorphoFrame |
UIController.getMorphoFrameContainingGUIAction(GUIAction clone)
return the MorphoFrame that contains the GUIAction clone provided |
static GUIAction |
UIController.getGUIActionCloneUsedByMorphoFrame(GUIAction action,
MorphoFrame frame)
This method can be used if you have the original GUIAction instance and want to get the existing clone of it that was put into a particular MorphoFrame by UIController. |
void |
MorphoFrame.addGuiAction(GUIAction action)
Add a GUIAction to the menu and toolbar for this frame. |
void |
MorphoFrame.removeGuiAction(GUIAction action)
Remove a GUIAction from the menu and toolbar for this frame. |
Uses of GUIAction in edu.ucsb.nceas.morpho.util |
Methods in edu.ucsb.nceas.morpho.util that return GUIAction | |
GUIAction |
GUIAction.cloneAction()
Make a clone of the GUIAction instance. |
GUIAction |
GUIAction.getOriginalAction()
Get the original action from which a clone was made. |
Constructors in edu.ucsb.nceas.morpho.util with parameters of type GUIAction | |
HyperlinkButton(GUIAction action)
Constructor |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |