|
|||||||||
| Home >> All >> com >> sshtools >> [ apps overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.sshtools.apps
Interface SshToolsApplicationContainer

- All Known Implementing Classes:
- SshToolsApplicationFrame
- public interface SshToolsApplicationContainer
Constainer
| Method Summary | |
void |
closeContainer()
Invoked when the container is closed |
SshToolsApplicationPanel |
getApplicationPanel()
Return the application panel in this continer |
void |
init(SshToolsApplication application,
SshToolsApplicationPanel panel)
Initialise the container |
boolean |
isContainerVisible()
Return if the container is visible |
void |
setContainerVisible(boolean visible)
Set the container visible (called after init()
|
| Method Detail |
init
public void init(SshToolsApplication application, SshToolsApplicationPanel panel) throws SshToolsApplicationException
- Initialise the container
getApplicationPanel
public SshToolsApplicationPanel getApplicationPanel()
- Return the application panel in this continer
closeContainer
public void closeContainer()
- Invoked when the container is closed
setContainerVisible
public void setContainerVisible(boolean visible)
- Set the container visible (called after
init()
isContainerVisible
public boolean isContainerVisible()
- Return if the container is visible
|
|||||||||
| Home >> All >> com >> sshtools >> [ apps overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC