JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.table
Class JCCellLayout.Run

java.lang.Object
  |
  +--com.klg.jclass.table.JCCellLayout.Run
All Implemented Interfaces:
Serializable
Enclosing class:
JCCellLayout

public class JCCellLayout.Run
extends Object
implements Serializable

A Run is a series of items with the same value. The start and end items are indexes into the run, that are inclusive.

See Also:
Serialized Form

Field Summary
protected  int end
           
protected  int start
           
protected  int value
           
 
Constructor Summary
JCCellLayout.Run(int start, int end, int value)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

value

protected int value

start

protected int start

end

protected int end
Constructor Detail

JCCellLayout.Run

public JCCellLayout.Run(int start,
                        int end,
                        int value)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

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