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 classSessionProviderFrameThis frame class embeds a SessionProvider and manages the connection on behalf of the caller.classSessionProviderInternalFrameThis frame class embeds a SessionProvider and manages the connection on behalf of the caller.classSshToolsApplicationApplet.SshToolsApplicationAppletContainerclassSshToolsApplicationFrameclassSshToolsApplicationInternalFrameFields in com.sshtools.common.ui declared as SshToolsApplicationContainer Modifier and Type Field Description protected SshToolsApplicationContainerSshToolsApplicationPanel. containerMethods in com.sshtools.common.ui that return SshToolsApplicationContainer Modifier and Type Method Description SshToolsApplicationContainerSshToolsApplication. convertContainer(SshToolsApplicationContainer container, java.lang.Class newContainerClass)SshToolsApplicationContainerSshToolsApplicationPanel. getContainer()Gets the container for this panel.SshToolsApplicationContainerSshToolsApplication. getContainerAt(int idx)SshToolsApplicationContainerSshToolsApplication. getContainerForPanel(SshToolsApplicationPanel panel)SshToolsApplicationContainerSshToolsApplication. newContainer()Methods in com.sshtools.common.ui with parameters of type SshToolsApplicationContainer Modifier and Type Method Description voidSshToolsApplication. closeContainer(SshToolsApplicationContainer container)SshToolsApplicationContainerSshToolsApplication. convertContainer(SshToolsApplicationContainer container, java.lang.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 SshToolsApplicationContainer Constructor Description ExitAction(SshToolsApplication application, SshToolsApplicationContainer container)Creates a new ExitAction object.
-