|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgui.Main
public class Main
The Main class does create the application and controls all interaction
| Field Summary | |
|---|---|
static int |
LOG_ERROR
message levels for system output and debugging |
static int |
LOG_INFO
|
static int |
LOG_WARN
|
static byte |
mapType
|
static org.eclipse.swt.widgets.Label |
modeLabel
|
static byte[] |
rawData
|
static org.eclipse.swt.widgets.Label |
statusLabel
|
static org.eclipse.swt.widgets.Table |
table
table contains all channels |
| Constructor Summary | |
|---|---|
Main()
|
|
| Method Summary | |
|---|---|
static void |
createColumnsAir()
|
static void |
createColumnsCable()
|
static void |
createColumnsClone()
|
static void |
createColumnsSat()
|
static void |
deleteColumns()
|
static int |
extractScm(java.lang.String path)
extracts an SCM file into a tempDir that it selects and creates itself |
static void |
fillAir()
|
static void |
fillCable()
|
static void |
fillClone()
|
static void |
fillSat()
|
static void |
main(java.lang.String[] args)
|
static void |
moveChannels(Channel[] selected,
Channel targetChan)
|
static void |
refresh()
|
static void |
refresh(boolean select)
|
static void |
statusUpdate(int loglevel,
java.lang.String message)
statusUpdate writes a message to stdout and into the Status Line of the program |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static org.eclipse.swt.widgets.Table table
public static org.eclipse.swt.widgets.Label statusLabel
public static org.eclipse.swt.widgets.Label modeLabel
public static byte mapType
public static byte[] rawData
public static final int LOG_ERROR
public static final int LOG_WARN
public static final int LOG_INFO
| Constructor Detail |
|---|
public Main()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
public static void createColumnsCable()
public static void createColumnsAir()
public static void createColumnsSat()
public static void createColumnsClone()
public static void deleteColumns()
public static void refresh(boolean select)
public static void refresh()
public static void fillCable()
public static void fillAir()
public static void fillSat()
public static void fillClone()
public static void moveChannels(Channel[] selected,
Channel targetChan)
public static void statusUpdate(int loglevel,
java.lang.String message)
message - - string to be printedpublic static int extractScm(java.lang.String path)
path - String variable that contains the path to the SCM file
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||