Generators

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

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

Uses of ResizableType in org.topcased.modeler.diagramconfigurator
 

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

Methods in org.topcased.modeler.diagramconfigurator that return ResizableType
static ResizableType ResizableType.get(int value)
          Returns the 'Resizable Type' literal with the specified integer value.
static ResizableType ResizableType.get(java.lang.String literal)
          Returns the 'Resizable Type' literal with the specified literal value.
static ResizableType ResizableType.getByName(java.lang.String name)
          Returns the 'Resizable Type' literal with the specified name.
 ResizableType NodePartConfiguration.getResizing()
          Returns the value of the 'Resizing' attribute.
static ResizableType ResizableType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ResizableType[] ResizableType.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 ResizableType
 void NodePartConfiguration.setResizing(ResizableType value)
          Sets the value of the 'Resizing' attribute.
 

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

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


Generators

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