|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.huguesjohnson.debigulator.Debigulator
public class Debigulator
Main class for the Debigulator application. Manages the frame, user actions, and batch compression thread.
| Constructor Summary | |
|---|---|
Debigulator()
Creates a new application with default settings. |
|
Debigulator(java.lang.String sessionPath)
Creates a new application based on the session name passed. |
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] arguments)
Entry point for the application. |
java.lang.String |
toString()
Returns a string representation of the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Debigulator()
public Debigulator(java.lang.String sessionPath)
sessionPath - The path to the session to load.| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic static void main(java.lang.String[] arguments)
arguments - The command line arguments for the program.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||