| java.lang.Object org.eclipse.ui.part.DrillFrame
DrillFrame | class DrillFrame (Code) | | |
DrillFrame | public DrillFrame(Object oElement, Object strPropertyName, List vExpansion)(Code) | | Allocates a new DrillFrame.
Parameters: oElement - the tree input element Parameters: strPropertyName - the visible tree property Parameters: vExpansion - the current expansion state of the tree |
equals | public boolean equals(Object obj)(Code) | | Compares two Objects for equality.
Parameters: obj - the reference object with which to compare. true if this object is the same as the objargument; false otherwise. |
getElement | public Object getElement()(Code) | | Returns the input element.
the input element |
getExpansion | public List getExpansion()(Code) | | Returns the expansion state for a tree.
the expansion state for a tree |
getPropertyName | public Object getPropertyName()(Code) | | Returns the property name.
the property name |
|
|