org.jclarion.clarion.swing
Class ClarionQueueTableCell

java.lang.Object
  extended by org.jclarion.clarion.swing.ClarionQueueTableCell

public class ClarionQueueTableCell
extends java.lang.Object


Constructor Summary
ClarionQueueTableCell(ClarionQueueReader queue, int record, ListColumn column, ClarionObject[] row)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 ListColumn getColumn()
           
 ClarionObject[] getRow()
           
 boolean[] getSiblingTree(int pos)
           
 ClarionObject getValue(int offset)
           
 void handleMouseEvent(java.awt.event.MouseEvent e, int x, int y, int width, int height)
           
 boolean hasChildren(int pos)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClarionQueueTableCell

public ClarionQueueTableCell(ClarionQueueReader queue,
                             int record,
                             ListColumn column,
                             ClarionObject[] row)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getColumn

public ListColumn getColumn()

getValue

public ClarionObject getValue(int offset)

hasChildren

public boolean hasChildren(int pos)

getRow

public ClarionObject[] getRow()

getSiblingTree

public boolean[] getSiblingTree(int pos)

handleMouseEvent

public void handleMouseEvent(java.awt.event.MouseEvent e,
                             int x,
                             int y,
                             int width,
                             int height)

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object


Copyright © 2010. All Rights Reserved.