All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.eNetwork.beans.HOD.Terminal
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----com.ibm.eNetwork.beans.HOD.HODPanelBean
|
+----com.ibm.eNetwork.beans.HOD.HostTerminal
|
+----com.ibm.eNetwork.beans.HOD.Terminal
- public class Terminal
- extends 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:
There are methods that will cause a
NullPointerException
if the graphical object element of Screen has not been instantiated. Those methods are:
copyToClipboard,
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.
-
Terminal()
- Constructor which builds a Terminal Bean using the default property values.
-
Terminal(Properties)
- Constructor which builds a Terminal Bean using the property values passed
in the Property object.
-
addCommListener(CommListener)
- See
Session.addCommListener()
-
addFocusListener(FocusListener)
- Adds a java.awt.event.FocusListener to the Bean.
-
addGUIListener(GUIListener)
- See
Session.addGUIListener()
-
addKeyListener(KeyListener)
- Adds a java.awt.event.KeyListener to the Bean.
-
addMouseListener(MouseListener)
- Adds a java.awt.event.MouseListener to the Bean.
-
addMouseMotionListener(MouseMotionListener)
- Adds a java.awt.event.MouseMotionListener to the Bean.
-
addOIAListener(OIAListener)
- See
Session.addOIAListener()
-
addPropertyChangeListener(PropertyChangeListener)
- Adds a PropertyChangeListener.
-
addPSListener(PSListener)
- See
Session.addPSListener()
-
addScreenListener(ScreenListener)
- Adds a ScreenListener.
-
addScreenMotionListener(ScreenMotionListener)
- Adds a ScreenMotionListener.
-
addScreenMouseListener(ScreenMouseListener)
- Adds a ScreenMouseListener.
-
addSendKeyListener(SendKeyListener)
- Adds a SendKeyListener.
-
addTraceListener(TraceListener)
- Adds a trace listener.
-
addVetoableChangeListener(VetoableChangeListener)
- Adds a VetoableChangeListener.
-
clearTrimRect()
- Clears the selected box (all unprotected areas).
-
copyToClipboard()
- Copies the selected box to the clipboard.
-
copyToClipboard(boolean)
- Copies the selected box to the clipboard with conditional appending
-
cutToClipboard()
- Copies the selected box to clipboard and clears the unprotected areas
of the Screen.
-
defaults()
- Returns a Properties object containing the default properties
for this Bean.
-
dispose()
- Disposes Terminal and all of its resources.
-
drawBox(int)
- Draws the cut and paste selection box on the screen.
-
getBIDIMode()
-
-
getCICSGWCodePage()
- See
Session.getCICSGWCodePage()
-
getCICSServerName()
- See
Session.getCICSServerName()
-
getCodePage()
- See
Session.getCodePage()
-
getColumns()
- Returns the number of columns represented on the screen.
-
getCommStatus()
- See
Session.getCommStatus()
-
getCursorDirection()
-
-
getCursorMovementState()
- See
Session.getCursorMovementState()
-
getDeviceName()
-
-
getECLSession()
- See
Session.getECLSession()
-
getFont()
- Returns the current Screen font.
-
getFontName()
- Returns the value of the fontName property.
-
getFontSize()
- Returns the value of the fontSize property.
-
getFontStyle()
- Returns the value of the fontStyle property.
-
getGraphicsCellSize()
- See
Session.getGraphicsCellSize()
-
getHistorySize()
- See
Session.getHistorySize()
-
getHost()
- See
Session.getHost()
-
getLUMLicensing()
-
-
getLUMPort()
-
-
getLUMServer()
-
-
getLUName()
- See
Session.getLUName()
-
getNumeralShape()
- See
Session.getNumeralShape()
-
getNumeralShapeDisp()
-
-
getPasteTabColumns()
- See
Session.getPasteTabColumns()
-
getPasteTabOptions()
- See
Session.getPasteTabOptions()
-
getPasteTabSpaces()
- See
Session.getPasteTabSpaces()
-
getPort()
- See
Session.getPort()
-
getPrinterName()
- See
Session.getPrinterName()
-
getPrintFileName()
- See
Session.getPrintFileName()
-
getRows()
- Returns the number of rows represented on the screen.
-
getScreenSize()
- See
Session.getScreenSize()
-
getSelected(boolean)
- Returns an Insets object containing the coordinates, in Screen
rows and columns, for the selected box.
-
getServiceMgrHost()
-
-
getSession()
- Returns the Session bean associated with this Terminal
-
getSessionID()
- See
Session.getSessionID()
-
getSessionName()
- See
Session.getSessionName()
-
getSessionType()
- See
Session.getSessionType()
-
getSLPAS400Name()
- See
Session.getSLPAS400Name()
-
getSLPMaxWaitTime()
- See
Session.getSLPMaxWaitTime()
-
getSLPScope()
- See
Session.getSLPScope()
-
getSmartOrdering()
- See
Session.getSmartOrdering()
-
getSSLCertificateHash()
- See
Session.getSSLCertificateHash()
-
getSSLCertificateName()
- See
Session.getSSLCertificateName()
-
getSSLCertificatePromptHowOften()
- See
Session.getSSLCertificatePromptHowOften()
-
getSSLCertificateSource()
- See
Session.getSSLCertificateSource()
-
getSSLCertificateURL()
- See
Session.getSSLCertificateURL()
-
getTextOrientation()
- See
Session.getTextOrientation()
-
getTextType()
- See
Session.getTextType()
-
getTextTypeDisp()
-
-
getThaiDisplayMode()
- See
Session.getThaiDisplayMode()
-
getTraceName()
- returns a trace identifier for this bean
-
getVTAnswerBackMsg()
- See
Session.getVTAnswerBackMsg()
-
getVTPDTName()
- See
Session.getVTPDTName()
-
getVTTerminalType()
- See
Session.getVTTerminalType()
-
getWorkstationID()
- See
Session.getWorkstationID()
-
GUIEvent(GUIEvent)
- Handler method for GUIEvents.
-
is3D()
- Returns the value of the 3D property.
-
isAccessibilityEnabled()
- Returns the value of the accessibilityEnabled property.
-
isAutoConnect()
- See
Session.isAutoConnect()
-
isAutoFontSize()
- Returns the value of the autoFontSize property.
-
isAutoPack()
- Returns the value of the autoPack property.
-
isAutoReconnect()
- See
Session.isAutoReconnect()
-
isBlockCursor()
- Returns the value of the blockcursor property.
-
isCentered()
- Returns the value of the centered property.
-
isCommStarted()
- See
Session.isCommStarted()
-
isCopyOnlyIfTrimmed()
- See
Session.isCopyOnlyIfTrimmed()
-
isCursorVisible()
- Returns whether cursor is made visible by Screen.
-
isDBCSInputVisible()
- Returns the value of the DBCSInputVisible property.
-
isDeviceNameReady()
- See
Session.isDeviceNameReady()
-
isENPTUI()
- See
Session.isENPTUI()
-
isFontSizeBounded()
- Returns the value of the fontSizeBounded property.
-
isHistory()
- See
Session.isHistory()
-
isHostGraphics()
- See
Session.isHostGraphics()
-
isInsertOffOnAIDKEY()
- See
Session.isInsertOffOnAIDKEY()
In Personal Communications, this property is not supported.
-
isLightPenMode()
- Returns the value of the lightPenMode property.
-
isMarkedAreaPrintingEnabled()
- Returns the value of the markedAreaPrintingEnabled property.
-
isMorePasteDataAvailable()
- Once a paste or paste-next operation occurs, this method returns whether
there is more data available that did not paste.
-
isMouseEnabled()
- Returns whether mouse events are being handled by Screen.
-
isNumericFieldLock()
- See
Session.isNumericFieldLock()
-
isNumericSwapEnabled()
- Returns the current value of the Numeric Swapping property.
-
isOIAVisible()
- Returns the value of the OIAVisible property.
-
isPasteFieldWrap()
- See
Session.isPasteFieldWrap()
-
isPasteLineWrap()
- See
Session.isPasteLineWrap()
-
isPasteStopAtProtectedLine()
- See
Session.isPasteStopAtProtectedLine()
-
isPasteToTrimmedArea()
- See
Session.isPasteToTrimmedArea()
-
isPrintDestination()
- See
Session.isPrintDestination()
-
isRule()
- Returns the value of the rule property.
-
isSeparateFiles()
- See
Session.isSeparateFiles()
-
isShowTextAttributesEnabled()
- See
Session.isShowTextAttributesEnabled()
-
isSLPEnabled()
- See
Session.isSLPEnabled()
-
isSLPThisScopeOnly()
- See
Session.isSLPThisScopeOnly()
-
isSSL()
- See
Session.isSSL()
-
isSSLBrowserKeyringAdded()
- See
Session.isSSLBrowserKeyringAdded()
-
isSSLCertificatePromptBeforeConnect()
- See
Session.isSSLCertificatePromptBeforeConnect()
-
isSSLCertificatePrompted()
- See
Session.isSSLCertificatePrompted()
-
isSSLCertificateProvided()
- See
Session.isSSLCertificateProvided()
-
isSSLCertificateRemembered()
- See
Session.isSSLCertificateRemembered()
-
isSSLServerAuthentication()
- See
Session.isSSLServerAuthentication()
-
isSSLTelnetNegotiated()
- See
Session.isSSLTelnetNegotiated()
-
isSymmetricSwapEnabled()
- Returns the current value of the Symmetric Swapping property.
-
isTNEnhanced()
- See
Session.isTNEnhanced()
-
isTrimRectRemainAfterEdit()
- See
Session.isTrimRectRemainAfterEdit()
-
isTrimRectSizingHandles()
- See
Session.isTrimRectSizingHandles()
-
isVTAutowrap()
- See
Session.isVTAutowrap()
-
isVTBackspace()
- See
Session.isVTBackspace()
-
isVTCursor()
- See
Session.isVTCursor()
-
isVTKeypad()
- See
Session.isVTKeypad()
-
isVTLocalEcho()
- See
Session.isVTLocalEcho()
-
isVTNewLine()
- See
Session.isVTNewLine()
-
isVTPrintConvert()
- See
Session.isVTPrintConvert()
-
isVTReverseScreen()
- See
Session.isVTReverseScreen()
-
isWorkstationIDReady()
- See
Session.isWorkstationIDReady()
-
listBIDIModes()
-
-
listCICSGWCodePages()
- See
Session.listCICSGWCodePages()
-
listCodePages()
- See
Session.listCodePages()
-
listCodePages(String)
- See
Session.listCodePages(java.lang.String)
-
listCursorDirections()
-
-
listFontNames(String)
- Enumerates the list of valid monospaced fonts available on the
system.
-
listFontStyles()
- Enumerates a list of valid font styles.
-
listHistorySizes()
- See
Session.listHistorySizes()
-
listNumeralShapes()
- See
Session.listNumeralShapes()
-
listNumeralShapesDisp()
-
-
listPasteTabOptions()
- See
Session.listPasteTabOptions()
-
listScreenSizes()
- See
Session.listScreenSizes()
-
listScreenSizes(String)
- See
Session.listScreenSizes(java.lang.String)
-
listTextOrientations()
- See
Session.listTextOrientations()
-
listTextTypes()
- See
Session.listTextTypes()
-
listTextTypesDisp()
-
-
listThaiDisplayModes()
- See
Session.listThaiDisplayModes()
-
listVTTerminalTypes()
- See
Session.listVTTerminalTypes()
-
moveBox(int)
- Moves the cut and paste selection box on the screen.
-
pasteFromClipboard()
- Pastes the data from the clipboard at the current cursor location.
-
pasteFromClipboard(boolean)
- Pastes the data from the clipboard at the current cursor location with
conditional paste next functionality.
-
printScreen()
- Prints the current Screen contents to the default printer.
-
remapBlink(BlinkRemapEvent)
- Handler method for BlinkRemapEvents.
-
remapColor(ColorRemapEvent)
- Handler method for ColorRemapEvents.
-
removeCommListener(CommListener)
- See
Session.removeCommListener()
-
removeFocusListener(FocusListener)
- Removes a java.awt.event.FocusListener from the Bean.
-
removeGUIListener(GUIListener)
- See
Session.removeGUIListener()
-
removeKeyListener(KeyListener)
- Removes a java.awt.event.KeyListener from the Bean.
-
removeMouseListener(MouseListener)
- Removes a java.awt.event.MouseListener from the Bean.
-
removeMouseMotionListener(MouseMotionListener)
- Removes a java.awt.event.MouseMotionListener from the Bean.
-
removeOIAListener(OIAListener)
- See
Session.removeOIAListener()
-
removePropertyChangeListener(PropertyChangeListener)
- Removes a PropertyChangeListener.
-
removePSListener(PSListener)
- See
Session.removePSListener()
-
removeScreenListener(ScreenListener)
- Removes a ScreenListener.
-
removeScreenMotionListener(ScreenMotionListener)
- Removes a ScreenMotionListener.
-
removeScreenMouseListener(ScreenMouseListener)
- Removes a ScreenMouseListener.
-
removeSendKeyListener(SendKeyListener)
- Removes a SendKeyListener.
-
removeTraceListener(TraceListener)
- Removes a trace listener so that it no longer receives trace events.
-
removeVetoableChangeListener(VetoableChangeListener)
- Removes a VetoableChangeListener.
-
requestFocus()
- Request focus on Terminal.
-
selectAll()
- Selects the entire Screen for the purpose of copying or cutting the
area.
-
sendKeys(SendKeyEvent)
- Handler method for SendKeyEvents.
-
set3D(boolean)
- Sets the 3D property.
-
setAccessibilityEnabled(boolean)
- Sets the accessibilityEnabled property.
-
setAutoConnect(boolean)
- See
Session.setAutoConnect()
-
setAutoFontSize(boolean)
- Sets the autoFontSize property.
-
setAutoPack(boolean)
- Sets the autoPack property.
-
setAutoReconnect(boolean)
- See
Session.setAutoReconnect()
-
setBIDIMode(String)
-
-
setBlockCursor(boolean)
- Sets the block cursor property.
-
setCentered(boolean)
- Sets the centered property.
-
setCICSGWCodePage(String)
- See
Session.setCICSGWCodePage()
-
setCICSServerName(String)
- See
Session.setCICSServerName()
-
setCodePage(String)
- See
Session.setCodePage()
-
setCopyOnlyIfTrimmed(boolean)
- See
Session.setCopyOnlyIfTrimmed()
-
setCursorDirection(String)
-
-
setCursorMovementState(boolean)
- See
Session.setCursorMovementState()
-
setCursorVisible(boolean)
- Sets whether the cursor should be made visible by Screen.
-
setDBCSInputVisible(boolean)
- Sets the DBCSInputVisible property (3270 and 5250 DBCS sessions only).
-
setENPTUI(boolean)
- See
Session.setENPTUI()
-
setFont(Font)
- Sets the Screen font.
-
setFontName(String)
- Sets the fontName property.
-
setFontSize(int)
- Sets the fontSize property.
-
setFontSizeBounded(boolean)
- Sets the fontSizeBounded property.
-
setFontStyle(int)
- Sets the fontStyle property.
-
setGraphicsCellSize(String)
- See
Session.setGraphicsCellSize()
-
setHistory(boolean)
- See
Session.setHistory()
-
setHistorySize(String)
- See
Session.setHistorySize()
-
setHost(String)
- See
Session.setHost()
-
setHostGraphics(boolean)
- See
Session.setHostGraphics()
-
setInsertOffOnAIDKEY(boolean)
- See
Session.setInsertOffOnAIDKEY()
In Personal Communications, this property is not supported.
-
setLightPenMode(boolean)
- Sets the lightPenMode property (3270 and CICS sessions only).
-
setLUMLicensing(String)
-
-
setLUMPort(int)
-
-
setLUMServer(String)
-
-
setLUName(String)
- See
Session.setLUName()
-
setMarkedAreaPrintingEnabled(boolean)
- Sets the markedAreaPrintingEnabled property.
-
setMouseEnabled(boolean)
- Sets whether mouse events will be handled by Screen.
-
setNumeralShape(String)
- See
Session.setNumeralShape()
-
setNumeralShapeDisp(String)
-
-
setNumericFieldLock(boolean)
- See
Session.setNumericFieldLock()
-
setNumericSwapEnabled(boolean)
- Sets the Numeric swapping property.
-
setOIAVisible(boolean)
- Sets the OIAVisible property.
-
setPasteFieldWrap(boolean)
- See
Session.setPasteFieldWrap()
-
setPasteLineWrap(boolean)
- See
Session.setPasteLineWrap()
-
setPasteStopAtProtectedLine(boolean)
- See
Session.setPasteStopAtProtectedLine()
-
setPasteTabColumns(int)
- See
Session.setPasteTabColumns()
-
setPasteTabOptions(String)
- See
Session.setPasteTabOptions()
-
setPasteTabSpaces(int)
- See
Session.setPasteTabSpaces()
-
setPasteToTrimmedArea(boolean)
- See
Session.setPasteToTrimmedArea()
-
setPort(int)
- See
Session.setPort()
-
setPrintDestination(boolean)
- See
Session.setPrintDestination(()
-
setPrinterName(String)
- See
Session.setPrinterName(()
-
setPrintFileName(String)
- See
Session.setPrintFileName(()
-
setRule(boolean)
- Sets the rule property.
-
setScreenSize(String)
- See
Session.setScreenSize()
-
setSeparateFiles(boolean)
- See
Session.setSeparateFiles()
-
setServiceMgrHost(String)
-
-
setSessionID(String)
- See
Session.setSessionID()
-
setSessionName(String)
- See
Session.setSessionName()
-
setSessionType(String)
- See
Session.setSessionType()
-
setShowTextAttributesEnabled(boolean)
- See
Session.setShowTextAttributesEnabled(boolean state)
-
setSLPAS400Name(String)
- See
Session.setSLPAS400Name()
-
setSLPEnabled(boolean)
- See
Session.setSLPEnabled()
-
setSLPMaxWaitTime(int)
- See
Session.setSLPMaxWaitTime()
-
setSLPScope(String)
- See
Session.setSLPScope()
-
setSLPThisScopeOnly(boolean)
- See
Session.setSLPThisScopeOnly()
-
setSmartOrdering(String)
- See
Session.setSmartOrdering(String)
-
setSSL(boolean)
- See
Session.setSSL()
-
setSSLBrowserKeyringAdded(boolean)
- See
Session.setSSLBrowserKeyringAdded()
-
setSSLCertificateHash(String)
- See
Session.setSSLCertificateHash()
-
setSSLCertificateName(String)
- See
Session.setSSLCertificateName()
-
setSSLCertificatePassword(String)
- See
Session.setSSLCertificatePassword()
-
setSSLCertificatePromptBeforeConnect(boolean)
- See
Session.setSSLCertificatePromptBeforeConnect()
-
setSSLCertificatePrompted(boolean)
- See
Session.setSSLCertificatePrompted()
-
setSSLCertificatePromptHowOften(String)
- See
Session.setSSLCertificatePromptHowOften()
-
setSSLCertificateProvided(boolean)
- See
Session.setSSLCertificateProvided()
-
setSSLCertificateRemembered(boolean)
- See
Session.setSSLCertificateRemembered()
-
setSSLCertificateSource(String)
- See
Session.setSSLCertificateSource()
-
setSSLCertificateURL(String)
- See
Session.setSSLCertificateURL()
-
setSSLServerAuthentication(boolean)
- See
Session.setSSLServerAuthentication()
-
setSSLTelnetNegotiated(boolean)
- See
Session.setSSLTelnetNegotiated()
-
setSymmetricSwapEnabled(boolean)
- Sets the Symmetric swapping property.
-
setTextOrientation(String)
- See
Session.setTextOrientation()
-
setTextType(String)
- See
Session.setTextType()
-
setTextTypeDisp(String)
-
-
setThaiDisplayMode(int)
- See
Session.setThaiDisplayMode()
-
setTNEnhanced(boolean)
- See
Session.setTNEnhanced()
-
setTrimRectRemainAfterEdit(boolean)
- See
Session.setTrimRectRemainAfterEdit()
-
setTrimRectSizingHandles(boolean)
- See
Session.setTrimRectSizingHandles()
-
setVTAnswerBackMsg(String)
- See
Session.setVTAnswerBackMsg()
-
setVTAutowrap(boolean)
- See
Session.setVTAutowrap()
-
setVTBackspace(boolean)
- See
Session.setVTBackspace()
-
setVTCursor(boolean)
- See
Session.setVTCursor()
-
setVTKeypad(boolean)
- See
Session.setVTKeypad()
-
setVTLocalEcho(boolean)
- See
Session.setVTLocalEcho()
-
setVTNewLine(boolean)
- See
Session.setVTNewLine()
-
setVTPDTName(String)
- See
Session.setVTPDTName()
-
setVTPrintConvert(boolean)
- See
Session.setVTPrintConvert()
-
setVTReverseScreen(boolean)
- See
Session.setVTReverseScreen()
-
setVTTerminalType(String)
- See
Session.setVTTerminalType()
-
setWorkstationID(String)
- See
Session.setWorkstationID()
-
startCommunication()
- See
Session.startCommunication()
-
stopCommunication()
- See
Session.stopCommunication()
-
unMark()
- Unmarks the selected box on the Screen.
Terminal
public Terminal()
- Constructor which builds a Terminal Bean using the default property values.
Terminal
public Terminal(Properties newProperties) throws PropertyVetoException
- Constructor which builds a Terminal Bean using the property values passed
in the Property object. Any properties which are not specified in the
Properties object are initialized to their default values.
Caution: for this constructor, the Properties object must contain at least
this valid key-value pair: ECLSession.SESSION_HOST, "<host address>".
- Parameters:
- p - Properties for the Bean.
- Throws: PropertyVetoException
- Thrown if an incorrect property value
is given.
defaults
public static Properties defaults()
- Returns a Properties object containing the default properties
for this Bean.
dispose
public void dispose()
- Disposes Terminal and all of its resources. This method should be
called when a Terminal instance is no longer needed.
- Overrides:
- dispose in class HODPanelBean
addVetoableChangeListener
public void addVetoableChangeListener(VetoableChangeListener listener)
- Adds a VetoableChangeListener. Vetoable PropertyChangeEvents are fired
to VetoableChangeListeners before any of Terminal properties are
changed. The VetoableChangeListeners can veto a property change by
throwing a PropertyVetoException.
- Overrides:
- addVetoableChangeListener in class HODPanelBean
- See Also:
- removeVetoableChangeListener
removeVetoableChangeListener
public void removeVetoableChangeListener(VetoableChangeListener listener)
- Removes a VetoableChangeListener.
- Overrides:
- removeVetoableChangeListener in class HODPanelBean
- See Also:
- addVetoableChangeListener
addPropertyChangeListener
public void addPropertyChangeListener(PropertyChangeListener listener)
- Adds a PropertyChangeListener. PropertyChangeEvents are fired
to PropertyChangeListeners after any of Terminal properties are
changed.
- Overrides:
- addPropertyChangeListener in class HODPanelBean
- See Also:
- removePropertyChangeListener
removePropertyChangeListener
public void removePropertyChangeListener(PropertyChangeListener listener)
- Removes a PropertyChangeListener.
- Overrides:
- removePropertyChangeListener in class HODPanelBean
- See Also:
- addPropertyChangeListener
addCommListener
public void addCommListener(CommListener l)
- See
Session.addCommListener()
- Overrides:
- addCommListener
addOIAListener
public void addOIAListener(OIAListener l)
- See
Session.addOIAListener()
- Overrides:
- addOIAListener
addPSListener
public void addPSListener(PSListener l)
- See
Session.addPSListener()
addGUIListener
public void addGUIListener(GUIListener l)
- See
Session.addGUIListener()
- Overrides:
- addGUIListener
addTraceListener
public void addTraceListener(TraceListener l)
- Adds a trace listener.
- Overrides:
- addTraceListener in class HODPanelBean
removeTraceListener
public void removeTraceListener(TraceListener l)
- Removes a trace listener so that it no longer receives trace events.
- Overrides:
- removeTraceListener in class HODPanelBean
removeCommListener
public void removeCommListener(CommListener l)
- See
Session.removeCommListener()
- Overrides:
- removeCommListener
removeOIAListener
public void removeOIAListener(OIAListener l)
- See
Session.removeOIAListener()
- Overrides:
- removeOIAListener
removePSListener
public void removePSListener(PSListener l)
- See
Session.removePSListener()
removeGUIListener
public void removeGUIListener(GUIListener l)
- See
Session.removeGUIListener()
- Overrides:
- removeGUIListener
startCommunication
public void startCommunication()
- See
Session.startCommunication()
- Overrides:
- startCommunication
stopCommunication
public void stopCommunication()
- See
Session.stopCommunication()
- Overrides:
- stopCommunication
setHostGraphics
public void setHostGraphics(boolean hostGraphics) throws PropertyVetoException
- See
Session.setHostGraphics()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
isHostGraphics
public boolean isHostGraphics()
- See
Session.isHostGraphics()
setGraphicsCellSize
public void setGraphicsCellSize(String cellSize) throws PropertyVetoException
- See
Session.setGraphicsCellSize()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
getGraphicsCellSize
public String getGraphicsCellSize()
- See
Session.getGraphicsCellSize()
setENPTUI
public void setENPTUI(boolean enptui) throws PropertyVetoException
- See
Session.setENPTUI()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
isENPTUI
public boolean isENPTUI()
- See
Session.isENPTUI()
isAutoConnect
public boolean isAutoConnect()
- See
Session.isAutoConnect()
- Overrides:
- isAutoConnect
setAutoConnect
public void setAutoConnect(boolean autoConnect) throws PropertyVetoException
- See
Session.setAutoConnect()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
- Overrides:
- setAutoConnect
isAutoReconnect
public boolean isAutoReconnect()
- See
Session.isAutoReconnect()
setAutoReconnect
public void setAutoReconnect(boolean autoReconnect) throws PropertyVetoException
- See
Session.setAutoReconnect()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
getCICSGWCodePage
public String getCICSGWCodePage()
- See
Session.getCICSGWCodePage()
setCICSGWCodePage
public void setCICSGWCodePage(String codePage) throws PropertyVetoException
- See
Session.setCICSGWCodePage()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
listCICSGWCodePages
public static Enumeration listCICSGWCodePages()
- See
Session.listCICSGWCodePages()
getCICSServerName
public String getCICSServerName()
- See
Session.getCICSServerName()
setCICSServerName
public void setCICSServerName(String server) throws PropertyVetoException
- See
Session.setCICSServerName()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
getCodePage
public String getCodePage()
- See
Session.getCodePage()
- Overrides:
- getCodePage
setCodePage
public void setCodePage(String codePage) throws PropertyVetoException
- See
Session.setCodePage()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
- Overrides:
- setCodePage
listCodePages
public Enumeration listCodePages()
- See
Session.listCodePages()
listCodePages
public static Enumeration listCodePages(String sessionType)
- See
Session.listCodePages(java.lang.String)
isCommStarted
public boolean isCommStarted()
- See
Session.isCommStarted()
- Overrides:
- isCommStarted
isDeviceNameReady
public boolean isDeviceNameReady()
- See
Session.isDeviceNameReady()
- Overrides:
- isDeviceNameReady
isWorkstationIDReady
public boolean isWorkstationIDReady()
- See
Session.isWorkstationIDReady()
- Overrides:
- isWorkstationIDReady
getDeviceName
public String getDeviceName()
- Overrides:
- getDeviceName
getCommStatus
public int getCommStatus()
- See
Session.getCommStatus()
- Overrides:
- getCommStatus
getHost
public String getHost()
- See
Session.getHost()
- Overrides:
- getHost
setHost
public void setHost(String host) throws PropertyVetoException
- See
Session.setHost()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
- Overrides:
- setHost
getPort
public int getPort()
- See
Session.getPort()
- Overrides:
- getPort
setPort
public void setPort(int port) throws PropertyVetoException
- See
Session.setPort()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
- Overrides:
- setPort
isTNEnhanced
public boolean isTNEnhanced()
- See
Session.isTNEnhanced()
setTNEnhanced
public void setTNEnhanced(boolean enhanced) throws PropertyVetoException
- See
Session.setTNEnhanced()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
getLUName
public String getLUName()
- See
Session.getLUName()
setLUName
public void setLUName(String luName) throws PropertyVetoException
- See
Session.setLUName()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
getWorkstationID
public String getWorkstationID()
- See
Session.getWorkstationID()
- Overrides:
- getWorkstationID
setWorkstationID
public void setWorkstationID(String wsID) throws PropertyVetoException
- See
Session.setWorkstationID()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
getSessionName
public String getSessionName()
- See
Session.getSessionName()
- Overrides:
- getSessionName
setSessionName
public void setSessionName(String name) throws PropertyVetoException
- See
Session.setSessionName()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
- Overrides:
- setSessionName
getSessionID
public String getSessionID()
- See
Session.getSessionID()
- Overrides:
- getSessionID
setSessionID
public void setSessionID(String ID) throws PropertyVetoException
- See
Session.setSessionID()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
- Overrides:
- setSessionID
getScreenSize
public String getScreenSize()
- See
Session.getScreenSize()
setScreenSize
public void setScreenSize(String size) throws PropertyVetoException
- See
Session.setScreenSize()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
listScreenSizes
public Enumeration listScreenSizes()
- See
Session.listScreenSizes()
listScreenSizes
public static Enumeration listScreenSizes(String sessionType)
- See
Session.listScreenSizes(java.lang.String)
getSessionType
public String getSessionType()
- See
Session.getSessionType()
- Overrides:
- getSessionType
setSessionType
public void setSessionType(String type) throws PropertyVetoException
- See
Session.setSessionType()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
- Overrides:
- setSessionType
isSSL
public boolean isSSL()
- See
Session.isSSL()
setSSL
public void setSSL(boolean SSL) throws PropertyVetoException
- See
Session.setSSL()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
isSSLTelnetNegotiated
public boolean isSSLTelnetNegotiated()
- See
Session.isSSLTelnetNegotiated()
setSSLTelnetNegotiated
public void setSSLTelnetNegotiated(boolean tnNegotiated) throws PropertyVetoException
- See
Session.setSSLTelnetNegotiated()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
isSSLServerAuthentication
public boolean isSSLServerAuthentication()
- See
Session.isSSLServerAuthentication()
setSSLServerAuthentication
public void setSSLServerAuthentication(boolean authentication) throws PropertyVetoException
- See
Session.setSSLServerAuthentication()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
isSSLBrowserKeyringAdded
public boolean isSSLBrowserKeyringAdded()
- See
Session.isSSLBrowserKeyringAdded()
setSSLBrowserKeyringAdded
public void setSSLBrowserKeyringAdded(boolean add) throws PropertyVetoException
- See
Session.setSSLBrowserKeyringAdded()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
isSSLCertificateProvided
public boolean isSSLCertificateProvided()
- See
Session.isSSLCertificateProvided()
setSSLCertificateProvided
public void setSSLCertificateProvided(boolean provided) throws PropertyVetoException
- See
Session.setSSLCertificateProvided()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
getSSLCertificateSource
public String getSSLCertificateSource()
- See
Session.getSSLCertificateSource()
setSSLCertificateSource
public void setSSLCertificateSource(String src) throws PropertyVetoException
- See
Session.setSSLCertificateSource()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
getSSLCertificateURL
public String getSSLCertificateURL()
- See
Session.getSSLCertificateURL()
setSSLCertificateURL
public void setSSLCertificateURL(String url) throws PropertyVetoException
- See
Session.setSSLCertificateURL()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
setSSLCertificatePassword
public void setSSLCertificatePassword(String pw) throws PropertyVetoException
- See
Session.setSSLCertificatePassword()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
getSSLCertificateName
public String getSSLCertificateName()
- See
Session.getSSLCertificateName()
setSSLCertificateName
public void setSSLCertificateName(String name) throws PropertyVetoException
- See
Session.setSSLCertificateName()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
getSSLCertificatePromptHowOften
public String getSSLCertificatePromptHowOften()
- See
Session.getSSLCertificatePromptHowOften()
setSSLCertificatePromptHowOften
public void setSSLCertificatePromptHowOften(String howOften) throws PropertyVetoException
- See
Session.setSSLCertificatePromptHowOften()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
isSSLCertificatePromptBeforeConnect
public boolean isSSLCertificatePromptBeforeConnect()
- See
Session.isSSLCertificatePromptBeforeConnect()
setSSLCertificatePromptBeforeConnect
public void setSSLCertificatePromptBeforeConnect(boolean before) throws PropertyVetoException
- See
Session.setSSLCertificatePromptBeforeConnect()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
getSSLCertificateHash
public String getSSLCertificateHash()
- See
Session.getSSLCertificateHash()
setSSLCertificateHash
public void setSSLCertificateHash(String hash) throws PropertyVetoException
- See
Session.setSSLCertificateHash()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
isSSLCertificatePrompted
public boolean isSSLCertificatePrompted()
- See
Session.isSSLCertificatePrompted()
- Overrides:
- isSSLCertificatePrompted
setSSLCertificatePrompted
public void setSSLCertificatePrompted(boolean prompt) throws PropertyVetoException
- See
Session.setSSLCertificatePrompted()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
- Overrides:
- setSSLCertificatePrompted
isSSLCertificateRemembered
public boolean isSSLCertificateRemembered()
- See
Session.isSSLCertificateRemembered()
setSSLCertificateRemembered
public void setSSLCertificateRemembered(boolean remembered) throws PropertyVetoException
- See
Session.setSSLCertificateRemembered()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
isVTAutowrap
public boolean isVTAutowrap()
- See
Session.isVTAutowrap()
setVTAutowrap
public void setVTAutowrap(boolean autowrap) throws PropertyVetoException
- See
Session.setVTAutowrap()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
isVTReverseScreen
public boolean isVTReverseScreen()
- See
Session.isVTReverseScreen()
setVTReverseScreen
public void setVTReverseScreen(boolean reverse) throws PropertyVetoException
- See
Session.setVTReverseScreen()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
isVTBackspace
public boolean isVTBackspace()
- See
Session.isVTBackspace()
setVTBackspace
public void setVTBackspace(boolean backSpace) throws PropertyVetoException
- See
Session.setVTBackspace()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
isVTCursor
public boolean isVTCursor()
- See
Session.isVTCursor()
setVTCursor
public void setVTCursor(boolean application) throws PropertyVetoException
- See
Session.setVTCursor()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
isVTKeypad
public boolean isVTKeypad()
- See
Session.isVTKeypad()
setVTKeypad
public void setVTKeypad(boolean application) throws PropertyVetoException
- See
Session.setVTKeypad()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
isVTLocalEcho
public boolean isVTLocalEcho()
- See
Session.isVTLocalEcho()
setVTLocalEcho
public void setVTLocalEcho(boolean localEcho) throws PropertyVetoException
- See
Session.setVTLocalEcho()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
isVTNewLine
public boolean isVTNewLine()
- See
Session.isVTNewLine()
setVTNewLine
public void setVTNewLine(boolean CROnly) throws PropertyVetoException
- See
Session.setVTNewLine()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
getVTAnswerBackMsg
public String getVTAnswerBackMsg()
- See
Session.getVTAnswerBackMsg()
setVTAnswerBackMsg
public void setVTAnswerBackMsg(String ansbackmsg) throws PropertyVetoException
- See
Session.setVTAnswerBackMsg()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
getCursorMovementState
public boolean getCursorMovementState()
- See
Session.getCursorMovementState()
setCursorMovementState
public void setCursorMovementState(boolean movementState) throws PropertyVetoException
- See
Session.setCursorMovementState()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
getVTTerminalType
public String getVTTerminalType()
- See
Session.getVTTerminalType()
setVTTerminalType
public void setVTTerminalType(String terminalType) throws PropertyVetoException
- See
Session.setVTTerminalType()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
listVTTerminalTypes
public static Enumeration listVTTerminalTypes()
- See
Session.listVTTerminalTypes()
isPrintDestination
public boolean isPrintDestination()
- See
Session.isPrintDestination()
setPrintDestination
public void setPrintDestination(boolean printer) throws PropertyVetoException
- See
Session.setPrintDestination(()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
isSeparateFiles
public boolean isSeparateFiles()
- See
Session.isSeparateFiles()
setSeparateFiles
public void setSeparateFiles(boolean separate) throws PropertyVetoException
- See
Session.setSeparateFiles()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
getPrintFileName
public String getPrintFileName()
- See
Session.getPrintFileName()
setPrintFileName
public void setPrintFileName(String fileName) throws PropertyVetoException
- See
Session.setPrintFileName(()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
getPrinterName
public String getPrinterName()
- See
Session.getPrinterName()
setPrinterName
public void setPrinterName(String printerName) throws PropertyVetoException
- See
Session.setPrinterName(()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
isHistory
public boolean isHistory()
- See
Session.isHistory()
setHistory
public void setHistory(boolean history) throws PropertyVetoException
- See
Session.setHistory()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
getHistorySize
public String getHistorySize()
- See
Session.getHistorySize()
setHistorySize
public void setHistorySize(String size) throws PropertyVetoException
- See
Session.setHistorySize()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
listHistorySizes
public Enumeration listHistorySizes()
- See
Session.listHistorySizes()
setNumeralShape
public void setNumeralShape(String ns) throws PropertyVetoException
- See
Session.setNumeralShape()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
- Overrides:
- setNumeralShape
getNumeralShape
public String getNumeralShape()
- See
Session.getNumeralShape()
- Overrides:
- getNumeralShape
setNumericFieldLock
public void setNumericFieldLock(boolean lock) throws PropertyVetoException
- See
Session.setNumericFieldLock()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
isNumericFieldLock
public boolean isNumericFieldLock()
- See
Session.isNumericFieldLock()
setInsertOffOnAIDKEY
public void setInsertOffOnAIDKEY(boolean activate) throws PropertyVetoException
- See
Session.setInsertOffOnAIDKEY()
In Personal Communications, this property is not supported.
- Parameters:
- activate - Whether or not Insert Off on AIDKEY will be enabled.
- Throws: PropertyVetoException
- Thrown if a VetoableChangeListener
vetoes the new value.
isInsertOffOnAIDKEY
public boolean isInsertOffOnAIDKEY()
- See
Session.isInsertOffOnAIDKEY()
In Personal Communications, this property is not supported.
listNumeralShapes
public static Enumeration listNumeralShapes()
- See
Session.listNumeralShapes()
setTextType
public void setTextType(String tt) throws PropertyVetoException
- See
Session.setTextType()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
- Overrides:
- setTextType
getTextType
public String getTextType()
- See
Session.getTextType()
- Overrides:
- getTextType
listTextTypes
public static Enumeration listTextTypes()
- See
Session.listTextTypes()
setTextOrientation
public void setTextOrientation(String to) throws PropertyVetoException
- See
Session.setTextOrientation()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
- Overrides:
- setTextOrientation
getTextOrientation
public String getTextOrientation()
- See
Session.getTextOrientation()
- Overrides:
- getTextOrientation
listTextOrientations
public static Enumeration listTextOrientations()
- See
Session.listTextOrientations()
setVTPDTName
public void setVTPDTName(String pdtname) throws PropertyVetoException
- See
Session.setVTPDTName()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
getVTPDTName
public String getVTPDTName()
- See
Session.getVTPDTName()
setVTPrintConvert
public void setVTPrintConvert(boolean convert) throws PropertyVetoException
- See
Session.setVTPrintConvert()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
isVTPrintConvert
public boolean isVTPrintConvert()
- See
Session.isVTPrintConvert()
setBIDIMode
public void setBIDIMode(String to) throws PropertyVetoException
getBIDIMode
public String getBIDIMode()
setTextTypeDisp
public void setTextTypeDisp(String to) throws PropertyVetoException
getTextTypeDisp
public String getTextTypeDisp()
setCursorDirection
public void setCursorDirection(String to) throws PropertyVetoException
getCursorDirection
public String getCursorDirection()
setNumeralShapeDisp
public void setNumeralShapeDisp(String to) throws PropertyVetoException
getNumeralShapeDisp
public String getNumeralShapeDisp()
setSmartOrdering
public void setSmartOrdering(String to) throws PropertyVetoException
- See
Session.setSmartOrdering(String)
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
- Overrides:
- setSmartOrdering
- See Also:
- getSmartOrdering
getSmartOrdering
public String getSmartOrdering()
- See
Session.getSmartOrdering()
- Overrides:
- getSmartOrdering
- See Also:
- setSmartOrdering
setShowTextAttributesEnabled
public void setShowTextAttributesEnabled(boolean state) throws PropertyVetoException
- See
Session.setShowTextAttributesEnabled(boolean state)
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
- Overrides:
- setShowTextAttributesEnabled
- See Also:
- isShowTextAttributesEnabled
isShowTextAttributesEnabled
public boolean isShowTextAttributesEnabled()
- See
Session.isShowTextAttributesEnabled()
- Overrides:
- isShowTextAttributesEnabled
- See Also:
- setShowTextAttributesEnabled
listTextTypesDisp
public static Enumeration listTextTypesDisp()
listCursorDirections
public static Enumeration listCursorDirections()
listBIDIModes
public static Enumeration listBIDIModes()
listNumeralShapesDisp
public static Enumeration listNumeralShapesDisp()
listThaiDisplayModes
public static Enumeration listThaiDisplayModes()
- See
Session.listThaiDisplayModes()
setThaiDisplayMode
public void setThaiDisplayMode(int mode) throws PropertyVetoException
- See
Session.setThaiDisplayMode()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
- Overrides:
- setThaiDisplayMode
getThaiDisplayMode
public int getThaiDisplayMode()
- See
Session.getThaiDisplayMode()
- Overrides:
- getThaiDisplayMode
isSLPEnabled
public boolean isSLPEnabled()
- See
Session.isSLPEnabled()
setSLPEnabled
public void setSLPEnabled(boolean slp) throws PropertyVetoException
- See
Session.setSLPEnabled()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
setSLPAS400Name
public void setSLPAS400Name(String as400name) throws PropertyVetoException
- See
Session.setSLPAS400Name()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
getSLPAS400Name
public String getSLPAS400Name()
- See
Session.getSLPAS400Name()
setSLPScope
public void setSLPScope(String scope) throws PropertyVetoException
- See
Session.setSLPScope()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
getSLPScope
public String getSLPScope()
- See
Session.getSLPScope()
isSLPThisScopeOnly
public boolean isSLPThisScopeOnly()
- See
Session.isSLPThisScopeOnly()
setSLPThisScopeOnly
public void setSLPThisScopeOnly(boolean thisScopeOnly) throws PropertyVetoException
- See
Session.setSLPThisScopeOnly()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
getSLPMaxWaitTime
public int getSLPMaxWaitTime()
- See
Session.getSLPMaxWaitTime()
setSLPMaxWaitTime
public void setSLPMaxWaitTime(int maxWait) throws PropertyVetoException
- See
Session.setSLPMaxWaitTime()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
setPasteFieldWrap
public void setPasteFieldWrap(boolean pasteFieldWrap) throws PropertyVetoException
- See
Session.setPasteFieldWrap()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
isPasteFieldWrap
public boolean isPasteFieldWrap()
- See
Session.isPasteFieldWrap()
setPasteLineWrap
public void setPasteLineWrap(boolean pasteLineWrap) throws PropertyVetoException
- See
Session.setPasteLineWrap()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
isPasteLineWrap
public boolean isPasteLineWrap()
- See
Session.isPasteLineWrap()
setPasteToTrimmedArea
public void setPasteToTrimmedArea(boolean pasteToTrimmedArea) throws PropertyVetoException
- See
Session.setPasteToTrimmedArea()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
isPasteToTrimmedArea
public boolean isPasteToTrimmedArea()
- See
Session.isPasteToTrimmedArea()
setPasteStopAtProtectedLine
public void setPasteStopAtProtectedLine(boolean pasteStopAtProtectedLine) throws PropertyVetoException
- See
Session.setPasteStopAtProtectedLine()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
isPasteStopAtProtectedLine
public boolean isPasteStopAtProtectedLine()
- See
Session.isPasteStopAtProtectedLine()
setPasteTabOptions
public void setPasteTabOptions(String pasteTabOptions) throws PropertyVetoException
- See
Session.setPasteTabOptions()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
getPasteTabOptions
public String getPasteTabOptions()
- See
Session.getPasteTabOptions()
listPasteTabOptions
public static Enumeration listPasteTabOptions()
- See
Session.listPasteTabOptions()
setPasteTabColumns
public void setPasteTabColumns(int pasteTabColumns) throws PropertyVetoException
- See
Session.setPasteTabColumns()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
getPasteTabColumns
public int getPasteTabColumns()
- See
Session.getPasteTabColumns()
setPasteTabSpaces
public void setPasteTabSpaces(int pasteTabSpaces) throws PropertyVetoException
- See
Session.setPasteTabSpaces()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
getPasteTabSpaces
public int getPasteTabSpaces()
- See
Session.getPasteTabSpaces()
setCopyOnlyIfTrimmed
public void setCopyOnlyIfTrimmed(boolean copyOnlyIfTrimmed) throws PropertyVetoException
- See
Session.setCopyOnlyIfTrimmed()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
isCopyOnlyIfTrimmed
public boolean isCopyOnlyIfTrimmed()
- See
Session.isCopyOnlyIfTrimmed()
setTrimRectSizingHandles
public void setTrimRectSizingHandles(boolean trimRectSizingHandles) throws PropertyVetoException
- See
Session.setTrimRectSizingHandles()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
isTrimRectSizingHandles
public boolean isTrimRectSizingHandles()
- See
Session.isTrimRectSizingHandles()
setTrimRectRemainAfterEdit
public void setTrimRectRemainAfterEdit(boolean trimRectRemainAfterEdit) throws PropertyVetoException
- See
Session.setTrimRectRemainAfterEdit()
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
isTrimRectRemainAfterEdit
public boolean isTrimRectRemainAfterEdit()
- See
Session.isTrimRectRemainAfterEdit()
setFontName
public void setFontName(String fontName) throws PropertyVetoException
- Sets the fontName property. The font name must be a monospaced font, such as
Courier or Monospaced. See the listFontNames
method for generating a list of valid monospaced fonts.
- Parameters:
- fontName - The new monospaced font name.
- Throws: PropertyVetoException
- Thrown if the specified font name
is not a monospaced font.
- See Also:
- listFontNames, getFontName
getFontName
public String getFontName()
- Returns the value of the fontName property.
- See Also:
- setFontName
listFontNames
public static Enumeration listFontNames(String codepage)
- Enumerates the list of valid monospaced fonts available on the
system. The current codepage affects which fonts are available.
- Parameters:
- codepage - The codepage for the screen.
- See Also:
- getFontName, setFontName, getCodePage
setFontSize
public void setFontSize(int fontSize) throws PropertyVetoException
- Sets the fontSize property. This property is ignored when the autoFontSize
property is set to true.
- Parameters:
- fontSize - The new font size.
- Throws: PropertyVetoException
- Thrown if the specified font size
is too large.
- See Also:
- getFontSize
getFontSize
public int getFontSize()
- Returns the value of the fontSize property.
- See Also:
- setFontSize
setFontStyle
public void setFontStyle(int fontStyle) throws PropertyVetoException
- Sets the fontStyle property.
Valid values:
- java.awt.Font.BOLD
- java.awt.Font.ITALIC
- java.awt.Font.PLAIN
The styles can be combined for mixed styles.
- Parameters:
- fontStyle - The new font style.
- Throws: PropertyVetoException
- Thrown if the specified font style
is not valid.
- See Also:
- listFontStyles, getFontStyle
getFontStyle
public int getFontStyle()
- Returns the value of the fontStyle property.
- See Also:
- setFontStyle
listFontStyles
public static Enumeration listFontStyles()
- Enumerates a list of valid font styles.
- See Also:
- getFontStyle, setFontStyle
setFontSizeBounded
public void setFontSizeBounded(boolean bounded) throws PropertyVetoException
- Sets the fontSizeBounded property. When true, this property causes Screen
to reject any font or font size which would
cause the screen text to exceed current Screen boundaries.
- Parameters:
- bounded - Whether the Screen is font size bounded or not.
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
- See Also:
- isFontSizeBounded
isFontSizeBounded
public boolean isFontSizeBounded()
- Returns the value of the fontSizeBounded property.
- See Also:
- setFontSizeBounded
set3D
public void set3D(boolean threeD) throws PropertyVetoException
- Sets the 3D property. When true, this property causes Screen to display
a 3-dimensional border around the screen text area.
- Parameters:
- threeD - Whether the Screen displays the 3D border or not.
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
- See Also:
- is3D
is3D
public boolean is3D()
- Returns the value of the 3D property.
- See Also:
- set3D
setAccessibilityEnabled
public void setAccessibilityEnabled(boolean accessibility) throws PropertyVetoException
- Sets the accessibilityEnabled property. When true, this property enables
the accessibility API in the terminal screen
- Parameters:
- accessibility - Whether accessibility is enabled of not
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
- See Also:
- isAccessibilityEnabled
isAccessibilityEnabled
public boolean isAccessibilityEnabled()
- Returns the value of the accessibilityEnabled property.
- See Also:
- setAccessibilityEnabled
setMarkedAreaPrintingEnabled
public void setMarkedAreaPrintingEnabled(boolean markedAreaPrinting) throws PropertyVetoException
- Sets the markedAreaPrintingEnabled property. When true, this property
enables printing only marked area on the screen.
- Parameters:
- markedAreaPrinting - Whether marked area printing is enabled or not
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
- See Also:
- isMarkedAreaPrintingEnabled
isMarkedAreaPrintingEnabled
public boolean isMarkedAreaPrintingEnabled()
- Returns the value of the markedAreaPrintingEnabled property.
- See Also:
- setMarkedAreaPrintingEnabled
setOIAVisible
public void setOIAVisible(boolean showOIA) throws PropertyVetoException
- Sets the OIAVisible property. When true Screen displays the Operator
Information Area (OIA).
- Parameters:
- showOIA - Whether the Screen shows OIA or not.
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
- See Also:
- isOIAVisible
isOIAVisible
public boolean isOIAVisible()
- Returns the value of the OIAVisible property.
- See Also:
- setOIAVisible
setDBCSInputVisible
public void setDBCSInputVisible(boolean showDBCSInput) throws PropertyVetoException
- Sets the DBCSInputVisible property (3270 and 5250 DBCS sessions only).
When true, Screen displays the DBCS Input field.
- Parameters:
- showDBCSInput - Whether the Screen shows DBCS Input field or not.
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
- See Also:
- isDBCSInputVisible
isDBCSInputVisible
public boolean isDBCSInputVisible()
- Returns the value of the DBCSInputVisible property.
- See Also:
- setDBCSInputVisible
setAutoFontSize
public void setAutoFontSize(boolean autoFontSize) throws PropertyVetoException
- Sets the autoFontSize property. When true, this property causes the
Screen to automatically select the best font size whenever it is resized,
and any calls to setFontSize() is ignored.
- Parameters:
- autoFontSize - Whether or not Screen automatically adjusts the font
when it is resized.
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
- See Also:
- isAutoFontSize
isAutoFontSize
public boolean isAutoFontSize()
- Returns the value of the autoFontSize property.
- See Also:
- setAutoFontSize
setAutoPack
public void setAutoPack(boolean autoPack) throws PropertyVetoException
- Sets the autoPack property. When true, this property causes the
Screen to automatically pack its subcomponents.
- Parameters:
- autoPack - Whether or not the Screen autoPacks
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
- See Also:
- isAutoPack
isAutoPack
public boolean isAutoPack()
- Returns the value of the autoPack property.
- See Also:
- setAutoPack
setCentered
public void setCentered(boolean center) throws PropertyVetoException
- Sets the centered property. When true, this property causes the
Screen to automatically center the text area and OIA within its current
boundaries.
- Parameters:
- center - Whether or not the Screen centers its text and OIA.
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
- See Also:
- isCentered
isCentered
public boolean isCentered()
- Returns the value of the centered property.
- See Also:
- setCentered
setRule
public void setRule(boolean rule) throws PropertyVetoException
- Sets the rule property. When true, this property causes the
Screen to display rule lines.
- Parameters:
- rule - Whether or not the Screen displays rule lines.
- Throws: 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.
- See Also:
- isRule
isRule
public boolean isRule()
- Returns the value of the rule property.
- See Also:
- setRule
setMouseEnabled
public void setMouseEnabled(boolean val) throws PropertyVetoException
- Sets whether mouse events will be handled by Screen. The default for
the Screen bean is true.
- Parameters:
- val - if true mouse events will be processed by screen.
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
- See Also:
- isMouseEnabled
isMouseEnabled
public boolean isMouseEnabled()
- Returns whether mouse events are being handled by Screen.
- See Also:
- setMouseEnabled
setCursorVisible
public void setCursorVisible(boolean val) throws PropertyVetoException
- Sets whether the cursor should be made visible by Screen. The default for
the Screen bean is true.
- Parameters:
- val - if true cursor will be made visible by screen.
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
- See Also:
- isCursorVisible
isCursorVisible
public boolean isCursorVisible()
- Returns whether cursor is made visible by Screen.
- See Also:
- setCursorVisible
setBlockCursor
public void setBlockCursor(boolean block) throws PropertyVetoException
- Sets the block cursor property. When true, this property causes the
Screen to display a full height block cursor. When false, this property
causes the Screen to display an underscore cursor. If the screen is currently in
insert mode, the block or underscore cursor is not displayed until you
exit insert mode. When in insert mode, Screen displays a half-height cursor.
- Parameters:
- block - Whether or not the Screen displays a block cursor.
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
- See Also:
- isBlockCursor
isBlockCursor
public boolean isBlockCursor()
- Returns the value of the blockcursor property.
- See Also:
- setBlockCursor
setLightPenMode
public void setLightPenMode(boolean lightPenMode) throws PropertyVetoException
- Sets the lightPenMode property (3270 and CICS sessions only). When
true, this property causes the Screen to enable light pen support.
- Parameters:
- lightPenMode - Whether or not the Screen enables light pen support.
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
- See Also:
- isLightPenMode
isLightPenMode
public boolean isLightPenMode()
- Returns the value of the lightPenMode property.
- See Also:
- setLightPenMode
GUIEvent
public void GUIEvent(GUIEvent evt)
- Handler method for GUIEvents. Screen reacts to GUI events which
request some kind of change in the Screen display, such as
changing to the alternate cursor.
- Parameters:
- evt - A GUIEvent generated by the Session Bean.
printScreen
public void printScreen()
- Prints the current Screen contents to the default printer.
getFont
public Font getFont()
- Returns the current Screen font.
- Overrides:
- getFont
- See Also:
- setFont
setFont
public void setFont(Font f)
- Sets the Screen font. The font specified must be a monospaced
font.
- Parameters:
- f - The new font for Screen. Must be a monospaced font.
- Overrides:
- setFont
- See Also:
- getFont
getColumns
public int getColumns()
- Returns the number of columns represented on the screen.
getRows
public int getRows()
- Returns the number of rows represented on the screen.
selectAll
public void selectAll()
- Selects the entire Screen for the purpose of copying or cutting the
area.
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.
getSelected
public Insets getSelected(boolean unMark)
- Returns an Insets object containing the coordinates, in Screen
rows and columns, for the selected box. If nothing is selected,
this method returns null.
Note that calls to this method are valid only if the Terminal has
been displayed in a visible frame.
- Parameters:
- 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.
drawBox
public void drawBox(int direction)
- Draws the cut and paste selection box on the screen.
- Parameters:
- direction - The direction to draw the box.
Valid values:
- com.ibm.eNetwork.beans.HOD.Screen.BOX_UP
- com.ibm.eNetwork.beans.HOD.Screen.BOX_DOWN
- com.ibm.eNetwork.beans.HOD.Screen.BOX_LEFT
- com.ibm.eNetwork.beans.HOD.Screen.BOX_RIGHT
Note
that a call to this method is valid only if Screen has instantiated a graphical object.
moveBox
public void moveBox(int direction)
- Moves the cut and paste selection box on the screen.
- Parameters:
- direction - The direction to move the box.
Valid values:
- com.ibm.eNetwork.beans.HOD.Screen.BOX_UP
- com.ibm.eNetwork.beans.HOD.Screen.BOX_DOWN
- com.ibm.eNetwork.beans.HOD.Screen.BOX_LEFT
- com.ibm.eNetwork.beans.HOD.Screen.BOX_RIGHT
unMark
public void unMark()
- Unmarks the selected box on the Screen.
copyToClipboard
public void copyToClipboard()
- Copies the selected box to the clipboard.
Note
that a call to this method is valid only if Screen has instantiated a graphical object.
copyToClipboard
public void copyToClipboard(boolean append)
- Copies the selected box to the clipboard with conditional appending
- Parameters:
- 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.
cutToClipboard
public void cutToClipboard()
- Copies the selected box to clipboard and clears the unprotected areas
of the Screen.
Note
that a call to this method is valid only if Screen has instantiated a graphical object.
clearTrimRect
public void clearTrimRect()
- Clears the selected box (all unprotected areas).
Note
that a call to this method is valid only if Screen has instantiated a graphical object.
pasteFromClipboard
public void pasteFromClipboard()
- Pastes the data from the clipboard at the current cursor location.
Note
that a call to this method is valid only if Screen has instantiated a graphical object.
pasteFromClipboard
public void pasteFromClipboard(boolean next)
- Pastes the data from the clipboard at the current cursor location with
conditional paste next functionality.
- Parameters:
- 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.
isMorePasteDataAvailable
public boolean isMorePasteDataAvailable()
- Once a paste or paste-next operation occurs, this method returns whether
there is more data available that did not paste. The value returned will
be false if not all data pasted AND a Terminal/Session paste parameter
was set to cause truncation.
sendKeys
public void sendKeys(SendKeyEvent evt)
- Handler method for SendKeyEvents. Terminal acts as a concentrator of
SendKeyEvents for other Beans like KeyRemap and KeyPad. SendKeyEvents
which are fired to Terminal are refired to Screen SendKeyListeners.
- Parameters:
- evt - SendKeyEvent that is refired to Screen SendKeyListeners.
- Overrides:
- sendKeys
remapColor
public void remapColor(ColorRemapEvent evt)
- Handler method for ColorRemapEvents. ColorRemapEvents can be fired to
Screen to change the normal colors.
- Parameters:
- evt - ColorRemapEvent which changes some default color on
the Screen.
remapBlink
public void remapBlink(BlinkRemapEvent evt)
- Handler method for BlinkRemapEvents. BlinkRemapEvents can be fired to
Screen to change the blink properties.
- Parameters:
- evt - BlinkRemapEvent which changes some default blink property on
the Screen.
addSendKeyListener
public synchronized void addSendKeyListener(SendKeyListener l)
- Adds a SendKeyListener. SendKeyListeners are notified
when Screen fires a SendKeyEvent.
- Overrides:
- addSendKeyListener
- See Also:
- removeSendKeyListener, SendKeyEvent
removeSendKeyListener
public synchronized void removeSendKeyListener(SendKeyListener l)
- Removes a SendKeyListener.
- Overrides:
- removeSendKeyListener
- See Also:
- addSendKeyListener, SendKeyEvent
addScreenListener
public synchronized void addScreenListener(ScreenListener l)
- Adds a ScreenListener. ScreenListeners are notified when cut/paste
boxes are marked, unmarked, moved or resized,
or when a valid URL is selected.
- Parameters:
- l - ScreenListener that receives ScreenEvents
- See Also:
- removeScreenListener, ScreenEvent
removeScreenListener
public synchronized void removeScreenListener(ScreenListener l)
- Removes a ScreenListener.
- Parameters:
- l - ScreenListener that is removed
- See Also:
- addScreenListener, ScreenEvent
addScreenMouseListener
public synchronized void addScreenMouseListener(ScreenMouseListener l)
- Adds a ScreenMouseListener. ScreenMouseListeners are notified when
mouse events occur.
- Parameters:
- l - ScreenMouseListener that receives ScreenMouseEvents
- See Also:
- removeScreenMouseListener, ScreenMouseEvent
removeScreenMouseListener
public synchronized void removeScreenMouseListener(ScreenMouseListener l)
- Removes a ScreenMouseListener.
- Parameters:
- l - ScreenMouseListener that is removed
- See Also:
- addScreenMouseListener, ScreenMouseEvent
addScreenMotionListener
public synchronized void addScreenMotionListener(ScreenMotionListener l)
- Adds a ScreenMotionListener. ScreenMotionListeners are notified when
mouse motion events occur.
- Parameters:
- l - ScreenMotionListener that receives ScreenMouseEvents
- See Also:
- removeScreenMotionListener, ScreenMouseEvent
removeScreenMotionListener
public synchronized void removeScreenMotionListener(ScreenMotionListener l)
- Removes a ScreenMotionListener.
- Parameters:
- l - ScreenMotionListener that is removed
- See Also:
- addScreenMotionListener, ScreenMouseEvent
addMouseListener
public void addMouseListener(MouseListener l)
- Adds a java.awt.event.MouseListener to the Bean. MouseListeners
receive a java.awt.event.MouseEvent whenever a mouse event occurs
over the Bean.
- Parameters:
- l - MouseListener that receives MouseEvents.
- Overrides:
- addMouseListener
- See Also:
- removeMouseListener
removeMouseListener
public void removeMouseListener(MouseListener l)
- Removes a java.awt.event.MouseListener from the Bean.
- Parameters:
- l - MouseListener Listener that no longer receives MouseEvents.
- Overrides:
- removeMouseListener
- See Also:
- addMouseListener
addMouseMotionListener
public void addMouseMotionListener(MouseMotionListener l)
- Adds a java.awt.event.MouseMotionListener to the Bean. MouseMotionListeners
receive a java.awt.event.MouseEvent whenever the mouse is moved
over the Bean.
- Parameters:
- l - MouseMotionListener that receives MouseEvents.
- Overrides:
- addMouseMotionListener
- See Also:
- removeMouseMotionListener
removeMouseMotionListener
public void removeMouseMotionListener(MouseMotionListener l)
- Removes a java.awt.event.MouseMotionListener from the Bean.
- Parameters:
- l - MouseMotionListener Listener that no longer receives
MouseEvents.
- Overrides:
- removeMouseMotionListener
- See Also:
- addMouseMotionListener
addKeyListener
public synchronized void addKeyListener(KeyListener l)
- Adds a java.awt.event.KeyListener to the Bean. KeyListeners
receive a java.awt.event.KeyEvent whenever the Bean has focus
and a keyboard key is pressed.
- Parameters:
- l - KeyListener that receives KeyEvents.
- Overrides:
- addKeyListener
- See Also:
- removeKeyListener
removeKeyListener
public synchronized void removeKeyListener(KeyListener l)
- Removes a java.awt.event.KeyListener from the Bean.
- Parameters:
- l - KeyListener that no longer receives KeyEvents.
- Overrides:
- removeKeyListener
- See Also:
- addKeyListener
addFocusListener
public synchronized void addFocusListener(FocusListener l)
- Adds a java.awt.event.FocusListener to the Bean. FocusListeners
receive a java.awt.event.FocusEvent whenever the Bean gains or
looses focus.
- Parameters:
- l - FocusListener that receives FocusEvents.
- Overrides:
- addFocusListener
- See Also:
- removeFocusListener
removeFocusListener
public synchronized void removeFocusListener(FocusListener l)
- Removes a java.awt.event.FocusListener from the Bean.
- Parameters:
- l - FocusListener that no longer receives FocusEvents.
- Overrides:
- removeFocusListener
- See Also:
- addFocusListener
requestFocus
public void requestFocus()
- Request focus on Terminal.
- Overrides:
- requestFocus
getTraceName
public String getTraceName()
- returns a trace identifier for this bean
- Overrides:
- getTraceName in class HODPanelBean
getECLSession
public ECLSession getECLSession()
- See
Session.getECLSession()
- Overrides:
- getECLSession
getSession
public Session getSession()
- Returns the Session bean associated with this Terminal
- Overrides:
- getSession
setLUMPort
public void setLUMPort(int PortNumber) throws PropertyVetoException
getLUMPort
public int getLUMPort()
setServiceMgrHost
public void setServiceMgrHost(String ServerMgrHost) throws PropertyVetoException
getServiceMgrHost
public String getServiceMgrHost()
setLUMLicensing
public void setLUMLicensing(String servertype) throws PropertyVetoException
getLUMLicensing
public String getLUMLicensing()
setLUMServer
public void setLUMServer(String LumServer) throws PropertyVetoException
getLUMServer
public String getLUMServer()
setSymmetricSwapEnabled
public void setSymmetricSwapEnabled(boolean state) throws PropertyVetoException
- Sets the Symmetric swapping property. This property applies (Arabic 3270 sessions only)
In Personal Communications, this property is not supported.
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
- Overrides:
- setSymmetricSwapEnabled
isSymmetricSwapEnabled
public boolean isSymmetricSwapEnabled()
- Returns the current value of the Symmetric Swapping property.
- Overrides:
- isSymmetricSwapEnabled
- See Also:
- isSymmetricSwapEnabled
setNumericSwapEnabled
public void setNumericSwapEnabled(boolean state) throws PropertyVetoException
- Sets the Numeric swapping property. This property applies (Arabic 3270 sessions only)
In Personal Communications, this property is not supported.
- Throws: PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.
- Overrides:
- setNumericSwapEnabled
isNumericSwapEnabled
public boolean isNumericSwapEnabled()
- Returns the current value of the Numeric Swapping property.
- Overrides:
- isNumericSwapEnabled
- See Also:
- isSymmetricSwapEnabled
All Packages Class Hierarchy This Package Previous Next Index