|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object endrov.roi.window.ROITreeElement
public class ROITreeElement
Holder of ROIs in a tree
Field Summary | |
---|---|
EvContainer |
e
|
ROITreeElement |
parent
|
Constructor Summary | |
---|---|
ROITreeElement(ROITreeModel model,
EvContainer e,
ROITreeElement parent)
|
Method Summary | |
---|---|
javax.swing.tree.TreePath |
getPath()
Get path to this element |
ROI |
getROI()
Get ROI if it is a ROI, otherwise null |
java.util.Vector<ROI> |
getROIChildren()
Get all children ROIs |
boolean |
isLeaf()
Are there ROIs in this container? should it always return true if it is a container? |
java.lang.String |
toString()
Description in tree |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public EvContainer e
public final ROITreeElement parent
Constructor Detail |
---|
public ROITreeElement(ROITreeModel model, EvContainer e, ROITreeElement parent)
Method Detail |
---|
public javax.swing.tree.TreePath getPath()
public java.util.Vector<ROI> getROIChildren()
public ROI getROI()
public boolean isLeaf()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |