See: Description
Interface | Description |
---|---|
FileDrop.FileDropExtListener |
Implement this inner interface to listen for when files are dropped.
|
FileDrop.FileDropListener |
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 |
---|---|
AppleUtil |
OSX application compatibility class
|
ClassPatcher |
The code hacker provides a mechanism for altering the behavior of classes
before they are loaded, for the purpose of injecting new methods and/or
altering existing ones.
|
CPUMonitor | Deprecated |
FileDrop |
This class makes it easy to drag and drop files from the operating
system to a Java program.
|
FileDrop.TransferableObject | |
IcyExceptionHandler | |
IcySecurityManager | |
SingleInstanceCheck |
Class to verify we have a single instance of an object or whatever (use
FileLock ). |
SystemUtil |
Exception | Description |
---|---|
IcyHandledException |
Runtime handled exception.
|