|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
javax.swing.event.ChangeEvent
weka.gui.explorer.Explorer.CapabilitiesFilterChangeEvent
public static class Explorer.CapabilitiesFilterChangeEvent
This event can be fired in case the capabilities filter got changed
Constructor Summary | |
---|---|
Explorer.CapabilitiesFilterChangeEvent(java.lang.Object source,
Capabilities filter)
Constructs a GOECapabilitiesFilterChangeEvent object. |
Method Summary | |
---|---|
Capabilities |
getFilter()
returns the associated Capabilities filter |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Explorer.CapabilitiesFilterChangeEvent(java.lang.Object source, Capabilities filter)
source
- the Object that is the source of the eventfilter
- the responsible capabilities filterMethod Detail |
---|
public Capabilities getFilter()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |