gui

Class AlgorithmOptions


public class AlgorithmOptions
extends JPanel

Überschrift:

Beschreibung:

Copyright: Copyright (c) 2002

Organisation:

Field Summary

(package private) GridLayout
gridLayout1
(package private) GridLayout
gridLayout2
(package private) GridLayout
gridLayout3
(package private) GridLayout
gridLayout4
(package private) JPanel
searchRangePanel
(package private) JSlider
searchRangeSlider
(package private) JLabel
searchRangeTextLabel
(package private) JLabel
searchRangeValueLabel
(package private) JPanel
thresholdPanel
(package private) JSlider
thresholdSlider
(package private) JLabel
thresholdTextLabel
(package private) JLabel
thresholdValueLabel

Constructor Summary

AlgorithmOptions()

Method Summary

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
thresholdSlider_stateChanged(ChangeEvent e)

Field Details

gridLayout1

(package private)  GridLayout gridLayout1

gridLayout2

(package private)  GridLayout gridLayout2

gridLayout3

(package private)  GridLayout gridLayout3

gridLayout4

(package private)  GridLayout gridLayout4

searchRangePanel

(package private)  JPanel searchRangePanel

searchRangeSlider

(package private)  JSlider searchRangeSlider

searchRangeTextLabel

(package private)  JLabel searchRangeTextLabel

searchRangeValueLabel

(package private)  JLabel searchRangeValueLabel

thresholdPanel

(package private)  JPanel thresholdPanel

thresholdSlider

(package private)  JSlider thresholdSlider

thresholdTextLabel

(package private)  JLabel thresholdTextLabel

thresholdValueLabel

(package private)  JLabel thresholdValueLabel

Constructor Details

AlgorithmOptions

public AlgorithmOptions()

Method Details

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)

thresholdSlider_stateChanged

(package private)  void thresholdSlider_stateChanged(ChangeEvent e)