sk.uniba.euromath.editor.widgets
Class InsertListChooser.State

java.lang.Object
  extended by sk.uniba.euromath.editor.widgets.InsertListChooser.State
Enclosing class:
InsertListChooser

public class InsertListChooser.State
extends Object

The state of the chooser.

Author:
Martin Vysny

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

textSelected

public final boolean textSelected
If true then user wishes to insert a text. Cannot be true if insertListSelected is true.


insertListSelected

public final boolean insertListSelected
If true then user wishes to insert an insert list. Cannot be true if textSelected is true.


text

public final String text
New textual value of element. Sets error if text value is invalid. null if textSelected is false.


insertListNames

public final List<QName> insertListNames
Selected insertlist as a list of qnames. null if insertListSelected is false.


insertList

public final InsertList insertList
Selected insert list. null if insertListSelected is false.

Constructor Detail

InsertListChooser.State

public InsertListChooser.State()
Creates new snapshot of chooser state.



Copyright © 2003-2006 null. All Rights Reserved.