Serialized Form


Package com.sshtools.profile

Class com.sshtools.profile.AuthenticationException extends java.lang.Exception implements Serializable

Class com.sshtools.profile.ProfileException extends java.lang.Exception implements Serializable

Class com.sshtools.profile.URI extends java.lang.Object implements Serializable

serialVersionUID: 1601921774685357214L

Serialized Fields

m_scheme

java.lang.String m_scheme
Stores the scheme (usually the protocol) for this URI.


m_userinfo

java.lang.String m_userinfo
If specified, stores the userinfo for this URI; otherwise null


m_host

java.lang.String m_host
If specified, stores the host for this URI; otherwise null


m_port

int m_port
If specified, stores the port for this URI; otherwise -1


m_regAuthority

java.lang.String m_regAuthority
If specified, stores the registry based authority for this URI; otherwise -1


m_path

java.lang.String m_path
If specified, stores the path for this URI; otherwise null


m_queryString

java.lang.String m_queryString
If specified, stores the query string for this URI; otherwise null.


m_fragment

java.lang.String m_fragment
If specified, stores the fragment for this URI; otherwise null

Class com.sshtools.profile.URI.MalformedURIException extends java.io.IOException implements Serializable

serialVersionUID: -6695054834342951930L


Package com.sshtools.terminal

Class com.sshtools.terminal.ScrollEvent extends java.util.EventObject implements Serializable

Serialized Fields

type

int type

value

int value

Package com.sshtools.terminal.awt

Class com.sshtools.terminal.awt.AWTDataLights extends BevelPanel implements Serializable

Serialized Fields

sending

ImageTextLabel sending

receiving

ImageTextLabel receiving

sendOn

boolean sendOn

receiveOn

boolean receiveOn

dataListener

com.sshtools.terminal.awt.AWTDataLights.DataListener dataListener

terminal

VirtualSessionManager terminal

listener

VirtualSessionManagerAdapter listener

Class com.sshtools.terminal.awt.AWTScrollBar extends java.awt.Scrollbar implements Serializable

Serialized Fields

listenerList

java.util.Vector<E> listenerList

terminal

VirtualTerminal terminal

Class com.sshtools.terminal.awt.AWTStatusScreenSizeMonitor extends AWTStatusLabel implements Serializable

Serialized Fields

screenSizeListener

com.sshtools.terminal.awt.AWTStatusScreenSizeMonitor.ScreenSizeListener screenSizeListener

Class com.sshtools.terminal.awt.AWTTerminalPanel extends java.awt.Canvas implements Serializable

Serialized Fields

buffer

VDUBuffer buffer

center

boolean center

insets

java.awt.Insets insets

cursorColor

java.awt.Color cursorColor

cursorStyle

int cursorStyle

setClipboardOnSelect

boolean setClipboardOnSelect

selectionXOR

java.awt.Color selectionXOR

raised

boolean raised

normalFont

java.awt.Font normalFont

fm

java.awt.FontMetrics fm

charWidth

int charWidth

charHeight

int charHeight

charDescent

int charDescent

resizeStrategy

int resizeStrategy

selectBegin

java.awt.Point selectBegin

selectEnd

java.awt.Point selectEnd

selectPoint

java.awt.Point selectPoint

selectVertical

boolean selectVertical

selection

java.lang.String selection

scrollBar

VDUScrollBar scrollBar

sf

SoftFont sf

colorPrinting

boolean colorPrinting

backingStore

BackingStore backingStore

antialias

boolean antialias

color

java.awt.Color[] color

cursorColorFG

java.awt.Color cursorColorFG

cursorColorBG

java.awt.Color cursorColorBG

mouseListener

java.awt.event.MouseListener mouseListener

mouseMotionListener

java.awt.event.MouseMotionListener mouseMotionListener

keyListener

java.awt.event.KeyListener keyListener

focusListener

java.awt.event.FocusListener focusListener

cursorTimer

java.lang.Thread cursorTimer

scrollTimer

com.sshtools.terminal.awt.AWTTerminalPanel.ScrollTimer scrollTimer

cursorOn

boolean cursorOn

mouseWheelIncrement

int mouseWheelIncrement

reverseVideo

boolean reverseVideo

Class com.sshtools.terminal.awt.AWTTerminalStatusBar extends AWTStatusBar implements Serializable

Serialized Fields

display

VirtualSessionManagerUI display

Class com.sshtools.terminal.awt.AWTVirtualTerminal extends java.awt.Panel implements Serializable

Serialized Fields

rings

java.util.Vector<E> rings

components

java.util.Vector<E> components

emulation

TerminalEmulation emulation

display

VDUDisplay display

in

java.io.InputStream in

out

java.io.OutputStream out

tx

IOStreamConnector tx

rx

IOStreamConnector rx

sendListener

com.sshtools.terminal.awt.AWTVirtualTerminal.SendIOStreamListener sendListener

receiveListener

com.sshtools.terminal.awt.AWTVirtualTerminal.ReceiveIOStreamListener receiveListener

listenerList

java.util.Vector<E> listenerList

mainPanel

java.awt.Panel mainPanel

profile

ResourceProfile profile

vsManager

VirtualSessionManager vsManager

transport

TerminalProtocolTranport transport

Package com.sshtools.terminal.swing

Class com.sshtools.terminal.swing.SwingDataLights extends javax.swing.JPanel implements Serializable

Serialized Fields

sending

javax.swing.JLabel sending

receiving

javax.swing.JLabel receiving

sendTimer

javax.swing.Timer sendTimer

receiveTimer

javax.swing.Timer receiveTimer

terminal

VirtualSessionManagerUI terminal

dataListener

com.sshtools.terminal.swing.SwingDataLights.DataListener dataListener

listener

VirtualSessionManagerAdapter listener

Class com.sshtools.terminal.swing.SwingScrollBar extends javax.swing.JScrollBar implements Serializable

Serialized Fields

terminal

VirtualTerminal terminal

listenerList

java.util.Vector<E> listenerList

Class com.sshtools.terminal.swing.SwingStatusConnectionMonitor extends SwingStatusLabel implements Serializable

Serialized Fields

connectionStatusListener

com.sshtools.terminal.swing.SwingStatusConnectionMonitor.ConnectionStatusListener connectionStatusListener

Class com.sshtools.terminal.swing.SwingStatusScreenSizeMonitor extends SwingStatusLabel implements Serializable

Serialized Fields

screenSizeListener

com.sshtools.terminal.swing.SwingStatusScreenSizeMonitor.ScreenSizeListener screenSizeListener

Class com.sshtools.terminal.swing.SwingTerminalPanel extends javax.swing.JComponent implements Serializable

Serialized Fields

buffer

VDUBuffer buffer

cursorColor

java.awt.Color cursorColor

setClipboardOnSelect

boolean setClipboardOnSelect

cursorStyle

int cursorStyle

center

boolean center

selectionXOR

java.awt.Color selectionXOR

normalFont

java.awt.Font normalFont

fm

java.awt.FontMetrics fm

charWidth

int charWidth

charHeight

int charHeight

charDescent

int charDescent

resizeStrategy

int resizeStrategy

selectBegin

java.awt.Point selectBegin

selectEnd

java.awt.Point selectEnd

selectPoint

java.awt.Point selectPoint

selectVertical

boolean selectVertical

selection

java.lang.String selection

scrollBar

VDUScrollBar scrollBar

sf

SoftFont sf

colorPrinting

boolean colorPrinting

backingStore

BackingStore backingStore

antialias

boolean antialias

color

java.awt.Color[] color

cursorColorFG

java.awt.Color cursorColorFG

cursorColorBG

java.awt.Color cursorColorBG

mouseListener

java.awt.event.MouseListener mouseListener

mouseMotionListener

java.awt.event.MouseMotionListener mouseMotionListener

focusListener

java.awt.event.FocusListener focusListener

cursorTimer

javax.swing.Timer cursorTimer

cursorOn

boolean cursorOn

mouseWheelIncrement

int mouseWheelIncrement

reverseVideo

boolean reverseVideo

tracker

java.awt.MediaTracker tracker

scrollTimer

javax.swing.Timer scrollTimer

ignoreNextKeyTypedEvent

boolean ignoreNextKeyTypedEvent

Class com.sshtools.terminal.swing.SwingTerminalStatusBar extends SwingStatusBar implements Serializable

Serialized Fields

display

VirtualSessionManagerUI display

Class com.sshtools.terminal.swing.SwingToolBar extends javax.swing.JToolBar implements Serializable

Serialized Fields

display

VirtualSessionManagerUI display

Class com.sshtools.terminal.swing.SwingVirtualTerminal extends javax.swing.JPanel implements Serializable

Serialized Fields

rings

java.util.Vector<E> rings

components

java.util.Vector<E> components

emulation

TerminalEmulation emulation

display

VDUDisplay display

in

java.io.InputStream in

out

java.io.OutputStream out

tx

IOStreamConnector tx

rx

IOStreamConnector rx

sendListener

com.sshtools.terminal.swing.SwingVirtualTerminal.SendIOStreamListener sendListener

receiveListener

com.sshtools.terminal.swing.SwingVirtualTerminal.ReceiveIOStreamListener receiveListener

mainPanel

javax.swing.JPanel mainPanel

listeners

java.util.Vector<E> listeners

transport

TerminalProtocolTranport transport

isDisconnecting

boolean isDisconnecting

sessionManager

VirtualSessionManager sessionManager

Package com.sshtools.ui.awt

Class com.sshtools.ui.awt.ActionBar extends java.awt.Panel implements Serializable

Serialized Fields

baseBackground

java.awt.Color baseBackground

baseForeground

java.awt.Color baseForeground

Class com.sshtools.ui.awt.ActionButton extends ImageButton implements Serializable

Serialized Fields

action

Action action

iconDisplay

java.lang.String iconDisplay

textDisplay

java.lang.String textDisplay

Class com.sshtools.ui.awt.ActionMenuBar extends java.awt.Panel implements Serializable

Serialized Fields

menus

java.util.Vector<E> menus

menuWindow

java.awt.Window menuWindow

menuCanvas

com.sshtools.ui.awt.ActionMenuBar.MenuCanvas menuCanvas

currentMenu

com.sshtools.ui.awt.ActionMenuBar.MenuAction currentMenu

parentFrame

java.awt.Frame parentFrame

disabledForeground

java.awt.Color disabledForeground

toolTipsEnabled

boolean toolTipsEnabled

icons

java.lang.String icons

iconType

java.lang.String iconType

imageTextGap

int imageTextGap

separator

Separator separator

baseBackground

java.awt.Color baseBackground

baseForeground

java.awt.Color baseForeground

Class com.sshtools.ui.awt.AWTFileSelector extends java.awt.Panel implements Serializable

Serialized Fields

files

java.awt.List files

cwd

java.io.File cwd

path

java.awt.TextField path

lookIn

java.awt.Choice lookIn

go

ImageButton go

remove

ImageButton remove

newFolder

ImageButton newFolder

home

ImageButton home

parent

ImageButton parent

type

int type

showHiddenFiles

java.awt.Checkbox showHiddenFiles

filterSelect

java.awt.Choice filterSelect

filters

java.util.Vector<E> filters

acceptAllFilter

com.sshtools.ui.FileFilter acceptAllFilter

Class com.sshtools.ui.awt.BevelPanel extends java.awt.Panel implements Serializable

Serialized Fields

type

int type

Class com.sshtools.ui.awt.BorderPanel extends java.awt.Panel implements Serializable

Serialized Fields

insets

java.awt.Insets insets

borderColor

java.awt.Color borderColor

Class com.sshtools.ui.awt.FilenameTextField extends java.awt.Panel implements Serializable

Serialized Fields

textField

java.awt.TextField textField

chooserButton

ImageButton chooserButton

borderPanel

BorderPanel borderPanel

listeners

java.util.Vector<E> listeners

chooser

com.sshtools.ui.FileSelect chooser

Class com.sshtools.ui.awt.ImageButton extends ImageTextLabel implements Serializable

Serialized Fields

mouseIsDown

boolean mouseIsDown

listeners

java.util.Vector<E> listeners

itemListeners

java.util.Vector<E> itemListeners

darkness

int darkness

grayImage

java.awt.Image grayImage

actionCommand

java.lang.String actionCommand

borderColor

java.awt.Color borderColor

hoverButton

boolean hoverButton

mouseInComponent

boolean mouseInComponent

hoverBorder

int hoverBorder

depressedBorder

int depressedBorder

normalBorder

int normalBorder

toolTipText

java.lang.String toolTipText

hoverBackground

java.awt.Color hoverBackground

hoverForeground

java.awt.Color hoverForeground

normalBackground

java.awt.Color normalBackground

normalForeground

java.awt.Color normalForeground

depressedBackground

java.awt.Color depressedBackground

depressedForeground

java.awt.Color depressedForeground

pressed

boolean pressed

Class com.sshtools.ui.awt.ImageCanvas extends java.awt.Canvas implements Serializable

Serialized Fields

tracker

java.awt.MediaTracker tracker

image

java.awt.Image image

scale

int scale

border

int border

borderColor

java.awt.Color borderColor

valign

float valign

paintBackground

boolean paintBackground

halign

float halign

doubleBuffered

boolean doubleBuffered

bufferWidth

int bufferWidth

bufferHeight

int bufferHeight

bufferImage

java.awt.Image bufferImage

bufferGraphics

java.awt.Graphics bufferGraphics

Class com.sshtools.ui.awt.ImageLabel extends BevelPanel implements Serializable

Serialized Fields

imageCanvas

ImageCanvas imageCanvas

textLabel

java.awt.Label textLabel

Class com.sshtools.ui.awt.ImageTextLabel extends java.awt.Canvas implements Serializable

Serialized Fields

image

java.awt.Image image

grayImage

java.awt.Image grayImage

buffer

java.awt.Image buffer

text

java.lang.String text

margin

java.awt.Insets margin

borderType

int borderType

borderShadowColor

java.awt.Color borderShadowColor

borderDarkShadowColor

java.awt.Color borderDarkShadowColor

width

int width

height

int height

parentContainer

java.awt.Container parentContainer

metrics

java.awt.FontMetrics metrics

textImageGap

int textImageGap

textVisible

boolean textVisible

wasEnabled

boolean wasEnabled

horizontalAlignment

int horizontalAlignment

Class com.sshtools.ui.awt.MultilineLabel extends java.awt.Panel implements Serializable

Serialized Fields

constraints

java.awt.GridBagConstraints constraints

text

java.lang.String text

alignment

int alignment

Class com.sshtools.ui.awt.OptionDialog extends java.awt.Panel implements Serializable

Serialized Fields

lock_

java.lang.Object lock_

dismissed

boolean dismissed

selected

com.sshtools.ui.Option selected

callback

com.sshtools.ui.OptionCallback callback

dialog

java.awt.Dialog dialog

Class com.sshtools.ui.awt.ProgressBar extends java.awt.Canvas implements Serializable

Serialized Fields

borderColor

java.awt.Color borderColor

min

int min

max

int max

val

int val

progressColor

java.awt.Color progressColor

progressString

java.lang.String progressString

Class com.sshtools.ui.awt.SelectList extends java.awt.List implements Serializable

Serialized Fields

timerThread

java.lang.Thread timerThread

waitInterval

int waitInterval

released

boolean released

Class com.sshtools.ui.awt.Separator extends java.awt.Canvas implements Serializable

Serialized Fields

orientation

int orientation

background

java.awt.Color background

preferredSize

java.awt.Dimension preferredSize

Class com.sshtools.ui.awt.TabbedPanel extends java.awt.Container implements Serializable

Serialized Fields

position

int position

metrics

java.awt.FontMetrics metrics

tabs

java.util.Hashtable<K,V> tabs

sel

int sel

layout

com.sshtools.ui.awt.TabbedPanel.TabbedLayout layout

listenerList

java.util.Vector<E> listenerList

Class com.sshtools.ui.awt.WrappingLabel extends java.awt.Canvas implements Serializable

Serialized Fields

text

java.lang.String text

m_nHAlign

float m_nHAlign

m_nVAlign

float m_nVAlign

baseline

int baseline

fm

java.awt.FontMetrics fm

Package com.sshtools.ui.swing

Class com.sshtools.ui.swing.AbstractCopyAction extends javax.swing.AbstractAction implements Serializable

Class com.sshtools.ui.swing.AbstractLayout extends java.lang.Object implements Serializable

Serialized Fields

hgap

int hgap

vgap

int vgap

Class com.sshtools.ui.swing.AbstractSelectAllAction extends javax.swing.AbstractAction implements Serializable

Class com.sshtools.ui.swing.AbstractToggleableAction extends ToggleableAction implements Serializable

Serialized Fields

selected

boolean selected

Class com.sshtools.ui.swing.ActionButton extends javax.swing.JButton implements Serializable

Serialized Fields

hideText

boolean hideText

enablePlasticWorkaround

boolean enablePlasticWorkaround

hoverForeground

java.awt.Color hoverForeground

oldForeground

java.awt.Color oldForeground

Class com.sshtools.ui.swing.ActionCheckBoxMenuItem extends javax.swing.JCheckBoxMenuItem implements Serializable

Class com.sshtools.ui.swing.ActionMenuItem extends javax.swing.JMenuItem implements Serializable

Class com.sshtools.ui.swing.ActionRadioButtonMenuItem extends javax.swing.JRadioButtonMenuItem implements Serializable

Class com.sshtools.ui.swing.ActionToolBar extends javax.swing.JToolBar implements Serializable

Serialized Fields

button

com.sshtools.ui.swing.ActionToolBar.ExpandToolBarToggleButton button

buttonIndex

int buttonIndex

Class com.sshtools.ui.swing.AppAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

listeners

javax.swing.event.EventListenerList listeners

Class com.sshtools.ui.swing.BooleanIconRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Serialized Fields

trueIcon

javax.swing.Icon trueIcon

falseIcon

javax.swing.Icon falseIcon

Class com.sshtools.ui.swing.ClosableTabbedPane extends javax.swing.JTabbedPane implements Serializable

Serialized Fields

actions

java.util.Vector<E> actions

popup

javax.swing.JPopupMenu popup

Class com.sshtools.ui.swing.FileNameTextField extends XTextField implements Serializable

Serialized Fields

fileWindow

javax.swing.JWindow fileWindow

fileList

javax.swing.JList fileList

fileModel

javax.swing.DefaultListModel fileModel

adjusting

boolean adjusting

focused

boolean focused

autoComplete

boolean autoComplete

includeFiles

boolean includeFiles

cwd

java.io.File cwd

insets

java.awt.Insets insets

scroller

javax.swing.JScrollPane scroller

browse

javax.swing.JButton browse

Class com.sshtools.ui.swing.FolderBar extends javax.swing.JPanel implements Serializable

Serialized Fields

textLabel

javax.swing.JLabel textLabel

iconLabel

javax.swing.JLabel iconLabel

action

javax.swing.Action action

Class com.sshtools.ui.swing.FontChooser extends javax.swing.JPanel implements Serializable

Serialized Fields

fontNameList

javax.swing.JList fontNameList

fontSizeList

javax.swing.JList fontSizeList

fontName

javax.swing.JTextField fontName

chosenFont

java.awt.Font chosenFont

bold

javax.swing.JCheckBox bold

italic

javax.swing.JCheckBox italic

fontSize

javax.swing.JFormattedTextField fontSize

preview

javax.swing.JLabel preview

adjusting

boolean adjusting

sizeIsAdjusting

boolean sizeIsAdjusting

Class com.sshtools.ui.swing.FontLabel extends javax.swing.JTextField implements Serializable

Serialized Fields

fixedPreviewSize

int fixedPreviewSize

chosenFont

java.awt.Font chosenFont

showSize

boolean showSize

Class com.sshtools.ui.swing.IconWrapperPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

iconLabel

javax.swing.JLabel iconLabel

westPanel

javax.swing.JPanel westPanel

component

java.awt.Component component

Class com.sshtools.ui.swing.ImagePreviewAccessory extends javax.swing.JComponent implements Serializable

Serialized Fields

thumbnail

javax.swing.ImageIcon thumbnail

file

java.io.File file

Class com.sshtools.ui.swing.ListLayout extends AbstractLayout implements Serializable

Serialized Fields

tabs

java.util.Vector<E> tabs

panels

java.util.Vector<E> panels

center

java.awt.Component center

index

int index

alignment

int alignment

Class com.sshtools.ui.swing.MultilineLabel extends javax.swing.JPanel implements Serializable

Serialized Fields

constraints

java.awt.GridBagConstraints constraints

text

java.lang.String text

Class com.sshtools.ui.swing.NumericTextField extends XTextField implements Serializable

Serialized Fields

positiveBackground

java.awt.Color positiveBackground

symbols

java.text.DecimalFormatSymbols symbols

numberFormat

java.text.NumberFormat numberFormat

selectAllOnFocusGain

boolean selectAllOnFocusGain

wColumnWidth

int wColumnWidth

Class com.sshtools.ui.swing.OptionDialog extends javax.swing.JOptionPane implements Serializable

serialVersionUID: 8490755354933812320L

Serialized Fields

dismissed

boolean dismissed

callback

com.sshtools.ui.OptionCallback callback

dialog

javax.swing.JDialog dialog

selectInitialValue

boolean selectInitialValue

Class com.sshtools.ui.swing.PasswordException extends java.lang.Exception implements Serializable

Class com.sshtools.ui.swing.PasswordPairList extends java.util.ArrayList implements Serializable

Serialized Fields

passwordFile

java.io.File passwordFile

masterPassword

char[] masterPassword

pwmgr

PasswordPair pwmgr

Class com.sshtools.ui.swing.PasswordsTab extends javax.swing.JPanel implements Serializable

Serialized Fields

passwords

javax.swing.JList passwords

deleteAction

com.sshtools.ui.swing.PasswordsTab.DeleteAction deleteAction

model

com.sshtools.ui.swing.PasswordsTab.PasswordModel model

authenticator

PersistantAuthenticator authenticator

Class com.sshtools.ui.swing.PasswordsTab.PasswordRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

Class com.sshtools.ui.swing.PrintPreview extends javax.swing.JPanel implements Serializable

Serialized Fields

job

java.awt.print.PrinterJob job

setup

javax.swing.JButton setup

scale

javax.swing.JComboBox scale

pageWidth

int pageWidth

printable

java.awt.print.Printable printable

previewer

com.sshtools.ui.swing.PrintPreview.PreviewContainer previewer

pageFormat

java.awt.print.PageFormat pageFormat

pageHeight

int pageHeight

scrollpane

javax.swing.JScrollPane scrollpane

Class com.sshtools.ui.swing.ResourceIcon extends javax.swing.ImageIcon implements Serializable

Serialized Fields

cls

java.lang.Class<T> cls

Class com.sshtools.ui.swing.ScrollingPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

north

javax.swing.JButton north

south

javax.swing.JButton south

viewport

javax.swing.JViewport viewport

incr

int incr

Class com.sshtools.ui.swing.ShowUIDefaults extends javax.swing.JFrame implements Serializable

Serialized Fields

frame

javax.swing.JFrame frame

tabbedPane

javax.swing.JTabbedPane tabbedPane

sampleRenderer

com.sshtools.ui.swing.ShowUIDefaults.SampleRenderer sampleRenderer

Class com.sshtools.ui.swing.SideBarTabber extends javax.swing.JPanel implements Serializable

Serialized Fields

toolBar

TabToolBar toolBar

tabs

java.util.Vector<E> tabs

actions

java.util.Vector<E> actions

folderBar

FolderBar folderBar

viewPane

javax.swing.JPanel viewPane

layout

java.awt.CardLayout layout

Class com.sshtools.ui.swing.SortableHeaderRenderer extends javax.swing.JLabel implements Serializable

Serialized Fields

border

javax.swing.border.Border border

showSortIcons

boolean showSortIcons

sorts

int[] sorts

upSortIcon

javax.swing.Icon upSortIcon

downSortIcon

javax.swing.Icon downSortIcon

lastSize

java.awt.Dimension lastSize

model

javax.swing.table.TableColumnModel model

Class com.sshtools.ui.swing.SortableTableHeader extends javax.swing.table.JTableHeader implements Serializable

Serialized Fields

index

int index

direction

int direction

changeEvent

javax.swing.event.ChangeEvent changeEvent

criteria

SortCriteria criteria

Class com.sshtools.ui.swing.SplashWindow extends javax.swing.JWindow implements Serializable

Serialized Fields

mainPanel

javax.swing.JPanel mainPanel

timer

javax.swing.Timer timer

appDismissed

boolean appDismissed

timerExpired

boolean timerExpired

Class com.sshtools.ui.swing.TabbedTabber extends ClosableTabbedPane implements Serializable

Class com.sshtools.ui.swing.TabToolBar extends javax.swing.JPanel implements Serializable

Serialized Fields

contextList

java.util.Vector<E> contextList

selectedContext

TabToolBar.ContextPanel selectedContext

gBC

java.awt.GridBagConstraints gBC

cardLayout

java.awt.CardLayout cardLayout

cardPanel

javax.swing.JPanel cardPanel

folderBar

FolderBar folderBar

fixedWidth

int fixedWidth

toolBarBackground

java.awt.Color toolBarBackground

Class com.sshtools.ui.swing.TabToolBar.ContextAction extends AppAction implements Serializable

Serialized Fields

context

TabToolBar.ContextPanel context

Class com.sshtools.ui.swing.TabToolBar.ContextPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

name

java.lang.String name

action

AppAction action

gBC

java.awt.GridBagConstraints gBC

listPanel

TabToolBar.ListPanel listPanel

scroller

ScrollingPanel scroller

Class com.sshtools.ui.swing.TabToolBar.ListPanel extends javax.swing.JPanel implements Serializable

Class com.sshtools.ui.swing.TabToolBar.TabActionButton extends ActionButton implements Serializable

Class com.sshtools.ui.swing.TabToolBar.TabButton extends javax.swing.JButton implements Serializable

Class com.sshtools.ui.swing.TitledSeparator extends javax.swing.JPanel implements Serializable

Class com.sshtools.ui.swing.ToggleableAction extends AppAction implements Serializable

Class com.sshtools.ui.swing.ToggledPopupAction extends AbstractToggleableAction implements Serializable

Serialized Fields

toggle

javax.swing.JToggleButton toggle

popup

ToggledPopupMenu popup

edge

int edge

Class com.sshtools.ui.swing.ToggledPopupMenu extends javax.swing.JPopupMenu implements Serializable

Serialized Fields

toggle

ToolBarToggleButton toggle

action

ToggledPopupAction action

Class com.sshtools.ui.swing.ToggledPopupMenuHiderAction extends AppAction implements Serializable

Serialized Fields

menu

ToggledPopupMenu menu

Class com.sshtools.ui.swing.ToolBarSeparator extends javax.swing.JSeparator implements Serializable

Class com.sshtools.ui.swing.ToolBarToggleButton extends javax.swing.JToggleButton implements Serializable

Serialized Fields

hideText

boolean hideText

enablePlasticWorkaround

boolean enablePlasticWorkaround

Class com.sshtools.ui.swing.WrappingLabel extends javax.swing.JComponent implements Serializable

Serialized Fields

text

java.lang.String text

m_nHAlign

float m_nHAlign

m_nVAlign

float m_nVAlign

baseline

int baseline

fm

java.awt.FontMetrics fm

Class com.sshtools.ui.swing.XTextField extends javax.swing.JTextField implements Serializable

Serialized Fields

popup

javax.swing.JPopupMenu popup

cutAction

javax.swing.Action cutAction

copyAction

javax.swing.Action copyAction

pasteAction

javax.swing.Action pasteAction

deleteAction

javax.swing.Action deleteAction

selectAllAction

javax.swing.Action selectAllAction

Package com.sshtools.virtualsession.status.awt

Class com.sshtools.virtualsession.status.awt.AWTStatusBar extends java.awt.Panel implements Serializable

Serialized Fields

layout

java.awt.GridBagLayout layout

gbc

java.awt.GridBagConstraints gbc

elements

java.util.Vector<E> elements

separators

boolean separators

display

VirtualSessionManagerUI display

Class com.sshtools.virtualsession.status.awt.AWTStatusConnectionMonitor extends AWTStatusLabel implements Serializable

Serialized Fields

connectionStatusListener

com.sshtools.virtualsession.status.awt.AWTStatusConnectionMonitor.ConnectionStatusListener connectionStatusListener

Class com.sshtools.virtualsession.status.awt.AWTStatusLabel extends ImageTextLabel implements Serializable

Serialized Fields

weight

double weight

imageCanvas

ImageCanvas imageCanvas

textLabel

java.awt.Label textLabel

Package com.sshtools.virtualsession.status.swing

Class com.sshtools.virtualsession.status.swing.SwingStatusBar extends javax.swing.JPanel implements Serializable

Serialized Fields

layout

java.awt.GridBagLayout layout

gbc

java.awt.GridBagConstraints gbc

separators

boolean separators

elements

java.util.Vector<E> elements

display

VirtualSessionManagerUI display

Class com.sshtools.virtualsession.status.swing.SwingStatusLabel extends javax.swing.JLabel implements Serializable

Serialized Fields

statusBar

StatusBar statusBar

weight

double weight

fixedWidth

int fixedWidth

Package com.sshtools.virtualsession.ui.awt

Class com.sshtools.virtualsession.ui.awt.AWTVirtualSessionManager extends java.awt.Panel implements Serializable

Serialized Fields

rings

java.util.Vector<E> rings

components

java.util.Vector<E> components

tabs

TabbedPanel tabs

virtualSessions

java.util.Vector<E> virtualSessions

listenerList

java.util.Vector<E> listenerList

lastSel

int lastSel

vtSwitcher

java.awt.Panel vtSwitcher

terminalListener

VirtualSessionAdapter terminalListener

Package com.sshtools.virtualsession.ui.swing

Class com.sshtools.virtualsession.ui.swing.SwingVirtualSessionManager extends javax.swing.JPanel implements Serializable

Serialized Fields

rings

java.util.Vector<E> rings

components

java.util.Vector<E> components

listenerList

java.util.Vector<E> listenerList

actionListenerList

java.util.Vector<E> actionListenerList

lastSel

VirtualSession lastSel

vtSwitcher

javax.swing.JPanel vtSwitcher

terminalListener

VirtualSessionAdapter terminalListener

hideSingleTabHeading

boolean hideSingleTabHeading

tabs

ClosableTabbedPane tabs

changeListener

javax.swing.event.ChangeListener changeListener

hideTabs

boolean hideTabs

selectedVirtualSessionIndex

int selectedVirtualSessionIndex

virtualSessions

java.util.Vector<E> virtualSessions



Copyright © 2003-2009 SSHTOOLS LTD. All Rights Reserved.