|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use UICAction | |
| uic.model | Provides model classes for Swing GUIs. |
| Uses of UICAction in uic.model |
| Subclasses of UICAction in uic.model | |
class |
UICToggleAction
An toggle action to add the concept of 'selected'. |
| Methods in uic.model with parameters of type UICAction | |
void |
ActionFactory.addAction(UICAction action)
|
JComponent |
ActionFactory.createButton(UICAction action)
|
static JComponent |
ActionFactory.createButton(UICAction action,
TranslationInterface translator)
|
static JComponent |
ActionFactory.createButton(UICAction action,
TranslationInterface translator,
IconFactory iconFactory)
|
JComponent |
ActionFactory.createMenuItem(UICAction action)
|
static JComponent |
ActionFactory.createMenuItem(UICAction action,
TranslationInterface translator)
|
static JComponent |
ActionFactory.createMenuItem(UICAction action,
TranslationInterface translator,
IconFactory iconFactory)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||