Uses of Class
com.sshtools.common.ui.SshToolsApplication
-
Packages that use SshToolsApplication Package Description com.sshtools.common.ui -
-
Uses of SshToolsApplication in com.sshtools.common.ui
Fields in com.sshtools.common.ui declared as SshToolsApplication Modifier and Type Field Description protected SshToolsApplicationSshToolsApplicationPanel. applicationMethods in com.sshtools.common.ui that return SshToolsApplication Modifier and Type Method Description SshToolsApplicationSshToolsApplicationFrame. getApplication()SshToolsApplicationSshToolsApplicationInternalFrame. getApplication()SshToolsApplicationSshToolsApplicationPanel. getApplication()Get the application attached to the panelMethods in com.sshtools.common.ui with parameters of type SshToolsApplication Modifier and Type Method Description voidSshToolsApplicationApplet.SshToolsApplicationAppletContainer. init(SshToolsApplication application, SshToolsApplicationPanel panel)voidSshToolsApplicationClientPanel. init(SshToolsApplication application)voidSshToolsApplicationContainer. init(SshToolsApplication application, SshToolsApplicationPanel panel)voidSshToolsApplicationFrame. init(SshToolsApplication application, SshToolsApplicationPanel panel)voidSshToolsApplicationInternalFrame. init(SshToolsApplication application, SshToolsApplicationPanel panel)voidSshToolsApplicationPanel. init(SshToolsApplication application)Initialize the panelbooleanSessionProviderFrame. initFrame(SshToolsApplication app)Initialize the frame and open the remote sessionbooleanSessionProviderInternalFrame. initFrame(SshToolsApplication app)Initialize the frame and open the remote sessionConstructors in com.sshtools.common.ui with parameters of type SshToolsApplication Constructor Description AboutAction(java.awt.Component parent, SshToolsApplication application)Creates a new AboutAction object.ExitAction(SshToolsApplication application, SshToolsApplicationContainer container)Creates a new ExitAction object.NewWindowAction(SshToolsApplication application)Creates a new NewWindowAction object.
-