|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.geeboss.model.editors.EditorsManager
net.sourceforge.geeboss.model.editors.MemoryEditorsManager
public class MemoryEditorsManager
Memory based editors manager in the geeboss application
Constructor Summary | |
---|---|
MemoryEditorsManager(org.apache.avalon.framework.configuration.Configuration configuration,
GeebossContainer container)
Create a MemoryManager given it's configuration |
Method Summary | |
---|---|
EditorHandler |
createEditorHandlerInstance(org.apache.avalon.framework.configuration.Configuration configuration,
GeebossContainer container)
Create an editor handler instance for this manager given the editor's configuration |
MemoryObjectEditorHandler |
getEditorHandler(MemoryObject memoryObject)
Get the editor handler associated to a memory object |
java.util.List<MemoryObjectEditorHandler> |
getEditorHandlers(MemoryValue memoryValue)
Get the editor handlers associated to a memory value |
void |
loadConfiguration(org.apache.avalon.framework.configuration.Configuration configuration,
GeebossContainer container)
Load this EditorsManager's configuration |
Methods inherited from class net.sourceforge.geeboss.model.editors.EditorsManager |
---|
getEditorHandlers, getPedalHandlers |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MemoryEditorsManager(org.apache.avalon.framework.configuration.Configuration configuration, GeebossContainer container) throws org.apache.avalon.framework.configuration.ConfigurationException
configuration
- the configuration objectcontainer
- the geeboss container
org.apache.avalon.framework.configuration.ConfigurationException
Method Detail |
---|
public MemoryObjectEditorHandler getEditorHandler(MemoryObject memoryObject)
memoryObject
- the memory object
public java.util.List<MemoryObjectEditorHandler> getEditorHandlers(MemoryValue memoryValue)
memoryValue
- the memory value
public void loadConfiguration(org.apache.avalon.framework.configuration.Configuration configuration, GeebossContainer container) throws org.apache.avalon.framework.configuration.ConfigurationException
loadConfiguration
in interface LoadConfigurationSupport
loadConfiguration
in class EditorsManager
configuration
- the configuration objectcontainer
- the geeboss container
org.apache.avalon.framework.configuration.ConfigurationException
public EditorHandler createEditorHandlerInstance(org.apache.avalon.framework.configuration.Configuration configuration, GeebossContainer container) throws org.apache.avalon.framework.configuration.ConfigurationException
createEditorHandlerInstance
in class EditorsManager
configuration
- the editor's configuraioncontainer
- the geeboss container
org.apache.avalon.framework.configuration.ConfigurationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |