|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataHandlerTypes | |
---|---|
com.jstatcom.io | Input/output related classes as well as data import implementations. |
Uses of DataHandlerTypes in com.jstatcom.io |
---|
Methods in com.jstatcom.io that return DataHandlerTypes | |
---|---|
DataHandlerTypes |
ExtensionFileFilter.getHandlerType()
Gets the handler type or null if none has been set. |
DataHandlerTypes |
FileSupport.getSelectedImportHandlerType()
Gets the handler type chosen for data import. |
DataHandlerTypes |
FileSupport.getSelectedSaveHandlerType()
Gets the handler type chosen for data export. |
static DataHandlerTypes |
DataHandlerTypes.getTypeFromFileName(java.lang.String fName)
Gets the handler type from the filename. |
static DataHandlerTypes |
DataHandlerTypes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DataHandlerTypes[] |
DataHandlerTypes.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.jstatcom.io with parameters of type DataHandlerTypes | |
---|---|
java.io.File |
FileSupport.saveDataFile(java.awt.Component parent,
java.lang.String filenameShort,
DataHandlerTypes... types)
Selects a data file for saving with a file chooser. |
java.io.File |
FileSupport.selectDataFile(java.awt.Component parent,
DataHandlerTypes... types)
Selects a data file to open with a file chooser. |
Constructors in com.jstatcom.io with parameters of type DataHandlerTypes | |
---|---|
ExtensionFileFilter(java.lang.String extension,
java.lang.String description,
DataHandlerTypes type)
Creates a file filter that accepts the given file type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |