|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileType | |
---|---|
databionics.esom.tool | |
databionics.esom.util.actions | Event handling mainly for menu of the ESOM Analyzer. |
databionics.io | Loading and saving of all file formats. |
databionics.modules | Description of program parameters loadable from XML files. |
databionics.project | Managing a collection of file types. |
Uses of FileType in databionics.esom.tool |
---|
Constructors in databionics.esom.tool with parameters of type FileType | |
---|---|
AbstractLoadAction(FileType type,
AbstractTool tool)
|
|
AbstractSaveAction(FileType type,
AbstractTool tool)
|
Uses of FileType in databionics.esom.util.actions |
---|
Fields in databionics.esom.util.actions declared as FileType | |
---|---|
protected FileType |
FileAction.myFileType
corresponding file type |
Constructors in databionics.esom.util.actions with parameters of type FileType | |
---|---|
FileAction(FileType type)
Constructor with file type |
|
LoadFileAction(FileType type)
Constructor with file tpye |
|
SaveFileAction(FileType type)
Constructor with file tpye |
Uses of FileType in databionics.io |
---|
Methods in databionics.io that return FileType | |
---|---|
static FileType |
FileType.createFileType(java.lang.String ext)
Generic filetype |
static FileType |
TxtFile.getFileType()
Get the type of file. |
static FileType |
RuleFile.getFileType()
Get the type of file. |
static FileType |
PngFile.getFileType()
Get the type of file. |
static FileType |
ModFile.getFileType()
Get the type of file. |
static FileType |
UmxFile.getFileType()
Get the type of file. |
static FileType |
ImxFile.getFileType()
Get the type of file. |
static FileType |
ExplFile.getFileType()
Get the type of file. |
static FileType |
DiagnosisFile.getFileType()
Get the type of file. |
static FileType |
CsvFile.getFileType()
Get the type of file. |
static FileType |
ArffFile.getFileType()
Get the type of file. |
static FileType |
PicturesFile.getFileType()
Get the type of file. |
static FileType |
WtsFile.getFileType()
Get the type of file. |
static FileType |
ColorTable.getFileType()
Get the type of file. |
static FileType |
NamesFile.getFileType()
Get the type of file. |
static FileType |
ClsFile.getFileType()
Get the type of file. |
static FileType |
ClassmaskFile.getFileType()
Get the type of file. |
static FileType |
BMFile.getFileType()
Get the type of file. |
static FileType |
LrnFile.getFileType()
Get the type of file. |
Uses of FileType in databionics.modules |
---|
Fields in databionics.modules declared as FileType | |
---|---|
protected FileType |
AbstractFileParameter.type
filetype |
Methods in databionics.modules that return FileType | |
---|---|
FileType |
AbstractFileParameter.getType()
Get the file type |
Methods in databionics.modules with parameters of type FileType | |
---|---|
InputFileParameter |
Tool.getInputFileParameter(FileType t)
Get an InputFileParameter by the FileType |
void |
AbstractFileParameter.setType(FileType t)
Set the file type |
Uses of FileType in databionics.project |
---|
Fields in databionics.project declared as FileType | |
---|---|
protected FileType |
FileSlot.type
this slot contains filenames of this type |
Methods in databionics.project that return FileType | |
---|---|
FileType |
FileSlot.getType()
Get the file type |
Methods in databionics.project with parameters of type FileType | |
---|---|
void |
Project.addFile(FileType type,
BaseFile file,
java.lang.String filename)
Add fileslot for file object and try to load file |
BaseFile |
Project.getFileData(FileType type)
Get data of first filename for slot with FileType type |
java.lang.String |
Project.getFileName(FileType type)
Get first filename for slot with FileType type |
java.lang.String |
Project.getFileName(FileType type,
int index)
Get a filename for slot with FileType type |
FileSlot |
Project.getFileSlot(FileType type)
Get FileSlot for FileType type |
void |
Project.loadAllInDir(FileType type)
load all files in same directory as file in slot with FileType type |
void |
Project.renameFileName(FileType type,
java.lang.String filename)
Rename filename for a filetype and fire ChangeEvent |
void |
Project.reset(FileType type)
Reset slot |
void |
Project.setFileData(FileType type,
BaseFile file)
Set data for a filetype |
void |
Project.setFileName(FileType type,
java.lang.String filename)
Set filename for a filetype and fire ChangeEvent |
void |
FileSlot.setType(FileType t)
Set filetype |
void |
Project.useForAll(FileType type)
Use filename in slot with FileType type for all slots |
Constructors in databionics.project with parameters of type FileType | |
---|---|
FileSlot(FileType type)
Constructor with type |
|
FileSlot(FileType type,
boolean autoload,
int max)
Constructor with all parameters |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |