Uses of Interface
org.graphdrawing.graphml.DefaultType

Packages that use DefaultType
org.graphdrawing.graphml   
org.graphdrawing.graphml.impl   
org.graphdrawing.graphml.util   
 

Uses of DefaultType in org.graphdrawing.graphml
 

Methods in org.graphdrawing.graphml that return DefaultType
 DefaultType GraphMLFactory.createDefaultType()
          Returns a new object of class 'Default Type'.
 DefaultType DocumentRoot.getDefault()
          Returns the value of the 'Default' containment reference.
 DefaultType KeyType.getDefault()
          Returns the value of the 'Default' containment reference.
 

Methods in org.graphdrawing.graphml with parameters of type DefaultType
 void DocumentRoot.setDefault(DefaultType value)
          Sets the value of the 'Default' containment reference.
 void KeyType.setDefault(DefaultType value)
          Sets the value of the 'Default' containment reference.
 

Uses of DefaultType in org.graphdrawing.graphml.impl
 

Classes in org.graphdrawing.graphml.impl that implement DefaultType
 class DefaultTypeImpl
          An implementation of the model object 'Default Type'.
 

Fields in org.graphdrawing.graphml.impl declared as DefaultType
protected  DefaultType KeyTypeImpl.default_
          The cached value of the 'Default' containment reference.
 

Methods in org.graphdrawing.graphml.impl that return DefaultType
 DefaultType GraphMLFactoryImpl.createDefaultType()
           
 DefaultType DocumentRootImpl.getDefault()
           
 DefaultType KeyTypeImpl.getDefault()
           
 

Methods in org.graphdrawing.graphml.impl with parameters of type DefaultType
 NotificationChain DocumentRootImpl.basicSetDefault(DefaultType newDefault, NotificationChain msgs)
           
 NotificationChain KeyTypeImpl.basicSetDefault(DefaultType newDefault, NotificationChain msgs)
           
 void DocumentRootImpl.setDefault(DefaultType newDefault)
           
 void KeyTypeImpl.setDefault(DefaultType newDefault)
           
 

Uses of DefaultType in org.graphdrawing.graphml.util
 

Methods in org.graphdrawing.graphml.util with parameters of type DefaultType
 T GraphMLSwitch.caseDefaultType(DefaultType object)
          Returns the result of interpreting the object as an instance of 'Default Type'.