|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectptolemy.gui.Query.QueryActionListener
public static class Query.QueryActionListener
Listener for "line" and radio button entries.
| Field Summary | |
|---|---|
private java.lang.String |
_name
|
private Query |
_owner
|
| Constructor Summary | |
|---|---|
Query.QueryActionListener(Query owner,
java.lang.String name)
Construct a listener for line and radio button entries. |
|
| Method Summary | |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent event)
Call all registered QueryListeners. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private Query _owner
private java.lang.String _name
| Constructor Detail |
|---|
public Query.QueryActionListener(Query owner,
java.lang.String name)
owner - The owner queryname - The name of the query| Method Detail |
|---|
public void actionPerformed(java.awt.event.ActionEvent event)
actionPerformed in interface java.awt.event.ActionListenerevent - The event, ignored in this method.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||