com.groiss.gui.component
Class ColoredDate

java.lang.Object
  extended by com.groiss.gui.component.ColoredDate
All Implemented Interfaces:
Serializable, Comparable

Deprecated. use ComparableComponent

@Deprecated
public class ColoredDate
extends Object
implements Comparable, Serializable

Class for sorting colored dates.

See Also:
Serialized Form

Field Summary
protected  Date date
          Deprecated.  
 
Constructor Summary
ColoredDate(Date d)
          Deprecated.  
 
Method Summary
 int compareTo(Object other)
          Deprecated.  
 Object getComponent()
          Deprecated.  
 Date getDate()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

date

protected Date date
Deprecated. 
Constructor Detail

ColoredDate

public ColoredDate(Date d)
Deprecated. 
Method Detail

getComponent

public Object getComponent()
Deprecated. 

compareTo

public int compareTo(Object other)
Deprecated. 
Specified by:
compareTo in interface Comparable

getDate

public Date getDate()
Deprecated. 


@enterprise 8.0.10078 Copyright © 2001-2011 Groiss Informatics GmbH. All Rights Reserved.