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 TypeClassDescriptionclassThis frame class embeds a SessionProvider and manages the connection on behalf of the caller.classThis frame class embeds a SessionProvider and manages the connection on behalf of the caller.classclassclassFields in com.sshtools.common.ui declared as SshToolsApplicationContainerModifier and TypeFieldDescriptionprotected SshToolsApplicationContainerSshToolsApplicationPanel.containerMethods 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 TypeMethodDescriptionvoidSshToolsApplication.closeContainer(SshToolsApplicationContainer container) SshToolsApplication.convertContainer(SshToolsApplicationContainer container, Class newContainerClass) voidSshToolsApplication.newContainer(SshToolsApplicationContainer container) voidSshToolsApplicationPanel.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.