Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sshtools.apps
Interface SshToolsApplicationContainer  view SshToolsApplicationContainer download SshToolsApplicationContainer.java

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