Uses of Class
edu.cmu.sun.model.FileNodeModel.Filetype

Packages that use FileNodeModel.Filetype
edu.cmu.sun.model All of the back-end logic that determines the nested structure and visual layout of the screen. 
 

Uses of FileNodeModel.Filetype in edu.cmu.sun.model
 

Methods in edu.cmu.sun.model that return FileNodeModel.Filetype
 FileNodeModel.Filetype FileNodeModel.getType()
           
static FileNodeModel.Filetype FileNodeModel.Filetype.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FileNodeModel.Filetype[] FileNodeModel.Filetype.values()
          Returns an array containing the constants of this enum type, in the order they're declared.