Uses of Interface
org.ptolemy.moml.DisplayType

Packages that use DisplayType
org.ptolemy.moml   
org.ptolemy.moml.impl   
org.ptolemy.moml.util   
 

Uses of DisplayType in org.ptolemy.moml
 

Methods in org.ptolemy.moml that return DisplayType
 DisplayType MomlFactory.createDisplayType()
          Returns a new object of class 'Display Type'.
 DisplayType DocumentRoot.getDisplay()
          Returns the value of the 'Display' containment reference.
 

Methods in org.ptolemy.moml that return types with arguments of type DisplayType
 EList<DisplayType> ClassType.getDisplay()
          Returns the value of the 'Display' containment reference list.
 EList<DisplayType> EntityType.getDisplay()
          Returns the value of the 'Display' containment reference list.
 

Methods in org.ptolemy.moml with parameters of type DisplayType
 void DocumentRoot.setDisplay(DisplayType value)
          Sets the value of the 'Display' containment reference.
 

Uses of DisplayType in org.ptolemy.moml.impl
 

Classes in org.ptolemy.moml.impl that implement DisplayType
 class DisplayTypeImpl
          An implementation of the model object 'Display Type'.
 

Methods in org.ptolemy.moml.impl that return DisplayType
 DisplayType MomlFactoryImpl.createDisplayType()
           
 DisplayType DocumentRootImpl.getDisplay()
           
 

Methods in org.ptolemy.moml.impl that return types with arguments of type DisplayType
 EList<DisplayType> ClassTypeImpl.getDisplay()
           
 EList<DisplayType> EntityTypeImpl.getDisplay()
           
 

Methods in org.ptolemy.moml.impl with parameters of type DisplayType
 NotificationChain DocumentRootImpl.basicSetDisplay(DisplayType newDisplay, NotificationChain msgs)
           
 void DocumentRootImpl.setDisplay(DisplayType newDisplay)
           
 

Uses of DisplayType in org.ptolemy.moml.util
 

Methods in org.ptolemy.moml.util with parameters of type DisplayType
 T MomlSwitch.caseDisplayType(DisplayType object)
          Returns the result of interpreting the object as an instance of 'Display Type'.