|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConnectionEditor
An editor for connections.
| Method Summary | |
|---|---|
JComponent |
createNewConnectionEditor()
The editor should create a new connection and let the user edit the newly created connection. |
JComponent |
editConnection(Connection connection)
Create an editor for the given connection. |
void |
setOwnerFrame(WorkbenchFrame frame)
When the framework has wrapped the editor in a frame the frame will be handed to the editor so that the ditor can operate on the frame. |
| Method Detail |
|---|
JComponent createNewConnectionEditor()
JComponent editConnection(Connection connection)
connection - The connection that the user elected to edit.
void setOwnerFrame(WorkbenchFrame frame)
frame - The frame that embeds the editor.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||