|
|||||||||
| Home >> All >> Freenet >> [ client overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
Freenet.client
Class GUI

java.lang.ObjectFreenet.client.GUI
- public class GUI
- extends java.lang.Object
| Nested Class Summary | |
(package private) class |
GUI.NewRequestAction
|
| Field Summary | |
protected static javax.swing.JDesktopPane |
desktop
|
static javax.swing.ImageIcon |
icon
|
protected static Freenet.Listener |
listener
|
protected static int |
listenPort
|
protected static javax.swing.JTextArea |
log
|
protected static javax.swing.JFrame |
main
|
protected static java.util.Hashtable |
messageCBs
|
protected static java.lang.String |
version
|
| Constructor Summary | |
GUI()
|
|
| Method Summary | |
static void |
acceptConnections()
|
static void |
initEventLog()
|
static void |
initMenuBar()
|
static void |
main(java.lang.String[] args)
|
static void |
startListener()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
icon
public static javax.swing.ImageIcon icon
version
protected static java.lang.String version
log
protected static javax.swing.JTextArea log
main
protected static javax.swing.JFrame main
desktop
protected static javax.swing.JDesktopPane desktop
listener
protected static Freenet.Listener listener
listenPort
protected static int listenPort
messageCBs
protected static java.util.Hashtable messageCBs
| Constructor Detail |
GUI
public GUI()
| Method Detail |
main
public static void main(java.lang.String[] args)
startListener
public static void startListener()
acceptConnections
public static void acceptConnections()
initMenuBar
public static void initMenuBar()
initEventLog
public static void initEventLog()
|
|||||||||
| Home >> All >> Freenet >> [ client overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
Freenet.client.GUI