| Interface | Description |
|---|---|
| Clearable |
This should be implemented by anything that can be cleared.
|
| DeepCloneable |
This interface ensures deep cloneability
|
| Dumpable |
Any object that wants to dump it's content using the
ToString and DumpString
mechanism must implement this interface. |
| ErrorType |
This interface defines methods for an ErrorType enum constant.
|
| Executable |
This should be implemented by all executable classes.
|
| FileDataTypeResolver |
This interface is used to determine the
FileDataType of a filename. |
| FileType |
Specifies the type of file.
|
| Resettable |
This should be implemented by classes that have a reset() method.
|
| Class | Description |
|---|---|
| DefaultFileDataTypeResolver |
This class ...
|
| FileDataTypeRegistry |
This class is used to resolve the
FileDataType of a filename. |
| OsInfo |
This class provides information about a platform
|
| Enum | Description |
|---|---|
| ChangeType |
Defines the type of a change
|
| CurrentTime |
This is a special type for indicating the current time to be used
|
| EditMode |
This enum defines edit modes for dialogs
|
| FileDataType |
Specifies the type of data contained in a
File. |
| FileExtension |
Specifies well known file extensions.
|
| INodeType |
Specifies the type of a file system INODE.
|
| JavaDataType |
This class defines the available Java data types and their sizes in bytes.
|
| JavaTechnology |
This class defines the java runtime technology.
|
| JavaVmType |
This class defines the java runtime types.
|
| ListSelectionMode |
This class is just a type safe implementation of selection modes constants
|
| MessageDialogType |
Defines different types of Dialogs.
|
| OsArchitecture |
This enum defines common platform architectures
|
| OsFamily |
This enum defines all supported OS-Families which are primarily used by
OsType. |
| OsFileType |
Specifies the type of file.
|
| OsPlatform |
This type defines an os-platform consisting of type and architecture
|
| OsType |
This class defines all supported OS-Types
|
| TimeSpan |
These are all available timespan values
|
| WindowAlignment |
This enum defines alignment positions for windows relative to a parent component.
|
| Exception | Description |
|---|---|
| InvalidEnumException |
This exception is thrown, when an enum constant cannot be associated with a given string or int value.
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.