Class SshToolsApplicationApplet

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer
Direct Known Subclasses:
SshToolsApplicationClientApplet

public abstract class SshToolsApplicationApplet extends JApplet
Version:
$Revision: 1.14 $
Author:
$author$
See Also:
  • Field Details

    • PARAMETER_INFO

      public static final String[][] PARAMETER_INFO
    • log

      protected org.apache.commons.logging.Log log
    • loadingPanel

      protected com.sshtools.common.ui.SshToolsApplicationApplet.LoadingPanel loadingPanel
    • toolSeparator

      protected JSeparator toolSeparator
    • applicationPanel

      protected SshToolsApplicationPanel applicationPanel
    • infoForeground

      protected Color infoForeground
    • infoBorderThickness

      protected int infoBorderThickness
    • toolBar

      protected boolean toolBar
    • statusBar

      protected boolean statusBar
    • infoBackground

      protected Color infoBackground
    • infoBorderColor

      protected Color infoBorderColor
    • disabledActions

      protected String disabledActions
  • Constructor Details

    • SshToolsApplicationApplet

      public SshToolsApplicationApplet()
  • Method Details