com.splunk.examples.explorer
Class PropertyList

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<PropertyInfo>
              extended by com.splunk.examples.explorer.PropertyList
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<PropertyInfo>, java.util.Collection<PropertyInfo>, java.util.List<PropertyInfo>, java.util.RandomAccess

public class PropertyList
extends java.util.ArrayList<PropertyInfo>

See Also:
Serialized Form

Constructor Summary
PropertyList()
           
 
Method Summary
 void add(java.lang.Class datatype, java.lang.String getter)
           
 void add(java.lang.Class datatype, java.lang.String getter, java.lang.String setter)
           
 org.openide.nodes.Sheet createSheet(java.lang.Object object)
           
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, 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, 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, removeAll, retainAll, subList
 

Constructor Detail

PropertyList

public PropertyList()
Method Detail

add

public void add(java.lang.Class datatype,
                java.lang.String getter)

add

public void add(java.lang.Class datatype,
                java.lang.String getter,
                java.lang.String setter)

createSheet

public org.openide.nodes.Sheet createSheet(java.lang.Object object)