net.aerith.misao.toolkit.FilterSelection
Class FilterSelectionDialog

java.lang.Object
  |
  +--net.aerith.misao.gui.dialog.Dialog
        |
        +--net.aerith.misao.toolkit.FilterSelection.FilterSelectionDialog

public class FilterSelectionDialog
extends Dialog

The FilterSelectionDialog represents a dialog to select image processing filters.


Field Summary
protected  FilterSelectionPanel panel
          The panel.
 
Fields inherited from class net.aerith.misao.gui.dialog.Dialog
components, default_values, parent_pane
 
Constructor Summary
FilterSelectionDialog(FilterSet filter_set)
          Constructs a FilterSelectionDialog.
 
Method Summary
 FilterSet getFilterSet()
          Gets a set of selected image processing filters.
protected  java.lang.String getTitle()
          Gets the title of the dialog.
protected  void saveDefaultValues()
          Saves the default values.
protected  void setDefaultValues()
          Sets the default values.
 
Methods inherited from class net.aerith.misao.gui.dialog.Dialog
show
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

panel

protected FilterSelectionPanel panel
The panel.
Constructor Detail

FilterSelectionDialog

public FilterSelectionDialog(FilterSet filter_set)
Constructs a FilterSelectionDialog.
Parameters:
filter_set - the set of image processing filters.
Method Detail

getTitle

protected java.lang.String getTitle()
Gets the title of the dialog.
Overrides:
getTitle in class Dialog
Returns:
the title of the dialog.

setDefaultValues

protected void setDefaultValues()
Sets the default values.

saveDefaultValues

protected void saveDefaultValues()
Saves the default values.
Overrides:
saveDefaultValues in class Dialog

getFilterSet

public FilterSet getFilterSet()
Gets a set of selected image processing filters.
Returns:
a set of selected image processing filters.