daoc.editor.model.types
Class ControlTypes

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended bydaoc.editor.model.types.ControlTypes
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class ControlTypes
extends java.util.HashMap

A repository of control information.

See Also:
Serialized Form

Constructor Summary
ControlTypes()
           
 
Method Summary
 void add(java.lang.String label, java.lang.String icon, java.lang.Class controlClass)
           
 NodeInfo[] getControls()
           
 javax.swing.ImageIcon getIconForClass(java.lang.Class c)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

ControlTypes

public ControlTypes()
Method Detail

add

public void add(java.lang.String label,
                java.lang.String icon,
                java.lang.Class controlClass)

getControls

public NodeInfo[] getControls()

getIconForClass

public javax.swing.ImageIcon getIconForClass(java.lang.Class c)