gui
Class Main

java.lang.Object
  extended by gui.Main

public class Main
extends java.lang.Object

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

table

public static org.eclipse.swt.widgets.Table table
table contains all channels


statusLabel

public static org.eclipse.swt.widgets.Label statusLabel

modeLabel

public static org.eclipse.swt.widgets.Label modeLabel

mapType

public static byte mapType

rawData

public static byte[] rawData

LOG_ERROR

public static final int LOG_ERROR
message levels for system output and debugging

See Also:
Constant Field Values

LOG_WARN

public static final int LOG_WARN
See Also:
Constant Field Values

LOG_INFO

public static final int LOG_INFO
See Also:
Constant Field Values
Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)

createColumnsCable

public static void createColumnsCable()

createColumnsAir

public static void createColumnsAir()

createColumnsSat

public static void createColumnsSat()

createColumnsClone

public static void createColumnsClone()

deleteColumns

public static void deleteColumns()

refresh

public static void refresh(boolean select)

refresh

public static void refresh()

fillCable

public static void fillCable()

fillAir

public static void fillAir()

fillSat

public static void fillSat()

fillClone

public static void fillClone()

moveChannels

public static void moveChannels(Channel[] selected,
                                Channel targetChan)

statusUpdate

public static void statusUpdate(int loglevel,
                                java.lang.String message)
statusUpdate writes a message to stdout and into the Status Line of the program

Parameters:
message - - string to be printed

extractScm

public static int extractScm(java.lang.String path)
extracts an SCM file into a tempDir that it selects and creates itself

Parameters:
path - String variable that contains the path to the SCM file
Returns:
number of files extracted or
-1 if SCM file format error