|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.geeboss.model.editors.EditorsManager
public abstract class EditorsManager
Base class for editors managers in the geeboss application
| Constructor Summary | |
|---|---|
EditorsManager(org.apache.avalon.framework.configuration.Configuration configuration,
GeebossContainer container)
Create a MemoryManager given it's configuration |
|
| Method Summary | |
|---|---|
abstract EditorHandler |
createEditorHandlerInstance(org.apache.avalon.framework.configuration.Configuration configuration,
GeebossContainer container)
Create an editor handler instance for this manager given the editor's configuration |
EditorHandler[] |
getEditorHandlers()
Returns all handlers |
EditorHandler[] |
getPedalHandlers()
Returns all the pedal handlers |
void |
loadConfiguration(org.apache.avalon.framework.configuration.Configuration configuration,
GeebossContainer container)
Load this EditorsManager's configuration |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EditorsManager(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 EditorHandler[] getPedalHandlers()
public EditorHandler[] getEditorHandlers()
public abstract EditorHandler createEditorHandlerInstance(org.apache.avalon.framework.configuration.Configuration configuration,
GeebossContainer container)
throws org.apache.avalon.framework.configuration.ConfigurationException
configuration - the editor's configuraioncontainer - the geeboss container
org.apache.avalon.framework.configuration.ConfigurationException
public void loadConfiguration(org.apache.avalon.framework.configuration.Configuration configuration,
GeebossContainer container)
throws org.apache.avalon.framework.configuration.ConfigurationException
loadConfiguration in interface LoadConfigurationSupportconfiguration - the configuration objectcontainer - 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 | |||||||||