|
Ontimize 5.2071EN | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ontimize.gui.BasicInteractionManagerAction
Handles the actions to change the form status in the available modes.
Default implementation of InteractionManagerAction handler.
InteractionManagerAction| Nested Class Summary | |
static class |
BasicInteractionManagerAction.BasicListener
|
static class |
BasicInteractionManagerAction.BasicListenerItem
|
static class |
BasicInteractionManagerAction.BasicMode
Handles the action to change the form status in a mode. |
static class |
BasicInteractionManagerAction.BasicModeAction
Stores a action to change the form fields behaviour. |
| Nested classes inherited from class com.ontimize.gui.InteractionManagerAction |
InteractionManagerAction.Listener, InteractionManagerAction.ListenerItem, InteractionManagerAction.Mode, InteractionManagerAction.ModeAction |
| Field Summary | |
protected static java.util.Properties |
DEFAULT_MODES
|
static java.lang.String |
DEFAULT_MODES_LOCATION
|
static java.lang.String |
DEFAULT_MODES_LOCATION_SYSTEM_PROPERTY_KEY
|
protected InteractionManagerAction.Listener |
listener
|
protected java.util.Map |
modes
Stores the current modes. |
protected static java.lang.String |
SET_PREFFIX
|
| Constructor Summary | |
BasicInteractionManagerAction()
|
|
| Method Summary | |
void |
add(InteractionManagerAction.Mode mode)
|
void |
clear()
|
protected static java.lang.Object |
convertMode(java.lang.Object modeId)
|
protected static void |
error(java.lang.Object[] message)
|
protected static void |
error(java.lang.Throwable t)
|
java.util.List |
getActionList(java.lang.Object modeId)
|
InteractionManagerAction.Listener |
getListener()
Return the available listener handler. |
InteractionManagerAction.Mode |
getMode(java.lang.Object modeId)
|
boolean |
isEmpty()
|
InteractionManagerAction.Mode |
removeMode(java.lang.Object modeId)
|
void |
setListener(InteractionManagerAction.Listener listener)
Set the InteractionManagerAction listener handler. |
void |
setMode(Form form,
int modeId)
Execute the available actions for the given mode in the
given form. |
void |
setMode(Form form,
java.lang.String modeId)
Execute the available actions for the given mode in the
given form. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.lang.String DEFAULT_MODES_LOCATION_SYSTEM_PROPERTY_KEY
public static final java.lang.String DEFAULT_MODES_LOCATION
protected static java.util.Properties DEFAULT_MODES
protected static final java.lang.String SET_PREFFIX
protected java.util.Map modes
Stores the current modes.
protected InteractionManagerAction.Listener listener
| Constructor Detail |
public BasicInteractionManagerAction()
| Method Detail |
protected static java.lang.Object convertMode(java.lang.Object modeId)
protected static void error(java.lang.Throwable t)
protected static void error(java.lang.Object[] message)
public void add(InteractionManagerAction.Mode mode)
add in interface InteractionManagerActionpublic InteractionManagerAction.Mode getMode(java.lang.Object modeId)
getMode in interface InteractionManagerActionpublic java.util.List getActionList(java.lang.Object modeId)
getActionList in interface InteractionManagerActionpublic boolean isEmpty()
isEmpty in interface InteractionManagerActionpublic InteractionManagerAction.Mode removeMode(java.lang.Object modeId)
removeMode in interface InteractionManagerActionpublic void clear()
clear in interface InteractionManagerAction
public void setMode(Form form,
int modeId)
InteractionManagerActionExecute the available actions for the given mode in the
given form.
setMode in interface InteractionManagerActionform - Destination form.
public void setMode(Form form,
java.lang.String modeId)
InteractionManagerActionExecute the available actions for the given mode in the
given form.
setMode in interface InteractionManagerActionform - Destination form.public InteractionManagerAction.Listener getListener()
InteractionManagerActionReturn the available listener handler.
getListener in interface InteractionManagerActionInteractionManagerAction.Listener handler.public void setListener(InteractionManagerAction.Listener listener)
InteractionManagerActionSet the InteractionManagerAction listener handler.
setListener in interface InteractionManagerActionlistener - InteractionManagerAction.Listener handler.public java.lang.String toString()
|
Ontimize | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||