Uses of Class
ccs.cpc.Viewer.FileCap

Packages that use Viewer.FileCap
ccs.cpc   
ccs.cpc.impl   
 

Uses of Viewer.FileCap in ccs.cpc
 

Fields in ccs.cpc declared as Viewer.FileCap
protected  Viewer.FileCap Viewer.fileness
           
 

Methods in ccs.cpc that return Viewer.FileCap
static Viewer.FileCap Viewer.FileCap.decode(int code)
          Nasty compatibility hack.
static Viewer.FileCap PluginRuntime.getFileness()
          The plugin's file-handling capability.
 Viewer.FileCap Viewer.getFileness()
          The viewer's capacity to be launched with or without a file (or either).
static Viewer.FileCap Viewer.FileCap.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Viewer.FileCap[] Viewer.FileCap.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in ccs.cpc with parameters of type Viewer.FileCap
Plugin(java.lang.String name, boolean isEdit, Viewer.FileCap fileness, java.lang.Class runtimec)
           
Viewer(java.lang.String name, boolean editness, Viewer.FileCap fileness)
           
 

Uses of Viewer.FileCap in ccs.cpc.impl
 

Methods in ccs.cpc.impl with parameters of type Viewer.FileCap
 void HelperApp.setFileness(Viewer.FileCap fileness)
          Sets the viewer's capacity to be launched with or without a file (or either).
 

Constructors in ccs.cpc.impl with parameters of type Viewer.FileCap
HelperApp(java.lang.String name, boolean doesEdit, Viewer.FileCap fileness, java.lang.String cmd, HelperApp.FileLinkage linkage, boolean isPreprocXSPF)