JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.higrid
Class SortLabel

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

public class SortLabel
extends Object
implements Serializable

SortLabel is used by SortLabelCellRenderer. Not intended for general use.

See Also:
Serialized Form

Constructor Summary
SortLabel(String label, int direction)
           
 
Method Summary
 int getDirection()
           
 String getLabel()
           
 void setDirection(int direction)
           
 void setLabel(String label)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortLabel

public SortLabel(String label,
                 int direction)
Method Detail

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

getDirection

public int getDirection()

setDirection

public void setDirection(int direction)

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