gui

Class AlgorithmOptionsDisplay


public class AlgorithmOptionsDisplay
extends JFrame

Überschrift:

Beschreibung:

Copyright: Copyright (c) 2002

Organisation:

Field Summary

static int
CANCELED
static int
START
static int
UNKNOWN
(package private) JPanel
algoSelectPanel
(package private) JPanel
algorithmOptionsPanel
(package private) String[]
algorithms
(package private) BorderLayout
borderLayout1
(package private) BorderLayout
borderLayout2
(package private) AutomaticAlgorithmControl
controller
(package private) JLabel
explenation
(package private) GridLayout
gridLayout1
(package private) GridLayout
gridLayout2
(package private) GridLayout
gridLayout3
(package private) GridLayout
gridLayout4
(package private) GridLayout
gridLayout5
(package private) GridLayout
gridLayout6
(package private) Gui
gui
(package private) JPanel
jPanel1
(package private) JPanel
jPanel2
(package private) JPanel
jPanel3
(package private) JPanel
jPanel4
(package private) JLabel
searchRangeLabel
(package private) JPanel
searchRangePanel
(package private) JSlider
searchRangeSlider
(package private) JLabel
searchRangeValueLabel
(package private) JButton
startButton
(package private) int
status
(package private) JLabel
thresholdLabel
(package private) JPanel
thresholdPanel
(package private) JSlider
thresholdSlider
(package private) JLabel
thresholdValueLabel

Constructor Summary

AlgorithmOptionsDisplay(Gui g, AutomaticAlgorithmControl ctrl)

Method Summary

(package private) void
cancelButton_actionPerformed(ActionEvent e)
int
getSerachRange()
int
getThreshold()
private void
jbInit()
(package private) void
searchRangeSlider_stateChanged(ChangeEvent e)
void
setSearchRangeSlider(boolean status)
void
setThresholdSlider(boolean status)
(package private) void
startButton_actionPerformed(ActionEvent e)
(package private) void
thresholdSlider_stateChanged(ChangeEvent e)

Field Details

CANCELED

public static final int CANCELED
Field Value:
2

START

public static final int START
Field Value:
1

UNKNOWN

public static final int UNKNOWN
Field Value:
0

algoSelectPanel

(package private)  JPanel algoSelectPanel

algorithmOptionsPanel

(package private)  JPanel algorithmOptionsPanel

algorithms

(package private)  String[] algorithms

borderLayout1

(package private)  BorderLayout borderLayout1

borderLayout2

(package private)  BorderLayout borderLayout2

controller

(package private)  AutomaticAlgorithmControl controller

explenation

(package private)  JLabel explenation

gridLayout1

(package private)  GridLayout gridLayout1

gridLayout2

(package private)  GridLayout gridLayout2

gridLayout3

(package private)  GridLayout gridLayout3

gridLayout4

(package private)  GridLayout gridLayout4

gridLayout5

(package private)  GridLayout gridLayout5

gridLayout6

(package private)  GridLayout gridLayout6

gui

(package private)  Gui gui

jPanel1

(package private)  JPanel jPanel1

jPanel2

(package private)  JPanel jPanel2

jPanel3

(package private)  JPanel jPanel3

jPanel4

(package private)  JPanel jPanel4

searchRangeLabel

(package private)  JLabel searchRangeLabel

searchRangePanel

(package private)  JPanel searchRangePanel

searchRangeSlider

(package private)  JSlider searchRangeSlider

searchRangeValueLabel

(package private)  JLabel searchRangeValueLabel

startButton

(package private)  JButton startButton

status

(package private)  int status

thresholdLabel

(package private)  JLabel thresholdLabel

thresholdPanel

(package private)  JPanel thresholdPanel

thresholdSlider

(package private)  JSlider thresholdSlider

thresholdValueLabel

(package private)  JLabel thresholdValueLabel

Constructor Details

AlgorithmOptionsDisplay

public AlgorithmOptionsDisplay(Gui g,
                               AutomaticAlgorithmControl ctrl)

Method Details

cancelButton_actionPerformed

(package private)  void cancelButton_actionPerformed(ActionEvent e)

getSerachRange

public int getSerachRange()

getThreshold

public int getThreshold()

jbInit

private void jbInit()
            throws Exception

searchRangeSlider_stateChanged

(package private)  void searchRangeSlider_stateChanged(ChangeEvent e)

setSearchRangeSlider

public void setSearchRangeSlider(boolean status)

setThresholdSlider

public void setThresholdSlider(boolean status)

startButton_actionPerformed

(package private)  void startButton_actionPerformed(ActionEvent e)

thresholdSlider_stateChanged

(package private)  void thresholdSlider_stateChanged(ChangeEvent e)