|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.klg.jclass.higrid.NodeStatus
The NodeStatus
class packages together some status information
for display by a HiGridNodeRenderer.
Field Summary | |
static byte |
FOLDER_CLOSED
The closed folder state. |
static byte |
FOLDER_COUNT
The number of folder states. |
static byte |
FOLDER_NONE
The no folder state. |
static byte |
FOLDER_OPEN
The opened folder state. |
Constructor Summary | |
NodeStatus(com.klg.jclass.higrid.HiGrid grid,
int status,
Image image)
|
Method Summary | |
com.klg.jclass.higrid.HiGrid |
getGrid()
Retrieves the instance of HiGrid. |
Image |
getImage()
Retrieves the image associated with this node. |
int |
getStatus()
Retrieves the FOLDER_ status for this object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final byte FOLDER_CLOSED
public static final byte FOLDER_OPEN
public static final byte FOLDER_NONE
public static final byte FOLDER_COUNT
Constructor Detail |
public NodeStatus(com.klg.jclass.higrid.HiGrid grid, int status, Image image)
Method Detail |
public com.klg.jclass.higrid.HiGrid getGrid()
public int getStatus()
public Image getImage()
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |