|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.rosuda.ibase.Notifier
org.rosuda.ibase.SCatSequence
public class SCatSequence
| Constructor Summary | |
|---|---|
SCatSequence(SVar var)
|
|
SCatSequence(SVar var,
Object theOwner,
boolean notifyVariable)
|
|
| Method Summary | |
|---|---|
int |
catAtPos(int id)
returns the category ID at position pos |
Object |
getOwner()
|
boolean |
moveCatAtPosTo(int p1,
int p2)
|
int |
posOfCat(int id)
returns the position of the category id |
void |
reset()
|
void |
setNotifyVarOnChange(boolean noc)
|
int |
size()
|
boolean |
swapCats(int c1,
int c2)
|
boolean |
swapCatsAtPositions(int p1,
int p2)
|
String |
toString()
|
| Methods inherited from class org.rosuda.ibase.Notifier |
|---|
addDepend, beginBatch, delDepend, endBatch, NotifyAll, NotifyAll, NotifyAll, NotifyAll, startCascadedNotifyAll |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SCatSequence(SVar var,
Object theOwner,
boolean notifyVariable)
public SCatSequence(SVar var)
| Method Detail |
|---|
public void setNotifyVarOnChange(boolean noc)
public Object getOwner()
public int size()
public int catAtPos(int id)
public int posOfCat(int id)
public void reset()
public boolean swapCatsAtPositions(int p1,
int p2)
public boolean swapCats(int c1,
int c2)
public boolean moveCatAtPosTo(int p1,
int p2)
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||