|
||||||
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 java.lang.String |
configFile
|
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 boolean |
showWindow
|
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 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 |
Constructor Summary | |
AGSatellite()
|
|
AGSatellite(int x)
|
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent actionevent)
|
static void |
DEBUG(java.lang.String msg)
|
static void |
Disconnect()
|
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 |
pause(long millis)
|
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,
getInputContext,
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,
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,
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 |
Field Detail |
public static javax.swing.JFrame frame
public static TransferPanel transferPanel
public static boolean fixedSrv
public static boolean connecting
public static boolean showDEBUG
public static boolean DEBUG
public static java.lang.String Userid
public static java.lang.String Password
public static java.lang.String hostReply
public static java.lang.String s
public static java.lang.String Host
public static int Port
public static boolean useMeta
public static boolean showWindow
public static Network Net
public static javax.swing.JMenuItem connectMenu
public static javax.swing.JMenuItem exitMenu
public static javax.swing.JMenuItem configMenu
public static javax.swing.JMenuItem aboutMenu
public static javax.swing.JMenuItem beosMenu
public static javax.swing.JMenuItem metalMenu
public static javax.swing.JMenuItem motifMenu
public static javax.swing.JMenuItem windowsMenu
public static javax.swing.JMenuItem kunMenu
public static javax.swing.JButton connButton
public static agRecvPacket agRecv
public static final java.lang.String AGVERSION
public static final java.lang.String VERSION
public static java.lang.String configFile
Constructor Detail |
public AGSatellite()
public AGSatellite(int x)
Method Detail |
public static void main(java.lang.String[] args) throws java.lang.Exception
public void initializeMenu()
public void actionPerformed(java.awt.event.ActionEvent actionevent)
public void say(java.lang.String s)
public void initialize()
public static void Disconnect()
public static void setStatus(java.lang.String s)
public static void DEBUG(java.lang.String msg)
public static void pause(long millis)
public static void setDefault()
public static void setINI(java.lang.String key, java.lang.String value)
public static java.lang.String getINI(java.lang.String key, java.lang.String def)
public static java.lang.String getINI(java.lang.String key)
public static void saveINI()
public static void reloadINI()
public static int reset()
public static final java.net.URL getResource(java.lang.String s)
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |