Uses of Interface
com.sshtools.common.ui.SshToolsApplicationContainer
-
Packages that use SshToolsApplicationContainer Package Description com.sshtools.common.ui -
-
Uses of SshToolsApplicationContainer in com.sshtools.common.ui
Classes in com.sshtools.common.ui that implement SshToolsApplicationContainer Modifier and Type Class Description class
SessionProviderFrame
This frame class embeds a SessionProvider and manages the connection on behalf of the caller.class
SessionProviderInternalFrame
This frame class embeds a SessionProvider and manages the connection on behalf of the caller.class
SshToolsApplicationApplet.SshToolsApplicationAppletContainer
class
SshToolsApplicationFrame
class
SshToolsApplicationInternalFrame
Fields in com.sshtools.common.ui declared as SshToolsApplicationContainer Modifier and Type Field Description protected SshToolsApplicationContainer
SshToolsApplicationPanel. container
Methods in com.sshtools.common.ui that return SshToolsApplicationContainer Modifier and Type Method Description SshToolsApplicationContainer
SshToolsApplication. convertContainer(SshToolsApplicationContainer container, java.lang.Class newContainerClass)
SshToolsApplicationContainer
SshToolsApplicationPanel. getContainer()
Gets the container for this panel.SshToolsApplicationContainer
SshToolsApplication. getContainerAt(int idx)
SshToolsApplicationContainer
SshToolsApplication. getContainerForPanel(SshToolsApplicationPanel panel)
SshToolsApplicationContainer
SshToolsApplication. newContainer()
Methods in com.sshtools.common.ui with parameters of type SshToolsApplicationContainer Modifier and Type Method Description void
SshToolsApplication. closeContainer(SshToolsApplicationContainer container)
SshToolsApplicationContainer
SshToolsApplication. convertContainer(SshToolsApplicationContainer container, java.lang.Class newContainerClass)
void
SshToolsApplication. newContainer(SshToolsApplicationContainer container)
void
SshToolsApplicationPanel. setContainer(SshToolsApplicationContainer container)
Sets the container for this panelConstructors in com.sshtools.common.ui with parameters of type SshToolsApplicationContainer Constructor Description ExitAction(SshToolsApplication application, SshToolsApplicationContainer container)
Creates a new ExitAction object.
-