Interface | Description |
---|---|
FileChangeNotifier |
Used to represent whenever a file has been opened
|
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 |
---|---|
APKTool | |
BytecodeViewer |
A lightweight Java Reverse Engineering suite, developed by Konloch -
http://konloch.me
Are you a Java Reverse Engineer? Or maybe you want to learn Java Reverse
Engineering? Join The Bytecode Club, we're noob friendly, and censorship
free.
|
Dex2Jar |
A simple wrapper for Dex2Jar.
|
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. |
JarUtils |
Loading and saving jars
|
MiscUtils |
A collection of Misc Utils.
|
PluginManager |
Supports loading of groovy, python or ruby scripts.
|
Resources |
Any resources loaded by disc or by memory.
|
SecurityMan |
An awesome security manager.
|
Settings |
Used to handle loading/saving the GUI (options).
|
ZipUtils |
Rudimentary utility class for Zip archives.
|