Class TSFrame

java.lang.Object
  extended by java.awt.Component
      extended by java.awt.Container
          extended by java.awt.Window
              extended by java.awt.Frame
                  extended by javax.swing.JFrame
                      extended by TSFrame
All Implemented Interfaces:
java.awt.event.ActionListener, java.awt.event.ItemListener, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, java.util.EventListener, javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.WindowConstants

 class TSFrame
extends javax.swing.JFrame
implements java.awt.event.ActionListener, java.awt.event.ItemListener

.

======================================================================
 Class TSFrame
 Control of I/O-Dialog to get the arguments for creating a call to the
  TSUtil-main-function. Extension to screen-definition.
 ##TSFrame (Eyecatcher)
======================================================================
 


Nested Class Summary
(package private)  class TSFrame.TSWinEvt
          .
 
Nested classes/interfaces inherited from class javax.swing.JFrame
javax.swing.JFrame.AccessibleJFrame
 
Nested classes/interfaces inherited from class java.awt.Frame
java.awt.Frame.AccessibleAWTFrame
 
Nested classes/interfaces inherited from class java.awt.Window
java.awt.Window.AccessibleAWTWindow
 
Nested classes/interfaces inherited from class java.awt.Container
java.awt.Container.AccessibleAWTContainer
 
Nested classes/interfaces inherited from class java.awt.Component
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy
 
Field Summary
protected static java.util.Properties AppProp
           
private  javax.swing.ButtonGroup BG1
           
private  javax.swing.ButtonGroup BG2
           
private  javax.swing.JCheckBox CB1
           
private  javax.swing.JCheckBox CB2
           
private  javax.swing.JCheckBox CB3
           
private  javax.swing.JCheckBox CB4
           
private  javax.swing.JCheckBox CB5
           
private  javax.swing.JCheckBox CB6
           
private  javax.swing.JCheckBox CB7
           
private  java.lang.String cD
           
protected static java.lang.String cLg
           
private static TSTemp[] Cmds
           
protected static java.lang.String cR
           
private  TSTemp cSel
           
protected static java.lang.String IdStr
           
private  java.lang.String is
           
private  javax.swing.JLabel L1
           
private  javax.swing.JLabel L2
           
private  javax.swing.JLabel L3
           
private  javax.swing.JLabel L4
           
private  javax.swing.JLabel L5
           
private  javax.swing.JLabel L6
           
private  javax.swing.JLabel L7
           
private  javax.swing.JLabel L9
           
private static java.lang.String PNme01
           
private static java.lang.String PNme02
           
private static java.lang.String PNme03
           
private static java.lang.String PNme04
           
private static java.lang.String PNme05
           
private static java.lang.String PNme06
           
private static java.lang.String PNme07
           
private static java.lang.String PNme12
           
private static java.lang.String PNme13
           
private  java.util.concurrent.SynchronousQueue<java.util.ArrayList<java.lang.String>> Que
           
private  javax.swing.JRadioButton RB
           
private  java.util.ArrayList<java.lang.String> rslt
           
private  javax.swing.JTextField T1
           
private  javax.swing.JTextField T2
           
private  javax.swing.JTextField T3
           
 
Fields inherited from class javax.swing.JFrame
accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled
 
Fields inherited from class java.awt.Frame
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, 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
protected TSFrame()
          .
protected TSFrame(java.util.concurrent.SynchronousQueue<java.util.ArrayList<java.lang.String>> que)
          .
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent Ev)
          .
private  void getFile(javax.swing.JLabel cL, javax.swing.JToggleButton R, boolean dir)
          .
 void itemStateChanged(java.awt.event.ItemEvent Ev)
          .
private  void setDyn()
          .
private  void setFN(javax.swing.JLabel cL, java.lang.String Id, java.lang.String cP)
          .
private  java.lang.String split(java.lang.String s)
          .
 
Methods inherited from class javax.swing.JFrame
addImpl, createRootPane, frameInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getJMenuBar, getLayeredPane, getRootPane, isDefaultLookAndFeelDecorated, isRootPaneCheckingEnabled, paramString, processWindowEvent, remove, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setIconImage, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, update
 
Methods inherited from class java.awt.Frame
addNotify, finalize, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setCursor, setExtendedState, setMaximizedBounds, setMenuBar, setResizable, setState, setTitle, setUndecorated
 
Methods inherited from class java.awt.Window
addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, dispose, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getGraphicsConfiguration, getInputContext, getListeners, getLocale, getMostRecentFocusOwner, getOwnedWindows, getOwner, getToolkit, getWarningString, getWindowFocusListeners, getWindowListeners, getWindowStateListeners, hide, isActive, isAlwaysOnTop, isFocusableWindow, isFocusCycleRoot, isFocused, isLocationByPlatform, isShowing, pack, postEvent, processEvent, processWindowFocusEvent, processWindowStateEvent, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, setAlwaysOnTop, setBounds, setCursor, setFocusableWindowState, setFocusCycleRoot, setLocationByPlatform, setLocationRelativeTo, show, toBack, toFront
 
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, transferFocusBackward, transferFocusDownCycle, validate, validateTree
 
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isPreferredSizeSet, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, reshape, resize, resize, setBackground, setBounds, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setMinimumSize, setName, setPreferredSize, setSize, setSize, setVisible, show, size, toString, transferFocus, transferFocusUpCycle
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.awt.MenuContainer
getFont, postEvent
 

Field Detail

IdStr

protected static final java.lang.String IdStr
See Also:
Constant Field Values

Cmds

private static final TSTemp[] Cmds

PNme01

private static final java.lang.String PNme01
See Also:
Constant Field Values

PNme02

private static final java.lang.String PNme02
See Also:
Constant Field Values

PNme03

private static final java.lang.String PNme03
See Also:
Constant Field Values

PNme04

private static final java.lang.String PNme04
See Also:
Constant Field Values

PNme05

private static final java.lang.String PNme05
See Also:
Constant Field Values

PNme06

private static final java.lang.String PNme06
See Also:
Constant Field Values

PNme07

private static final java.lang.String PNme07
See Also:
Constant Field Values

PNme12

private static final java.lang.String PNme12
See Also:
Constant Field Values

PNme13

private static final java.lang.String PNme13
See Also:
Constant Field Values

AppProp

protected static java.util.Properties AppProp

cLg

protected static java.lang.String cLg

cR

protected static java.lang.String cR

Que

private java.util.concurrent.SynchronousQueue<java.util.ArrayList<java.lang.String>> Que

rslt

private java.util.ArrayList<java.lang.String> rslt

BG1

private javax.swing.ButtonGroup BG1

BG2

private javax.swing.ButtonGroup BG2

RB

private javax.swing.JRadioButton RB

CB1

private javax.swing.JCheckBox CB1

CB2

private javax.swing.JCheckBox CB2

CB3

private javax.swing.JCheckBox CB3

CB4

private javax.swing.JCheckBox CB4

CB5

private javax.swing.JCheckBox CB5

CB6

private javax.swing.JCheckBox CB6

CB7

private javax.swing.JCheckBox CB7

L1

private javax.swing.JLabel L1

L2

private javax.swing.JLabel L2

L3

private javax.swing.JLabel L3

L4

private javax.swing.JLabel L4

L5

private javax.swing.JLabel L5

L6

private javax.swing.JLabel L6

L7

private javax.swing.JLabel L7

L9

private javax.swing.JLabel L9

T1

private javax.swing.JTextField T1

T2

private javax.swing.JTextField T2

T3

private javax.swing.JTextField T3

cSel

private TSTemp cSel

cD

private java.lang.String cD

is

private java.lang.String is
Constructor Detail

TSFrame

protected TSFrame()
.
 Used options (stored within mask of 'TSTemp'):
      0 - Enable route-selection
      1 - Use 'file-reference' instead of 'route-reference'
      2 - not used until now
      3 - Enable local optionfile
      4 - Enable additional input
      5 - Enable additional directory 1 (position AFTER route)
      6 - Enable additional directory 2
      7 - Enable additional directory 1 (position BEFORE route)
      8 - Enable '-b'-reference
  9..31 - not used until now
=====================================================================
 Constructor: (1) create Default-Entry
=====================================================================
  


TSFrame

protected TSFrame(java.util.concurrent.SynchronousQueue<java.util.ArrayList<java.lang.String>> que)
.
=====================================================================
 Constructor: (2) Create Standard-Entry
=====================================================================
  

Method Detail

actionPerformed

public final void actionPerformed(java.awt.event.ActionEvent Ev)
.
=====================================================================
 Methode "actionPerformed"
 ##actionPerformed.TSFrame (Eyecatcher)
=====================================================================
  

Specified by:
actionPerformed in interface java.awt.event.ActionListener

getFile

private final void getFile(javax.swing.JLabel cL,
                           javax.swing.JToggleButton R,
                           boolean dir)
.
=====================================================================
 Method "getFile"
 ##getFile.TSFrame (Eyecatcher)
=====================================================================
  


itemStateChanged

public final void itemStateChanged(java.awt.event.ItemEvent Ev)
.
=====================================================================
 Methode "itemStateChanged"
 ##itemStateChanged.TSFrame (Eyecatcher)
=====================================================================
  

Specified by:
itemStateChanged in interface java.awt.event.ItemListener

setDyn

private final void setDyn()
.
=====================================================================
 Method "setDyn"
 ##setDyn.TSFrame (Eyecatcher)
=====================================================================
  


setFN

private final void setFN(javax.swing.JLabel cL,
                         java.lang.String Id,
                         java.lang.String cP)
.
=====================================================================
 Method "setFN"
 ##setFN.TSFrame (Eyecatcher)
=====================================================================
  


split

private final java.lang.String split(java.lang.String s)
.
=====================================================================
 Method "split"
 This method removes quotes if token is surrounded by them
 ##split.TSFrame (Eyecatcher)
=====================================================================