org.jclarion.clarion
Interface ClarionQueueReader
- All Known Implementing Classes:
- ClarionQueue, SimpleComboQueue, TreeClarionQueue
public interface ClarionQueueReader
hasChildren
boolean hasChildren(int row,
int pos)
getSiblingTree
boolean[] getSiblingTree(int row,
int pos)
toggle
void toggle(int record,
int column)
removeListener
void removeListener(ClarionQueueListener cmcl)
addListener
void addListener(ClarionQueueListener cmcl)
getRecord
ClarionObject[] getRecord(int pos)
getValueAt
ClarionObject getValueAt(int row,
int column)
records
int records()
convertQueueIndexToScreenIndex
int convertQueueIndexToScreenIndex(int v)
convertScreenIndexToQueueIndex
int convertScreenIndexToQueueIndex(int v)
Copyright © 2010. All Rights Reserved.