|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IContentExtension
This interface is used by the CommonContentProviderBase for managing user extensions to connection profiles through navigatorContent extensions.
Method Summary | |
---|---|
void |
closeConnection()
This method should close any active connection referenced by this object. |
void |
dispose()
This method should dispose of any resources allocated by this object, including closing open connections to the referenced connection profile. |
IConnection |
getConnection()
|
IConnectionProfile |
getConnectionProfile()
|
org.eclipse.swt.graphics.Image |
getImage()
|
java.lang.String |
getLabel()
|
boolean |
isVisible()
|
void |
openConnection()
When invoked, this object should open a connection to the referenced connection profile and return the root elements to be displayed under this elements node in the tree. |
Method Detail |
---|
IConnectionProfile getConnectionProfile()
void openConnection()
void closeConnection()
IConnection getConnection()
void dispose()
java.lang.String getLabel()
org.eclipse.swt.graphics.Image getImage()
boolean isVisible()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |