|
|||||||||
| Home >> All >> [ FTreeP overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
FTreeP
Class FTPBase

java.lang.ObjectFTreeP.FTPBase
- public class FTPBase
- extends java.lang.Object
| Field Summary | |
static java.lang.String |
CRLF
|
static boolean |
DEBUG
|
static DirectoryIndexer.DirectoryIndexer |
directory_index
|
private static javax.swing.JFrame |
frame
|
static boolean |
gui
|
private static FTPConsole |
gui_console
|
private static boolean |
master
|
static javax.swing.JTabbedPane |
tabbed_pane
|
| Constructor Summary | |
FTPBase()
|
|
| Method Summary | |
static void |
initGUI()
|
static void |
main(java.lang.String[] args)
|
static void |
system_print(java.lang.String s)
|
static void |
system_println(java.lang.String s)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
CRLF
public static java.lang.String CRLF
DEBUG
public static final boolean DEBUG
- See Also:
- Constant Field Values
master
private static boolean master
gui
public static boolean gui
directory_index
public static DirectoryIndexer.DirectoryIndexer directory_index
tabbed_pane
public static javax.swing.JTabbedPane tabbed_pane
gui_console
private static FTPConsole gui_console
frame
private static javax.swing.JFrame frame
| Constructor Detail |
FTPBase
public FTPBase()
| Method Detail |
main
public static void main(java.lang.String[] args)
initGUI
public static void initGUI()
system_print
public static void system_print(java.lang.String s) throws java.lang.Exception
system_println
public static void system_println(java.lang.String s) throws java.lang.Exception
|
|||||||||
| Home >> All >> [ FTreeP overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
FTreeP.FTPBase