|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--java.awt.Window | +--java.awt.Frame | +--javax.swing.JFrame | +--agjava.AGSatellite
Field Summary | |
static javax.swing.JMenuItem |
aboutMenu
|
static agRecvPacket |
agRecv
|
static java.lang.String |
AGVERSION
|
static javax.swing.JMenuItem |
beosMenu
|
static javax.swing.JMenuItem |
configMenu
|
static javax.swing.JButton |
connButton
|
static boolean |
connecting
|
static javax.swing.JMenuItem |
connectMenu
|
static boolean |
DEBUG
|
static javax.swing.JMenuItem |
exitMenu
|
static boolean |
fixedSrv
|
static javax.swing.JFrame |
frame
|
static java.lang.String |
Host
|
static java.lang.String |
hostReply
|
static javax.swing.JMenuItem |
kunMenu
|
static javax.swing.JMenuItem |
metalMenu
|
static javax.swing.JMenuItem |
motifMenu
|
static Network |
Net
|
static java.lang.String |
Password
|
static int |
Port
|
static java.lang.String |
s
|
static boolean |
showDEBUG
|
static TransferPanel |
transferPanel
|
static boolean |
useMeta
|
static java.lang.String |
Userid
|
static java.lang.String |
VERSION
|
static javax.swing.JMenuItem |
windowsMenu
|
Fields inherited from class javax.swing.JFrame |
EXIT_ON_CLOSE |
Fields inherited from class java.awt.Frame |
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR |
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface javax.swing.WindowConstants |
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
AGSatellite()
|
|
AGSatellite(int x)
|
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent actionevent)
|
static void |
DEBUG(java.lang.String msg)
|
static java.lang.String |
getINI(java.lang.String key)
|
static java.lang.String |
getINI(java.lang.String key,
java.lang.String def)
|
static java.net.URL |
getResource(java.lang.String s)
|
void |
initialize()
|
void |
initializeMenu()
|
static void |
main(java.lang.String[] args)
|
static void |
reloadINI()
|
static int |
reset()
|
static void |
saveINI()
|
void |
say(java.lang.String s)
|
static void |
setDefault()
|
static void |
setINI(java.lang.String key,
java.lang.String value)
|
static void |
setStatus(java.lang.String s)
|
Methods inherited from class javax.swing.JFrame |
getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getJMenuBar, getLayeredPane, getRootPane, remove, setContentPane, setDefaultCloseOperation, setGlassPane, setJMenuBar, setLayeredPane, setLayout, update |
Methods inherited from class java.awt.Frame |
addNotify, getCursorType, getFrames, getIconImage, getMenuBar, getState, getTitle, isResizable, remove, removeNotify, setCursor, setIconImage, setMenuBar, setResizable, setState, setTitle |
Methods inherited from class java.awt.Window |
addWindowListener, applyResourceBundle, applyResourceBundle, dispose, getFocusOwner, getGraphicsConfiguration, getInputContext, getListeners, getLocale, getOwnedWindows, getOwner, getToolkit, getWarningString, hide, isShowing, pack, postEvent, removeWindowListener, setCursor, show, toBack, toFront |
Methods inherited from class java.awt.Container |
add, add, add, add, add, addContainerListener, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getInsets, getLayout, getMaximumSize, getMinimumSize, getPreferredSize, insets, invalidate, isAncestorOf, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, remove, removeAll, removeContainerListener, setFont, validate |
Methods inherited from class java.awt.Component |
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addPropertyChangeListener, addPropertyChangeListener, bounds, checkImage, checkImage, contains, contains, createImage, createImage, disable, dispatchEvent, enable, enable, enableInputMethods, getBackground, getBounds, getBounds, getColorModel, getComponentOrientation, getCursor, getDropTarget, getFont, getFontMetrics, getForeground, getGraphics, getHeight, getInputMethodRequests, getLocation, getLocation, getLocationOnScreen, getName, getParent, getPeer, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isDisplayable, isDoubleBuffered, isEnabled, isFocusTraversable, isLightweight, isOpaque, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, reshape, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setDropTarget, setEnabled, setForeground, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, size, toString, transferFocus |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.awt.MenuContainer |
getFont, postEvent |
Field Detail |
public static javax.swing.JMenuItem aboutMenu
public static agRecvPacket agRecv
public static final java.lang.String AGVERSION
public static javax.swing.JMenuItem beosMenu
public static javax.swing.JMenuItem configMenu
public static javax.swing.JButton connButton
public static boolean connecting
public static javax.swing.JMenuItem connectMenu
public static boolean DEBUG
public static javax.swing.JMenuItem exitMenu
public static boolean fixedSrv
public static javax.swing.JFrame frame
public static java.lang.String Host
public static java.lang.String hostReply
public static javax.swing.JMenuItem kunMenu
public static javax.swing.JMenuItem metalMenu
public static javax.swing.JMenuItem motifMenu
public static Network Net
public static java.lang.String Password
public static int Port
public static java.lang.String s
public static boolean showDEBUG
public static TransferPanel transferPanel
public static boolean useMeta
public static java.lang.String Userid
public static final java.lang.String VERSION
public static javax.swing.JMenuItem windowsMenu
Constructor Detail |
public AGSatellite()
public AGSatellite(int x)
Method Detail |
public void actionPerformed(java.awt.event.ActionEvent actionevent)
actionPerformed
in interface java.awt.event.ActionListener
public static void DEBUG(java.lang.String msg)
public static java.lang.String getINI(java.lang.String key)
public static java.lang.String getINI(java.lang.String key, java.lang.String def)
public static final java.net.URL getResource(java.lang.String s)
public void initialize()
public void initializeMenu()
public static void main(java.lang.String[] args) throws java.lang.Exception
public static void reloadINI()
public static int reset()
public static void saveINI()
public void say(java.lang.String s)
public static void setDefault()
public static void setINI(java.lang.String key, java.lang.String value)
public static void setStatus(java.lang.String s)
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |