public class DisplayFieldRefCollection extends XFTCollection
Modifier and Type | Class and Description |
---|---|
class |
DisplayFieldRefCollection.DisplayFieldRefNotFoundException |
class |
DisplayFieldRefCollection.DuplicateDisplayFieldRefException |
Constructor and Description |
---|
DisplayFieldRefCollection() |
Modifier and Type | Method and Description |
---|---|
void |
addDisplayField(DisplayFieldRef df) |
void |
addDisplayFieldWException(DisplayFieldRef df) |
DisplayFieldRef |
getDisplayField(String id) |
Hashtable |
getDisplayFieldRefHash() |
Iterator |
getDisplayFieldRefIterator() |
DisplayFieldRef |
getDisplayFieldWException(String id) |
ArrayList |
getSortedDisplayFieldRefs() |
addStoredItem, addStoredItemWException, allowItemNotFoundError, allowReplacement, getItemHash, getItemIterator, getStoredItem, getStoredItemWException, setAllowItemNotFoundError, setAllowReplacement, size, toString
public DisplayFieldRef getDisplayField(String id) throws DisplayFieldRefCollection.DisplayFieldRefNotFoundException
public void addDisplayField(DisplayFieldRef df) throws DisplayFieldRefCollection.DuplicateDisplayFieldRefException
public DisplayFieldRef getDisplayFieldWException(String id) throws DisplayFieldRefCollection.DisplayFieldRefNotFoundException
public void addDisplayFieldWException(DisplayFieldRef df) throws DisplayFieldRefCollection.DuplicateDisplayFieldRefException
public ArrayList getSortedDisplayFieldRefs()
public Iterator getDisplayFieldRefIterator()
public Hashtable getDisplayFieldRefHash()
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.