|
SPT RWT Application API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sptci.echo2.Listener<MainController>
com.sptci.rwt.webui.DeleteSavedConnectionListener
public class DeleteSavedConnectionListener
The component that is used to delete saved connections.
© Copyright 2007 Sans Pareil Technologies, Inc.
| Field Summary | |
|---|---|
private String |
databaseType
The database type under which the connection is saved. |
private String |
name
The name of the saved connection. |
| Fields inherited from class com.sptci.echo2.Listener |
|---|
controller, logger |
| Constructor Summary | |
|---|---|
DeleteSavedConnectionListener(String databaseType,
String name,
MainController controller)
Create a new instance of the listener using the specified controller. |
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent event)
The action listener implementation. |
protected void |
delete(Component component)
Delete the saved connection and update the ManageSavedConnectionsView view component. |
| Methods inherited from class com.sptci.echo2.Listener |
|---|
getApplication, getController |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final String databaseType
private final String name
| Constructor Detail |
|---|
public DeleteSavedConnectionListener(String databaseType,
String name,
MainController controller)
databaseType - The name of the database type under which the
saved connection is organised.name - The name of the saved connection.controller - The controller to use to interact with the
application| Method Detail |
|---|
public void actionPerformed(ActionEvent event)
Confirmation dialogue prompting user to confirm
the delete action.
event - The action event that was triggered.protected void delete(Component component)
ManageSavedConnectionsView view component.
component - The component that is to be removed from the view.Connections.delete( String, String ),
Connections.delete( String ),
MainController.resetMenu()
|
SPT RWT Application API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||