|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeRule | |
---|---|
sk.uniba.euromath.document.schema | Helps with the document modification. |
sk.uniba.euromath.editor.dialogs | Dialogs |
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 AttributeRule in sk.uniba.euromath.document.schema |
---|
Methods in sk.uniba.euromath.document.schema that return AttributeRule | |
---|---|
AttributeRule |
ElementRule.getAttributeRule(Attr attribute)
Gets attribute rule for given attribute. |
AttributeRule |
DocumentSchema.getAttributeRule(Attr attribute)
Gets attribute rule for given attribute. |
Methods in sk.uniba.euromath.document.schema that return types with arguments of type AttributeRule | |
---|---|
INameList<AttributeRule> |
ElementRule.getInsertableAttributes()
Computes all insertable attributes, that can be inserted into given element. |
List<INameList<AttributeRule>> |
AttributeListRule.getList()
Returns lists of creatable attributes. |
Uses of AttributeRule in sk.uniba.euromath.editor.dialogs |
---|
Methods in sk.uniba.euromath.editor.dialogs that return types with arguments of type AttributeRule | |
---|---|
static WidgetWrapperDialog<NameListItemChooser<AttributeRule>> |
Dialogs.createAttributeCreator(Shell parent,
INameList<AttributeRule> nameList,
XMLAccess xmlAccess,
NamespaceManager nsManager)
Constructs an instance of a dialog, that will be used to create an attribute. |
static WidgetWrapperDialog<NameListItemChooser<AttributeRule>> |
Dialogs.createAttributeEditor(Shell parent,
Attr attr,
AttributeRule rule,
XMLAccess xmlAccess,
NamespaceManager nsManager)
Constructs an instance of a dialog, that will be used to modify an attribute value. |
Methods in sk.uniba.euromath.editor.dialogs with parameters of type AttributeRule | |
---|---|
static WidgetWrapperDialog<NameListItemChooser<AttributeRule>> |
Dialogs.createAttributeEditor(Shell parent,
Attr attr,
AttributeRule rule,
XMLAccess xmlAccess,
NamespaceManager nsManager)
Constructs an instance of a dialog, that will be used to modify an attribute value. |
Method parameters in sk.uniba.euromath.editor.dialogs with type arguments of type AttributeRule | |
---|---|
static WidgetWrapperDialog<NameListItemChooser<AttributeRule>> |
Dialogs.createAttributeCreator(Shell parent,
INameList<AttributeRule> nameList,
XMLAccess xmlAccess,
NamespaceManager nsManager)
Constructs an instance of a dialog, that will be used to create an attribute. |
Uses of AttributeRule in sk.uniba.euromath.editor.widgets.namelist |
---|
Fields in sk.uniba.euromath.editor.widgets.namelist declared as AttributeRule | |
---|---|
protected AttributeRule |
SingleAttributeDNL.rule
Represents this single rule. |
Methods in sk.uniba.euromath.editor.widgets.namelist that return AttributeRule | |
---|---|
AttributeRule |
SingleAttributeDNL.getRule(int i)
|
Methods in sk.uniba.euromath.editor.widgets.namelist that return types with arguments of type AttributeRule | |
---|---|
static NameListItemChooser<AttributeRule> |
NameListItemChooser.createAttributeCreator(Composite parent,
INameList<AttributeRule> nameList,
XMLAccess xmlAccess,
NamespaceManager nsManager)
Constructs an instance of the component, that will be used to create an attribute. |
static NameListItemChooser<AttributeRule> |
NameListItemChooser.createAttributeEditor(Composite parent,
Attr attr,
AttributeRule rule,
XMLAccess xmlAccess,
NamespaceManager nsManager)
Constructs an instance of the component, that will be using for edit an attribute value. |
Methods in sk.uniba.euromath.editor.widgets.namelist with parameters of type AttributeRule | |
---|---|
static NameListItemChooser<AttributeRule> |
NameListItemChooser.createAttributeEditor(Composite parent,
Attr attr,
AttributeRule rule,
XMLAccess xmlAccess,
NamespaceManager nsManager)
Constructs an instance of the component, that will be using for edit an attribute value. |
Method parameters in sk.uniba.euromath.editor.widgets.namelist with type arguments of type AttributeRule | |
---|---|
static NameListItemChooser<AttributeRule> |
NameListItemChooser.createAttributeCreator(Composite parent,
INameList<AttributeRule> nameList,
XMLAccess xmlAccess,
NamespaceManager nsManager)
Constructs an instance of the component, that will be used to create an attribute. |
Constructors in sk.uniba.euromath.editor.widgets.namelist with parameters of type AttributeRule | |
---|---|
SingleAttributeDNL(Attr attr,
AttributeRule rule)
Constructs object representing given attribute and its rule only. |
|
SingleAttributeDNL(QName attrName,
AttributeRule rule,
String localNamespaceUri)
Constructs object representing given attribute and its rule only. |
Uses of AttributeRule in sk.uniba.euromath.editor.wizards.document |
---|
Methods in sk.uniba.euromath.editor.wizards.document that return types with arguments of type AttributeRule | |
---|---|
INameListItemChooserFactory<AttributeRule> |
NameListChooserFactories.insertNewAttribute(Element e)
Creates list of attribute names that are insertable into given element. |
INameListItemChooserFactory<AttributeRule> |
NameListChooserFactories.modifyAttribute(Attr attr)
Creates factory producing component that modifies existing attribute name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |