com.ibm.eNetwork.beans.HOD Class Terminal

  PREV CLASS     NEXT CLASS FRAMES     NO FRAMES    
SUMMARY:  NESTED |  FIELD |  CONSTR |  METHOD DETAIL:  FIELD |  CONSTR |  METHOD


java.lang.Object
  |
  +--java.awt.Component
        |
        +--java.awt.Container
              |
              +--javax.swing.JComponent
                    |
                    +--javax.swing.JPanel
                          |
                          +--com.ibm.eNetwork.HOD.common.gui.HPanel
                                |
                                +--
com.ibm.eNetwork.beans.HOD.HODPanelBean
                                      |
                                      +--com.ibm.eNetwork.beans.HOD.HostTerminal
                                            |
                                            +--
com.ibm.eNetwork.beans.HOD.Terminal

      
All Implemented Interfaces:
javax.accessibility.Accessible, BlinkRemapListener, java.lang.Cloneable, ColorRemapListener, java.util.EventListener, java.io.Externalizable, com.ibm.eNetwork.HOD.common.HODConstants, java.awt.image.ImageObserver, java.awt.MenuContainer, java.beans.PropertyChangeListener, SendKeyListener, java.io.Serializable, com.ibm.eNetwork.beans.HOD.SessionInterface, TraceProducer
public class Terminal
extends com.ibm.eNetwork.beans.HOD.HostTerminal
implements ColorRemapListener, BlinkRemapListener

The Terminal Bean is a compound bean that combines a Screen and a Session bean to provide both a host connection and host screen. All the necessary connections between the Screen and the Session bean have already been provided.

Properties

The following table lists the properties of the Terminal Bean:

Events Fired

The following table lists the events fired from the Terminal Bean:

Events Accepted

The following table lists the events accepted by the Terminal Bean:

Programming Note

There are methods that will cause a NullPointerException if the graphical object element of Screen has not been instantiated. Those methods are: copyToClipboard, copyToClipboardAsTable, cutToClipboard, pasteFromClipboard, clearTrimRect, selectAll, getSelected, drawBox and setRule. The graphical object element is certain to be instantiated when this sequence has occurred at least once: Terminal() -> frame.add(Terminal) -> frame.show() -> Terminal.startCommunication(). Or the equivalent code actions.

Class Inheritance

The libraries containing this class are available in two versions: java2 and jdk1.1.8. This class document represents a compilation using Java 2 and its core libraries. The class inheritance scheme is shown above.

The alternative library was compiled with JDK 1.1.8. The result is a slightly different derivation, illustrated in this following class inheritance fragment.



         |
         +--java.awt.Container
               |
               +--java.awt.Panel
                     |
                     +--com.ibm.eNetwork.HOD.common.gui.HPanel
                           |
                           +--
 
See Also:
Serialized Form

Nested Class Summary

 

Nested classes inherited from class javax.swing.JComponent
javax.swing.JComponent.AccessibleJComponent

 

Field Summary
 com.ibm.eNetwork.beans.HOD.keyremap.Data data            

 

Fields inherited from class com.ibm.eNetwork.beans.HOD. HODPanelBean
BEAN_VERSION_STRING, TRACE_LEVEL, TRACE_MAXIMUM, TRACE_MINIMUM, TRACE_NONE, TRACE_NORMAL

 

Fields inherited from class javax.swing.JComponent
TOOL_TIP_TEXT_KEY, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW

 

Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT

 

Fields inherited from interface com.ibm.eNetwork.HOD.common.HODConstants
DEFAULT_WIN_FONT, HOD_ICON_EVENT, HOD_MSG_FILE, HOD_RAS_COMPID_ADVMACRO, HOD_RAS_COMPID_ASSOC_PRT, HOD_RAS_COMPID_BLINKREMAP, HOD_RAS_COMPID_CODEPAGE, HOD_RAS_COMPID_COLORREMAP, HOD_RAS_COMPID_CONFIG, HOD_RAS_COMPID_DATAACCESS, HOD_RAS_COMPID_FILETRANSFER, HOD_RAS_COMPID_FTP_SCREEN, HOD_RAS_COMPID_FTP_SESSION, HOD_RAS_COMPID_FTP_TERMINAL, HOD_RAS_COMPID_FUDOMA, HOD_RAS_COMPID_HOD_API, HOD_RAS_COMPID_IMPEXP, HOD_RAS_COMPID_JNILOAD, HOD_RAS_COMPID_KEYPAD, HOD_RAS_COMPID_KEYREMAP, HOD_RAS_COMPID_MACRO, HOD_RAS_COMPID_MACROMANGR, HOD_RAS_COMPID_POPPAD, HOD_RAS_COMPID_PRT_TERMINAL, HOD_RAS_COMPID_SCREEN, HOD_RAS_COMPID_SESSION, HOD_RAS_COMPID_SESSION_MGR, HOD_RAS_COMPID_SLP, HOD_RAS_COMPID_TERMINAL, HOD_RAS_COMPID_ZIPPRINT, HOD_RAS_FUNC_NAME, HOD_START_UP, HOD_TRANSFER_FILE_INFO, MOUSE_DOUBLE_CLICK_THRESHOLD, XFER_ASCII_GET_OPTIONS, XFER_ASCII_GET_OPTIONS_DEFAULT, XFER_ASCII_PUT_OPTIONS, XFER_ASCII_PUT_OPTIONS_DEFAULT, XFER_BINARY_GET_OPTIONS, XFER_BINARY_GET_OPTIONS_DEFAULT, XFER_BINARY_PUT_OPTIONS, XFER_BINARY_PUT_OPTIONS_DEFAULT, XFER_DEFAULT_OPTIONS, XFER_FILETYPE_DTA, XFER_FILETYPE_SAVF, XFER_FILETYPE_SRC, XFER_HOST_TYPE, XFER_HOST_TYPE_CICS, XFER_HOST_TYPE_CMS, XFER_HOST_TYPE_DEFAULT, XFER_HOST_TYPE_OS400, XFER_HOST_TYPE_TSO, XFER_PACKET_SIZE, XFER_PACKET_SIZE_DEFAULT, XFER_TIME_OUT_VALUE, XFER_TIME_OUT_VALUE_DEFAULT, XFER_TRANSFER_MODE, XFER_TRANSFER_MODE_ASCII, XFER_TRANSFER_MODE_BINARY, XFER_TRANSFER_MODE_DEFAULT

 

Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH

 

Constructor Summary
Terminal ()           Constructor which builds a Terminal Bean using the default property values.
Terminal (java.util.Properties newProperties)           Constructor which builds a Terminal Bean using the property values passed in the Property object.

 

Method Summary
 void addCommListener ( CommListener l)           See Session.addCommListener(CommListener)
 void addFocusListener (java.awt.event.FocusListener l)           Adds a java.awt.event.FocusListener to the Bean.
 void addGUIListener ( GUIListener l)           See Session.addGUIListener(GUIListener)
 void addKeyListener (java.awt.event.KeyListener l)           Adds a java.awt.event.KeyListener to the Bean.
 void addMouseListener (java.awt.event.MouseListener l)           Adds a java.awt.event.MouseListener to the Bean.
 void addMouseMotionListener (java.awt.event.MouseMotionListener l)           Adds a java.awt.event.MouseMotionListener to the Bean.
 void addOIAListener ( OIAListener l)           See Session.addOIAListener(OIAListener)
 void addPropertyChangeListener (java.beans.PropertyChangeListener listener)           Adds a PropertyChangeListener.
 void addPSListener ( PSListener l)           See Session.addPSListener(PSListener)
 void addScreenListener ( ScreenListener l)           Adds a ScreenListener.
 void addScreenMotionListener ( ScreenMotionListener l)           Adds a ScreenMotionListener.
 void addScreenMouseListener ( ScreenMouseListener l)           Adds a ScreenMouseListener.
 void addSendKeyListener ( SendKeyListener l)           Adds a SendKeyListener.
 void addTraceListener ( TraceListener l)           See Session.addTraceListener(TraceListener)
 void addVetoableChangeListener (java.beans.VetoableChangeListener listener)           Adds a VetoableChangeListener.
 void clearTrimRect ()           Clears the selected box (all unprotected areas).
 void copyToClipboard ()           Copies the selected box to the clipboard.
 void copyToClipboard (boolean append)           Copies the selected box to the clipboard with conditional appending
 void copyToClipboardAsTable ()           Copies the selected box to the clipboard as a Table.
 void cutToClipboard ()           Copies the selected box to clipboard and clears the unprotected areas of the Screen.
static java.util.Properties defaults ()           Returns a Properties object containing the default properties for this Bean.
 void dispose ()           Disposes Terminal and all of its resources.
 void drawBox (int direction)           Draws the cut and paste selection box on the screen.
 java.lang.String get3270InputAreaIndication ()           Returns the current setting that describes how input fields are indicated.
 java.awt.Color get3DBackgroundColor ()           Returns Color object indicating what the current color is for 3D input fields.
 java.lang.String getAllocateSpaceForLamAlef ()           See Session.getAllocateSpaceForLamAlef()
 int getAltScreenColSize ()           See Session.getAltScreenColSize()
 int getAltScreenRowSize ()           See Session.getAltScreenRowSize()
 java.lang.String getBIDIMode ()           See Session.getBIDIMode()
 java.lang.String getCICSGWCodePage ()           See Session.getCICSGWCodePage()
 java.lang.String getCICSServerName ()           See Session.getCICSServerName()
 java.lang.String getCodePage ()           See Session.getCodePage()
 int getColumns ()           Returns the number of columns represented on the screen.
 int getCommStatus ()           See Session.getCommStatus()
 int getConnectionTimeout ()           See Session.getConnectionTimeout()
 java.lang.String getCursorDirection ()           See Session.getCursorDirection()
 boolean getCursorMovementState ()           See Session.getCursorMovementState()
 java.lang.String getDeviceName ()           See Session.getDeviceName()
 com.ibm.eNetwork.ECL.ECLSession getECLSession ()           See Session.getECLSession()
 int getEntryAssist_bellCol ()           Returns the value of the EntryAssist_bellCol property.
 int getEntryAssist_endCol ()           Returns the value of the EntryAssist_endCol property.
 int getEntryAssist_startCol ()           Returns the value of the EntryAssist_startCol property.
 int getEntryAssist_tabstop ()           Returns the value of the EntryAssist_tabstop property.
 java.lang.String getEntryAssist_tabstops ()           Returns the value of the EntryAssist_tabstops property.
 java.awt.Font getFont ()           Returns the current Screen font.
 java.lang.String getFontName ()           Returns the value of the fontName property.
 int getFontSize ()           Returns the value of the fontSize property.
 int getFontStyle ()           Returns the value of the fontStyle property.
 java.lang.String getFooterPlace ()           Return the value of the footerPlace property.
 java.lang.String getFooterText ()           Return the value of the footerText property.
 java.lang.String getGraphicsCellSize ()           See Session.getGraphicsCellSize()
 java.lang.String getHeaderPlace ()           Return the value of the headerPlace property.
 java.lang.String getHeaderText ()           Return the value of the headerText property.
 boolean getHideUnprotectedURLsMode ()           Returns the value of the dontShowUnprotectedURLs property.
 java.lang.String getHistorySize ()           See Session.getHistorySize()
 java.lang.String getHost ()           See Session.getHost()
 java.lang.String getHostBackup1 ()           See Session.getHostBackup1()
 java.lang.String getHostBackup2 ()           See Session.getHostBackup2()
 java.lang.String getJSSETrustStore ()           See Session.getJSSETrustStore()
 java.lang.String getJSSETrustStorePassword ()           See Session.getJSSETrustStorePassword()
 java.lang.String getJSSETrustStoreType ()           See Session.getJSSETrustStoreType()
 java.lang.String getKeyStoreFilePath ()           See Session.getKeyStoreFilePath(String)
 java.lang.String getKeyStorePassword ()           Returns the value of the keyStoreFilePath property.
 java.lang.String getLUMLicensing ()           See Session.getLUMLicensing()
 int getLUMPort ()           See Session.getLUMPort()
 java.lang.String getLUMServer ()           See Session.setLUMServer()
 java.lang.String getLUName ()           See Session.getLUName()
 java.lang.String getLUNameBackup1 ()           See Session.getLUNameBackup1()
 java.lang.String getLUNameBackup2 ()           See Session.getLUNameBackup2()
 java.lang.String getMouseWheelDown ()           Returns the value of the mouseWheelDown property.
 java.lang.String getMouseWheelUp ()           Returns the value of the mouseWheelUp property.
 java.lang.String getNumeralShape ()           See Session.getNumeralShape()
 java.lang.String getNumeralShapeDisp ()           See Session.getNumeralShapeDisp()
 int getPasteTabColumns ()           See Session.getPasteTabColumns()
 java.lang.String getPasteTabOptions ()           See Session.getPasteTabOptions()
 int getPasteTabSpaces ()           See Session.getPasteTabSpaces()
 int getPort ()           See Session.getPort()
 int getPortBackup1 ()           See Session.getPortBackup1()
 int getPortBackup2 ()           See Session.getPortBackup2()
 java.lang.String getPrinterName ()           See Session.getPrinterName()
 java.lang.String getPrintFileName ()           See Session.getPrintFileName()
 java.lang.String getPrintScreenBackgroundColorOption ()           See Screen.getPrintScreenBackgroundColorOption
 java.lang.String getProxyAuthenMethod ()           See Session.getProxyAuthenMethod()
 java.lang.String getProxyServerName ()           See Session.getProxyServerName()
 int getProxyServerPort ()           See Session.getProxyServerPort()
 java.lang.String getProxyType ()           See Session.getProxyType()
 java.lang.String getProxyUserID ()           See Session.getProxyUserID()
 java.lang.String getProxyUserPassword ()           See Session.getProxyUserPassword()
 java.lang.String getRoundTrip ()           See Session.getRoundTrip()
 int getRows ()           Returns the number of rows represented on the screen.
 java.lang.String getRTLUnicodeOverride ()           See Session.getRTLUnicodeOverride()
 java.lang.String getScreenSize ()           See Session.getScreenSize()
 java.lang.String getSecurityProtocol ()           See Session.getSecurityProtocol()
 java.awt.Insets getSelected (boolean unMark)           Returns an Insets object containing the coordinates, in Screen rows and columns, for the selected box.
 java.lang.String getServiceMgrHost ()           See Session.getServiceMgrHost()
  Session getSession ()           Returns the Session bean associated with this Terminal
 java.lang.String getSessionID ()           See Session.getSessionID()
 java.lang.String getSessionName ()           See Session.getSessionName()
 java.lang.String getSessionType ()           See Session.getSessionType()
 java.lang.String getShowURLsMode ()           Returns the value of the showURLsMode property
 java.lang.String getSLPAS400Name ()           See Session.getSLPAS400Name()
 int getSLPMaxWaitTime ()           See Session.getSLPMaxWaitTime()
 java.lang.String getSLPScope ()           See Session.getSLPScope()
 java.lang.String getSmartOrdering ()           See Session.getSmartOrdering()
 java.lang.String getSocksV4UserID ()           See Session.getSocksV4UserID()
 java.lang.String getSSHPublicKeyAlias ()           Returns the value of the SSHPublicKeyAlias property.
 java.lang.String getSSHPublicKeyAliasPassword ()           Returns the value of the SSHPublicKeyAliasPassword property.
 java.lang.String getSSLCertificateHash ()           See Session.getSSLCertificateHash()
 java.lang.String getSSLCertificateName ()           See Session.getSSLCertificateName()
 java.lang.String getSSLCertificatePromptHowOften ()           See Session.getSSLCertificatePromptHowOften()
 java.lang.String getSSLCertificateSource ()           See Session.getSSLCertificateSource()
 java.lang.String getSSLCertificateURL ()           See Session.getSSLCertificateURL()
 java.lang.String getSSLP12FilePath ()           See Session.getSSLP12FilePath()
 java.lang.String getSSLP12Password ()           See Session.getSSLPassword()
 java.lang.String getSSOCMServer ()           Returns the value of the ssoCMServer property
 java.lang.String getSSOType ()           Returns the value of the ssoType property
 java.lang.String getSSOUserIdentityType ()           Returns the value of the ssoUserIdentityType property.
 java.lang.String getTextOrientation ()           See Session.getTextOrientation()
 java.lang.String getTextType ()           See Session.getTextType()
 java.lang.String getTextTypeDisp ()           See Session.getTextTypeDisp()
 int getThaiDisplayMode ()           See Session.getThaiDisplayMode()
 int getTimeout ()           Returns the current value of the timeout property in millisecs
 java.lang.String getTraceName ()           returns a trace identifier for this bean
 java.lang.String getUserID ()           Returns the value of the userID property.
 java.lang.String getUserPassword ()           Returns the value of the userPassword property.
 java.lang.String getVTAnswerBackMsg ()           See Session.getVTAnswerBackMsg()
 java.lang.String getVTID ()           See Session.getVTID()
 java.lang.String getVTPDTName ()           See Session.getVTPDTName()
 java.lang.String getVTTerminalType ()           See Session.getVTTerminalType()
 java.lang.String getWorkstationID ()           See Session.getWorkstationID()
 void GUIEvent ( GUIEvent evt)           Handler method for GUIEvents.
 boolean is3D ()           Returns the value of the 3D property.
 boolean isAccessibilityEnabled ()           Returns the value of the accessibilityEnabled property.
 boolean isAPLKeyboard ()           See Session.isAPLKeyboard()
 boolean isAutoConnect ()           See Session.isAutoConnect()
 boolean isAutoFontSize ()           Returns the value of the autoFontSize property.
 boolean isAutoPack ()           Returns the value of the autoPack property.
 boolean isAutoReconnect ()           See Session.isAutoReconnect()
 boolean isautoSkip ()           See Session.isautoSkip()
 boolean isBlockCursor ()           Returns the value of the blockcursor property.
 boolean isCentered ()           Returns the value of the centered property.
 boolean isCommStarted ()           See Session.isCommStarted()
 boolean isCopyAltSignLocation ()           See Session.isCopyAltSignLocation()
 boolean isCopyOnlyIfTrimmed ()           See Session.isCopyOnlyIfTrimmed()
 boolean isCursorVisible ()           Returns whether cursor is made visible by Screen.
 boolean isDBCSInputVisible ()           Returns the value of the DBCSInputVisible property.
 boolean isDeviceNameReady ()           See Session.isDeviceNameReady()
 boolean isENPTUI ()           See Session.isENPTUI()
 boolean isEntryAssist_bell ()           Returns the value of the EntryAssist_bell property.
 boolean isEntryAssist_DOCmode ()           Returns the value of the EntryAssist_DOCmode property.
 boolean isEntryAssist_DOCwordWrap ()           Returns the value of the EntryAssist_DOCwordWrap property.
 boolean isFontSizeBounded ()           Returns the value of the fontSizeBounded property.
 boolean isFourColorOverride ()           See Session.isFourColorOverride()
 boolean isHistory ()           See Session.isHistory()
 boolean isHostGraphics ()           See Session.isHostGraphics()
 boolean isIgnoreWellKnownTrustedCAs ()           Returns the value of the ignoreWellKnownTrustedCAs property.
 boolean isIMEAutoStart ()           Returns the value of the IMEAutoStart property.
 boolean isInsertOffOnAIDKEY ()           See Session.isInsertOffOnAIDKEY()
 boolean isKeepAlive ()           See Session.isKeepAlive()
 boolean isLastHostWithoutTimeout ()           See Session.isLastHostWithoutTimeout()
 boolean isLightPenMode ()           Returns the value of the lightPenMode property.
 boolean isMarkedAreaPrintingEnabled ()           Returns the value of the markedAreaPrintingEnabled property.
 boolean isMorePasteDataAvailable ()           Once a paste or paste-next operation occurs, this method returns whether there is more data available that did not paste.
 boolean isMouseEnabled ()           Returns whether mouse events are being handled by Screen.
 boolean isMouseWheelEnabled ()           Returns the value of the mouseWheelEnabled property.
 boolean isNegotiateCResolution ()           See Session.isNegotiateCResolution()
 boolean isNumericFieldLock ()           See Session.isNumericFieldLock()
 boolean isNumericSwapEnabled ()           Returns the current value of the Numeric Swapping property.
 boolean isOIAVisible ()           Returns the value of the OIAVisible property.
 boolean isPasteFieldWrap ()           See Session.isPasteFieldWrap()
 boolean isPasteLineWrap ()           See Session.isPasteLineWrap()
 boolean isPasteStopAtProtectedLine ()           See Session.isPasteStopAtProtectedLine()
 boolean isPasteToTrimmedArea ()           See Session.isPasteToTrimmedArea()
 boolean isPasteWordBreak ()           See Session.isPasteLineWrap()
 boolean isPrintDestination ()           See Session.isPrintDestination()
 boolean isPrintScreenInColor ()           See Screen.isPrintScreenInColor()
 boolean isRule ()           Returns the value of the rule property.
 boolean isSeparateFiles ()           See Session.isSeparateFiles()
 boolean isShowTextAttributesEnabled ()           See Session.isShowTextAttributesEnabled()
 boolean isSkipPrintDialog ()           Return the value of the skipPrintDialog property.
 boolean isSLPEnabled ()           See Session.isSLPEnabled()
 boolean isSLPThisScopeOnly ()           See Session.isSLPThisScopeOnly()
 boolean isSSL ()           See Session.isSSL()
 boolean isSSLBrowserKeyringAdded ()           See Session.isSSLBrowserKeyringAdded()
 boolean isSSLCertificatePromptBeforeConnect ()           See Session.isSSLCertificatePromptBeforeConnect()
 boolean isSSLCertificatePrompted ()           See Session.isSSLCertificatePrompted()
 boolean isSSLCertificateProvided ()           See Session.isSSLCertificateProvided()
 boolean isSSLCertificateRemembered ()           See Session.isSSLCertificateRemembered()
 boolean isSSLServerAuthentication ()           See Session.isSSLServerAuthentication()
 boolean isSSLTelnetNegotiated ()           See Session.isSSLTelnetNegotiated()
 boolean isSSOEnabled ()           Returns the value of the ssoEnabled property
 boolean isSymmetricSwapEnabled ()           Returns the current value of the Symmetric Swapping property.
 boolean isTimeoutNoDataInitialization ()           See Session.isTimeoutNoDataInitialization()
 boolean isTNEnhanced ()           See Session.isTNEnhanced()
 boolean isTrimRectRemainAfterEdit ()           See Session.isTrimRectRemainAfterEdit()
 boolean isTrimRectSizingHandles ()           See Session.isTrimRectSizingHandles()
 boolean isUnicodeDataStreamEnabled ()           See Session.isUnicodeDataStreamEnabled()
 boolean isUseJSSE ()           See Session.isUseJSSE()
 boolean isUseSSHPublicKeyAuthentication ()           Returns the value of the useSSHPublicKeyAuthentication property.
 boolean isVTAutowrap ()           See Session.isVTAutowrap()
 boolean isVTBackspace ()           See Session.isVTBackspace()
 boolean isVTCursor ()           See Session.isVTCursor()
 boolean isVTKeypad ()           See Session.isVTKeypad()
 boolean isVTLocalEcho ()           See Session.isVTLocalEcho()
 boolean isVTNewLine ()           See Session.isVTNewLine()
 boolean isVTPrintConvert ()           See Session.isVTPrintConvert()
 boolean isVTReverseScreen ()           See Session.isVTReverseScreen()
 boolean isWorkstationIDReady ()           See Session.isWorkstationIDReady()
static java.util.Enumeration listBIDIModes ()           See Session.listBIDIModes()
static java.util.Enumeration listCICSGWCodePages ()           See Session.listCICSGWCodePages()
 java.util.Enumeration listCodePages ()           See Session.listCodePages()
static java.util.Enumeration listCodePages (java.lang.String sessionType)           See Session.listCodePages(String)
static java.util.Enumeration listCursorDirections ()           See Session.listCursorDirections()
static java.util.Enumeration listFontNames (java.lang.String codepage)           Enumerates the list of valid monospaced fonts available on the system.
static java.util.Enumeration listFontStyles ()           Enumerates a list of valid font styles.
 java.util.Enumeration listHistorySizes ()           See Session.listHistorySizes()
static java.util.Enumeration listNumeralShapes ()           See Session.listNumeralShapes()
static java.util.Enumeration listNumeralShapesDisp ()           See Session.listNumeralShapesDisp()
static java.util.Enumeration listPasteTabOptions ()           See Session.listPasteTabOptions()
static java.util.Enumeration listRoundTripModes ()           See Session.listRoundTripModes()
 java.util.Enumeration listScreenSizes ()           See Session.listScreenSizes()
static java.util.Enumeration listScreenSizes (java.lang.String sessionType)           See Session.listScreenSizes(String)
static java.util.Enumeration listTextOrientations ()           See Session.listTextOrientations()
static java.util.Enumeration listTextTypes ()           See Session.listTextTypes()
static java.util.Enumeration listTextTypesDisp ()           See Session.listTextTypesDisp()
static java.util.Enumeration listThaiDisplayModes ()           See Session.listThaiDisplayModes()
 java.util.Enumeration listVTIDs ()           See Session.listVTIDs()
static java.util.Enumeration listVTTerminalTypes ()           See Session.listVTTerminalTypes()
 void moveBox (int direction)           Moves the cut and paste selection box on the screen.
 void pasteFromClipboard ()           Pastes the data from the clipboard at the current cursor location.
 void pasteFromClipboard (boolean next)           Pastes the data from the clipboard at the current cursor location with conditional paste next functionality.
 void printScreen ()           Prints the current Screen contents to the default printer.
 void remapBlink ( BlinkRemapEvent evt)           Handler method for BlinkRemapEvents.
 void remapColor ( ColorRemapEvent evt)           Handler method for ColorRemapEvents.
 void removeCommListener ( CommListener l)           See Session.removeCommListener(CommListener)
 void removeFocusListener (java.awt.event.FocusListener l)           Removes a java.awt.event.FocusListener from the Bean.
 void removeGUIListener ( GUIListener l)           See Session.removeGUIListener(GUIListener)
 void removeKeyListener (java.awt.event.KeyListener l)           Removes a java.awt.event.KeyListener from the Bean.
 void removeMouseListener (java.awt.event.MouseListener l)           Removes a java.awt.event.MouseListener from the Bean.
 void removeMouseMotionListener (java.awt.event.MouseMotionListener l)           Removes a java.awt.event.MouseMotionListener from the Bean.
 void removeOIAListener ( OIAListener l)           See Session.removeOIAListener(OIAListener)
 void removePropertyChangeListener (java.beans.PropertyChangeListener listener)           Removes a PropertyChangeListener.
 void removePSListener ( PSListener l)           See Session.removePSListener(PSListener)
 void removeScreenListener ( ScreenListener l)           Removes a ScreenListener.
 void removeScreenMotionListener ( ScreenMotionListener l)           Removes a ScreenMotionListener.
 void removeScreenMouseListener ( ScreenMouseListener l)           Removes a ScreenMouseListener.
 void removeSendKeyListener ( SendKeyListener l)           Removes a SendKeyListener.
 void removeTraceListener ( TraceListener l)           See HODBean.removeTraceListener(TraceListener)
 void removeVetoableChangeListener (java.beans.VetoableChangeListener listener)           Removes a VetoableChangeListener.
 void requestFocus ()           Request focus on Terminal.
 void resetUserDefinedCursor ()           Resets the mouse cursor on Terminal back to its normal cursor and follows its normal behavior.
 void selectAll ()           Selects the entire Screen for the purpose of copying or cutting the area.
 void sendKeys ( SendKeyEvent evt)           Handler method for SendKeyEvents.
 void set3270InputAreaIndication (java.lang.String whatKind)           Sets how the input fields should be indicated.
 void set3D (boolean threeD)           Sets the 3D property.
 void set3DBackgroundColor (java.awt.Color whatcolor)           Sets what the background color should be for 3D input fields.
 void setAccessibilityEnabled (boolean accessibility)           Sets the accessibilityEnabled property.
 void setAllocateSpaceForLamAlef (java.lang.String tt)           See Session.setAllocateSpaceForLamAlef(String)
 void setAltScreenSize (java.lang.String altscreensize)           See Session.setAltScreenSize(String)
 void setAPLKeyboard (boolean activate)           See Session.setAPLKeyboard()
 void setAutoConnect (boolean autoConnect)           See Session.setAutoConnect(boolean)
 void setAutoFontSize (boolean autoFontSize)           Sets the autoFontSize property.
 void setAutoPack (boolean autoPack)           Sets the autoPack property.
 void setAutoReconnect (boolean autoReconnect)           See Session.setAutoReconnect(boolean)
 void setautoSkip (boolean value)           See Session.setautoSkip)
 void setBIDIMode (java.lang.String to)           See Session.setBIDIMode(String)
 void setBlockCursor (boolean block)           Sets the block cursor property.
 void setCentered (boolean center)           Sets the centered property.
 void setCICSGWCodePage (java.lang.String codePage)           See Session.setCICSGWCodePage(String)
 void setCICSServerName (java.lang.String server)           See Session.setCICSServerName(String)
 void setCodePage (java.lang.String codePage)           See Session.setCodePage(String)
 void setConnectionTimeout (int connectionTimeout)           See Session.setConnectionTimeout(int)
 void setCopyAltSignLocation (boolean copyAltSignLocation)           See Session.setCopyAltSignLocation(boolean)
 void setCopyOnlyIfTrimmed (boolean copyOnlyIfTrimmed)           See Session.setCopyOnlyIfTrimmed(boolean)
 void setCursorDirection (java.lang.String to)           See Session.setCursorDirection()
 void setCursorMovementState (boolean movementState)           See Session.setCursorMovementState(boolean)
 void setCursorVisible (boolean val)           Sets whether the cursor should be made visible by Screen.
 void setDBCSInputVisible (boolean showDBCSInput)           Sets the DBCSInputVisible property (3270 and 5250 DBCS sessions only).
 void setENPTUI (boolean enptui)           See Session.setENPTUI(boolean)
 void setEntryAssist_bell (boolean bell)           Sets the EntryAssist_bell property.
 void setEntryAssist_bellCol (int bellCol)           Sets the EntryAssist_bellCol property.
 void setEntryAssist_DOCmode (boolean docMode)           Sets the EntryAssist_DOCmode property.
 void setEntryAssist_DOCwordWrap (boolean wordWrap)           Sets the EntryAssist_DOCwordWrap property.
 void setEntryAssist_endCol (int endCol)           Sets the EntryAssist_endCol property.
 void setEntryAssist_startCol (int startCol)           Sets the EntryAssist_startCol property.
 void setEntryAssist_tabstop (int tabstop)           Sets the EntryAssist_tabstop property.
 void setEntryAssist_tabstops (java.lang.String tabstops)           Sets the EntryAssist_tabstops property.
 void setFont (java.awt.Font f)           Sets the Screen font.
 void setFontName (java.lang.String fontName)           Sets the fontName property.
 void setFontSize (int fontSize)           Sets the fontSize property.
 void setFontSizeBounded (boolean bounded)           Sets the fontSizeBounded property.
 void setFontStyle (int fontStyle)           Sets the fontStyle property.
 void setFooterPlace (java.lang.String footerPlace)           Set the footerPlace property.
 void setFooterText (java.lang.String footerText)           Set the footerText property.
 void setFourColorOverride (boolean value)           See Session.setFourColorOverride)
 void setGraphicsCellSize (java.lang.String cellSize)           See Session.setGraphicsCellSize(String)
 void setHeaderPlace (java.lang.String headerPlace)           Set the headerPlace property.
 void setHeaderText (java.lang.String headerText)           Set the headerText property.
 void setHideUnprotectedURLsMode (boolean hideUnprotected)           This determines whether URLs in unprotected fields are rendered as hotspots.
 void setHistory (boolean history)           See Session.setHistory(boolean)
 void setHistorySize (java.lang.String size)           See Session.setHistorySize(String)
 void setHost (java.lang.String host)           See Session.setHost(String)
 void setHostBackup1 (java.lang.String host)           See Session.setHostBackup1(String)
 void setHostBackup2 (java.lang.String host)           See Session.setHostBackup2(String)
 void setHostGraphics (boolean hostGraphics)           See Session.setHostGraphics(boolean)
 void setIgnoreWellKnownTrustedCAs (boolean ignoreWellKnownCAs)           Sets the ignoreWellKnownTrustedCAs property.
 void setIMEAutoStart (boolean IME)           Sets the IMEAutoStart property.
 void setInsertOffOnAIDKEY (boolean activate)           See Session.setInsertOffOnAIDKEY(boolean)
 void setJSSETrustStore (java.lang.String truststore)           See Session.setJSSETrustStore(String truststore)
 void setJSSETrustStorePassword (java.lang.String pw)           See Session.setJSSETrustStorePassword(String pw)
 void setJSSETrustStoreType (java.lang.String type)           See Session.setJSSETrustStoreType(String type)
 void setKeepAlive (boolean keepAlive)           See Session.setKeepAlive(boolean)
 void setKeyStoreFilePath (java.lang.String keyStoreFilePath)           See Session.setKeyStoreFilePath(String)
 void setKeyStorePassword (java.lang.String s)           See Session.setKeyStorePassword(String)
 void setLastHostWithoutTimeout (boolean isLastHostWithoutTimeout)           See Session.setLastHostWithoutTimeout(boolean)
 void setLightPenMode (boolean lightPenMode)           Sets the lightPenMode property (3270 and CICS sessions only).
 void setLUMLicensing (java.lang.String servertype)           See Session.setLUMLicensing(String servertype)
 void setLUMPort (int PortNumber)           See Session.setLUMPort(int PortNumber)
 void setLUMServer (java.lang.String LumServer)           See Session.setLUMServer(String LumServer)
 void setLUName (java.lang.String luName)           See Session.setLUName(String)
 void setLUNameBackup1 (java.lang.String luName)           See Session.setLUNameBackup1(String)
 void setLUNameBackup2 (java.lang.String luName)           See Session.setLUNameBackup2(String)
 void setMarkedAreaPrintingEnabled (boolean markedAreaPrinting)           Sets the markedAreaPrintingEnabled property.
 void setMouseEnabled (boolean val)           Sets whether mouse events will be handled by Screen.
 void setMouseWheelDown (java.lang.String keyFunc)           Sets the mouseWheelDown property.
 void setMouseWheelEnabled (boolean enabled)           Sets the mouseWheelEnabled propety.
 void setMouseWheelUp (java.lang.String keyFunc)           Sets the mouseWheelUp property.
 void setNegotiateCResolution (boolean negotiateCR)           See Session.setNegotiateCResolution(boolean)
 void setNumeralShape (java.lang.String ns)           See Session.setNumeralShape(String)
 void setNumeralShapeDisp (java.lang.String to)           See Session.setNumeralShapeDisp(String)
 void setNumericFieldLock (boolean lock)           See Session.setNumericFieldLock()
 void setNumericSwapEnabled (boolean state)           Sets the Numeric swapping property.
 void setOIAVisible (boolean showOIA)           Sets the OIAVisible property.
 void setPageFormat (java.lang.Object pageFormat)           Set PageFormat Object which is used for printing screen.
 void setOptimizeWideScreen (boolean optimizeWideScreen)           See Session.setOptimizeWideScreen(boolean)
 void setPasteFieldWrap (boolean pasteFieldWrap)           See Session.setPasteFieldWrap(boolean)
 void setPasteLineWrap (boolean pasteLineWrap)           See Session.setPasteLineWrap(boolean)
 void setPasteStopAtProtectedLine (boolean pasteStopAtProtectedLine)           See Session.setPasteStopAtProtectedLine(boolean)
 void setPasteTabColumns (int pasteTabColumns)           See Session.setPasteTabColumns(int)
 void setPasteTabOptions (java.lang.String pasteTabOptions)           See Session.setPasteTabOptions(String)
 void setPasteTabSpaces (int pasteTabSpaces)           See Session.setPasteTabSpaces()
 void setPasteToTrimmedArea (boolean pasteToTrimmedArea)           See Session.setPasteToTrimmedArea(boolean)
 void setPasteWordBreak (boolean pasteWordBreak)           See Session.setPasteLineWrap(boolean)
 void setPort (int port)           See Session.setPort(int)
 void setPortBackup1 (int port)           See Session.setPortBackup1(int)
 void setPortBackup2 (int port)           See Session.setPortBackup2(int)
 void setPrintDestination (boolean printer)           See Session.setPrintDestination(boolean)
 void setPrinterName (java.lang.String printerName)           See Session.setPrinterName(String)
 void setPrintFileName (java.lang.String fileName)           See Session.setPrintFileName(String)
 void setPrintScreenBackgroundColorOption (java.lang.String PrintScreenBackgroundColorOption)           See Screen.setPrintScreenBackgroundColorOption(String)
 void setPrintScreenInColor (boolean isPrintScreenInColor)           See Screen.setPrintScreenInColor(boolean)
 void setProxyAuthenMethod (java.lang.String newPropertyValue)           See Session.setProxyAuthenMethod(String)
 void setProxyServerName (java.lang.String newPropertyValue)           See Session.setProxyServerName(String)
 void setProxyServerPort (int newPropertyValue)           See Session.setProxyServerPort(int)
 void setProxyType (java.lang.String newPropertyValue)           See Session.setProxyType(String)
 void setProxyUserID (java.lang.String newPropertyValue)           See Session.setProxyUserID(String)
 void setProxyUserPassword (java.lang.String newPropertyValue)           See Session.setProxyUserPassword(String)
 void setRoundTrip (java.lang.String to)           See Session.setRoundTrip(String)
 void setRTLUnicodeOverride (java.lang.String tt)           See Session.setRTLUnicodeOverride(String)
 void setRule (boolean rule)           Sets the rule property.
 void setScreenSize (java.lang.String size)           See Session.setScreenSize()
 void setSecurityProtocol (java.lang.String protocol)           See Session.setSecurityProtocol()
 void setSeparateFiles (boolean separate)           See Session.setSeparateFiles(boolean)
 void setServiceMgrHost (java.lang.String ServerMgrHost)           See Session.setServiceMgrHost(String ServerMgrHost)
 void setSessionID (java.lang.String ID)           See Session.setSessionID(String)
 void setSessionName (java.lang.String name)           See Session.setSessionName(String)
 void setSessionType (java.lang.String type)           See Session.setSessionType(String)
 void setShowTextAttributesEnabled (boolean state)           See Session.setShowTextAttributesEnabled(boolean state)
 void setShowURLsMode (java.lang.String urlMode)           This property determines whether URLs are displayed as hotspots, and if so, whether they are rendered as underlines or buttons.
 void setSkipPrintDialog (boolean isSkipPrintDialog)           Set the skipPrintDialog property.
 void setSLPAS400Name (java.lang.String as400name)           See Session.setSLPAS400Name(String)
 void setSLPEnabled (boolean slp)           See Session.setSLPEnabled(boolean)
 void setSLPMaxWaitTime (int maxWait)           See Session.setSLPMaxWaitTime(int)
 void setSLPScope (java.lang.String scope)           See Session.setSLPScope()
 void setSLPThisScopeOnly (boolean thisScopeOnly)           See Session.setSLPThisScopeOnly(boolean)
 void setSmartOrdering (java.lang.String to)           See Session.setSmartOrdering(String)
 void setSocksV4UserID (java.lang.String newPropertyValue)           See Session.setSocksV4UserID(String)
 void setSSHPublicKeyAlias (java.lang.String SSHPublicKeyAlias)           See Session.setSSHPublicKeyAlias(String)
 void setSSHPublicKeyAliasPassword (java.lang.String SSHPublicKeyAliasPassword)           See Session.setSSHPublicKeyAliasPassword(String)
 void setSSL (boolean SSL)           See Session.setSSL(boolean)
 void setSSLBrowserKeyringAdded (boolean add)           See Session.setSSLBrowserKeyringAdded(boolean)
 void setSSLCertificateHash (java.lang.String hash)           See Session.setSSLCertificateHash(String)
 void setSSLCertificateName (java.lang.String name)           See Session.setSSLCertificateName(String)
 void setSSLCertificatePassword (java.lang.String pw)           See Session.setSSLCertificatePassword()
 void setSSLCertificatePromptBeforeConnect (boolean before)           See Session.setSSLCertificatePromptBeforeConnect(boolean)
 void setSSLCertificatePrompted (boolean prompt)           See Session.setSSLCertificatePrompted(boolean)
 void setSSLCertificatePromptHowOften (java.lang.String howOften)           See Session.setSSLCertificatePromptHowOften(String)
 void setSSLCertificateProvided (boolean provided)           See Session.setSSLCertificateProvided(boolean)
 void setSSLCertificateRemembered (boolean remembered)           See Session.setSSLCertificateRemembered(boolean)
 void setSSLCertificateSource (java.lang.String src)           See Session.setSSLCertificateSource(String)
 void setSSLCertificateURL (java.lang.String url)           See Session.setSSLCertificateURL(String)
 void setSSLP12FilePath (java.lang.String path)           See Session.setSSLP12FilePath(String)
 void setSSLP12Password (java.lang.String path)           See Session.setSSLP12Password(String)
 void setSSLServerAuthentication (boolean authentication)           See Session.setSSLServerAuthentication(boolean)
 void setSSLTelnetNegotiated (boolean tnNegotiated)           See Session.setSSLTelnetNegotiated(boolean)
 void setSSOCMServer (java.lang.String cmServer)           See Session.setSSOCMServer(String)
 void setSSOEnabled (boolean enabled)           See Session.setSSOEnabled(boolean)
 void setSSOType (java.lang.String ssoType)           See Session.setSSOType()
 void setSSOUserIdentityType (java.lang.String userIDType)           See Session.setSSOUserIdentityType(java.lang.String)
 void setSymmetricSwapEnabled (boolean state)           Sets the Symmetric swapping property.
 void setTextOrientation (java.lang.String to)           See Session.setTextOrientation(String)
 void setTextType (java.lang.String tt)           See Session.setTextType(String)
 void setTextTypeDisp (java.lang.String to)           See Session.setTextTypeDisp()
 void setThaiDisplayMode (int mode)           See Session.setThaiDisplayMode(int)
 void setTimeout (int timeout)           Sets the timeout that will be used to terminate inactive sessions.
 void setTimeoutNoDataInitialization (boolean timeoutNoDataInitialization)           See Session.setTimeoutNoDataInitialization(boolean)
 void setTNEnhanced (boolean enhanced)           See Session.setTNEnhanced(boolean)
 void setTrimRectRemainAfterEdit (boolean trimRectRemainAfterEdit)           See Session.setTrimRectRemainAfterEdit(boolean)
 void setTrimRectSizingHandles (boolean trimRectSizingHandles)           See Session.setTrimRectSizingHandles(boolean)
 void setUnicodeDataStreamEnabled (boolean unicode)           See Session.setUnicodeDataStreamEnabled(boolean)
 void setUseJSSE (boolean useJSSE)           See Session.setUseJSSE(boolean useJSSE)
 void setUserDefinedCursor (java.awt.Cursor c)           Sets the mouse cursor on Terminal with a user defined cursor.
 void setUserID (java.lang.String userID)           See Session.setUserID(String)
 void setUserPassword (java.lang.String userPassword)           See Session.setUserPassword(String)
 void setUseSSHPublicKeyAuthentication (boolean b)           See Session.setUseSSHPublicKeyAuthentication(boolean)
 void setVTAnswerBackMsg (java.lang.String ansbackmsg)           See Session.setVTAnswerBackMsg(String)
 void setVTAutowrap (boolean autowrap)           See Session.setVTAutowrap(boolean)
 void setVTBackspace (boolean backSpace)           See Session.setVTBackspace(boolean)
 void setVTCursor (boolean application)           See Session.setVTCursor(boolean)
 void setVTID (java.lang.String id)           See Session.setVTID()
 void setVTKeypad (boolean application)           See Session.setVTKeypad(boolean)
 void setVTLocalEcho (boolean localEcho)           See Session.setVTLocalEcho()
 void setVTNewLine (boolean CROnly)           See Session.setVTNewLine(boolean)
 void setVTPDTName (java.lang.String pdtname)           See Session.setVTPDTName(String)
 void setVTPrintConvert (boolean convert)           See Session.setVTPrintConvert(boolean)
 void setVTReverseScreen (boolean reverse)           See Session.setVTReverseScreen(boolean)
 void setVTTerminalType (java.lang.String terminalType)           See Session.setVTTerminalType(String)
 void setWorkstationID (java.lang.String wsID)           See Session.setWorkstationID(String)
 void startCommunication ()           See Session.startCommunication()
 void startCommunicationWithBlocking (long timeout)           See Session.startCommunicationWithBlocking(long)
 void startCommunicationWithBlocking (long timeout, com.ibm.eNetwork.ECL.ECLScreenDesc scrndesc)           See Session.startCommunicationWithBlocking(long timeout, ECLScreenDesc scrndesc)
 void startCommunicationWithBlocking (long timeout, java.lang.String[] scrndescstrings)           See Session.startCommunicationWithBlocking(long,String[])
 void stopCommunication ()           See Session.stopCommunication()
 void unMark ()           Unmarks the selected box on the Screen.

 

Methods inherited from class com.ibm.eNetwork.beans.HOD. HODPanelBean
clone, getComponent, getFunction, getProperties, getTraceLevel, propertyChange, readExternal, setProperties, toString, writeExternal

 

Methods inherited from class com.ibm.eNetwork.HOD.common.gui.HPanel
add, createAssociation, paintComponent, setAccessDesc, setAccessibleName

 

Methods inherited from class javax.swing.JPanel
getAccessibleContext, getUI, getUIClassID, setUI, updateUI

 

Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addPropertyChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBorder, getBounds, getClientProperty, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getGraphics, getHeight, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPreferredSize, getPropertyChangeListeners, getPropertyChangeListeners, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isOptimizedDrawingEnabled, isPaintingTile, isPreferredSizeSet, isRequestFocusEnabled, isValidateRoot, paint, paintImmediately, paintImmediately, print, printAll, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removePropertyChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setForeground, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update

 

Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, remove, remove, removeAll, removeContainerListener, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setLayout, transferFocusBackward, transferFocusDownCycle, validate

 

Methods inherited from class java.awt.Component
action, add, addComponentListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addMouseWheelListener, bounds, checkImage, checkImage, contains, createImage, createImage, createVolatileImage, createVolatileImage, dispatchEvent, enable, enableInputMethods, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFontMetrics, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, remove, removeComponentListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeMouseWheelListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, transferFocus, transferFocusUpCycle

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

data



public com.ibm.eNetwork.beans.HOD.keyremap.Data 
data

         

Constructor Detail

Terminal



public 
Terminal()
-java.lang.String

Terminal



public 
Terminal(java.util.Properties newProperties)
         throws java.beans.PropertyVetoException
Throws:
java.beans.PropertyVetoException - Thrown if an incorrect property value is given.

Method Detail

defaults



public static java.util.Properties 
defaults()

dispose



public void 
dispose()
-java.lang.String

addVetoableChangeListener



public void 
addVetoableChangeListener(java.beans.VetoableChangeListener listener)
-java.lang.String

removeVetoableChangeListener



public void 
removeVetoableChangeListener(java.beans.VetoableChangeListener listener)
-java.lang.String

addPropertyChangeListener



public void 
addPropertyChangeListener(java.beans.PropertyChangeListener listener)
-java.lang.String

removePropertyChangeListener



public void 
removePropertyChangeListener(java.beans.PropertyChangeListener listener)
-java.lang.String

addCommListener



public void 
addCommListener(
CommListener l)
-java.lang.String

addOIAListener



public void 
addOIAListener(
OIAListener l)
-java.lang.String

addPSListener



public void 
addPSListener(
PSListener l)
-java.lang.String

addGUIListener



public void 
addGUIListener(
GUIListener l)
-java.lang.String

addTraceListener



public void 
addTraceListener(
TraceListener l)
-java.lang.String

removeTraceListener



public void 
removeTraceListener(
TraceListener l)
-java.lang.String

removeCommListener



public void 
removeCommListener(
CommListener l)
-java.lang.String

removeOIAListener



public void 
removeOIAListener(
OIAListener l)
-java.lang.String

removePSListener



public void 
removePSListener(
PSListener l)
-java.lang.String

removeGUIListener



public void 
removeGUIListener(
GUIListener l)
-java.lang.String

startCommunicationWithBlocking



public void 
startCommunicationWithBlocking(long timeout)
                                    throws com.ibm.eNetwork.ECL.ECLErr,
                                           java.lang.InterruptedException
-java.lang.String

startCommunicationWithBlocking



public void 
startCommunicationWithBlocking(long timeout,
                                           java.lang.String[] scrndescstrings)
                                    throws com.ibm.eNetwork.ECL.ECLErr,
                                           java.lang.InterruptedException
-java.lang.String

startCommunicationWithBlocking



public void 
startCommunicationWithBlocking(long timeout,
                                           com.ibm.eNetwork.ECL.ECLScreenDesc scrndesc)
                                    throws com.ibm.eNetwork.ECL.ECLErr,
                                           java.lang.InterruptedException
-java.lang.String

startCommunication



public void 
startCommunication()
-java.lang.String

stopCommunication



public void 
stopCommunication()
-java.lang.String

setHostGraphics



public void 
setHostGraphics(boolean hostGraphics)
                     throws java.beans.PropertyVetoException
-java.lang.String

isHostGraphics



public boolean 
isHostGraphics()
-java.lang.String

setGraphicsCellSize



public void 
setGraphicsCellSize(java.lang.String cellSize)
                         throws java.beans.PropertyVetoException
-java.lang.String

getGraphicsCellSize



public java.lang.String 
getGraphicsCellSize()
-java.lang.String

setENPTUI



public void 
setENPTUI(boolean enptui)
               throws java.beans.PropertyVetoException
-java.lang.String

isENPTUI



public boolean 
isENPTUI()
-java.lang.String

setUnicodeDataStreamEnabled



public void 
setUnicodeDataStreamEnabled(boolean unicode)
                                 throws java.beans.PropertyVetoException
-java.lang.String

isUnicodeDataStreamEnabled



public boolean 
isUnicodeDataStreamEnabled()
-java.lang.String

isAutoConnect



public boolean 
isAutoConnect()
-java.lang.String

setAutoConnect



public void 
setAutoConnect(boolean autoConnect)
                    throws java.beans.PropertyVetoException
-java.lang.String

isAutoReconnect



public boolean 
isAutoReconnect()
-java.lang.String

setAutoReconnect



public void 
setAutoReconnect(boolean autoReconnect)
                      throws java.beans.PropertyVetoException
-java.lang.String

isKeepAlive



public boolean 
isKeepAlive()
-java.lang.String

setKeepAlive



public void 
setKeepAlive(boolean keepAlive)
                  throws java.beans.PropertyVetoException
-java.lang.String

getCICSGWCodePage



public java.lang.String 
getCICSGWCodePage()
-java.lang.String

setCICSGWCodePage



public void 
setCICSGWCodePage(java.lang.String codePage)
                       throws java.beans.PropertyVetoException
-java.lang.String

listCICSGWCodePages



public static java.util.Enumeration 
listCICSGWCodePages()
-java.lang.String

getCICSServerName



public java.lang.String 
getCICSServerName()
-java.lang.String

setCICSServerName



public void 
setCICSServerName(java.lang.String server)
                       throws java.beans.PropertyVetoException
-java.lang.String

getCodePage



public java.lang.String 
getCodePage()
-java.lang.String

setCodePage



public void 
setCodePage(java.lang.String codePage)
                 throws java.beans.PropertyVetoException
-java.lang.String

listCodePages



public java.util.Enumeration 
listCodePages()
-java.lang.String

listCodePages



public static java.util.Enumeration 
listCodePages(java.lang.String sessionType)
-java.lang.String

isCommStarted



public boolean 
isCommStarted()
-java.lang.String

isDeviceNameReady



public boolean 
isDeviceNameReady()
-java.lang.String

isWorkstationIDReady



public boolean 
isWorkstationIDReady()
-java.lang.String

getDeviceName



public java.lang.String 
getDeviceName()
-java.lang.String

getCommStatus



public int 
getCommStatus()
-java.lang.String

getHost



public java.lang.String 
getHost()
-java.lang.String

setHost



public void 
setHost(java.lang.String host)
             throws java.beans.PropertyVetoException
-java.lang.String

getPort



public int 
getPort()
-java.lang.String

setPort



public void 
setPort(int port)
             throws java.beans.PropertyVetoException
-java.lang.String

getHostBackup1



public java.lang.String 
getHostBackup1()
-java.lang.String

setHostBackup1



public void 
setHostBackup1(java.lang.String host)
                    throws java.beans.PropertyVetoException
-java.lang.String

getHostBackup2



public java.lang.String 
getHostBackup2()
-java.lang.String

setHostBackup2



public void 
setHostBackup2(java.lang.String host)
                    throws java.beans.PropertyVetoException
-java.lang.String

getPortBackup1



public int 
getPortBackup1()
-java.lang.String

setPortBackup1



public void 
setPortBackup1(int port)
                    throws java.beans.PropertyVetoException
-java.lang.String

getPortBackup2



public int 
getPortBackup2()
-java.lang.String

setPortBackup2



public void 
setPortBackup2(int port)
                    throws java.beans.PropertyVetoException
-java.lang.String

getLUNameBackup1



public java.lang.String 
getLUNameBackup1()
-java.lang.String

setLUNameBackup1



public void 
setLUNameBackup1(java.lang.String luName)
                      throws java.beans.PropertyVetoException
-java.lang.String

getLUNameBackup2



public java.lang.String 
getLUNameBackup2()
-java.lang.String

setLUNameBackup2



public void 
setLUNameBackup2(java.lang.String luName)
                      throws java.beans.PropertyVetoException
-java.lang.String

setTimeout



public void 
setTimeout(int timeout)
                throws java.beans.PropertyVetoException
-java.lang.String

getTimeout



public int 
getTimeout()
-java.lang.String

setConnectionTimeout



public void 
setConnectionTimeout(int connectionTimeout)
                          throws java.beans.PropertyVetoException
-java.lang.String

getConnectionTimeout



public int 
getConnectionTimeout()
-java.lang.String

setLastHostWithoutTimeout



public void 
setLastHostWithoutTimeout(boolean isLastHostWithoutTimeout)
                               throws java.beans.PropertyVetoException
-java.lang.String

isLastHostWithoutTimeout



public boolean 
isLastHostWithoutTimeout()
-java.lang.String

setTimeoutNoDataInitialization



public void 
setTimeoutNoDataInitialization(boolean timeoutNoDataInitialization)
                                    throws java.beans.PropertyVetoException
-java.lang.String

isTimeoutNoDataInitialization



public boolean 
isTimeoutNoDataInitialization()
-java.lang.String

getProxyType



public java.lang.String 
getProxyType()
-java.lang.String

setProxyType



public void 
setProxyType(java.lang.String newPropertyValue)
                  throws java.beans.PropertyVetoException
-java.lang.String

getProxyServerName



public java.lang.String 
getProxyServerName()
-java.lang.String

setProxyServerName



public void 
setProxyServerName(java.lang.String newPropertyValue)
                        throws java.beans.PropertyVetoException
-java.lang.String

getProxyServerPort



public int 
getProxyServerPort()
-java.lang.String

setProxyServerPort



public void 
setProxyServerPort(int newPropertyValue)
                        throws java.beans.PropertyVetoException
-java.lang.String

getProxyUserID



public java.lang.String 
getProxyUserID()
-java.lang.String

setProxyUserID



public void 
setProxyUserID(java.lang.String newPropertyValue)
                    throws java.beans.PropertyVetoException
-java.lang.String

getProxyUserPassword



public java.lang.String 
getProxyUserPassword()
-java.lang.String

setProxyUserPassword



public void 
setProxyUserPassword(java.lang.String newPropertyValue)
                          throws java.beans.PropertyVetoException
-java.lang.String

getSocksV4UserID



public java.lang.String 
getSocksV4UserID()
-java.lang.String

setSocksV4UserID



public void 
setSocksV4UserID(java.lang.String newPropertyValue)
                      throws java.beans.PropertyVetoException
-java.lang.String

getProxyAuthenMethod



public java.lang.String 
getProxyAuthenMethod()
-java.lang.String

setProxyAuthenMethod



public void 
setProxyAuthenMethod(java.lang.String newPropertyValue)
                          throws java.beans.PropertyVetoException
-java.lang.String

isTNEnhanced



public boolean 
isTNEnhanced()
-java.lang.String

setTNEnhanced



public void 
setTNEnhanced(boolean enhanced)
                   throws java.beans.PropertyVetoException
-java.lang.String

getLUName



public java.lang.String 
getLUName()
-java.lang.String

setLUName



public void 
setLUName(java.lang.String luName)
               throws java.beans.PropertyVetoException
-java.lang.String

getWorkstationID



public java.lang.String 
getWorkstationID()
-java.lang.String

setWorkstationID



public void 
setWorkstationID(java.lang.String wsID)
                      throws java.beans.PropertyVetoException
-java.lang.String

getSessionName



public java.lang.String 
getSessionName()
-java.lang.String

setSessionName



public void 
setSessionName(java.lang.String name)
                    throws java.beans.PropertyVetoException
-java.lang.String

getSessionID



public java.lang.String 
getSessionID()
-java.lang.String

setSessionID



public void 
setSessionID(java.lang.String ID)
                  throws java.beans.PropertyVetoException
-java.lang.String

getScreenSize



public java.lang.String 
getScreenSize()
-java.lang.String

setScreenSize



public void 
setScreenSize(java.lang.String size)
                   throws java.beans.PropertyVetoException
-java.lang.String

listScreenSizes



public java.util.Enumeration 
listScreenSizes()
-java.lang.String

listScreenSizes



public static java.util.Enumeration 
listScreenSizes(java.lang.String sessionType)
-java.lang.String

getSessionType



public java.lang.String 
getSessionType()
-java.lang.String

setSessionType



public void 
setSessionType(java.lang.String type)
                    throws java.beans.PropertyVetoException
-java.lang.String

isSSL



public boolean 
isSSL()
-java.lang.String

setSSL



public void 
setSSL(boolean SSL)
            throws java.beans.PropertyVetoException
-java.lang.String

setUseJSSE



public void 
setUseJSSE(boolean useJSSE)
                throws java.beans.PropertyVetoException
-java.lang.String

isUseJSSE



public boolean 
isUseJSSE()
-java.lang.String

setJSSETrustStore



public void 
setJSSETrustStore(java.lang.String truststore)
                       throws java.beans.PropertyVetoException
-java.lang.String

getJSSETrustStore



public java.lang.String 
getJSSETrustStore()
-java.lang.String

setJSSETrustStoreType



public void 
setJSSETrustStoreType(java.lang.String type)
                           throws java.beans.PropertyVetoException
-java.lang.String

getJSSETrustStoreType



public java.lang.String 
getJSSETrustStoreType()
-java.lang.String

setJSSETrustStorePassword



public void 
setJSSETrustStorePassword(java.lang.String pw)
                               throws java.beans.PropertyVetoException
-java.lang.String

getJSSETrustStorePassword



public java.lang.String 
getJSSETrustStorePassword()
-java.lang.String

getSecurityProtocol



public java.lang.String 
getSecurityProtocol()
-java.lang.String

setSecurityProtocol



public void 
setSecurityProtocol(java.lang.String protocol)
                         throws java.beans.PropertyVetoException
-java.lang.String

isIgnoreWellKnownTrustedCAs



public boolean 
isIgnoreWellKnownTrustedCAs()
-java.lang.String

setIgnoreWellKnownTrustedCAs



public void 
setIgnoreWellKnownTrustedCAs(boolean ignoreWellKnownCAs)
                                  throws java.beans.PropertyVetoException
-java.lang.String

isSSLTelnetNegotiated



public boolean 
isSSLTelnetNegotiated()
-java.lang.String

setSSLTelnetNegotiated



public void 
setSSLTelnetNegotiated(boolean tnNegotiated)
                            throws java.beans.PropertyVetoException
-java.lang.String

isSSLServerAuthentication



public boolean 
isSSLServerAuthentication()
-java.lang.String

setSSLServerAuthentication



public void 
setSSLServerAuthentication(boolean authentication)
                                throws java.beans.PropertyVetoException
-java.lang.String

isSSLBrowserKeyringAdded



public boolean 
isSSLBrowserKeyringAdded()
-java.lang.String

setSSLBrowserKeyringAdded



public void 
setSSLBrowserKeyringAdded(boolean add)
                               throws java.beans.PropertyVetoException
-java.lang.String

isSSLCertificateProvided



public boolean 
isSSLCertificateProvided()
-java.lang.String

setSSLCertificateProvided



public void 
setSSLCertificateProvided(boolean provided)
                               throws java.beans.PropertyVetoException
-java.lang.String

getSSLCertificateSource



public java.lang.String 
getSSLCertificateSource()
-java.lang.String

setSSLCertificateSource



public void 
setSSLCertificateSource(java.lang.String src)
                             throws java.beans.PropertyVetoException
-java.lang.String

getSSLCertificateURL



public java.lang.String 
getSSLCertificateURL()
-java.lang.String

setSSLCertificateURL



public void 
setSSLCertificateURL(java.lang.String url)
                          throws java.beans.PropertyVetoException
-java.lang.String

setSSLCertificatePassword



public void 
setSSLCertificatePassword(java.lang.String pw)
                               throws java.beans.PropertyVetoException
-java.lang.String

getSSLCertificateName



public java.lang.String 
getSSLCertificateName()
-java.lang.String

setSSLCertificateName



public void 
setSSLCertificateName(java.lang.String name)
                           throws java.beans.PropertyVetoException
-java.lang.String

getSSLCertificatePromptHowOften



public java.lang.String 
getSSLCertificatePromptHowOften()
-java.lang.String

setSSLCertificatePromptHowOften



public void 
setSSLCertificatePromptHowOften(java.lang.String howOften)
                                     throws java.beans.PropertyVetoException
-java.lang.String

isSSLCertificatePromptBeforeConnect



public boolean 
isSSLCertificatePromptBeforeConnect()
-java.lang.String

setSSLCertificatePromptBeforeConnect



public void 
setSSLCertificatePromptBeforeConnect(boolean before)
                                          throws java.beans.PropertyVetoException
-java.lang.String

getSSLCertificateHash



public java.lang.String 
getSSLCertificateHash()
-java.lang.String

setSSLCertificateHash



public void 
setSSLCertificateHash(java.lang.String hash)
                           throws java.beans.PropertyVetoException
-java.lang.String

isSSLCertificatePrompted



public boolean 
isSSLCertificatePrompted()
-java.lang.String

setSSLCertificatePrompted



public void 
setSSLCertificatePrompted(boolean prompt)
                               throws java.beans.PropertyVetoException
-java.lang.String

isSSLCertificateRemembered



public boolean 
isSSLCertificateRemembered()
-java.lang.String

setSSLCertificateRemembered



public void 
setSSLCertificateRemembered(boolean remembered)
                                 throws java.beans.PropertyVetoException
-java.lang.String

isVTAutowrap



public boolean 
isVTAutowrap()
-java.lang.String

setVTAutowrap



public void 
setVTAutowrap(boolean autowrap)
                   throws java.beans.PropertyVetoException
-java.lang.String

isVTReverseScreen



public boolean 
isVTReverseScreen()
-java.lang.String

setVTReverseScreen



public void 
setVTReverseScreen(boolean reverse)
                        throws java.beans.PropertyVetoException
-java.lang.String

isVTBackspace



public boolean 
isVTBackspace()
-java.lang.String

setVTBackspace



public void 
setVTBackspace(boolean backSpace)
                    throws java.beans.PropertyVetoException
-java.lang.String

isVTCursor



public boolean 
isVTCursor()
-java.lang.String

setVTCursor



public void 
setVTCursor(boolean application)
                 throws java.beans.PropertyVetoException
-java.lang.String

isVTKeypad



public boolean 
isVTKeypad()
-java.lang.String

setVTKeypad



public void 
setVTKeypad(boolean application)
                 throws java.beans.PropertyVetoException
-java.lang.String

isVTLocalEcho



public boolean 
isVTLocalEcho()
-java.lang.String

setVTLocalEcho



public void 
setVTLocalEcho(boolean localEcho)
                    throws java.beans.PropertyVetoException
-java.lang.String

isNegotiateCResolution



public boolean 
isNegotiateCResolution()
-java.lang.String

setNegotiateCResolution



public void 
setNegotiateCResolution(boolean negotiateCR)
                             throws java.beans.PropertyVetoException
-java.lang.String

isautoSkip



public boolean 
isautoSkip()
-java.lang.String

setautoSkip



public void 
setautoSkip(boolean value)
                 throws java.beans.PropertyVetoException
-java.lang.String

isFourColorOverride



public boolean 
isFourColorOverride()
-java.lang.String

setFourColorOverride



public void 
setFourColorOverride(boolean value)
                          throws java.beans.PropertyVetoException
-java.lang.String

isVTNewLine



public boolean 
isVTNewLine()
-java.lang.String

setVTNewLine



public void 
setVTNewLine(boolean CROnly)
                  throws java.beans.PropertyVetoException
-java.lang.String

getVTAnswerBackMsg



public java.lang.String 
getVTAnswerBackMsg()
-java.lang.String

setVTAnswerBackMsg



public void 
setVTAnswerBackMsg(java.lang.String ansbackmsg)
                        throws java.beans.PropertyVetoException
-java.lang.String

getCursorMovementState



public boolean 
getCursorMovementState()
-java.lang.String

setCursorMovementState



public void 
setCursorMovementState(boolean movementState)
                            throws java.beans.PropertyVetoException
-java.lang.String

getVTTerminalType



public java.lang.String 
getVTTerminalType()
-java.lang.String

setVTTerminalType



public void 
setVTTerminalType(java.lang.String terminalType)
                       throws java.beans.PropertyVetoException
-java.lang.String

getAltScreenRowSize



public int 
getAltScreenRowSize()
-java.lang.String

getAltScreenColSize



public int 
getAltScreenColSize()
-java.lang.String

setAltScreenSize



public void 
setAltScreenSize(java.lang.String altscreensize)
                      throws java.beans.PropertyVetoException
-java.lang.String

listVTTerminalTypes



public static java.util.Enumeration 
listVTTerminalTypes()
-java.lang.String

getVTID



public java.lang.String 
getVTID()
-java.lang.String

setVTID



public void 
setVTID(java.lang.String id)
             throws java.beans.PropertyVetoException
-java.lang.String

listVTIDs



public java.util.Enumeration 
listVTIDs()
-java.lang.String

isPrintDestination



public boolean 
isPrintDestination()
-java.lang.String

setPrintDestination



public void 
setPrintDestination(boolean printer)
                         throws java.beans.PropertyVetoException
-java.lang.String

isSeparateFiles



public boolean 
isSeparateFiles()
-java.lang.String

setSeparateFiles



public void 
setSeparateFiles(boolean separate)
                      throws java.beans.PropertyVetoException
-java.lang.String

getPrintFileName



public java.lang.String 
getPrintFileName()
-java.lang.String

setPrintFileName



public void 
setPrintFileName(java.lang.String fileName)
                      throws java.beans.PropertyVetoException
-java.lang.String

getPrinterName



public java.lang.String 
getPrinterName()
-java.lang.String

setPrinterName



public void 
setPrinterName(java.lang.String printerName)
                    throws java.beans.PropertyVetoException
-java.lang.String

isHistory



public boolean 
isHistory()
-java.lang.String

setHistory



public void 
setHistory(boolean history)
                throws java.beans.PropertyVetoException
-java.lang.String

getHistorySize



public java.lang.String 
getHistorySize()
-java.lang.String

setHistorySize



public void 
setHistorySize(java.lang.String size)
                    throws java.beans.PropertyVetoException
-java.lang.String

listHistorySizes



public java.util.Enumeration 
listHistorySizes()
-java.lang.String

setNumeralShape



public void 
setNumeralShape(java.lang.String ns)
                     throws java.beans.PropertyVetoException
-java.lang.String

getNumeralShape



public java.lang.String 
getNumeralShape()
-java.lang.String

setNumericFieldLock



public void 
setNumericFieldLock(boolean lock)
                         throws java.beans.PropertyVetoException
-java.lang.String

isNumericFieldLock



public boolean 
isNumericFieldLock()
-java.lang.String

setInsertOffOnAIDKEY



public void 
setInsertOffOnAIDKEY(boolean activate)
                          throws java.beans.PropertyVetoException
-java.lang.String

isInsertOffOnAIDKEY



public boolean 
isInsertOffOnAIDKEY()
-java.lang.String

setAPLKeyboard



public void 
setAPLKeyboard(boolean activate)
                    throws java.beans.PropertyVetoException
-java.lang.String

isAPLKeyboard



public boolean 
isAPLKeyboard()
-java.lang.String

listNumeralShapes



public static java.util.Enumeration 
listNumeralShapes()
-java.lang.String

setTextType



public void 
setTextType(java.lang.String tt)
                 throws java.beans.PropertyVetoException
-java.lang.String

getTextType



public java.lang.String 
getTextType()
-java.lang.String

setAllocateSpaceForLamAlef



public void 
setAllocateSpaceForLamAlef(java.lang.String tt)
                                throws java.beans.PropertyVetoException
-java.lang.String

getAllocateSpaceForLamAlef



public java.lang.String 
getAllocateSpaceForLamAlef()
-java.lang.String

setRTLUnicodeOverride



public void 
setRTLUnicodeOverride(java.lang.String tt)
                           throws java.beans.PropertyVetoException
-java.lang.String

getRTLUnicodeOverride



public java.lang.String 
getRTLUnicodeOverride()
-java.lang.String

listTextTypes



public static java.util.Enumeration 
listTextTypes()
-java.lang.String

setTextOrientation



public void 
setTextOrientation(java.lang.String to)
                        throws java.beans.PropertyVetoException
-java.lang.String

getTextOrientation



public java.lang.String 
getTextOrientation()
-java.lang.String

listTextOrientations



public static java.util.Enumeration 
listTextOrientations()
-java.lang.String

setRoundTrip



public void 
setRoundTrip(java.lang.String to)
                  throws java.beans.PropertyVetoException
-java.lang.String

getRoundTrip



public java.lang.String 
getRoundTrip()
-java.lang.String

listRoundTripModes



public static java.util.Enumeration 
listRoundTripModes()
-java.lang.String

setVTPDTName



public void 
setVTPDTName(java.lang.String pdtname)
                  throws java.beans.PropertyVetoException
-java.lang.String

getVTPDTName



public java.lang.String 
getVTPDTName()
-java.lang.String

setVTPrintConvert



public void 
setVTPrintConvert(boolean convert)
                       throws java.beans.PropertyVetoException
-java.lang.String

isVTPrintConvert



public boolean 
isVTPrintConvert()
-java.lang.String

setBIDIMode



public void 
setBIDIMode(java.lang.String to)
                 throws java.beans.PropertyVetoException
-java.lang.String

getBIDIMode



public java.lang.String 
getBIDIMode()
-java.lang.String

setTextTypeDisp



public void 
setTextTypeDisp(java.lang.String to)
                     throws java.beans.PropertyVetoException
-java.lang.String

getTextTypeDisp



public java.lang.String 
getTextTypeDisp()
-java.lang.String

setCursorDirection



public void 
setCursorDirection(java.lang.String to)
                        throws java.beans.PropertyVetoException
-java.lang.String

getCursorDirection



public java.lang.String 
getCursorDirection()
-java.lang.String

setNumeralShapeDisp



public void 
setNumeralShapeDisp(java.lang.String to)
                         throws java.beans.PropertyVetoException
-java.lang.String

getNumeralShapeDisp



public java.lang.String 
getNumeralShapeDisp()
-java.lang.String

setSmartOrdering



public void 
setSmartOrdering(java.lang.String to)
                      throws java.beans.PropertyVetoException
-java.lang.String

getSmartOrdering



public java.lang.String 
getSmartOrdering()
-java.lang.String

setShowTextAttributesEnabled



public void 
setShowTextAttributesEnabled(boolean state)
                                  throws java.beans.PropertyVetoException
-java.lang.String

isShowTextAttributesEnabled



public boolean 
isShowTextAttributesEnabled()
-java.lang.String

listTextTypesDisp



public static java.util.Enumeration 
listTextTypesDisp()
-java.lang.String

listCursorDirections



public static java.util.Enumeration 
listCursorDirections()
-java.lang.String

listBIDIModes



public static java.util.Enumeration 
listBIDIModes()
-java.lang.String

listNumeralShapesDisp



public static java.util.Enumeration 
listNumeralShapesDisp()
-java.lang.String

listThaiDisplayModes



public static java.util.Enumeration 
listThaiDisplayModes()
-java.lang.String

setThaiDisplayMode



public void 
setThaiDisplayMode(int mode)
                        throws java.beans.PropertyVetoException
-java.lang.String

getThaiDisplayMode



public int 
getThaiDisplayMode()
-java.lang.String

isSLPEnabled



public boolean 
isSLPEnabled()
-java.lang.String

setSLPEnabled



public void 
setSLPEnabled(boolean slp)
                   throws java.beans.PropertyVetoException
-java.lang.String

setSLPAS400Name



public void 
setSLPAS400Name(java.lang.String as400name)
                     throws java.beans.PropertyVetoException
-java.lang.String

getSLPAS400Name



public java.lang.String 
getSLPAS400Name()
-java.lang.String

setSLPScope



public void 
setSLPScope(java.lang.String scope)
                 throws java.beans.PropertyVetoException
-java.lang.String

getSLPScope



public java.lang.String 
getSLPScope()
-java.lang.String

isSLPThisScopeOnly



public boolean 
isSLPThisScopeOnly()
-java.lang.String

setSLPThisScopeOnly



public void 
setSLPThisScopeOnly(boolean thisScopeOnly)
                         throws java.beans.PropertyVetoException
-java.lang.String

getSLPMaxWaitTime



public int 
getSLPMaxWaitTime()
-java.lang.String

setSLPMaxWaitTime



public void 
setSLPMaxWaitTime(int maxWait)
                       throws java.beans.PropertyVetoException
-java.lang.String

setOptimizeWideScreen



public void 
setOptimizeWideScreen(boolean optimizeWideScreen)
                       throws java.beans.PropertyVetoException
-java.lang.String

setPasteFieldWrap



public void 
setPasteFieldWrap(boolean pasteFieldWrap)
                       throws java.beans.PropertyVetoException
-java.lang.String

isPasteFieldWrap



public boolean 
isPasteFieldWrap()
-java.lang.String

setPasteLineWrap



public void 
setPasteLineWrap(boolean pasteLineWrap)
                      throws java.beans.PropertyVetoException
-java.lang.String

isPasteLineWrap



public boolean 
isPasteLineWrap()
-java.lang.String

setPasteWordBreak



public void 
setPasteWordBreak(boolean pasteWordBreak)
                       throws java.beans.PropertyVetoException
-java.lang.String

isPasteWordBreak



public boolean 
isPasteWordBreak()
-java.lang.String

setPasteToTrimmedArea



public void 
setPasteToTrimmedArea(boolean pasteToTrimmedArea)
                           throws java.beans.PropertyVetoException
-java.lang.String

isPasteToTrimmedArea



public boolean 
isPasteToTrimmedArea()
-java.lang.String

setPasteStopAtProtectedLine



public void 
setPasteStopAtProtectedLine(boolean pasteStopAtProtectedLine)
                                 throws java.beans.PropertyVetoException
-java.lang.String

isPasteStopAtProtectedLine



public boolean 
isPasteStopAtProtectedLine()
-java.lang.String

setPasteTabOptions



public void 
setPasteTabOptions(java.lang.String pasteTabOptions)
                        throws java.beans.PropertyVetoException
-java.lang.String

getPasteTabOptions



public java.lang.String 
getPasteTabOptions()
-java.lang.String

listPasteTabOptions



public static java.util.Enumeration 
listPasteTabOptions()
-java.lang.String

setPasteTabColumns



public void 
setPasteTabColumns(int pasteTabColumns)
                        throws java.beans.PropertyVetoException
-java.lang.String

getPasteTabColumns



public int 
getPasteTabColumns()
-java.lang.String

setPasteTabSpaces



public void 
setPasteTabSpaces(int pasteTabSpaces)
                       throws java.beans.PropertyVetoException
-java.lang.String

getPasteTabSpaces



public int 
getPasteTabSpaces()
-java.lang.String

setCopyOnlyIfTrimmed



public void 
setCopyOnlyIfTrimmed(boolean copyOnlyIfTrimmed)
                          throws java.beans.PropertyVetoException
-java.lang.String

isCopyOnlyIfTrimmed



public boolean 
isCopyOnlyIfTrimmed()
-java.lang.String

setCopyAltSignLocation



public void 
setCopyAltSignLocation(boolean copyAltSignLocation)
                            throws java.beans.PropertyVetoException
-java.lang.String

isCopyAltSignLocation



public boolean 
isCopyAltSignLocation()
-java.lang.String

setTrimRectSizingHandles



public void 
setTrimRectSizingHandles(boolean trimRectSizingHandles)
                              throws java.beans.PropertyVetoException
-java.lang.String

isTrimRectSizingHandles



public boolean 
isTrimRectSizingHandles()
-java.lang.String

setTrimRectRemainAfterEdit



public void 
setTrimRectRemainAfterEdit(boolean trimRectRemainAfterEdit)
                                throws java.beans.PropertyVetoException
-java.lang.String

isTrimRectRemainAfterEdit



public boolean 
isTrimRectRemainAfterEdit()
-java.lang.String

setEntryAssist_DOCmode



public void 
setEntryAssist_DOCmode(boolean docMode)
                            throws java.beans.PropertyVetoException
-java.lang.String

isEntryAssist_DOCmode



public boolean 
isEntryAssist_DOCmode()
-java.lang.String

setEntryAssist_startCol



public void 
setEntryAssist_startCol(int startCol)
                             throws java.beans.PropertyVetoException
-java.lang.String

getEntryAssist_startCol



public int 
getEntryAssist_startCol()
-java.lang.String

setEntryAssist_endCol



public void 
setEntryAssist_endCol(int endCol)
                           throws java.beans.PropertyVetoException
-java.lang.String

getEntryAssist_endCol



public int 
getEntryAssist_endCol()
-java.lang.String

setEntryAssist_bell



public void 
setEntryAssist_bell(boolean bell)
                         throws java.beans.PropertyVetoException
-java.lang.String

isEntryAssist_bell



public boolean 
isEntryAssist_bell()
-java.lang.String

setEntryAssist_bellCol



public void 
setEntryAssist_bellCol(int bellCol)
                            throws java.beans.PropertyVetoException
-java.lang.String

getEntryAssist_bellCol



public int 
getEntryAssist_bellCol()
-java.lang.String

setEntryAssist_tabstop



public void 
setEntryAssist_tabstop(int tabstop)
                            throws java.beans.PropertyVetoException
-java.lang.String

getEntryAssist_tabstop



public int 
getEntryAssist_tabstop()
-java.lang.String

setEntryAssist_tabstops



public void 
setEntryAssist_tabstops(java.lang.String tabstops)
                             throws java.beans.PropertyVetoException
-java.lang.String

getEntryAssist_tabstops



public java.lang.String 
getEntryAssist_tabstops()
-java.lang.String

setEntryAssist_DOCwordWrap



public void 
setEntryAssist_DOCwordWrap(boolean wordWrap)
                                throws java.beans.PropertyVetoException
-java.lang.String

isEntryAssist_DOCwordWrap



public boolean 
isEntryAssist_DOCwordWrap()
-java.lang.String

set3DBackgroundColor



public void 
set3DBackgroundColor(java.awt.Color whatcolor)
-java.lang.String

get3DBackgroundColor



public java.awt.Color 
get3DBackgroundColor()
-java.lang.String

set3270InputAreaIndication



public void 
set3270InputAreaIndication(java.lang.String whatKind)
                                throws java.beans.PropertyVetoException
-java.lang.String

get3270InputAreaIndication



public java.lang.String 
get3270InputAreaIndication()
-java.lang.String

setFontName



public void 
setFontName(java.lang.String fontName)
                 throws java.beans.PropertyVetoException
-java.lang.String

getFontName



public java.lang.String 
getFontName()
-java.lang.String

listFontNames



public static java.util.Enumeration 
listFontNames(java.lang.String codepage)
-java.lang.String

setFontSize



public void 
setFontSize(int fontSize)
                 throws java.beans.PropertyVetoException
-java.lang.String

getFontSize



public int 
getFontSize()
-java.lang.String

setFontStyle



public void 
setFontStyle(int fontStyle)
                  throws java.beans.PropertyVetoException
-java.lang.String

getFontStyle



public int 
getFontStyle()
-java.lang.String

listFontStyles



public static java.util.Enumeration 
listFontStyles()
-java.lang.String

setFontSizeBounded



public void 
setFontSizeBounded(boolean bounded)
                        throws java.beans.PropertyVetoException
-java.lang.String

isFontSizeBounded



public boolean 
isFontSizeBounded()
-java.lang.String

set3D



public void 
set3D(boolean threeD)
           throws java.beans.PropertyVetoException
-java.lang.String

is3D



public boolean 
is3D()
-java.lang.String

setAccessibilityEnabled



public void 
setAccessibilityEnabled(boolean accessibility)
                             throws java.beans.PropertyVetoException
-java.lang.String

isAccessibilityEnabled



public boolean 
isAccessibilityEnabled()
-java.lang.String

setMarkedAreaPrintingEnabled



public void 
setMarkedAreaPrintingEnabled(boolean markedAreaPrinting)
                                  throws java.beans.PropertyVetoException
-java.lang.String

isMarkedAreaPrintingEnabled



public boolean 
isMarkedAreaPrintingEnabled()
-java.lang.String

setOIAVisible



public void 
setOIAVisible(boolean showOIA)
                   throws java.beans.PropertyVetoException
-java.lang.String

isOIAVisible



public boolean 
isOIAVisible()
-java.lang.String

setDBCSInputVisible



public void 
setDBCSInputVisible(boolean showDBCSInput)
                         throws java.beans.PropertyVetoException
-java.lang.String

isDBCSInputVisible



public boolean 
isDBCSInputVisible()
-java.lang.String

setAutoFontSize



public void 
setAutoFontSize(boolean autoFontSize)
                     throws java.beans.PropertyVetoException
-java.lang.String

isAutoFontSize



public boolean 
isAutoFontSize()
-java.lang.String

setAutoPack



public void 
setAutoPack(boolean autoPack)
                 throws java.beans.PropertyVetoException
-java.lang.String

isAutoPack



public boolean 
isAutoPack()
-java.lang.String

setCentered



public void 
setCentered(boolean center)
                 throws java.beans.PropertyVetoException
-java.lang.String

isCentered



public boolean 
isCentered()
-java.lang.String

setRule



public void 
setRule(boolean rule)
             throws java.beans.PropertyVetoException
-java.lang.String

isRule



public boolean 
isRule()
-java.lang.String

setMouseEnabled



public void 
setMouseEnabled(boolean val)
                     throws java.beans.PropertyVetoException
-java.lang.String

isMouseEnabled



public boolean 
isMouseEnabled()
-java.lang.String

setCursorVisible



public void 
setCursorVisible(boolean val)
                      throws java.beans.PropertyVetoException
-java.lang.String

isCursorVisible



public boolean 
isCursorVisible()
-java.lang.String

setBlockCursor



public void 
setBlockCursor(boolean block)
                    throws java.beans.PropertyVetoException
-java.lang.String

isBlockCursor



public boolean 
isBlockCursor()
-java.lang.String

setLightPenMode



public void 
setLightPenMode(boolean lightPenMode)
                     throws java.beans.PropertyVetoException
-java.lang.String

isLightPenMode



public boolean 
isLightPenMode()
-java.lang.String

setShowURLsMode



public void 
setShowURLsMode(java.lang.String urlMode)
                     throws java.beans.PropertyVetoException
-java.lang.String

getShowURLsMode



public java.lang.String 
getShowURLsMode()
-java.lang.String

setHideUnprotectedURLsMode



public void 
setHideUnprotectedURLsMode(boolean hideUnprotected)
                                throws java.beans.PropertyVetoException
-java.lang.String

getHideUnprotectedURLsMode



public boolean 
getHideUnprotectedURLsMode()
-java.lang.String

isSSOEnabled



public boolean 
isSSOEnabled()
-java.lang.String

setSSOEnabled



public void 
setSSOEnabled(boolean enabled)
                   throws java.beans.PropertyVetoException
-java.lang.String

getSSOUserIdentityType



public java.lang.String 
getSSOUserIdentityType()
-java.lang.String

setSSOUserIdentityType



public void 
setSSOUserIdentityType(java.lang.String userIDType)
                            throws java.beans.PropertyVetoException
-java.lang.String

getSSOType



public java.lang.String 
getSSOType()
-java.lang.String

setSSOType



public void 
setSSOType(java.lang.String ssoType)
                throws java.beans.PropertyVetoException
-java.lang.String

getSSOCMServer



public java.lang.String 
getSSOCMServer()
-java.lang.String

setSSOCMServer



public void 
setSSOCMServer(java.lang.String cmServer)
                    throws java.beans.PropertyVetoException
-java.lang.String

setUserID



public void 
setUserID(java.lang.String userID)
               throws java.beans.PropertyVetoException
-java.lang.String

getUserID



public java.lang.String 
getUserID()
-java.lang.String

setUserPassword



public void 
setUserPassword(java.lang.String userPassword)
                     throws java.beans.PropertyVetoException
-java.lang.String

getUserPassword



public java.lang.String 
getUserPassword()
-java.lang.String

setUseSSHPublicKeyAuthentication



public void 
setUseSSHPublicKeyAuthentication(boolean b)
                                      throws java.beans.PropertyVetoException
-java.lang.String

isUseSSHPublicKeyAuthentication



public boolean 
isUseSSHPublicKeyAuthentication()
-java.lang.String

setKeyStoreFilePath



public void 
setKeyStoreFilePath(java.lang.String keyStoreFilePath)
                         throws java.beans.PropertyVetoException
-java.lang.String

getKeyStoreFilePath



public java.lang.String 
getKeyStoreFilePath()
-java.lang.String

setKeyStorePassword



public void 
setKeyStorePassword(java.lang.String s)
                         throws java.beans.PropertyVetoException
-java.lang.String

getKeyStorePassword



public java.lang.String 
getKeyStorePassword()
-java.lang.String

setSSHPublicKeyAlias



public void 
setSSHPublicKeyAlias(java.lang.String SSHPublicKeyAlias)
                          throws java.beans.PropertyVetoException
-java.lang.String

getSSHPublicKeyAlias



public java.lang.String 
getSSHPublicKeyAlias()
-java.lang.String

setSSHPublicKeyAliasPassword



public void 
setSSHPublicKeyAliasPassword(java.lang.String SSHPublicKeyAliasPassword)
                                  throws java.beans.PropertyVetoException
-java.lang.String

getSSHPublicKeyAliasPassword



public java.lang.String 
getSSHPublicKeyAliasPassword()
-java.lang.String

GUIEvent



public void 
GUIEvent(
GUIEvent evt)
-java.lang.String

printScreen



public void 
printScreen()
-java.lang.String

getHeaderText



public java.lang.String 
getHeaderText()
-java.lang.String

setHeaderText



public void 
setHeaderText(java.lang.String headerText)
                   throws java.beans.PropertyVetoException
-java.lang.String

getFooterText



public java.lang.String 
getFooterText()
-java.lang.String

setFooterText



public void 
setFooterText(java.lang.String footerText)
                   throws java.beans.PropertyVetoException
-java.lang.String

getHeaderPlace



public java.lang.String 
getHeaderPlace()
-java.lang.String

setHeaderPlace



public void 
setHeaderPlace(java.lang.String headerPlace)
                    throws java.beans.PropertyVetoException
-java.lang.String

getFooterPlace



public java.lang.String 
getFooterPlace()
-java.lang.String

setFooterPlace



public void 
setFooterPlace(java.lang.String footerPlace)
                    throws java.beans.PropertyVetoException
-java.lang.String

isSkipPrintDialog



public boolean 
isSkipPrintDialog()
-java.lang.String

setSkipPrintDialog



public void 
setSkipPrintDialog(boolean isSkipPrintDialog)
                        throws java.beans.PropertyVetoException
-java.lang.String

setPageFormat



public void 
setPageFormat(java.lang.Object pageFormat)
-java.lang.String

setPrintScreenInColor



public void 
setPrintScreenInColor(boolean isPrintScreenInColor)
                           throws java.beans.PropertyVetoException
-java.lang.String

isPrintScreenInColor



public boolean 
isPrintScreenInColor()
-java.lang.String

setPrintScreenBackgroundColorOption



public void 
setPrintScreenBackgroundColorOption(java.lang.String PrintScreenBackgroundColorOption)
                                         throws java.beans.PropertyVetoException
-java.lang.String

getPrintScreenBackgroundColorOption



public java.lang.String 
getPrintScreenBackgroundColorOption()
-java.lang.String

getFont



public java.awt.Font 
getFont()
-java.lang.String

setFont



public void 
setFont(java.awt.Font f)
-java.lang.String

getColumns



public int 
getColumns()
-java.lang.String

getRows



public int 
getRows()
-java.lang.String

selectAll



public void 
selectAll()
-java.lang.String

getSelected



public java.awt.Insets 
getSelected(boolean unMark)
-java.lang.String

drawBox



public void 
drawBox(int direction)
-java.lang.String

moveBox



public void 
moveBox(int direction)
-java.lang.String

unMark



public void 
unMark()
-java.lang.String

copyToClipboard



public void 
copyToClipboard()
-java.lang.String

copyToClipboard



public void 
copyToClipboard(boolean append)
-java.lang.String

copyToClipboardAsTable



public void 
copyToClipboardAsTable()
-java.lang.String

cutToClipboard



public void 
cutToClipboard()
-java.lang.String

clearTrimRect



public void 
clearTrimRect()
-java.lang.String

pasteFromClipboard



public void 
pasteFromClipboard()
-java.lang.String

pasteFromClipboard



public void 
pasteFromClipboard(boolean next)
-java.lang.String

isMorePasteDataAvailable



public boolean 
isMorePasteDataAvailable()
-java.lang.String

sendKeys



public void 
sendKeys(
SendKeyEvent evt)
-java.lang.String

remapColor



public void 
remapColor(
ColorRemapEvent evt)
-java.lang.String

remapBlink



public void 
remapBlink(
BlinkRemapEvent evt)
-java.lang.String

addSendKeyListener



public void 
addSendKeyListener(
SendKeyListener l)
-java.lang.String

removeSendKeyListener



public void 
removeSendKeyListener(
SendKeyListener l)
-java.lang.String

addScreenListener



public void 
addScreenListener(
ScreenListener l)
-java.lang.String

removeScreenListener



public void 
removeScreenListener(
ScreenListener l)
-java.lang.String

addScreenMouseListener



public void 
addScreenMouseListener(
ScreenMouseListener l)
-java.lang.String

removeScreenMouseListener



public void 
removeScreenMouseListener(
ScreenMouseListener l)
-java.lang.String

addScreenMotionListener



public void 
addScreenMotionListener(
ScreenMotionListener l)
-java.lang.String

removeScreenMotionListener



public void 
removeScreenMotionListener(
ScreenMotionListener l)
-java.lang.String

addMouseListener



public void 
addMouseListener(java.awt.event.MouseListener l)
-java.lang.String

removeMouseListener



public void 
removeMouseListener(java.awt.event.MouseListener l)
-java.lang.String

addMouseMotionListener



public void 
addMouseMotionListener(java.awt.event.MouseMotionListener l)
-java.lang.String

removeMouseMotionListener



public void 
removeMouseMotionListener(java.awt.event.MouseMotionListener l)
-java.lang.String

addKeyListener



public void 
addKeyListener(java.awt.event.KeyListener l)
-java.lang.String

removeKeyListener



public void 
removeKeyListener(java.awt.event.KeyListener l)
-java.lang.String

addFocusListener



public void 
addFocusListener(java.awt.event.FocusListener l)
-java.lang.String

removeFocusListener



public void 
removeFocusListener(java.awt.event.FocusListener l)
-java.lang.String

requestFocus



public void 
requestFocus()
-java.lang.String

getTraceName



public java.lang.String 
getTraceName()
-java.lang.String

getECLSession



public com.ibm.eNetwork.ECL.ECLSession 
getECLSession()
-java.lang.String

getSession



public 
Session 

            getSession()
-java.lang.String

setIMEAutoStart



public void 
setIMEAutoStart(boolean IME)
                     throws java.beans.PropertyVetoException
-java.lang.String

isIMEAutoStart



public boolean 
isIMEAutoStart()
-java.lang.String

setLUMPort



public void 
setLUMPort(int PortNumber)
                throws java.beans.PropertyVetoException
-java.lang.String

getLUMPort



public int 
getLUMPort()
-java.lang.String

setServiceMgrHost



public void 
setServiceMgrHost(java.lang.String ServerMgrHost)
                       throws java.beans.PropertyVetoException
-java.lang.String

getServiceMgrHost



public java.lang.String 
getServiceMgrHost()
-java.lang.String

setLUMLicensing



public void 
setLUMLicensing(java.lang.String servertype)
                     throws java.beans.PropertyVetoException
-java.lang.String

getLUMLicensing



public java.lang.String 
getLUMLicensing()
-java.lang.String

setLUMServer



public void 
setLUMServer(java.lang.String LumServer)
                  throws java.beans.PropertyVetoException
-java.lang.String

getLUMServer



public java.lang.String 
getLUMServer()
-java.lang.String

setSymmetricSwapEnabled



public void 
setSymmetricSwapEnabled(boolean state)
                             throws java.beans.PropertyVetoException
-java.lang.String

isSymmetricSwapEnabled



public boolean 
isSymmetricSwapEnabled()
-java.lang.String

setNumericSwapEnabled



public void 
setNumericSwapEnabled(boolean state)
                           throws java.beans.PropertyVetoException
-java.lang.String

isNumericSwapEnabled



public boolean 
isNumericSwapEnabled()
-java.lang.String

setMouseWheelEnabled



public void 
setMouseWheelEnabled(boolean enabled)
                          throws java.beans.PropertyVetoException
-java.lang.String

isMouseWheelEnabled



public boolean 
isMouseWheelEnabled()
-java.lang.String

setMouseWheelUp



public void 
setMouseWheelUp(java.lang.String keyFunc)
                     throws java.beans.PropertyVetoException
-java.lang.String

getMouseWheelUp



public java.lang.String 
getMouseWheelUp()
-java.lang.String

setMouseWheelDown



public void 
setMouseWheelDown(java.lang.String keyFunc)
                       throws java.beans.PropertyVetoException
-java.lang.String

getMouseWheelDown



public java.lang.String 
getMouseWheelDown()
-java.lang.String

setUserDefinedCursor



public void 
setUserDefinedCursor(java.awt.Cursor c)
-java.lang.String

resetUserDefinedCursor



public void 
resetUserDefinedCursor()
-java.lang.String

getSSLP12FilePath



public java.lang.String 
getSSLP12FilePath()
-java.lang.String

setSSLP12FilePath



public void 
setSSLP12FilePath(java.lang.String path)
                       throws java.beans.PropertyVetoException
-java.lang.String

getSSLP12Password



public java.lang.String 
getSSLP12Password()
-java.lang.String

setSSLP12Password



public void 
setSSLP12Password(java.lang.String path)
                       throws java.beans.PropertyVetoException
-java.lang.String

  PREV CLASS     NEXT CLASS FRAMES     NO FRAMES    
SUMMARY:  NESTED |  FIELD |  CONSTR |  METHOD DETAIL:  FIELD |  CONSTR |  METHOD