daoc.editor.model.types
Class AssetTypes

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byjava.util.ArrayList
              extended bydaoc.editor.model.types.AssetTypes
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, java.util.List, java.util.RandomAccess, java.io.Serializable

public class AssetTypes
extends java.util.ArrayList

A repository of control information.

See Also:
Serialized Form

Constructor Summary
AssetTypes()
           
 
Method Summary
 void add(java.lang.String label, java.lang.String icon, java.lang.Class controlClass)
           
 NodeInfo[] getAssets()
           
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, remove, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, remove, removeAll, retainAll, subList
 

Constructor Detail

AssetTypes

public AssetTypes()
Method Detail

add

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

getAssets

public NodeInfo[] getAssets()