All Packages Class Hierarchy This Package Previous Next Index
Class ch.swisslife.ibgm.mc2.MC2
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----ch.swisslife.ibgm.mc2.MC2
- public class MC2
- extends Frame
User Interface and test routines for InputChannel
Puts a frame on screen and perfoms calls to InputChannel
and prints
it back on the screen.
Note: This class is experimantal!
-
check_port
-
-
copy_target
-
-
create_target
-
-
current
-
-
delete_target
-
-
edit_target
-
-
get_cfg
-
-
save_cfg
-
-
MC2(String)
- Constructor: only used for instatiating CheckPort
-
MC2(String, MC2Applet)
- Constructor: sets up the window
-
editIt()
- Opens an editor window and puts the data in
-
main(String[])
- Main: Only used for Testing.
-
putIntoList()
- puts the targets of the Cfg file into the list.
-
saveCfg(Cfg)
- "Saves" the changes in a Cfg structure.
-
saveToFile()
- Instantiates an OutputChannel and starts the printing.
get_cfg
protected Button get_cfg
save_cfg
protected Button save_cfg
edit_target
protected Button edit_target
create_target
protected Button create_target
delete_target
protected Button delete_target
check_port
protected Button check_port
copy_target
protected Button copy_target
current
protected int current
MC2
public MC2(String title)
- Constructor: only used for instatiating CheckPort
- Parameters:
- title - String with window title
- m - MC2 object that called me
MC2
public MC2(String title,
MC2Applet applet)
- Constructor: sets up the window
- Parameters:
- title - String with window title
- applet - MC2Applet that called me
main
public static void main(String args[])
- Main: Only used for Testing. Instantiates itself.
Note: This shouldn't be used in the final version
- Parameters:
- args - String[] argument vector
saveToFile
public void saveToFile()
- Instantiates an OutputChannel and starts the printing.
editIt
public void editIt()
- Opens an editor window and puts the data in
saveCfg
public void saveCfg(Cfg new_file)
- "Saves" the changes in a Cfg structure.
- Parameters:
- new_file - Cfg with new structure
putIntoList
protected void putIntoList()
- puts the targets of the Cfg file into the list.
All Packages Class Hierarchy This Package Previous Next Index