|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sk.uniba.euromath.editor.widgets.InsertListChooser.State
public class InsertListChooser.State
The state of the chooser.
Field Summary | |
---|---|
InsertList |
insertList
Selected insert list. |
List<QName> |
insertListNames
Selected insertlist as a list of qnames. |
boolean |
insertListSelected
If true then user wishes to insert an insert list. |
String |
text
New textual value of element. |
boolean |
textSelected
If true then user wishes to insert a text. |
Constructor Summary | |
---|---|
InsertListChooser.State()
Creates new snapshot of chooser state. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final boolean textSelected
true
then user wishes to insert a text. Cannot be
true
if insertListSelected
is
true
.
public final boolean insertListSelected
true
then user wishes to insert an insert list.
Cannot be true
if textSelected
is
true
.
public final String text
null
if textSelected
is false
.
public final List<QName> insertListNames
null
if
insertListSelected
is false
.
public final InsertList insertList
null
if
insertListSelected
is false
.
Constructor Detail |
---|
public InsertListChooser.State()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |