Uses of Interface
com.sshtools.common.ui.SshToolsApplicationContainer
Packages that use SshToolsApplicationContainer
-
Uses of SshToolsApplicationContainer in com.sshtools.common.ui
Classes in com.sshtools.common.ui that implement SshToolsApplicationContainerModifier and TypeClassDescriptionclass
This frame class embeds a SessionProvider and manages the connection on behalf of the caller.class
This frame class embeds a SessionProvider and manages the connection on behalf of the caller.class
class
class
Fields in com.sshtools.common.ui declared as SshToolsApplicationContainerModifier and TypeFieldDescriptionprotected SshToolsApplicationContainer
SshToolsApplicationPanel.container
Methods in com.sshtools.common.ui that return SshToolsApplicationContainerModifier and TypeMethodDescriptionSshToolsApplication.convertContainer
(SshToolsApplicationContainer container, Class newContainerClass) SshToolsApplicationPanel.getContainer()
Gets the container for this panel.SshToolsApplication.getContainerAt
(int idx) SshToolsApplication.getContainerForPanel
(SshToolsApplicationPanel panel) SshToolsApplication.newContainer()
Methods in com.sshtools.common.ui with parameters of type SshToolsApplicationContainerModifier and TypeMethodDescriptionvoid
SshToolsApplication.closeContainer
(SshToolsApplicationContainer container) SshToolsApplication.convertContainer
(SshToolsApplicationContainer container, 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 SshToolsApplicationContainerModifierConstructorDescriptionExitAction
(SshToolsApplication application, SshToolsApplicationContainer container) Creates a new ExitAction object.