|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.oddjob.arooa.parsing.ConfigConfigurationSession
public class ConfigConfigurationSession
A ConfigurationSession for an ArooaConfiguration.
This need some work because saving is straight through from editor so this doesn't support modification notifications or the ability to save.
| Constructor Summary | |
|---|---|
ConfigConfigurationSession(ArooaSession session,
ArooaConfiguration configuration)
|
|
| Method Summary | |
|---|---|
void |
addSessionStateListener(SessionStateListener listener)
Add a SessionStateListener listener. |
DragPoint |
dragPointFor(Object component)
Provide a DragPoint for the given component. |
ArooaDescriptor |
getArooaDescriptor()
Get the ArooaDescriptor for editing the configuration. |
boolean |
isModified()
Has the configuration been modified. |
void |
removeSessionStateListener(SessionStateListener listener)
Remove a SessionStateListener listener. |
void |
save()
Save the configuration. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigConfigurationSession(ArooaSession session,
ArooaConfiguration configuration)
| Method Detail |
|---|
public DragPoint dragPointFor(Object component)
ConfigurationSessionDragPoint for the given component.
dragPointFor in interface ConfigurationSessioncomponent - The component.
public boolean isModified()
ConfigurationSession
isModified in interface ConfigurationSessionpublic void addSessionStateListener(SessionStateListener listener)
ConfigurationSessionSessionStateListener listener.
addSessionStateListener in interface ConfigurationSessionlistener - The listener.public void removeSessionStateListener(SessionStateListener listener)
ConfigurationSessionSessionStateListener listener.
removeSessionStateListener in interface ConfigurationSessionlistener - The listener.
public void save()
throws ArooaParseException
ConfigurationSession
save in interface ConfigurationSessionArooaParseExceptionpublic ArooaDescriptor getArooaDescriptor()
ConfigurationSessionArooaDescriptor for editing the configuration.
getArooaDescriptor in interface ConfigurationSession
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||