weka.gui.explorer
Class Explorer.CapabilitiesFilterChangeEvent
java.lang.Object
java.util.EventObject
javax.swing.event.ChangeEvent
weka.gui.explorer.Explorer.CapabilitiesFilterChangeEvent
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- Explorer
public static class Explorer.CapabilitiesFilterChangeEvent
- extends javax.swing.event.ChangeEvent
This event can be fired in case the capabilities filter got changed
- Version:
- $Revision: 1.42 $
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Explorer.CapabilitiesFilterChangeEvent
public Explorer.CapabilitiesFilterChangeEvent(java.lang.Object source,
Capabilities filter)
- Constructs a GOECapabilitiesFilterChangeEvent object.
- Parameters:
source
- the Object that is the source of the eventfilter
- the responsible capabilities filter
getFilter
public Capabilities getFilter()
- returns the associated Capabilities filter
- Returns:
- the filter