gate.gui
Class OntologyEditor.DetailsGroup
java.lang.Object
gate.gui.OntologyEditor.DetailsGroup
- Enclosing class:
- OntologyEditor
protected static class OntologyEditor.DetailsGroup
- extends Object
An object that holds one type of details (i.e. the super classes, or the
properties) of an ontology item (class or instance).
- Author:
- Valentin Tablan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OntologyEditor.DetailsGroup
public OntologyEditor.DetailsGroup(String name,
boolean expanded,
Collection values)
getName
public String getName()
isExpanded
public boolean isExpanded()
- Returns:
- Returns the expanded.
setExpanded
public void setExpanded(boolean expanded)
- Parameters:
expanded
- The expanded to set.
setName
public void setName(String name)
- Parameters:
name
- The name to set.
getSize
public int getSize()
getValueAt
public Object getValueAt(int index)
getValues
public List getValues()
- Returns:
- Returns the values.
setValues
public void setValues(List values)
- Parameters:
values
- The values to set.