See: Description
Interface | Description |
---|---|
FileDrop.Listener |
Implement this inner interface to listen for when files are dropped.
|
FileDrop.TransferableObject.Fetcher |
Instead of passing your data directly to the
FileDrop.TransferableObject constructor, you may want to know exactly
when your data was received in case you need to remove it from its
source (or do anyting else to it). |
Class | Description |
---|---|
EventsTab | |
FileDrop |
This class makes it easy to drag and drop files from the operating system to
a Java program.
|
FileDrop.Event |
This is the event that is passed to the
filesDropped(...) method in your
FileDropListener when files are dropped onto a registered drop
target. |
FileDrop.TransferableObject |
At last an easy way to encapsulate your custom objects for dragging and
dropping in your Java programs! When you need to create a
Transferable object, use this class to wrap
your object. |
GUI |
Graphical User Interface - The application can run with, or without an
enabled GUI.
|
HelpTab |
GUI tab to display usage information for the user.
|
InformationChangeTable |
Visualizes the extraction results of one chosen extraction module belonging
to a
Part or an Environment . |
InformationJSONView |
View to display all extraction results of one
AbstractModule
belonging to an ExtractionResultCollection in JSON format. |
InformationTree |
GUI tree to display the extraction results belonging to an
ExtractionResultCollection / |
InformationView |
Container for the displays of the extracted information belonging to an
ExtractionResultCollection.
|
JsonEditor | |
Menu |
This class represents the menu of the GUI.
|
ModuleConfigurationEditor | |
ProfileEnvironmentInformationTab |
GUI sub-tab of
ProfileTab to display extracted file-independent
environment information belonging to the selected Profile . |
ProfileModuleTab | |
ProfilePartsTab | |
ProfileTab | |
SystemTrayIcon |
This class creates a system tray icon with a menu menu and handles user
events, if an option of the menu is selected by the user.
|
SystemTrayIconTest | |
TimelineHTTPServer |