|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ElementDefinitionUtil.RenameAttributable | |
| com.tensegrity.gui.graphdocument | This package contains the GraphDocument interface, a Factory for creating such documents as well as a definition for a panel which may hold such documents. |
| com.tensegrity.gui.graphdocument.persistence | |
| Uses of ElementDefinitionUtil.RenameAttributable in com.tensegrity.gui.graphdocument |
| Methods in com.tensegrity.gui.graphdocument that return ElementDefinitionUtil.RenameAttributable | |
static ElementDefinitionUtil.RenameAttributable |
ElementDefinitionUtil.checkForMissingFonts(AttributeList list,
AttributeList styles)
Checks, if fonts are used that are not available. |
static ElementDefinitionUtil.RenameAttributable |
ElementDefinitionUtil.checkForMissingRules(RuleRegistry defaultRegistry,
java.util.Map mapRules)
Checks, if rules in the map are not defined in the rule registry. |
static ElementDefinitionUtil.RenameAttributable |
ElementDefinitionUtil.checkForMissingLayoutContexts(java.lang.String[] controllerContexts,
VisualGraphView vgv)
Checks, if elements in the VisualGraphView are using a layout context
that is not defined in the layout controller. |
| Methods in com.tensegrity.gui.graphdocument with parameters of type ElementDefinitionUtil.RenameAttributable | |
static void |
ElementDefinitionUtil.renameMissingFonts(AttributeList list,
AttributeList styles,
ElementDefinitionUtil.RenameAttributable attributable)
Renames the missing fonts according to the given rename attributable |
static void |
ElementDefinitionUtil.renameMissingLayoutContexts(VisualGraphView vgv,
ElementDefinitionUtil.RenameAttributable attributable,
java.lang.String[] controllerContexts)
Renames the missing layout contexts according to the given rename attributable |
| Uses of ElementDefinitionUtil.RenameAttributable in com.tensegrity.gui.graphdocument.persistence |
| Methods in com.tensegrity.gui.graphdocument.persistence with parameters of type ElementDefinitionUtil.RenameAttributable | |
boolean |
GraphDocumentReaderConflictHandler.reassignLayoutContexts(ElementDefinitionUtil.RenameAttributable attributable)
Reassigns missing layout contexts to existing ones. |
boolean |
GraphDocumentReaderConflictHandler.reassignMissingRules(ElementDefinitionUtil.RenameAttributable attributable)
Reassigns missing rules to existing ones. |
boolean |
GraphDocumentReaderConflictHandler.reassignMissingFonts(ElementDefinitionUtil.RenameAttributable attributable)
Reassigns missing fonts to existing ones. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||