NASA World Wind

gov.nasa.worldwind.applications.gio.esg
Class ESGResultListNode

java.lang.Object
  extended by gov.nasa.worldwind.applications.gio.catalogui.treetable.AbstractTreeTableNode
      extended by gov.nasa.worldwind.applications.gio.esg.ESGResultListNode
All Implemented Interfaces:
TreeTableNode

public class ESGResultListNode
extends AbstractTreeTableNode


Constructor Summary
ESGResultListNode(ResultList resultList)
           
 
Method Summary
 String getSortKey()
           
 Object getValue(String key)
           
 boolean isSortChildren()
           
 void setSortChildren(boolean sortChildren)
           
 void setSortKey(String sortKey)
           
 void update()
           
 
Methods inherited from class gov.nasa.worldwind.applications.gio.catalogui.treetable.AbstractTreeTableNode
getChildAt, getChildCount, getChildren, getIndex, getParent, isAllowsChildren, isLeaf, setAllowsChildren, setChildren, setLeaf, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ESGResultListNode

public ESGResultListNode(ResultList resultList)
Method Detail

getSortKey

public String getSortKey()

getValue

public Object getValue(String key)

isSortChildren

public boolean isSortChildren()

setSortChildren

public void setSortChildren(boolean sortChildren)

setSortKey

public void setSortKey(String sortKey)

update

public void update()
Overrides:
update in class AbstractTreeTableNode

NASA World Wind