|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | 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
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.
The following table lists the properties of the Terminal Bean:
The following table lists the events fired from the Terminal Bean:
The following table lists the events accepted by the Terminal Bean:
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.
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 | +--
Inner classes inherited from class javax.swing.JComponent |
---|
javax.swing.JComponent.AccessibleJComponent |
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_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_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, ERROR, 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() |
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() |
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 |
getHostBeforePMon()
|
java.lang.String |
getKeyStoreFilePath()
Returns the value of the keyStoreFilePath property. |
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() |
boolean |
getMarkBox()
|
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() |
int |
getPortBeforeIPMon()
|
java.lang.String |
getPrinterName()
See Session.getPrinterName() |
java.lang.String |
getPrintFileName()
See Session.getPrintFileName() |
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 |
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 |
getSSOCMServer()
Returns the value of the ssoCMServer 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 |
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 |
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 |
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 |
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 |
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 |
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 |
isSSOUseKerberosPassticket()
Returns the value of the ssoUseKerberosPassticket property |
boolean |
isSSOUseLocalIdentity()
Returns the value of the ssoUseLocalIdentity property |
boolean |
isSymmetricSwapEnabled()
Returns the current value of the Symmetric Swapping property. |
boolean |
isTNEnhanced()
See Session.isTNEnhanced() |
boolean |
isTrimRectRemainAfterEdit()
See Session.isTrimRectRemainAfterEdit() |
boolean |
isTrimRectSizingHandles()
See Session.isTrimRectSizingHandles() |
boolean |
isUnicodeDataStreamEnabled()
See Session.isUnicodeDataStreamEnabled() |
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 |
saveSessionInfoBeforeIPMon()
|
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 |
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 |
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 |
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 |
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 |
setKeyStoreFilePath(java.lang.String keyStoreFilePath)
See Session.setKeyStoreFilePath(String) |
void |
setKeyStorePassword(java.lang.String s)
See Session.setKeyStorePassword(String) |
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 |
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 |
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 |
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 |
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 |
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 |
setSSOUseKerberosPassticket(boolean useKerberos)
See Session.setSSOUseKerberosPassticket() |
void |
setSSOUseLocalIdentity(boolean useLocal)
See Session.setSSOUseLocalIdentity(boolean) |
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 |
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 |
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 |
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,
setTraceLevel,
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, getUIClassID, 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, getAutoscrolls, getBorder, getBounds, getClientProperty, getConditionForKeyStroke, getDebugGraphicsOptions, getGraphics, getHeight, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getVerifyInputWhenFocusTarget, getVisibleRect, getWidth, getX, getY, grabFocus, hasFocus, hide, isDoubleBuffered, isFocusCycleRoot, isFocusTraversable, isLightweightComponent, isManagingFocus, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isOptimizedDrawingEnabled, isPaintingTile, isPreferredSizeSet, isRequestFocusEnabled, isValidateRoot, paint, paintImmediately, paintImmediately, print, printAll, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removePropertyChangeListener, repaint, repaint, requestDefaultFocus, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setDebugGraphicsOptions, setDoubleBuffered, setEnabled, setForeground, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update |
Methods inherited from class java.awt.Container |
---|
add, add, add, add, add, addContainerListener, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getLayout, insets, invalidate, isAncestorOf, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, remove, remove, removeAll, removeContainerListener, setLayout, validate |
Methods inherited from class java.awt.Component |
---|
action, add, addComponentListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, bounds, checkImage, checkImage, contains, createImage, createImage, dispatchEvent, enable, enableInputMethods, getBackground, getBounds, getColorModel, getComponentOrientation, getCursor, getDropTarget, getFontMetrics, getForeground, getGraphicsConfiguration, getInputContext, getInputMethodRequests, getLocale, getLocation, getLocationOnScreen, getName, getParent, getPeer, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, imageUpdate, inside, isDisplayable, isEnabled, 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, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, transferFocus |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Terminal()
public Terminal(java.util.Properties newProperties) throws java.beans.PropertyVetoException
Caution: for this constructor, the Properties object must contain at least this valid key-value pair: ECLSession.SESSION_HOST, "<host address>".
p
- Properties for the Bean.java.beans.PropertyVetoException
- Thrown if an incorrect property value
is given.Method Detail |
public static java.util.Properties defaults()
public void dispose()
dispose
in class HODPanelBean
public void addVetoableChangeListener(java.beans.VetoableChangeListener listener)
addVetoableChangeListener
in class HODPanelBean
removeVetoableChangeListener(java.beans.VetoableChangeListener)
public void removeVetoableChangeListener(java.beans.VetoableChangeListener listener)
removeVetoableChangeListener
in class HODPanelBean
addVetoableChangeListener(java.beans.VetoableChangeListener)
public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
addPropertyChangeListener
in class HODPanelBean
removePropertyChangeListener(java.beans.PropertyChangeListener)
public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
removePropertyChangeListener
in class HODPanelBean
addPropertyChangeListener(java.beans.PropertyChangeListener)
public void addCommListener(CommListener l)
public void addOIAListener(OIAListener l)
public void addPSListener(PSListener l)
public void addGUIListener(GUIListener l)
public void addTraceListener(TraceListener l)
addTraceListener
in class HODPanelBean
com.ibm.eNetwork.beans.HOD.HODPanelBean
l
- an object that implements the TraceListener interfacecom.ibm.eNetwork.beans.HOD.event.TraceListener
,
com.ibm.eNetwork.beans.HOD.event.TraceEvent
public void removeTraceListener(TraceListener l)
removeTraceListener
in class HODPanelBean
com.ibm.eNetwork.beans.HOD.HODPanelBean
l
- a previously registered TraceListener objectcom.ibm.eNetwork.beans.HOD.event.TraceListener
,
com.ibm.eNetwork.beans.HOD.event.TraceEvent
public void removeCommListener(CommListener l)
public void removeOIAListener(OIAListener l)
public void removePSListener(PSListener l)
public void removeGUIListener(GUIListener l)
public void startCommunication()
public void stopCommunication()
public void setHostGraphics(boolean hostGraphics) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public boolean isHostGraphics()
public void setGraphicsCellSize(java.lang.String cellSize) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getGraphicsCellSize()
public void setENPTUI(boolean enptui) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public boolean isENPTUI()
public void setUnicodeDataStreamEnabled(boolean unicode) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public boolean isUnicodeDataStreamEnabled()
public boolean isAutoConnect()
public void setAutoConnect(boolean autoConnect) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public boolean isAutoReconnect()
public void setAutoReconnect(boolean autoReconnect) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getCICSGWCodePage()
public void setCICSGWCodePage(java.lang.String codePage) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public static java.util.Enumeration listCICSGWCodePages()
public java.lang.String getCICSServerName()
public void setCICSServerName(java.lang.String server) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getCodePage()
public void setCodePage(java.lang.String codePage) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.util.Enumeration listCodePages()
public static java.util.Enumeration listCodePages(java.lang.String sessionType)
public boolean isCommStarted()
public boolean isDeviceNameReady()
public boolean isWorkstationIDReady()
public java.lang.String getDeviceName()
public int getCommStatus()
public java.lang.String getHost()
public void setHost(java.lang.String host) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public int getPort()
public void setPort(int port) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getHostBackup1()
public void setHostBackup1(java.lang.String host) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getHostBackup2()
public void setHostBackup2(java.lang.String host) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public int getPortBackup1()
public void setPortBackup1(int port) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public int getPortBackup2()
public void setPortBackup2(int port) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getLUNameBackup1()
public void setLUNameBackup1(java.lang.String luName) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getLUNameBackup2()
public void setLUNameBackup2(java.lang.String luName) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public void setTimeout(int timeout) throws java.beans.PropertyVetoException
timeout
- The timeout value in millisecsjava.beans.PropertyVetoException
- Thrown if a VetoableChangeListener
vetoes the new value.getTimeout()
public int getTimeout()
setTimeout(int)
public java.lang.String getProxyType()
public void setProxyType(java.lang.String newPropertyValue) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getProxyServerName()
public void setProxyServerName(java.lang.String newPropertyValue) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public int getProxyServerPort()
public void setProxyServerPort(int newPropertyValue) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getProxyUserID()
public void setProxyUserID(java.lang.String newPropertyValue) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getProxyUserPassword()
public void setProxyUserPassword(java.lang.String newPropertyValue) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getProxyAuthenMethod()
public void setProxyAuthenMethod(java.lang.String newPropertyValue) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public boolean isTNEnhanced()
public void setTNEnhanced(boolean enhanced) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getLUName()
public void setLUName(java.lang.String luName) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getWorkstationID()
public void setWorkstationID(java.lang.String wsID) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getSessionName()
public void setSessionName(java.lang.String name) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getSessionID()
public void setSessionID(java.lang.String ID) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getScreenSize()
public void setScreenSize(java.lang.String size) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.util.Enumeration listScreenSizes()
public static java.util.Enumeration listScreenSizes(java.lang.String sessionType)
public java.lang.String getSessionType()
public void setSessionType(java.lang.String type) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public boolean isSSL()
public void setSSL(boolean SSL) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getSecurityProtocol()
public void setSecurityProtocol(java.lang.String protocol) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public boolean isIgnoreWellKnownTrustedCAs()
ignoreWellKnownTrustedCAs
property.ignoreWellKnownTrustedCAs
property.setIgnoreWellKnownTrustedCAs(boolean)
public void setIgnoreWellKnownTrustedCAs(boolean ignoreWellKnownCAs) throws java.beans.PropertyVetoException
ignoreWellKnownTrustedCAs
property.
This property only applies to SSL sessions.ignoreWellKnownTrustedCAs
- true
: ignore
WellKnownTrustedCAs.class signer certificates.
false
: use WellKnownTrustedCAs.class signer certificates.isIgnoreWellKnownTrustedCAs()
public boolean isSSLTelnetNegotiated()
public void setSSLTelnetNegotiated(boolean tnNegotiated) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public boolean isSSLServerAuthentication()
public void setSSLServerAuthentication(boolean authentication) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public boolean isSSLBrowserKeyringAdded()
public void setSSLBrowserKeyringAdded(boolean add) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public boolean isSSLCertificateProvided()
public void setSSLCertificateProvided(boolean provided) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getSSLCertificateSource()
public void setSSLCertificateSource(java.lang.String src) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getSSLCertificateURL()
public void setSSLCertificateURL(java.lang.String url) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public void setSSLCertificatePassword(java.lang.String pw) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getSSLCertificateName()
public void setSSLCertificateName(java.lang.String name) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getSSLCertificatePromptHowOften()
public void setSSLCertificatePromptHowOften(java.lang.String howOften) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public boolean isSSLCertificatePromptBeforeConnect()
public void setSSLCertificatePromptBeforeConnect(boolean before) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getSSLCertificateHash()
public void setSSLCertificateHash(java.lang.String hash) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public boolean isSSLCertificatePrompted()
public void setSSLCertificatePrompted(boolean prompt) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public boolean isSSLCertificateRemembered()
public void setSSLCertificateRemembered(boolean remembered) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public boolean isVTAutowrap()
public void setVTAutowrap(boolean autowrap) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public boolean isVTReverseScreen()
public void setVTReverseScreen(boolean reverse) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public boolean isVTBackspace()
public void setVTBackspace(boolean backSpace) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public boolean isVTCursor()
public void setVTCursor(boolean application) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public boolean isVTKeypad()
public void setVTKeypad(boolean application) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public boolean isVTLocalEcho()
public void setVTLocalEcho(boolean localEcho) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public boolean isVTNewLine()
public void setVTNewLine(boolean CROnly) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getVTAnswerBackMsg()
public void setVTAnswerBackMsg(java.lang.String ansbackmsg) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public boolean getCursorMovementState()
public void setCursorMovementState(boolean movementState) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getVTTerminalType()
public void setVTTerminalType(java.lang.String terminalType) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public static java.util.Enumeration listVTTerminalTypes()
public java.lang.String getVTID()
public void setVTID(java.lang.String id) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.util.Enumeration listVTIDs()
public boolean isPrintDestination()
public void setPrintDestination(boolean printer) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public boolean isSeparateFiles()
public void setSeparateFiles(boolean separate) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getPrintFileName()
public void setPrintFileName(java.lang.String fileName) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getPrinterName()
public void setPrinterName(java.lang.String printerName) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public boolean isHistory()
public void setHistory(boolean history) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getHistorySize()
public void setHistorySize(java.lang.String size) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.util.Enumeration listHistorySizes()
public void setNumeralShape(java.lang.String ns) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getNumeralShape()
public void setNumericFieldLock(boolean lock) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public boolean isNumericFieldLock()
public void setInsertOffOnAIDKEY(boolean activate) throws java.beans.PropertyVetoException
activate
- Whether or not Insert Off on AIDKEY will be enabled.java.beans.PropertyVetoException
- Thrown if a VetoableChangeListener
vetoes the new value.public boolean isInsertOffOnAIDKEY()
public static java.util.Enumeration listNumeralShapes()
public void setTextType(java.lang.String tt) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getTextType()
public void setAllocateSpaceForLamAlef(java.lang.String tt) throws java.beans.PropertyVetoException
setAllocateSpaceForLamAlef
in class com.ibm.eNetwork.beans.HOD.HostTerminal
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getAllocateSpaceForLamAlef()
getAllocateSpaceForLamAlef
in class com.ibm.eNetwork.beans.HOD.HostTerminal
public void setRTLUnicodeOverride(java.lang.String tt) throws java.beans.PropertyVetoException
setRTLUnicodeOverride
in class com.ibm.eNetwork.beans.HOD.HostTerminal
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getRTLUnicodeOverride()
getRTLUnicodeOverride
in class com.ibm.eNetwork.beans.HOD.HostTerminal
public static java.util.Enumeration listTextTypes()
public void setTextOrientation(java.lang.String to) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getTextOrientation()
public static java.util.Enumeration listTextOrientations()
public void setRoundTrip(java.lang.String to) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getRoundTrip()
public static java.util.Enumeration listRoundTripModes()
public void setVTPDTName(java.lang.String pdtname) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getVTPDTName()
public void setVTPrintConvert(boolean convert) throws java.beans.PropertyVetoException
setVTPrintConvert
in class com.ibm.eNetwork.beans.HOD.HostTerminal
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public boolean isVTPrintConvert()
isVTPrintConvert
in class com.ibm.eNetwork.beans.HOD.HostTerminal
public void setBIDIMode(java.lang.String to) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getBIDIMode()
public void setTextTypeDisp(java.lang.String to) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getTextTypeDisp()
public void setCursorDirection(java.lang.String to) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getCursorDirection()
public void setNumeralShapeDisp(java.lang.String to) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getNumeralShapeDisp()
public void setSmartOrdering(java.lang.String to) throws java.beans.PropertyVetoException
setSmartOrdering
in class com.ibm.eNetwork.beans.HOD.HostTerminal
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.getSmartOrdering()
public java.lang.String getSmartOrdering()
getSmartOrdering
in class com.ibm.eNetwork.beans.HOD.HostTerminal
setSmartOrdering(java.lang.String)
public void setShowTextAttributesEnabled(boolean state) throws java.beans.PropertyVetoException
setShowTextAttributesEnabled
in class com.ibm.eNetwork.beans.HOD.HostTerminal
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.isShowTextAttributesEnabled()
public boolean isShowTextAttributesEnabled()
isShowTextAttributesEnabled
in class com.ibm.eNetwork.beans.HOD.HostTerminal
setShowTextAttributesEnabled(boolean)
public static java.util.Enumeration listTextTypesDisp()
public static java.util.Enumeration listCursorDirections()
public static java.util.Enumeration listBIDIModes()
public static java.util.Enumeration listNumeralShapesDisp()
public static java.util.Enumeration listThaiDisplayModes()
public void setThaiDisplayMode(int mode) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public int getThaiDisplayMode()
public boolean isSLPEnabled()
public void setSLPEnabled(boolean slp) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public void setSLPAS400Name(java.lang.String as400name) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getSLPAS400Name()
public void setSLPScope(java.lang.String scope) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getSLPScope()
public boolean isSLPThisScopeOnly()
public void setSLPThisScopeOnly(boolean thisScopeOnly) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public int getSLPMaxWaitTime()
public void setSLPMaxWaitTime(int maxWait) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public void setPasteFieldWrap(boolean pasteFieldWrap) throws java.beans.PropertyVetoException
setPasteFieldWrap
in class com.ibm.eNetwork.beans.HOD.HostTerminal
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public boolean isPasteFieldWrap()
public void setPasteLineWrap(boolean pasteLineWrap) throws java.beans.PropertyVetoException
setPasteLineWrap
in class com.ibm.eNetwork.beans.HOD.HostTerminal
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public boolean isPasteLineWrap()
public void setPasteWordBreak(boolean pasteWordBreak) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public boolean isPasteWordBreak()
public void setPasteToTrimmedArea(boolean pasteToTrimmedArea) throws java.beans.PropertyVetoException
setPasteToTrimmedArea
in class com.ibm.eNetwork.beans.HOD.HostTerminal
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public boolean isPasteToTrimmedArea()
public void setPasteStopAtProtectedLine(boolean pasteStopAtProtectedLine) throws java.beans.PropertyVetoException
setPasteStopAtProtectedLine
in class com.ibm.eNetwork.beans.HOD.HostTerminal
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public boolean isPasteStopAtProtectedLine()
public void setPasteTabOptions(java.lang.String pasteTabOptions) throws java.beans.PropertyVetoException
setPasteTabOptions
in class com.ibm.eNetwork.beans.HOD.HostTerminal
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getPasteTabOptions()
public static java.util.Enumeration listPasteTabOptions()
public void setPasteTabColumns(int pasteTabColumns) throws java.beans.PropertyVetoException
setPasteTabColumns
in class com.ibm.eNetwork.beans.HOD.HostTerminal
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public int getPasteTabColumns()
public void setPasteTabSpaces(int pasteTabSpaces) throws java.beans.PropertyVetoException
setPasteTabSpaces
in class com.ibm.eNetwork.beans.HOD.HostTerminal
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public int getPasteTabSpaces()
public void setCopyOnlyIfTrimmed(boolean copyOnlyIfTrimmed) throws java.beans.PropertyVetoException
setCopyOnlyIfTrimmed
in class com.ibm.eNetwork.beans.HOD.HostTerminal
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public boolean isCopyOnlyIfTrimmed()
public void setCopyAltSignLocation(boolean copyAltSignLocation) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public boolean isCopyAltSignLocation()
public void setTrimRectSizingHandles(boolean trimRectSizingHandles) throws java.beans.PropertyVetoException
setTrimRectSizingHandles
in class com.ibm.eNetwork.beans.HOD.HostTerminal
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public boolean isTrimRectSizingHandles()
public void setTrimRectRemainAfterEdit(boolean trimRectRemainAfterEdit) throws java.beans.PropertyVetoException
setTrimRectRemainAfterEdit
in class com.ibm.eNetwork.beans.HOD.HostTerminal
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public boolean isTrimRectRemainAfterEdit()
public void setEntryAssist_DOCmode(boolean docMode) throws java.beans.PropertyVetoException
setEntryAssist_DOCmode
in class com.ibm.eNetwork.beans.HOD.HostTerminal
docMode
- true turns DOC mode on, false turns DOC mode offjava.beans.PropertyVetoException
- Thrown if a VetoableChangeListener
vetoes the new value.isEntryAssist_DOCmode()
public boolean isEntryAssist_DOCmode()
setEntryAssist_DOCmode(boolean)
public void setEntryAssist_startCol(int startCol) throws java.beans.PropertyVetoException
setEntryAssist_startCol
in class com.ibm.eNetwork.beans.HOD.HostTerminal
startCol
- Start column of DOC boundariesjava.beans.PropertyVetoException
- Thrown if a VetoableChangeListener
vetoes the new value.getEntryAssist_startCol()
public int getEntryAssist_startCol()
setEntryAssist_startCol(int)
public void setEntryAssist_endCol(int endCol) throws java.beans.PropertyVetoException
setEntryAssist_endCol
in class com.ibm.eNetwork.beans.HOD.HostTerminal
endCol
- End column of DOC boundariesjava.beans.PropertyVetoException
- Thrown if a VetoableChangeListener
vetoes the new value.getEntryAssist_endCol()
public int getEntryAssist_endCol()
setEntryAssist_endCol(int)
public void setEntryAssist_bell(boolean bell) throws java.beans.PropertyVetoException
setEntryAssist_bell
in class com.ibm.eNetwork.beans.HOD.HostTerminal
bell
- true turns on bell, false turns off belljava.beans.PropertyVetoException
- Thrown if a VetoableChangeListener
vetoes the new value.isEntryAssist_bell()
public boolean isEntryAssist_bell()
setEntryAssist_bell(boolean)
public void setEntryAssist_bellCol(int bellCol) throws java.beans.PropertyVetoException
setEntryAssist_bellCol
in class com.ibm.eNetwork.beans.HOD.HostTerminal
bellCol
- Column at which to sound belljava.beans.PropertyVetoException
- Thrown if a VetoableChangeListener
vetoes the new value.getEntryAssist_bellCol()
public int getEntryAssist_bellCol()
setEntryAssist_bellCol(int)
public void setEntryAssist_tabstop(int tabstop) throws java.beans.PropertyVetoException
tabstop
- Size of tab stop to usejava.beans.PropertyVetoException
- Thrown if a VetoableChangeListener
vetoes the new value.getEntryAssist_tabstop()
public int getEntryAssist_tabstop()
setEntryAssist_tabstop(int)
public void setEntryAssist_tabstops(java.lang.String tabstops) throws java.beans.PropertyVetoException
setEntryAssist_tabstops
in class com.ibm.eNetwork.beans.HOD.HostTerminal
tabstops
- String representation of array of columns to use as
tab stopsjava.beans.PropertyVetoException
- Thrown if a VetoableChangeListener
vetoes the new value.getEntryAssist_tabstops()
public java.lang.String getEntryAssist_tabstops()
setEntryAssist_tabstops(java.lang.String)
public void setEntryAssist_DOCwordWrap(boolean wordWrap) throws java.beans.PropertyVetoException
setEntryAssist_DOCwordWrap
in class com.ibm.eNetwork.beans.HOD.HostTerminal
wordWrap
- true turns on word wrap, false turns off word wrapjava.beans.PropertyVetoException
- Thrown if a VetoableChangeListener
vetoes the new value.isEntryAssist_DOCwordWrap()
public boolean isEntryAssist_DOCwordWrap()
setEntryAssist_DOCwordWrap(boolean)
public void set3DBackgroundColor(java.awt.Color whatcolor)
Color
- Any color object.public java.awt.Color get3DBackgroundColor()
public void set3270InputAreaIndication(java.lang.String whatKind) throws java.beans.PropertyVetoException
String
- A pair of values to indicate how an input field should be displayed
java.beans.PropertyVetoException
- Thrown if either of the values are not validget3270InputAreaIndication()
public java.lang.String get3270InputAreaIndication()
One of the following values:
set3270InputAreaIndication(java.lang.String whatKind)
public void setFontName(java.lang.String fontName) throws java.beans.PropertyVetoException
fontName
- The new monospaced font name.java.beans.PropertyVetoException
- Thrown if the specified font name
is not a monospaced font.listFontNames(java.lang.String)
,
getFontName()
public java.lang.String getFontName()
setFontName(java.lang.String)
public static java.util.Enumeration listFontNames(java.lang.String codepage)
codepage
- The codepage for the screen.getFontName()
,
setFontName(java.lang.String)
,
getCodePage()
public void setFontSize(int fontSize) throws java.beans.PropertyVetoException
fontSize
- The new font size.java.beans.PropertyVetoException
- Thrown if the specified font size
is too large.getFontSize()
public int getFontSize()
setFontSize(int)
public void setFontStyle(int fontStyle) throws java.beans.PropertyVetoException
Valid values:
The styles can be combined for mixed styles.
fontStyle
- The new font style.java.beans.PropertyVetoException
- Thrown if the specified font style
is not valid.listFontStyles()
,
getFontStyle()
public int getFontStyle()
setFontStyle(int)
public static java.util.Enumeration listFontStyles()
getFontStyle()
,
setFontStyle(int)
public void setFontSizeBounded(boolean bounded) throws java.beans.PropertyVetoException
bounded
- Whether the Screen is font size bounded or not.java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.isFontSizeBounded()
public boolean isFontSizeBounded()
setFontSizeBounded(boolean)
public void set3D(boolean threeD) throws java.beans.PropertyVetoException
threeD
- Whether the Screen displays the 3D border or not.java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.is3D()
public boolean is3D()
set3D(boolean)
public void setAccessibilityEnabled(boolean accessibility) throws java.beans.PropertyVetoException
accessibility
- Whether accessibility is enabled of notjava.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.isAccessibilityEnabled()
public boolean isAccessibilityEnabled()
setAccessibilityEnabled(boolean)
public void setMarkedAreaPrintingEnabled(boolean markedAreaPrinting) throws java.beans.PropertyVetoException
markedAreaPrinting
- Whether marked area printing is enabled or notjava.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.isMarkedAreaPrintingEnabled()
public boolean isMarkedAreaPrintingEnabled()
setMarkedAreaPrintingEnabled(boolean)
public void setOIAVisible(boolean showOIA) throws java.beans.PropertyVetoException
showOIA
- Whether the Screen shows OIA or not.java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.isOIAVisible()
public boolean isOIAVisible()
setOIAVisible(boolean)
public void setDBCSInputVisible(boolean showDBCSInput) throws java.beans.PropertyVetoException
showDBCSInput
- Whether the Screen shows DBCS Input field or not.java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.isDBCSInputVisible()
public boolean isDBCSInputVisible()
setDBCSInputVisible(boolean)
public void setAutoFontSize(boolean autoFontSize) throws java.beans.PropertyVetoException
autoFontSize
- Whether or not Screen automatically adjusts the font
when it is resized.java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.isAutoFontSize()
public boolean isAutoFontSize()
setAutoFontSize(boolean)
public void setAutoPack(boolean autoPack) throws java.beans.PropertyVetoException
autoPack
- Whether or not the Screen autoPacksjava.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.isAutoPack()
public boolean isAutoPack()
setAutoPack(boolean)
public void setCentered(boolean center) throws java.beans.PropertyVetoException
center
- Whether or not the Screen centers its text and OIA.java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.isCentered()
public boolean isCentered()
setCentered(boolean)
public void setRule(boolean rule) throws java.beans.PropertyVetoException
rule
- Whether or not the Screen displays rule lines.java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
Note that a call to this method is valid only if Screen has instantiated a graphical object.
isRule()
public boolean isRule()
setRule(boolean)
public void setMouseEnabled(boolean val) throws java.beans.PropertyVetoException
val
- if true mouse events will be processed by screen.java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.isMouseEnabled()
public boolean isMouseEnabled()
setMouseEnabled(boolean)
public void setCursorVisible(boolean val) throws java.beans.PropertyVetoException
val
- if true cursor will be made visible by screen.java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.isCursorVisible()
public boolean isCursorVisible()
setCursorVisible(boolean)
public void setBlockCursor(boolean block) throws java.beans.PropertyVetoException
block
- Whether or not the Screen displays a block cursor.java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.isBlockCursor()
public boolean isBlockCursor()
setBlockCursor(boolean)
public void setLightPenMode(boolean lightPenMode) throws java.beans.PropertyVetoException
lightPenMode
- Whether or not the Screen enables light pen support.java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.isLightPenMode()
public boolean isLightPenMode()
setLightPenMode(boolean)
public void setShowURLsMode(java.lang.String urlMode) throws java.beans.PropertyVetoException
showURLsMode
property.String
- urlMode Determines how URLs are displayed. Valid values are:
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.getShowURLsMode()
public java.lang.String getShowURLsMode()
showURLsMode
property.setShowURLsMode(String)
public void setHideUnprotectedURLsMode(boolean hideUnprotected) throws java.beans.PropertyVetoException
dontShowUnprotectedURLs
property (not VT).boolean
- hideUnprotected Value assigned to dontShowUnprotectedURLs
.java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.getHideUnprotectedURLsMode()
public boolean getHideUnprotectedURLsMode()
dontShowUnprotectedURLs
property.dontShowUnprotectedURLs
property.setHideUnprotectedURLsMode(boolean)
public boolean isSSOEnabled()
ssoEnabled
property.setSSOEnabled(boolean)
public void setSSOEnabled(boolean enabled) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public boolean isSSOUseLocalIdentity()
ssoUseLocalIdentity
property.setSSOUseLocalIdentity(boolean)
public void setSSOUseLocalIdentity(boolean useLocal) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public boolean isSSOUseKerberosPassticket()
ssoUseKerberosPassticket
property.setSSOUseKerberosPassticket(boolean)
public void setSSOUseKerberosPassticket(boolean useKerberos) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getSSOCMServer()
ssoCMServer
property.setSSOCMServer(java.lang.String)
public void setSSOCMServer(java.lang.String cmServer) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public void setUserID(java.lang.String userID) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getUserID()
setUserID(java.lang.String)
public void setUserPassword(java.lang.String userPassword) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getUserPassword()
setUserPassword(java.lang.String)
public void setUseSSHPublicKeyAuthentication(boolean b) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public boolean isUseSSHPublicKeyAuthentication()
setUseSSHPublicKeyAuthentication(boolean)
public void setKeyStoreFilePath(java.lang.String keyStoreFilePath) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getKeyStoreFilePath()
setKeyStoreFilePath(java.lang.String)
public void setKeyStorePassword(java.lang.String s) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getKeyStorePassword()
setKeyStoreFilePath(java.lang.String)
public void setSSHPublicKeyAlias(java.lang.String SSHPublicKeyAlias) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getSSHPublicKeyAlias()
setSSHPublicKeyAlias(java.lang.String)
public void setSSHPublicKeyAliasPassword(java.lang.String SSHPublicKeyAliasPassword) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public java.lang.String getSSHPublicKeyAliasPassword()
setSSHPublicKeyAliasPassword(java.lang.String)
public void GUIEvent(GUIEvent evt)
evt
- A GUIEvent generated by the Session Bean.public void printScreen()
public java.lang.String getHeaderText()
setHeaderText(java.lang.String)
public void setHeaderText(java.lang.String headerText) throws java.beans.PropertyVetoException
String
- headerText the header text of print screengetHeaderText()
public java.lang.String getFooterText()
setFooterText(java.lang.String)
public void setFooterText(java.lang.String footerText) throws java.beans.PropertyVetoException
String
- footerText the footer text of print screengetFooterText()
public java.lang.String getHeaderPlace()
setHeaderPlace(java.lang.String)
public void setHeaderPlace(java.lang.String headerPlace) throws java.beans.PropertyVetoException
String
- headerPlace the header place of print screen. Valid parameters are
getHeaderPlace()
public java.lang.String getFooterPlace()
setFooterPlace(java.lang.String)
public void setFooterPlace(java.lang.String footerPlace) throws java.beans.PropertyVetoException
String
- footerPlace the footer place of print screen. Valid parameters are
getFooterPlace()
public boolean isSkipPrintDialog()
setSkipPrintDialog(boolean)
public void setSkipPrintDialog(boolean isSkipPrintDialog) throws java.beans.PropertyVetoException
boolean
- isSkipPrintDialog Identifies whether or not the print dialog is suppressed in printing screenisSkipPrintDialog()
public void setPageFormat(java.lang.Object pageFormat)
Object
- pageFormat Should be java.awt.print.PageFormat.public java.awt.Font getFont()
getFont
in class java.awt.Component
setFont(java.awt.Font)
public void setFont(java.awt.Font f)
setFont
in class javax.swing.JComponent
f
- The new font for Screen. Must be a monospaced font.getFont()
public int getColumns()
public int getRows()
public void selectAll()
Note that calls to this method are valid only if the Terminal has been displayed in a visible frame.
Note that a call to this method is valid only if Screen has instantiated a graphical object.
public java.awt.Insets getSelected(boolean unMark)
Note that calls to this method are valid only if the Terminal has been displayed in a visible frame.
unMark
- If true, the selected box is unmarked. Otherwise
the selected box is left marked.
Note that a call to this method is valid only if Screen has instantiated a graphical object.
public void drawBox(int direction)
direction
- The direction to draw the box.
Valid values:
Note that a call to this method is valid only if Screen has instantiated a graphical object.
public void moveBox(int direction)
direction
- The direction to move the box.
Valid values:
public void unMark()
public void copyToClipboard()
Note that a call to this method is valid only if Screen has instantiated a graphical object.
public void copyToClipboard(boolean append)
append
- Should the copied data be appended to the current clipboard
Note that a call to this method is valid only if Screen has instantiated a graphical object.
public void copyToClipboardAsTable()
Note that a call to this method is valid only if Screen has instantiated a graphical object.
public void cutToClipboard()
Note that a call to this method is valid only if Screen has instantiated a graphical object.
public void clearTrimRect()
Note that a call to this method is valid only if Screen has instantiated a graphical object.
public void pasteFromClipboard()
Note that a call to this method is valid only if Screen has instantiated a graphical object.
public void pasteFromClipboard(boolean next)
next
- should the paste start from the last paste complete in
the clipboard buffer
Note that a call to this method is valid only if Screen has instantiated a graphical object.
public boolean isMorePasteDataAvailable()
public void sendKeys(SendKeyEvent evt)
evt
- SendKeyEvent that is refired to Screen SendKeyListeners.public void remapColor(ColorRemapEvent evt)
remapColor
in interface ColorRemapListener
evt
- ColorRemapEvent which changes some default color on
the Screen.public void remapBlink(BlinkRemapEvent evt)
remapBlink
in interface BlinkRemapListener
evt
- BlinkRemapEvent which changes some default blink property on
the Screen.public void addSendKeyListener(SendKeyListener l)
removeSendKeyListener(com.ibm.eNetwork.beans.HOD.event.SendKeyListener)
,
SendKeyEvent
public void removeSendKeyListener(SendKeyListener l)
addSendKeyListener(com.ibm.eNetwork.beans.HOD.event.SendKeyListener)
,
SendKeyEvent
public void addScreenListener(ScreenListener l)
l
- ScreenListener that receives ScreenEventsremoveScreenListener(com.ibm.eNetwork.beans.HOD.event.ScreenListener)
,
ScreenEvent
public void removeScreenListener(ScreenListener l)
l
- ScreenListener that is removedaddScreenListener(com.ibm.eNetwork.beans.HOD.event.ScreenListener)
,
ScreenEvent
public void addScreenMouseListener(ScreenMouseListener l)
l
- ScreenMouseListener that receives ScreenMouseEventsremoveScreenMouseListener(com.ibm.eNetwork.beans.HOD.event.ScreenMouseListener)
,
ScreenMouseEvent
public void removeScreenMouseListener(ScreenMouseListener l)
l
- ScreenMouseListener that is removedaddScreenMouseListener(com.ibm.eNetwork.beans.HOD.event.ScreenMouseListener)
,
ScreenMouseEvent
public void addScreenMotionListener(ScreenMotionListener l)
l
- ScreenMotionListener that receives ScreenMouseEventsremoveScreenMotionListener(com.ibm.eNetwork.beans.HOD.event.ScreenMotionListener)
,
ScreenMouseEvent
public void removeScreenMotionListener(ScreenMotionListener l)
l
- ScreenMotionListener that is removedaddScreenMotionListener(com.ibm.eNetwork.beans.HOD.event.ScreenMotionListener)
,
ScreenMouseEvent
public void addMouseListener(java.awt.event.MouseListener l)
addMouseListener
in class java.awt.Component
l
- MouseListener that receives MouseEvents.removeMouseListener(java.awt.event.MouseListener)
public void removeMouseListener(java.awt.event.MouseListener l)
removeMouseListener
in class java.awt.Component
l
- MouseListener Listener that no longer receives MouseEvents.addMouseListener(java.awt.event.MouseListener)
public void addMouseMotionListener(java.awt.event.MouseMotionListener l)
addMouseMotionListener
in class java.awt.Component
l
- MouseMotionListener that receives MouseEvents.removeMouseMotionListener(java.awt.event.MouseMotionListener)
public void removeMouseMotionListener(java.awt.event.MouseMotionListener l)
removeMouseMotionListener
in class java.awt.Component
l
- MouseMotionListener Listener that no longer receives
MouseEvents.addMouseMotionListener(java.awt.event.MouseMotionListener)
public void addKeyListener(java.awt.event.KeyListener l)
addKeyListener
in class java.awt.Component
l
- KeyListener that receives KeyEvents.removeKeyListener(java.awt.event.KeyListener)
public void removeKeyListener(java.awt.event.KeyListener l)
removeKeyListener
in class java.awt.Component
l
- KeyListener that no longer receives KeyEvents.addKeyListener(java.awt.event.KeyListener)
public void addFocusListener(java.awt.event.FocusListener l)
addFocusListener
in class java.awt.Component
l
- FocusListener that receives FocusEvents.removeFocusListener(java.awt.event.FocusListener)
public void removeFocusListener(java.awt.event.FocusListener l)
removeFocusListener
in class java.awt.Component
l
- FocusListener that no longer receives FocusEvents.addFocusListener(java.awt.event.FocusListener)
public void requestFocus()
requestFocus
in class javax.swing.JComponent
public java.lang.String getTraceName()
getTraceName
in class HODPanelBean
public com.ibm.eNetwork.ECL.ECLSession getECLSession()
public Session getSession()
public void setIMEAutoStart(boolean IME) throws java.beans.PropertyVetoException
IME
- Whether IMEAutoStart is enabled or not.java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.isIMEAutoStart()
public boolean isIMEAutoStart()
setIMEAutoStart(boolean)
public void setLUMPort(int PortNumber) throws java.beans.PropertyVetoException
public int getLUMPort()
public void setServiceMgrHost(java.lang.String ServerMgrHost) throws java.beans.PropertyVetoException
public java.lang.String getServiceMgrHost()
public void setLUMLicensing(java.lang.String servertype) throws java.beans.PropertyVetoException
public java.lang.String getLUMLicensing()
public void setLUMServer(java.lang.String LumServer) throws java.beans.PropertyVetoException
public java.lang.String getLUMServer()
public void setSymmetricSwapEnabled(boolean state) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public boolean isSymmetricSwapEnabled()
Session.isSymmetricSwapEnabled()
public void setNumericSwapEnabled(boolean state) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public boolean isNumericSwapEnabled()
Session.isSymmetricSwapEnabled()
public void setUserDefinedCursor(java.awt.Cursor c)
c
- A user defined cursorresetUserDefinedCursor()
public void resetUserDefinedCursor()
setUserDefinedCursor(java.awt.Cursor)
public void saveSessionInfoBeforeIPMon()
public java.lang.String getHostBeforePMon()
public int getPortBeforeIPMon()
public boolean getMarkBox()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |