org.jclarion.clarion
Interface ClarionQueueReader

All Known Implementing Classes:
ClarionQueue, SimpleComboQueue, TreeClarionQueue

public interface ClarionQueueReader


Method Summary
 void addListener(ClarionQueueListener cmcl)
           
 int convertQueueIndexToScreenIndex(int v)
           
 int convertScreenIndexToQueueIndex(int v)
           
 ClarionObject[] getRecord(int pos)
           
 boolean[] getSiblingTree(int row, int pos)
           
 ClarionObject getValueAt(int row, int column)
           
 boolean hasChildren(int row, int pos)
           
 int records()
           
 void removeListener(ClarionQueueListener cmcl)
           
 void toggle(int record, int column)
           
 

Method Detail

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.