Uses of Interface
org.fopps.model.Enum

Packages that use Enum
org.fopps.model   
org.fopps.ui   
 

Uses of Enum in org.fopps.model
 

Classes in org.fopps.model that implement Enum
 class ArtefactCategory
          Holds all possible catagories
 class BindingTime
          BindingTime is an enumeration and reflects different binding times of configuration settings.
 class ConstraintType
          ConstraintType is an enumeration of possible constraint types.
 class Filesize
          More convenient file size display
 class ProjectStatus
          ProjectStatus represents all possible states of a project.
 

Uses of Enum in org.fopps.ui
 

Methods in org.fopps.ui that return Enum
 Enum EnumComboBox.getType()
          Returns the underlying enumeration type
 

Methods in org.fopps.ui with parameters of type Enum
 void EnumComboBox.setType(Enum pType)
          Sets a new enumeration type.
 

Constructors in org.fopps.ui with parameters of type Enum
EnumTableRenderer(Enum pType)
           
EnumComboBox(Enum pType)
          Create a combo box with given enumeration type
 



Fopps 0.19 - Copyright © 2002 Oliver Wieland. All Rights Reserved.