| |
|
| java.awt.AWTEvent com.salmonllc.html.events.TreeExpandContractEvent
TreeExpandContractEvent | public class TreeExpandContractEvent extends java.awt.AWTEvent (Code) | | This object will be created and passed to every TreeExpand or TreeContract event method.
See Also: TreeListener |
Method Summary | |
public int | getHandle() This method returns the handle of the tree item that was expanded or contracted. | public TreeBuffer | getTreeBuffer() This method returns the treeBuffer for the tree control that was clicked. | public boolean | isExpanding() This method returns true if the tree item is expanding and false if it is contracting. |
_isExpanding | boolean _isExpanding(Code) | | |
TreeExpandContractEvent | public TreeExpandContractEvent(Object source, int handle, boolean exp, TreeBuffer tb)(Code) | | This method constructs a new Event.
|
getHandle | public int getHandle()(Code) | | This method returns the handle of the tree item that was expanded or contracted.
|
getTreeBuffer | public TreeBuffer getTreeBuffer()(Code) | | This method returns the treeBuffer for the tree control that was clicked.
|
isExpanding | public boolean isExpanding()(Code) | | This method returns true if the tree item is expanding and false if it is contracting.
|
|
|
|