Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sshtools.sshterm
Class SshTerm  view SshTerm download SshTerm.java

java.lang.Object
  extended bycom.sshtools.apps.SshToolsApplication
      extended bycom.sshtools.sshterm.SshTerm

public class SshTerm
extends com.sshtools.apps.SshToolsApplication


Field Summary
 
Fields inherited from class com.sshtools.apps.SshToolsApplication
containers, defaultContainerClass, log, panelClass
 
Constructor Summary
SshTerm()
           
SshTerm(java.lang.Class containerClass)
           
 
Method Summary
 java.lang.String getAboutAuthors()
          Return the authros for the about box
 java.lang.String getAboutLicenseDetails()
          Return the license details for the about box
 java.lang.String getAboutURL()
          Return the URL for the about box
 javax.swing.Icon getApplicationLargeIcon()
          Return the application large icon
 java.lang.String getApplicationName()
          Return the application name
 java.lang.String getApplicationVersion()
          Return the application version
static void main(java.lang.String[] args)
           
 
Methods inherited from class com.sshtools.apps.SshToolsApplication
closeContainer, convertContainer, exit, getContainerAt, getContainerCount, getContainerForPanel, init, newContainer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SshTerm

public SshTerm()

SshTerm

public SshTerm(java.lang.Class containerClass)
Method Detail

getApplicationName

public java.lang.String getApplicationName()
Description copied from class: com.sshtools.apps.SshToolsApplication
Return the application name


getApplicationVersion

public java.lang.String getApplicationVersion()
Description copied from class: com.sshtools.apps.SshToolsApplication
Return the application version


getApplicationLargeIcon

public javax.swing.Icon getApplicationLargeIcon()
Description copied from class: com.sshtools.apps.SshToolsApplication
Return the application large icon


getAboutLicenseDetails

public java.lang.String getAboutLicenseDetails()
Description copied from class: com.sshtools.apps.SshToolsApplication
Return the license details for the about box


getAboutURL

public java.lang.String getAboutURL()
Description copied from class: com.sshtools.apps.SshToolsApplication
Return the URL for the about box


getAboutAuthors

public java.lang.String getAboutAuthors()
Description copied from class: com.sshtools.apps.SshToolsApplication
Return the authros for the about box


main

public static final void main(java.lang.String[] args)