org.riotfamily.riot.editor.ui
Class EditorReference

java.lang.Object
  extended by org.riotfamily.riot.editor.ui.EditorReference

public class EditorReference
extends Object


Constructor Summary
EditorReference()
           
 
Method Summary
 Object getBean()
           
 String getDescription()
           
 String getEditorId()
           
 String getEditorType()
           
 String getEditorUrl()
           
 String getIcon()
           
 String getLabel()
           
 String getObjectId()
           
 EditorReference getParent()
           
 EditorReference getRoot()
           
 String getTargetWindow()
           
 boolean isEnabled()
           
 void setBean(Object bean)
           
 void setDescription(String description)
           
 void setEditorId(String editorId)
           
 void setEditorType(String editorType)
           
 void setEditorUrl(String editorUrl)
           
 void setEnabled(boolean enabled)
           
 void setIcon(String icon)
           
 void setLabel(String label)
           
 void setObjectId(String objectId)
           
 void setParent(EditorReference parent)
           
 void setTargetWindow(String targetWindow)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EditorReference

public EditorReference()
Method Detail

getParent

public EditorReference getParent()

setParent

public void setParent(EditorReference parent)

getRoot

public EditorReference getRoot()

isEnabled

public boolean isEnabled()

setEnabled

public void setEnabled(boolean enabled)

getBean

public Object getBean()

setBean

public void setBean(Object bean)

getEditorId

public String getEditorId()

setEditorId

public void setEditorId(String editorId)

getEditorUrl

public String getEditorUrl()

setEditorUrl

public void setEditorUrl(String editorUrl)

getTargetWindow

public String getTargetWindow()

setTargetWindow

public void setTargetWindow(String targetWindow)

getEditorType

public String getEditorType()

setEditorType

public void setEditorType(String editorType)

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getIcon

public String getIcon()

setIcon

public void setIcon(String icon)

getObjectId

public String getObjectId()

setObjectId

public void setObjectId(String objectId)

toString

public String toString()
Overrides:
toString in class Object