|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
adams.gui.event.SortSetupEvent
public class SortSetupEvent
Event that gets sent when the SortPanel setup changes.
| Nested Class Summary | |
|---|---|
static class |
SortSetupEvent.EventType
The type of event. |
| Field Summary | |
|---|---|
protected SortDefinitionPanel |
m_SortDefinitionPanel
the definition panel that was added/removed. |
protected SortSetupEvent.EventType |
m_Type
what type of event occurred. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
SortSetupEvent(SortPanel source,
SortDefinitionPanel definition,
SortSetupEvent.EventType type)
Initializes the event. |
|
| Method Summary | |
|---|---|
SortDefinitionPanel |
getSortDefinitionPanel()
Returns the SortDefinitionPanel that was added/removed. |
SortPanel |
getSortPanel()
Returns the SortPanel that triggered the event |
SortSetupEvent.EventType |
getType()
Returns the event type. |
String |
toString()
Returns a short description of the object. |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected SortDefinitionPanel m_SortDefinitionPanel
protected SortSetupEvent.EventType m_Type
| Constructor Detail |
|---|
public SortSetupEvent(SortPanel source,
SortDefinitionPanel definition,
SortSetupEvent.EventType type)
source - the SortPanel that triggered the eventdefinition - the definition panel that was added or removed, null if resettype - the type of event| Method Detail |
|---|
public SortPanel getSortPanel()
SortPanel that triggered the event
public SortDefinitionPanel getSortDefinitionPanel()
SortDefinitionPanel that was added/removed.
public SortSetupEvent.EventType getType()
public String toString()
toString in class EventObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||