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

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

public class CreateAttributeList.State
extends Object

Current state of the widget.

Author:
Martin Vysny

Field Summary
 List<QName> names
          Names of currently selected attributes.
 List<String> values
          Text values of attributes.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

values

public final List<String> values
Text values of attributes. May be null if there are validity errors on the widget.


names

public final List<QName> names
Names of currently selected attributes. May be null if there are validity errors on the widget.



Copyright © 2003-2006 null. All Rights Reserved.