org.mactor.ui.gui.project.editors
Class NodeEditorConfig

java.lang.Object
  extended by org.mactor.ui.gui.project.editors.NodeEditorConfig

public class NodeEditorConfig
extends java.lang.Object


Nested Class Summary
static class NodeEditorConfig.CommandPrototype
           
static class NodeEditorConfig.CommandType
           
 
Constructor Summary
NodeEditorConfig(ProjectNodeType nodeType)
           
 
Method Summary
 NodeEditor createEditor()
           
 java.util.Collection<NodeEditorConfig.CommandType> getCommandTypes()
           
 java.lang.String getEditor()
           
 ProjectNodeType getNodeType()
           
 java.lang.String getTip()
           
 void load(org.dom4j.Element element)
           
 void loadCommandTypes(org.dom4j.Element nodeTypeElement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeEditorConfig

public NodeEditorConfig(ProjectNodeType nodeType)
Method Detail

getCommandTypes

public java.util.Collection<NodeEditorConfig.CommandType> getCommandTypes()

load

public void load(org.dom4j.Element element)

createEditor

public NodeEditor createEditor()
                        throws MactorException
Throws:
MactorException

loadCommandTypes

public void loadCommandTypes(org.dom4j.Element nodeTypeElement)

getEditor

public java.lang.String getEditor()

getNodeType

public ProjectNodeType getNodeType()

getTip

public java.lang.String getTip()


Copyright © 2008. All Rights Reserved.