Uses of Class
daoc.editor.model.nodes.WindowtemplateNode

Packages that use WindowtemplateNode
daoc.editor.model   
daoc.editor.ui.actions   
daoc.editor.ui.panels   
 

Uses of WindowtemplateNode in daoc.editor.model
 

Methods in daoc.editor.model that return WindowtemplateNode
 WindowtemplateNode WindowManager.find(java.lang.String name)
           
 

Methods in daoc.editor.model with parameters of type WindowtemplateNode
 WindowPanel WindowManager.find(WindowtemplateNode n)
           
 

Uses of WindowtemplateNode in daoc.editor.ui.actions
 

Methods in daoc.editor.ui.actions with parameters of type WindowtemplateNode
 void AddControlAction.setNode(WindowtemplateNode n)
           
 void RemoveWindowAction.setNode(WindowtemplateNode n)
           
 

Constructors in daoc.editor.ui.actions with parameters of type WindowtemplateNode
AddControlAction(WindowtemplateNode parent, NodeInfo info)
           
PasteControlAction(WindowtemplateNode node)
           
RemoveWindowAction(WindowtemplateNode node, java.lang.String label)
           
ToggleWindowAction(WindowtemplateNode node)
           
 

Uses of WindowtemplateNode in daoc.editor.ui.panels
 

Methods in daoc.editor.ui.panels that return WindowtemplateNode
 WindowtemplateNode WindowPanel.getNode()
          The model that was used to generate this window.
 

Constructors in daoc.editor.ui.panels with parameters of type WindowtemplateNode
WindowPanel(WindowtemplateNode node)