|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionModel | |
com.japisoft.framework.dockable | |
com.japisoft.framework.dockable.action |
Uses of ActionModel in com.japisoft.framework.dockable |
Methods in com.japisoft.framework.dockable that return ActionModel | |
ActionModel |
BasicInnerWindow.getActionModel()
|
ActionModel |
InnerWindowProperties.getActionModel()
|
ActionModel |
JDock.getInnerWindowActionsForId(java.lang.String id)
This method will return null for a wrong id. |
Constructors in com.japisoft.framework.dockable with parameters of type ActionModel | |
InnerWindowProperties(java.lang.String id,
java.lang.String title,
javax.swing.Icon icon,
ActionModel model,
javax.swing.JComponent view,
boolean autoScroll)
|
|
InnerWindowProperties(java.lang.String id,
java.lang.String title,
javax.swing.Icon icon,
ActionModel model,
javax.swing.JComponent view)
|
Uses of ActionModel in com.japisoft.framework.dockable.action |
Classes in com.japisoft.framework.dockable.action that implement ActionModel | |
class |
BasicActionModel
Here a simple implementation for the ActionModel |
Methods in com.japisoft.framework.dockable.action with parameters of type ActionModel | |
static void |
CommonActionManager.fillModelWithCommonActions(BasicInnerWindow panel,
ActionModel am)
Update the model with the following common actions |
static void |
CommonActionManager.fillWindowTitleBar(DockableFrameTitleBar titleBar,
ActionModel am)
Fill the inner window header with buttons from the following action model |
void |
ModelStateListener.modelModified(ActionModel source)
Notify the listener that the model has been modified |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |