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

An OptionEditComponent that lets the user edit a file option. More...

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

List of all members.

Public Member Functions

 FileOptionEditComponent (FileOption 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.
void browseForFile ()

Protected Attributes

FileOption editedOption
JTextField textField = new JTextField()
JButton browseButton = new JButton("Browse")

Detailed Description

An OptionEditComponent that lets the user edit a file option.

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

Definition at line 41 of file FileOptionEditComponent.java.


Constructor & Destructor Documentation

moa.gui.FileOptionEditComponent.FileOptionEditComponent ( FileOption  option)

Definition at line 52 of file FileOptionEditComponent.java.

Here is the call graph for this function:


Member Function Documentation

void moa.gui.FileOptionEditComponent.applyState ( )

This method applies the state.

Implements moa.gui.OptionEditComponent.

Definition at line 68 of file FileOptionEditComponent.java.

Here is the call graph for this function:

void moa.gui.FileOptionEditComponent.browseForFile ( )

Definition at line 82 of file FileOptionEditComponent.java.

Referenced by moa.gui.FileOptionEditComponent.FileOptionEditComponent().

Here is the call graph for this function:

Here is the caller graph for this function:

Option moa.gui.FileOptionEditComponent.getEditedOption ( )

Gets the option of this component.

Returns:
the option of this component

Implements moa.gui.OptionEditComponent.

Definition at line 73 of file FileOptionEditComponent.java.

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

Sets the state of the component.

Parameters:
cliStringthe state of the component

Implements moa.gui.OptionEditComponent.

Definition at line 78 of file FileOptionEditComponent.java.

Referenced by moa.gui.FileOptionEditComponent.FileOptionEditComponent().

Here is the caller graph for this function:


Member Data Documentation

JButton moa.gui.FileOptionEditComponent.browseButton = new JButton("Browse") [protected]

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