MOA 12.03
Real Time Analytics for Data Streams
moa.gui.IntOptionEditComponent Class Reference

An OptionEditComponent that lets the user edit an integer option. More...

Inheritance diagram for moa.gui.IntOptionEditComponent:
Collaboration diagram for moa.gui.IntOptionEditComponent:

List of all members.

Public Member Functions

 IntOptionEditComponent (IntOption option)
void applyState ()
 This method applies the state.
Option getEditedOption ()
 Gets the option of this component.
void setEditState (String cliString)
 Sets the state of the component.

Protected Attributes

IntOption editedOption
JSpinner spinner
JSlider slider

Detailed Description

An OptionEditComponent that lets the user edit an integer option.

Author:
Richard Kirkby (rkirkby@cs.waikato.ac.nz)
Version:
Revision:
7

Definition at line 40 of file IntOptionEditComponent.java.


Constructor & Destructor Documentation

moa.gui.IntOptionEditComponent.IntOptionEditComponent ( IntOption  option)

Definition at line 51 of file IntOptionEditComponent.java.

Here is the call graph for this function:


Member Function Documentation

void moa.gui.IntOptionEditComponent.applyState ( )

This method applies the state.

Implements moa.gui.OptionEditComponent.

Definition at line 80 of file IntOptionEditComponent.java.

Here is the call graph for this function:

Option moa.gui.IntOptionEditComponent.getEditedOption ( )

Gets the option of this component.

Returns:
the option of this component

Implements moa.gui.OptionEditComponent.

Definition at line 85 of file IntOptionEditComponent.java.

void moa.gui.IntOptionEditComponent.setEditState ( String  cliString)

Sets the state of the component.

Parameters:
cliStringthe state of the component

Implements moa.gui.OptionEditComponent.

Definition at line 90 of file IntOptionEditComponent.java.

Here is the call graph for this function:


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations