|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrefsTuple | |
com.ice.config.editor | |
com.ice.pref |
Uses of PrefsTuple in com.ice.config.editor |
Methods in com.ice.config.editor with parameters of type PrefsTuple | |
void |
ConfigTupleTableEditor.TupleTableModel.insertElement(PrefsTuple tup,
int row)
|
void |
ConfigTupleTableEditor.TupleTableModel.appendElement(PrefsTuple tup)
|
Uses of PrefsTuple in com.ice.pref |
Methods in com.ice.pref that return PrefsTuple | |
PrefsTuple |
PrefsTupleTable.getTuple(java.lang.String key)
|
PrefsTuple |
PrefsTupleTable.getTupleAt(int idx)
|
PrefsTuple |
PrefsTupleTable.setTupleAt(PrefsTuple tup,
int idx)
|
Methods in com.ice.pref with parameters of type PrefsTuple | |
PrefsTuple |
PrefsTupleTable.setTupleAt(PrefsTuple tup,
int idx)
|
void |
PrefsTupleTable.removeTuple(PrefsTuple tup)
|
void |
PrefsTupleTable.insertTupleAt(PrefsTuple tup,
int idx)
|
void |
PrefsTupleTable.appendTuple(PrefsTuple tup)
|
void |
PrefsTupleTable.putTuple(PrefsTuple tuple)
|
boolean |
PrefsTuple.equals(PrefsTuple that)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |