JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.higrid
Class NodeStatus

java.lang.Object
  |
  +--com.klg.jclass.higrid.NodeStatus
All Implemented Interfaces:
Serializable

public class NodeStatus
extends Object
implements Serializable

The NodeStatus class packages together some status information for display by a HiGridNodeRenderer.

See Also:
Serialized Form

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

FOLDER_CLOSED

public static final byte FOLDER_CLOSED
The closed folder state.

See Also:
Constant Field Values

FOLDER_OPEN

public static final byte FOLDER_OPEN
The opened folder state.

See Also:
Constant Field Values

FOLDER_NONE

public static final byte FOLDER_NONE
The no folder state.

See Also:
Constant Field Values

FOLDER_COUNT

public static final byte FOLDER_COUNT
The number of folder states.

See Also:
Constant Field Values
Constructor Detail

NodeStatus

public NodeStatus(com.klg.jclass.higrid.HiGrid grid,
                  int status,
                  Image image)
Method Detail

getGrid

public com.klg.jclass.higrid.HiGrid getGrid()
Retrieves the instance of HiGrid.

Returns:
the instance of HiGrid

getStatus

public int getStatus()
Retrieves the FOLDER_ status for this object.

Returns:
the FOLDER_ status for this object.

getImage

public Image getImage()
Retrieves the image associated with this node.

Returns:
the image associated with this node.

Copyright © 2004 Quest Software Inc..
All rights reserved.