|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sk.uniba.euromath.editor.widgets.namelist.NameListItemChooser.State<R>
R
- accepts namelists containing this type of
BaseRule
.public static class NameListItemChooser.State<R extends BaseRule>
The state of the widget.
Field Summary | |
---|---|
QName |
qname
qname of selected namelist item or null if no item is
selected. |
R |
rule
Rule for selected item. |
String |
value
The value of the attribute or null if namelist
contains element names. |
Constructor Summary | |
---|---|
NameListItemChooser.State(QName qname,
String value,
R rule)
Constructs new 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 QName qname
null
if no item is
selected.
public final String value
null
if namelist
contains element names.
public final R extends BaseRule rule
Constructor Detail |
---|
public NameListItemChooser.State(QName qname, String value, R rule)
qname
- qname of selected namelist item or null
if no item is selected.value
- the value of the attribute or null
if
namelist contains element names.rule
- rule for selected item.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |