|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DockableStateActionFactory
This is an interface for a factory that creates a DockableStateAction
that is used to change the state of a dockable.
Method Summary | |
---|---|
DockableStateAction |
createDockableStateAction(Dockable dockable,
int newDockableState)
Creates the action to change the state of the dockable. |
Method Detail |
---|
DockableStateAction createDockableStateAction(Dockable dockable, int newDockableState)
dockable
- The dockable whose state will be changed by the created action.newDockableState
- The action puts the dockable in this state.
This is an integer constant defined by DockableState
.
java.lang.IllegalArgumentException
- If the given dockable state is not valid.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |