|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseRule | |
---|---|
sk.uniba.euromath.document.schema | Helps with the document modification. |
sk.uniba.euromath.editor.widgets.namelist | Providers that provides a list of qnames to widgets. |
sk.uniba.euromath.editor.wizards.document | Reusable GUI wizards, that serves for document modification. |
Uses of BaseRule in sk.uniba.euromath.document.schema |
---|
Classes in sk.uniba.euromath.document.schema with type parameters of type BaseRule | |
---|---|
interface |
INameList<T extends BaseRule>
Maintains list of all creatable elements/attributes. |
class |
NameListCustom<T extends BaseRule,P extends IBaseRuleP>
Maintains list of all creatable elements/attributes. |
Subclasses of BaseRule in sk.uniba.euromath.document.schema | |
---|---|
class |
AttributeRule
Wraps the IAttributeRuleP instance. |
class |
NewElementRule
Represents rule for one element (the context element), that is being created. |
Methods in sk.uniba.euromath.document.schema that return BaseRule | |
---|---|
static BaseRule |
BaseRule.valueOf(IBaseRuleP rule)
Converts the BaseRuleP instance into appropriate
BaseRule instance. |
Uses of BaseRule in sk.uniba.euromath.editor.widgets.namelist |
---|
Classes in sk.uniba.euromath.editor.widgets.namelist with type parameters of type BaseRule | |
---|---|
class |
DisplayableNameList<R extends BaseRule>
Represents the displayable name list. |
class |
DisplayableNameListImpl<R extends BaseRule>
Represents the NameList object as a set of strings. |
class |
NameListItemChooser<R extends BaseRule>
Allows the user to pick one item from given namelist. |
static class |
NameListItemChooser.State<R extends BaseRule>
The state of the widget. |
Fields in sk.uniba.euromath.editor.widgets.namelist declared as BaseRule | |
---|---|
protected R |
NameListItemChooser._selectedRule
Valid after the component is disposed. |
R |
NameListItemChooser.State.rule
Rule for selected item. |
Uses of BaseRule in sk.uniba.euromath.editor.wizards.document |
---|
Classes in sk.uniba.euromath.editor.wizards.document with type parameters of type BaseRule | |
---|---|
interface |
INameListItemChooserFactory<R extends BaseRule>
Creates instances of NameListItemChooser on demand. |
class |
NameListItemChooserWizardPage<R extends BaseRule>
Allows user to choose one item from given namelist. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |