|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISQLEditorInput
This interface is a mix-in interface to be used with an IEditorInput
to add additional information to the editor input for the SQL editor.
Method Summary | |
---|---|
ISQLEditorConnectionInfo |
getConnectionInfo()
|
java.lang.String |
getId()
Returns the unique identifier that distinguishes this editor input |
boolean |
isConnectionRequired()
Returns whether database connection is required for this editor input to exist. |
void |
setConnectionInfo(ISQLEditorConnectionInfo connInfo)
|
Method Detail |
---|
void setConnectionInfo(ISQLEditorConnectionInfo connInfo)
ISQLEditorConnectionInfo getConnectionInfo()
boolean isConnectionRequired()
java.lang.String getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |