Generators

Uses of Class
org.topcased.modeler.diagramconfigurator.LayoutType

Packages that use LayoutType
org.topcased.modeler.diagramconfigurator   
org.topcased.modeler.diagramconfigurator.util   
 

Uses of LayoutType in org.topcased.modeler.diagramconfigurator
 

Fields in org.topcased.modeler.diagramconfigurator with type parameters of type LayoutType
static java.util.List<LayoutType> LayoutType.VALUES
          A public read-only list of all the 'Layout Type' enumerators.
 

Methods in org.topcased.modeler.diagramconfigurator that return LayoutType
static LayoutType LayoutType.get(int value)
          Returns the 'Layout Type' literal with the specified integer value.
static LayoutType LayoutType.get(java.lang.String literal)
          Returns the 'Layout Type' literal with the specified literal value.
static LayoutType LayoutType.getByName(java.lang.String name)
          Returns the 'Layout Type' literal with the specified name.
 LayoutType DiagramConfiguration.getLayout()
          Returns the value of the 'Layout' attribute.
 LayoutType NodePartConfiguration.getLayout()
          Returns the value of the 'Layout' attribute.
static LayoutType LayoutType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LayoutType[] LayoutType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.topcased.modeler.diagramconfigurator with parameters of type LayoutType
 void DiagramConfiguration.setLayout(LayoutType value)
          Sets the value of the 'Layout' attribute.
 void NodePartConfiguration.setLayout(LayoutType value)
          Sets the value of the 'Layout' attribute.
 

Uses of LayoutType in org.topcased.modeler.diagramconfigurator.util
 

Methods in org.topcased.modeler.diagramconfigurator.util with parameters of type LayoutType
 boolean DiagramconfiguratorValidator.validateLayoutType(LayoutType layoutType, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


Generators

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.