|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IValueRule | |
---|---|
sk.uniba.euromath.document.schema | Helps with the document modification. |
sk.uniba.euromath.document.schema.impl.export | Encapsulates and adapts internal structures onto schema API interfaces. |
sk.uniba.euromath.document.schema.impl.tools | Tools. |
sk.uniba.euromath.document.schema.plug | Interfaces that must be implemented in order to be able to be provided by the SchemaPool object. |
sk.uniba.euromath.editor.widgets | Reusable GUI widgets. |
sk.uniba.euromath.editor.wizards.document | Reusable GUI wizards, that serves for document modification. |
Uses of IValueRule in sk.uniba.euromath.document.schema |
---|
Methods in sk.uniba.euromath.document.schema that return IValueRule | |
---|---|
IValueRule |
NewElementRule.getNewTextRule(Element e)
Computes and returns value rule, that can be inserted into context element. |
IValueRule |
ElementRule.getValueRule()
Gets text acceptor, that checks valid text values for given element. |
Uses of IValueRule in sk.uniba.euromath.document.schema.impl.export |
---|
Classes in sk.uniba.euromath.document.schema.impl.export that implement IValueRule | |
---|---|
class |
AttributeRuleImpl
Implements the AttributeRule interface. |
Methods in sk.uniba.euromath.document.schema.impl.export that return IValueRule | |
---|---|
IValueRule |
NewElementRuleImpl.getNewTextRule(Element e)
|
IValueRule |
ElementRuleImpl.getValueRule()
|
Uses of IValueRule in sk.uniba.euromath.document.schema.impl.tools |
---|
Fields in sk.uniba.euromath.document.schema.impl.tools declared as IValueRule | |
---|---|
static IValueRule |
TextValueGetter.ANY_STRING
Acceptor, that accepts any string. |
static IValueRule |
TextValueGetter.EMPTY_STRING
Acceptor, that accepts nothing except empty string. |
static IValueRule |
TextValueGetter.NOTHING
Accepts no string. |
Methods in sk.uniba.euromath.document.schema.impl.tools that return IValueRule | |
---|---|
IValueRule |
TextValueGetter.getValueRule(com.sun.msv.grammar.Expression exp)
Returns value rule, that accepts text (without elements), that is accepted by exp. |
IValueRule |
TextValueGetter.getValueRule(Set<? extends com.sun.msv.grammar.Expression> exps)
Returns value rule, that accepts text (without elements), that is accepted by at least one of exp. |
Uses of IValueRule in sk.uniba.euromath.document.schema.plug |
---|
Subinterfaces of IValueRule in sk.uniba.euromath.document.schema.plug | |
---|---|
interface |
IAttributeRuleP
Represents rule for attribute. |
Methods in sk.uniba.euromath.document.schema.plug that return IValueRule | |
---|---|
IValueRule |
INewElementRuleP.getNewTextRule(Element e)
Computes and returns value rule, that can be inserted into context element. |
IValueRule |
IElementRuleP.getValueRule()
Gets text acceptor, that checks valid text values for given element. |
Uses of IValueRule in sk.uniba.euromath.editor.widgets |
---|
Fields in sk.uniba.euromath.editor.widgets declared as IValueRule | |
---|---|
protected IValueRule |
InsertListChooser.textRule
User may choose to enter text contents of an element instead. |
Constructors in sk.uniba.euromath.editor.widgets with parameters of type IValueRule | |
---|---|
InsertListChooser(Composite parent,
XMLAccess xmlAccess,
List<InsertList> insertLists,
NamespaceManager nsManager,
String parentName,
IValueRule textRule)
Creates an instance of the window. |
Uses of IValueRule in sk.uniba.euromath.editor.wizards.document |
---|
Fields in sk.uniba.euromath.editor.wizards.document declared as IValueRule | |
---|---|
protected IValueRule |
InsertListChooserWizardPage.textRule
User may choose to enter text contents of an element instead. |
Constructors in sk.uniba.euromath.editor.wizards.document with parameters of type IValueRule | |
---|---|
InsertListChooserWizard(XMLAccess xmlAccess,
List<InsertList> insertLists,
NamespaceManager nsManager,
String parentName,
IValueRule textRule,
String name)
The constructor. |
|
InsertListChooserWizardPage(XMLAccess xmlAccess,
List<InsertList> insertLists,
NamespaceManager nsManager,
String parentName,
IValueRule textRule,
String title)
The constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |