|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.japisoft.framework.dockable.action.CommonActionManager
Here the action model for the common dockable panel actions. This model contains
a set of java.swing.Action
compatible classes implementing too
the DockableAction
interface.
Constructor Summary | |
CommonActionManager()
|
Method Summary | |
static void |
addCommonAction(java.lang.Class a)
Add a common action by its class |
static javax.swing.Action |
buildCommonActionAt(int index,
BasicInnerWindow panel)
|
static void |
fillModelWithCommonActions(BasicInnerWindow panel,
ActionModel am)
Update the model with the following common actions |
static void |
fillWindowTitleBar(DockableFrameTitleBar titleBar,
ActionModel am)
Fill the inner window header with buttons from the following action model |
static java.lang.Class |
getCommonActionAt(int index)
|
static int |
getCommonActionCount()
|
static void |
removeCommonAction(java.lang.Class a)
Remove an action by its class |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CommonActionManager()
Method Detail |
public static void addCommonAction(java.lang.Class a)
public static void removeCommonAction(java.lang.Class a)
public static int getCommonActionCount()
public static java.lang.Class getCommonActionAt(int index)
public static javax.swing.Action buildCommonActionAt(int index, BasicInnerWindow panel)
public static void fillModelWithCommonActions(BasicInnerWindow panel, ActionModel am)
public static void fillWindowTitleBar(DockableFrameTitleBar titleBar, ActionModel am)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |