|
|||||||||||
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.FileTransfer
The FileTransfer Bean allows users to send files from a workstation to a host or receive files from a host to a workstation. The FileTransfer Bean displays a user interface that the user interacts with to provide the information necessary to transfer the file.
For each host, there are transfer options used when sending or receiving a file. The options differ based on whether the file being transferred is binary or text and whether the file is being sent to the host or received from the host. The FileTransfer Bean provides a default set of options that can be changed by modifying the appropriate FileTransfer properties. For a more detailed explanation of what these options mean and the list of available options, see the ECLXfer class.
Arabic and Hebrew (bidirectional) language support: Some of the methods, fields and parameters in this class exclusively support bidirectional hosts. It is assumed that the programmer is familiar with the Arabic or Hebrew language and that a bidi-enabled operating system is loaded. There are conventions in the usage and limitations in the implementation of bidirectional language support. These are discussed in considerable detail in the Online Help document available with the companion IBM Host On-Demand product: choose "Contents", then "National language support", and finally "Bidirectional language support."
The following table lists the properties of the FileTransfer Bean:
Property Name | Type | Default | Access |
---|---|---|---|
buttonTextVisible | boolean | true | is/set |
CICSDefaultMode | enum* | BINARY | get/set |
CICSGetBinary | String | ( BINARY NOCRLF | get/set |
CICSGetText | String | ( ASCII CRLF | get/set |
CICSPutBinary | String | ( BINARY NOCRLF | get/set |
CICSPutText | String | ( ASCII CRLF | get/set |
codePage | enum* | See Session | get/set |
hostFileOrientation | enum* | LEFT_TO_RIGHT | get/set |
hostType | enum* | MVS_TSO | get/set |
Lam_AlefCompression | enum* | LAM_ALEF_COMPRESSION_ON | get/set |
Lam_AlefExpansion | enum* | LAM_ALEF_EXPANSION_ON | get/set |
MVSDefaultMode | enum* | TEXT | get/set |
MVSGetBinary | String | get/set | |
MVSGetText | String | ASCII CRLF | get/set |
MVSPutBinary | String | RECFM(V) | get/set |
MVSPutText | String | ASCII CRLF RECFM(V) LRECL(133) | get/set |
Numerals | enum* | NUMERALS_NOMINAL | get/set |
pause | int | 1500 | get/set |
PCCodePage | enum* | 437 | get/set |
PCFileOrientation | enum* | LEFT_TO_RIGHT | get/set |
PCFileType | enum* | IMPLICIT | get/set |
Round_Trip | enum* | ROUND_TRIP_ON | get/set |
Sym_Swap | enum* | SYM_SWAP_ON | get/set |
timeoutValue | int | 30 | get/set |
MTUSize | int | 2500 | get/set |
VMDefaultMode | enum* | TEXT | get/set |
VMGetBinary | String | ( | get/set |
VMGetText | String | ( ASCII CRLF | get/set |
VMPutBinary | String | ( RECFM V | get/set |
VMPutText | String | ( ASCII CRLF RECFM V LRECL 133 | get/set |
OS400DefaultMode | enum* | TEXT | get/set |
OS400GetBinary | String | ( | get/set |
OS400GetText | String | ( ASCII CRLF | get/set |
OS400PutBinary | String | ( DTA LRECL(80) | get/set |
OS400PutText | String | ( ASCII SRC CRLF LRECL(80) | get/set |
OS400XferUserID | String | QUSER | get/set |
OS400XferDstAddr | String | get/set | |
OS400ProxyServerEnabled | boolean | false | is/set |
OS400ProxyServerDstAddr | String | get/set | |
OS400ProxyServerDstPort | int | 3470 | get/set |
Event Type | Fired To | Event Handler Method |
---|---|---|
FocusEvent - Fired when the FileTransfer Bean gains focus. | Any FocusListener | focusGained(FocusEvent) |
PropertyChangeEvent - Fired when a property of the Bean is changed. | Any PropertyChangeListener | propertyChange(propertyChangeEvent) |
VetoableChangeEvent - Fired when a vetoable property of the Bean is changed. | Any VetoableChangeListener | vetoableChange(PropertyChangeEvent) |
Event Type | Fired From | Event Handler Method |
---|---|---|
CommEvent | Terminal, Session | commEvent(commEvent) |
PropertyChangeEvent | Terminal, Session | propertyChange(propertyChangeEvent) |
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 |
Field Summary | |
---|---|
static java.lang.String |
BINARY
MVSDefaultMode, VMDefaultMode, CICSDefaultMode, OS400DefaultMode property value - Binary file |
static java.lang.String |
BUTTON_TEXT_VISIBLE
buttonTextVisible property keyword |
static java.lang.String |
CICS
hostType property value - CICS Host |
static java.lang.String |
CICS_CLEAR
CICSClear property keyword |
static java.lang.String |
CICS_DEFAULT_MODE
CICSDefaultMode property keyword |
static java.lang.String |
CICS_GET_BINARY
CICSGetBinary property keyword |
static java.lang.String |
CICS_GET_TEXT
CICSGetText property keyword |
static java.lang.String |
CICS_PUT_BINARY
CICSPutBinary property keyword |
static java.lang.String |
CICS_PUT_TEXT
CICSPutText property keyword |
static java.lang.String |
CODE_PAGE
codePage property keyword |
static java.lang.String |
HOST_FILE_ORIENTATION
hostFileOrientation property keyword, this keyword only applies to bi-directional hosts |
static java.lang.String |
HOST_TYPE
hostType property keyword |
static java.lang.String |
IMPLICIT
PCFileType property value - IMPLICIT, this value only applies to bi-directional hosts |
static java.lang.String |
LAM_ALEF_COMPRESSION
Lam_AlefCompression property keyword, this keyword only applies to Arabic hosts |
static java.lang.String |
LAM_ALEF_COMPRESSION_OFF
Lam_AlefCompression property value - Lam_AlefCompressionOff, this value only applies to Arabic hosts |
static java.lang.String |
LAM_ALEF_COMPRESSION_ON
Lam_AlefCompression property value - Lam_AlefCompressionOn, this value only applies to Arabic hosts |
static java.lang.String |
LAM_ALEF_EXPANSION
Lam_AlefExpansion property keyword, this keyword only applies to Arabic hosts |
static java.lang.String |
LAM_ALEF_EXPANSION_OFF
Lam_AlefExpansion property value - Lam_AlefExpansionOff, this value only applies to Arabic hosts |
static java.lang.String |
LAM_ALEF_EXPANSION_ON
Lam_AlefExpansion property value - Lam_AlefExpansionOn, this value only applies to Arabic hosts |
static java.lang.String |
LEFT_TO_RIGHT
hostFileOrientation, PCFileOrientation property value - LEFTTORIGHT file, this value only applies to bi-directional hosts |
static java.lang.String |
MTU_SIZE
MTU_SIZE property keyword |
static java.lang.String |
MVS_CLEAR
MVSClear property keyword |
static java.lang.String |
MVS_DEFAULT_MODE
MVSDefaultMode property keyword |
static java.lang.String |
MVS_GET_BINARY
MVSGetBinary property keyword |
static java.lang.String |
MVS_GET_TEXT
MVSGetText property keyword |
static java.lang.String |
MVS_PUT_BINARY
MVSPutBinary property keyword |
static java.lang.String |
MVS_PUT_TEXT
MVSPutText property keyword |
static java.lang.String |
MVS_TSO
hostType property value - MVS/TSO Host |
static java.lang.String |
NUMERALS
Numerals property keyword, this keyword only applies to Arabic hosts |
static java.lang.String |
NUMERALS_CONTEXTUAL
Numerals property value - Numerals_Contextual, this value only applies to Arabic hosts |
static java.lang.String |
NUMERALS_NATIONAL
Numerals property value - Numerals_National, this value only applies to Arabic hosts |
static java.lang.String |
NUMERALS_NOMINAL
Numerals property value - Numerals_Nominal, this value only applies to Arabic hosts |
static java.lang.String |
OS400
hostType property value - OS/400 Host |
static java.lang.String |
OS400_DEFAULT_MODE
OS400DefaultMode property keyword |
static java.lang.String |
OS400_GET_BINARY
OS400GetBinary property keyword |
static java.lang.String |
OS400_GET_TEXT
OS400GetText property keyword |
static java.lang.String |
OS400_PROXY_SERVER_DSTADDR
OS400ProxyServerDstAddr property keyword |
static java.lang.String |
OS400_PROXY_SERVER_DSTPORT
OS400ProxyServerDstPort property keyword |
static java.lang.String |
OS400_PROXY_SERVER_ENABLED
OS400ProxyServerEnabled property keyword |
static java.lang.String |
OS400_PUT_BINARY
OS400PutBinary property keyword |
static java.lang.String |
OS400_PUT_TEXT
OS400PutText property keyword |
static java.lang.String |
OS400_XFER_DSTADDR
OS400XferDstAddr property keyword |
static java.lang.String |
OS400_XFER_USERID
OS400XferUserID property keyword |
static java.lang.String |
PAUSE
pause property keyword |
static java.lang.String |
PC_CODE_PAGE
PCCodePage property keyword |
static java.lang.String |
PC_FILE_ORIENTATION
PCFileOrientation property keyword, this keyword only applies to bi-directional hosts |
static java.lang.String |
PC_FILE_TYPE
PCFileType property keyword, this keyword only applies to bi-directional hosts |
static java.lang.String |
RIGHT_TO_LEFT
hostFileOrientation, PCFileOrientation property value - RIGHTTOLEFT file, this value only applies to bi-directional hosts |
static java.lang.String |
ROUND_TRIP
Round_Trip property keyword, this keyword only applies to bi-directional hosts |
static java.lang.String |
ROUND_TRIP_OFF
Round_Trip property value - Round_TripOff, this value only applies to bi-directional hosts |
static java.lang.String |
ROUND_TRIP_ON
Round_Trip property value - Round_TripOn, this value only applies to bi-directional hosts |
static java.lang.String |
SYM_SWAP
Sym_Swap property keyword, this keyword only applies to bi-directional hosts |
static java.lang.String |
SYM_SWAP_OFF
Sym_Swap property value - Sym_SwapOff, this value only applies to bi-directional hosts |
static java.lang.String |
SYM_SWAP_ON
Sym_Swap property value - Sym_SwapOn, this value only applies to bi-directional hosts |
static java.lang.String |
TEXT
MVSDefaultMode, VMDefaultMode, CICSDefaultMode, OS400DefaultMode property value - Text file |
static java.lang.String |
TIMEOUT_VALUE
timeoutValue property keyword |
static java.lang.String |
VISUAL
PCFileType property value - VISUAL, this value only applies to bi-directional hosts |
static java.lang.String |
VM_CLEAR
VMClear property keyword |
static java.lang.String |
VM_CMS
hostType property value - VM/CMS Host |
static java.lang.String |
VM_DEFAULT_MODE
VMDefaultMode property keyword |
static java.lang.String |
VM_GET_BINARY
VMGetBinary property keyword |
static java.lang.String |
VM_GET_TEXT
VMGetText property keyword |
static java.lang.String |
VM_PUT_BINARY
VMPutBinary property keyword |
static java.lang.String |
VM_PUT_TEXT
VMPutText property keyword |
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.beans.HOD.intf.FileTransferIntf |
---|
HOD_SHOW_DEFAULTS_DIALOG, HOD_SHOW_RECV_DIALOG, HOD_SHOW_SEND_DIALOG |
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 | |
---|---|
FileTransfer()
Constructor which uses the default values for all properties. |
|
FileTransfer(java.util.Properties newProperties)
Constructor which takes a Properties object containing the initial property settings. |
Method Summary | |
---|---|
void |
CommEvent(CommEvent evt)
Handler method for CommEvents. |
static java.util.Properties |
defaults()
Returns a Properties object containing the default properties for the FileTransfer Bean. |
java.lang.String |
getCICSDefaultMode()
Returns the current CICS default mode. |
java.lang.String |
getCICSGetBinary()
Returns the current CICS "Get" Binary string. |
java.lang.String |
getCICSGetText()
Returns the current CICS "Get" Text string. |
java.lang.String |
getCICSPutBinary()
Returns the current CICS "Put" Binary string. |
java.lang.String |
getCICSPutText()
Returns the current CICS "Put" Text string. |
java.lang.String |
getCodePage()
Returns the current value of the host codePage property. |
java.lang.String |
getHostFileOrientation()
Returns the current setting of the HostFileOrientation property. |
java.lang.String |
getHostType()
Returns the current value of the hostType property. |
java.lang.String |
getLam_AlefCompression()
Returns the current setting of the Lam_AlefCompression property. |
java.lang.String |
getLam_AlefExpansion()
Returns the current setting of the Lam_AlefExpansion property. |
int |
getMTUSize()
Gets the MTU Size property. |
java.lang.String |
getMVSDefaultMode()
Returns the current MVS default mode. |
java.lang.String |
getMVSGetBinary()
Returns the current MVS "Get" Binary string. |
java.lang.String |
getMVSGetText()
Returns the current MVS "Get" Text string. |
java.lang.String |
getMVSPutBinary()
Returns the current MVS "Put" Binary string. |
java.lang.String |
getMVSPutText()
Returns the current MVS "Put" Text string. |
java.lang.String |
getNumerals()
Returns the current setting of the Numerals property. |
java.lang.String |
getOS400DefaultMode()
Returns the current OS400 default mode. |
java.lang.String |
getOS400GetBinary()
Returns the current OS400 "Get" Binary string. |
java.lang.String |
getOS400GetText()
Returns the current OS400 "Get" Text string. |
java.lang.String |
getOS400ProxyServerDstAddr()
Returns the current Proxy Server destination address. |
int |
getOS400ProxyServerDstPort()
Returns the current Proxy Server destination port. |
java.lang.String |
getOS400PutBinary()
Returns the current OS400 "Put" Binary string. |
java.lang.String |
getOS400PutText()
Returns the current OS400 "Put" Text string. |
java.lang.String |
getOS400XferDstAddr()
Returns the current OS400 File transfer destination address. |
java.lang.String |
getOS400XferUserID()
Returns the current OS400 File transfer user ID. |
int |
getPause()
Returns the current setting of the pause property. |
java.lang.String |
getPCCodePage()
Returns the current value of the PCCodePage property. |
java.lang.String |
getPCFileOrientation()
Returns the current setting of the PCFileOrientation property. |
java.lang.String |
getPCFileType()
Returns the current setting of the PCFileType property. |
java.lang.String |
getRound_Trip()
Returns the current setting of the Round_Trip property. |
java.lang.String |
getSym_Swap()
Returns the current setting of the Sym_Swap property. |
int |
getTimeoutValue()
Returns the current value of the timeoutValue property. |
java.lang.String |
getTraceName()
Returns a trace identifier for this bean |
java.lang.String |
getVMDefaultMode()
Returns the current VM default mode. |
java.lang.String |
getVMGetBinary()
Returns the current VM "Get" Binary string. |
java.lang.String |
getVMGetText()
Returns the current VM "Get" Text string. |
java.lang.String |
getVMPutBinary()
Returns the current VM "Put" Binary string. |
java.lang.String |
getVMPutText()
Returns the current VM "Put" Text string. |
boolean |
isButtonTextVisible()
Returns the current setting of the buttonTextVisible property. |
boolean |
isCICSClear()
Returns the current CICS Clear setting. |
boolean |
isMVSClear()
Returns the current MVS Clear setting. |
boolean |
isOS400ProxyServerEnabled()
Returns whether the Proxy Server is enabled(True) or not(False). |
boolean |
isVMClear()
Returns the current VM Clear setting. |
static java.util.Enumeration |
listCICSDefaultModes()
Lists the valid CICSDefaultMode values. |
java.util.Enumeration |
listCodePages()
Returns a list of the valid host codePages. |
static java.util.Enumeration |
listHostFileOrientations()
Returns a list of the valid HostFileOrientation values. |
static java.util.Enumeration |
listHostTypes()
Returns the list of valid hostType values. |
static java.util.Enumeration |
listLam_AlefCompression()
Returns a list of the valid Lam_AlefCompression values. |
static java.util.Enumeration |
listLam_AlefExpansion()
Returns a list of the valid Lam_AlefExpansion values. |
static java.util.Enumeration |
listMVSDefaultModes()
Lists the valid MVSDefaultMode values. |
static java.util.Enumeration |
listNumerals()
Returns a list of the valid Numerals values. |
static java.util.Enumeration |
listOS400DefaultModes()
Lists the valid OS400 default mode values. |
java.util.Enumeration |
listPCCodePages()
Returns a list of the valid PCCodePages. |
static java.util.Enumeration |
listPCCodePages(java.lang.String codePage)
Returns a list of the valid PCCodePage names. |
static java.util.Enumeration |
listPCFileOrientations()
Returns a list of the valid PCFileOrientation values. |
static java.util.Enumeration |
listPCFileTypes()
Returns a list of the valid PCFileType values. |
static java.util.Enumeration |
listRound_Trip()
Returns a list of the valid Round_Trip values. |
static java.util.Enumeration |
listSym_Swap()
Returns a list of the valid Sym_Swap values. |
static java.util.Enumeration |
listVMDefaultModes()
Lists the valid VMDefaultMode values. |
void |
propertyChange(java.beans.PropertyChangeEvent evt)
Handler method for PropertyChangeEvents. |
void |
setButtonTextVisible(boolean visible)
Sets the buttonTextVisible property. |
void |
setCICSClear(boolean clear)
Sets the CICS Clear setting (True or False ). |
void |
setCICSDefaultMode(java.lang.String cicsDefaultMode)
Sets the CICS default mode (text or binary). |
void |
setCICSGetBinary(java.lang.String cicsGetBinary)
Sets the current CICS "Get" Binary string. |
void |
setCICSGetText(java.lang.String cicsGetText)
Sets the current CICS "Get" Text string. |
void |
setCICSPutBinary(java.lang.String cicsPutBinary)
Sets the current CICS "Put" Binary string. |
void |
setCICSPutText(java.lang.String cicsPutText)
Sets the current CICS "Put" Text string. |
void |
setCodePage(java.lang.String codePage)
Sets the host codePage property. |
void |
setHostFileOrientation(java.lang.String hostFileOrientation)
Sets the HostFileOrientation property. |
void |
setHostType(java.lang.String hostType)
Sets the hostType property. |
void |
setLam_AlefCompression(java.lang.String Lam_AlefCompression)
Sets the Lam_AlefCompression property. |
void |
setLam_AlefExpansion(java.lang.String Lam_AlefExpansion)
Sets the Lam_AlefExpansion property. |
void |
setMTUSize(int mtuSize)
Sets the MTU Size property. |
void |
setMVSClear(boolean clear)
Sets the MVS Clear setting (True or False ). |
void |
setMVSDefaultMode(java.lang.String mvsDefaultMode)
Sets the MVS default mode (text or binary). |
void |
setMVSGetBinary(java.lang.String mvsGetBinary)
Sets the current MVS "Get" Binary string. |
void |
setMVSGetText(java.lang.String mvsGetText)
Sets the current MVS "Get" Text string. |
void |
setMVSPutBinary(java.lang.String mvsPutBinary)
Sets the current MVS "Put" Binary string. |
void |
setMVSPutText(java.lang.String mvsPutText)
Sets the current MVS "Put" Text string. |
void |
setNumerals(java.lang.String Numerals_Shaping)
Sets the Numerals property. |
void |
setOS400DefaultMode(java.lang.String os400DefaultMode)
Sets the OS400 default mode (text or binary). |
void |
setOS400GetBinary(java.lang.String os400GetBinary)
Sets the current OS400 "Get" Binary string. |
void |
setOS400GetText(java.lang.String os400GetText)
Sets the current OS400 "Get" Text string. |
void |
setOS400ProxyServerDstAddr(java.lang.String proxyAddr)
Sets the Proxy server destination address |
void |
setOS400ProxyServerDstPort(int proxyPort)
Sets the Proxy server destination port |
void |
setOS400ProxyServerEnabled(boolean enable)
Sets whether Proxy Server is enabled(True) or not(False). |
void |
setOS400PutBinary(java.lang.String os400PutBinary)
Sets the current OS400 "Put" Binary string. |
void |
setOS400PutText(java.lang.String os400PutText)
Sets the current OS400 "Put" Text string. |
void |
setOS400XferDstAddr(java.lang.String dstaddr)
Sets the destination address to perform OS400 File Transfer. |
void |
setOS400XferUserID(java.lang.String userID)
Sets the current user ID to perform OS400 File Transfer. |
void |
setPause(int pauseValue)
Sets the pause property. |
void |
setPCCodePage(java.lang.String pcCodePage)
Sets the PCCodePage property. |
void |
setPCFileOrientation(java.lang.String pcFileOrientation)
Sets the PCFileOrientation property. |
void |
setPCFileType(java.lang.String pft)
Sets the PCFileType property. |
void |
setProperties(java.util.Properties properties)
Sets properties for the FileTransfer Bean via a Properties object. |
void |
setRound_Trip(java.lang.String RoundTrip)
Sets the Round_Trip property. |
void |
setSym_Swap(java.lang.String Symmetric_Swapping)
Sets the Sym_Swap property. |
void |
setTimeoutValue(int timeOutValue)
Sets the timeoutValue property. |
void |
setVMClear(boolean clear)
Sets the VM Clear setting (True or False ). |
void |
setVMDefaultMode(java.lang.String vmDefaultMode)
Sets the VM default mode (text or binary). |
void |
setVMGetBinary(java.lang.String vmGetBinary)
Sets the current VM "Get" Binary string. |
void |
setVMGetText(java.lang.String vmGetText)
Sets the current VM "Get" Text string. |
void |
setVMPutBinary(java.lang.String vmPutBinary)
Sets the current VM "Put" Binary string. |
void |
setVMPutText(java.lang.String vmPutText)
Sets the current VM "Put" Text string. |
Methods inherited from class com.ibm.eNetwork.beans.HOD.HODPanelBean |
---|
addPropertyChangeListener,
addTraceListener,
addVetoableChangeListener,
clone,
dispose,
getComponent,
getFunction,
getProperties,
getTraceLevel,
readExternal,
removePropertyChangeListener,
removeTraceListener,
removeVetoableChangeListener,
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, requestFocus, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setDebugGraphicsOptions, setDoubleBuffered, setEnabled, setFont, 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, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, bounds, checkImage, checkImage, contains, createImage, createImage, dispatchEvent, enable, enableInputMethods, getBackground, getBounds, getColorModel, getComponentOrientation, getCursor, getDropTarget, getFont, 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, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, 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 |
Methods inherited from interface com.ibm.eNetwork.beans.HOD.intf.FileTransferIntf |
---|
actionPerformed, addActionListener, addFocusListener, addHelpListener, dispose, isVisible, removeActionListener, removeFocusListener, removeHelpListener, setIOProvider, setParentFrame, setVisible |
Field Detail |
public static final java.lang.String MVS_PUT_TEXT
public static final java.lang.String MVS_PUT_BINARY
public static final java.lang.String MVS_GET_TEXT
public static final java.lang.String MVS_GET_BINARY
public static final java.lang.String MVS_DEFAULT_MODE
public static final java.lang.String MVS_CLEAR
public static final java.lang.String VM_PUT_TEXT
public static final java.lang.String VM_PUT_BINARY
public static final java.lang.String VM_GET_TEXT
public static final java.lang.String VM_GET_BINARY
public static final java.lang.String VM_DEFAULT_MODE
public static final java.lang.String VM_CLEAR
public static final java.lang.String CICS_PUT_TEXT
public static final java.lang.String CICS_PUT_BINARY
public static final java.lang.String CICS_GET_TEXT
public static final java.lang.String CICS_GET_BINARY
public static final java.lang.String CICS_DEFAULT_MODE
public static final java.lang.String CICS_CLEAR
public static final java.lang.String OS400_PUT_TEXT
public static final java.lang.String OS400_PUT_BINARY
public static final java.lang.String OS400_GET_TEXT
public static final java.lang.String OS400_GET_BINARY
public static final java.lang.String OS400_DEFAULT_MODE
public static final java.lang.String OS400_XFER_DSTADDR
public static final java.lang.String OS400_PROXY_SERVER_ENABLED
public static final java.lang.String OS400_PROXY_SERVER_DSTADDR
public static final java.lang.String OS400_PROXY_SERVER_DSTPORT
public static final java.lang.String OS400_XFER_USERID
public static final java.lang.String HOST_TYPE
public static final java.lang.String CODE_PAGE
public static final java.lang.String PC_CODE_PAGE
public static final java.lang.String TIMEOUT_VALUE
public static final java.lang.String MTU_SIZE
public static final java.lang.String PAUSE
public static final java.lang.String BUTTON_TEXT_VISIBLE
public static final java.lang.String HOST_FILE_ORIENTATION
public static final java.lang.String PC_FILE_ORIENTATION
public static final java.lang.String PC_FILE_TYPE
public static final java.lang.String LAM_ALEF_EXPANSION
public static final java.lang.String LAM_ALEF_COMPRESSION
public static final java.lang.String SYM_SWAP
public static final java.lang.String NUMERALS
public static final java.lang.String ROUND_TRIP
public static final java.lang.String VM_CMS
public static final java.lang.String MVS_TSO
public static final java.lang.String CICS
public static final java.lang.String OS400
public static final java.lang.String TEXT
public static final java.lang.String BINARY
public static final java.lang.String LEFT_TO_RIGHT
public static final java.lang.String RIGHT_TO_LEFT
public static final java.lang.String VISUAL
public static final java.lang.String IMPLICIT
public static final java.lang.String LAM_ALEF_EXPANSION_ON
public static final java.lang.String LAM_ALEF_EXPANSION_OFF
public static final java.lang.String LAM_ALEF_COMPRESSION_ON
public static final java.lang.String LAM_ALEF_COMPRESSION_OFF
public static final java.lang.String SYM_SWAP_ON
public static final java.lang.String SYM_SWAP_OFF
public static final java.lang.String NUMERALS_NOMINAL
public static final java.lang.String NUMERALS_NATIONAL
public static final java.lang.String NUMERALS_CONTEXTUAL
public static final java.lang.String ROUND_TRIP_ON
public static final java.lang.String ROUND_TRIP_OFF
Constructor Detail |
public FileTransfer()
public FileTransfer(java.util.Properties newProperties) throws java.beans.PropertyVetoException
newProperties
- the new Properties for the FileTransfer Bean.java.beans.PropertyVetoException
- Fired if an incorrect property value
is given.Method Detail |
public void setProperties(java.util.Properties properties) throws java.beans.PropertyVetoException
setProperties
in class HODPanelBean
java.beans.PropertyVetoException
- Thrown if one of the
VetoableChangeListeners rejects the change.public void setHostType(java.lang.String hostType) throws java.beans.PropertyVetoException
setHostType
in interface com.ibm.eNetwork.beans.HOD.intf.FileTransferIntf
hostType
- the new hostType valuejava.beans.PropertyVetoException
- Fired if an incorrect property value
is given.getHostType()
,
listHostTypes()
,
CICS
,
MVS_TSO
,
VM_CMS
,
OS400
public java.lang.String getHostType()
setHostType(java.lang.String)
public static java.util.Enumeration listHostTypes()
setHostType(java.lang.String)
public void setCodePage(java.lang.String codePage) throws java.beans.PropertyVetoException
codePage
- The new host codePage.java.beans.PropertyVetoException
- Fired if an incorrect property value
is given.getCodePage()
,
listCodePages()
public java.lang.String getCodePage()
setCodePage(java.lang.String)
public java.util.Enumeration listCodePages()
setCodePage(java.lang.String)
public void setPCCodePage(java.lang.String pcCodePage) throws java.beans.PropertyVetoException
pcCodePage
- the new PCCodePagejava.beans.PropertyVetoException
- Fired if an incorrect property value
is given.getPCCodePage()
,
listPCCodePages()
,
listPCCodePages(java.lang.String)
public java.lang.String getPCCodePage()
setPCCodePage(java.lang.String)
public java.util.Enumeration listPCCodePages()
setPCCodePage(java.lang.String)
public static java.util.Enumeration listPCCodePages(java.lang.String codePage)
setPCCodePage(java.lang.String)
public void setTimeoutValue(int timeOutValue) throws java.beans.PropertyVetoException
timeOutValue
- The new timeoutValue.java.beans.PropertyVetoException
- Fired if an incorrect property value
is given.getTimeoutValue()
public int getTimeoutValue()
setTimeoutValue(int)
public void setMTUSize(int mtuSize) throws java.beans.PropertyVetoException
mtuSize
- value used by Host File TransfergetMTUSize()
public int getMTUSize()
mtuSize
- value used by Host File TransfersetMTUSize(int)
public void setPause(int pauseValue) throws java.beans.PropertyVetoException
pauseValue
- The new pause value.java.beans.PropertyVetoException
- Fired if an incorrect property value
is given.getPause()
public int getPause()
setPause(int)
public void setButtonTextVisible(boolean visible) throws java.beans.PropertyVetoException
setButtonTextVisible
in interface com.ibm.eNetwork.beans.HOD.intf.FileTransferIntf
visible
- The new buttonTextVisible value.java.beans.PropertyVetoException
- Fired if an incorrect property value
is given.isButtonTextVisible()
public boolean isButtonTextVisible()
setButtonTextVisible(boolean)
public void setMVSGetText(java.lang.String mvsGetText) throws java.beans.PropertyVetoException
mvsGetText
- the new MVS "Get" Text stringjava.beans.PropertyVetoException
- Fired if an incorrect property value
is given.getMVSGetText()
public java.lang.String getMVSGetText()
setMVSGetText(java.lang.String)
public void setMVSPutText(java.lang.String mvsPutText) throws java.beans.PropertyVetoException
mvsPutText
- the new MVS "Put" Text stringjava.beans.PropertyVetoException
- Fired if an incorrect property value
is given.getMVSPutText()
public java.lang.String getMVSPutText()
setMVSPutText(java.lang.String)
public void setMVSGetBinary(java.lang.String mvsGetBinary) throws java.beans.PropertyVetoException
mvsGetBinary
- the new MVS "Get" Binary stringjava.beans.PropertyVetoException
- Fired if an incorrect property value
is given.getMVSGetBinary()
public java.lang.String getMVSGetBinary()
setMVSGetBinary(java.lang.String)
public void setMVSPutBinary(java.lang.String mvsPutBinary) throws java.beans.PropertyVetoException
mvsPutBinary
- the new MVS "Put" Binary stringjava.beans.PropertyVetoException
- Fired if an incorrect property value
is given.getMVSPutBinary()
public java.lang.String getMVSPutBinary()
setMVSPutBinary(java.lang.String)
public void setMVSDefaultMode(java.lang.String mvsDefaultMode) throws java.beans.PropertyVetoException
mvsDefaultMode
- the new MVS default modejava.beans.PropertyVetoException
- Fired if an incorrect property value
is given.getMVSDefaultMode()
public java.lang.String getMVSDefaultMode()
setMVSDefaultMode(java.lang.String)
public static java.util.Enumeration listMVSDefaultModes()
setMVSDefaultMode(java.lang.String)
public void setMVSClear(boolean clear) throws java.beans.PropertyVetoException
clear
- the new MVS Clear settingjava.beans.PropertyVetoException
- Fired if an incorrect property value
is given.isMVSClear()
public boolean isMVSClear()
setMVSClear(boolean)
public void setVMGetText(java.lang.String vmGetText) throws java.beans.PropertyVetoException
vmGetText
- the new VM "Get" Text stringjava.beans.PropertyVetoException
- Fired if an incorrect property value
is given.getVMGetText()
public java.lang.String getVMGetText()
setVMGetText(java.lang.String)
public void setVMPutText(java.lang.String vmPutText) throws java.beans.PropertyVetoException
vmPutText
- the new VM "Put" Text stringjava.beans.PropertyVetoException
- Fired if an incorrect property value
is given.getVMPutText()
public java.lang.String getVMPutText()
setVMPutText(java.lang.String)
public void setVMGetBinary(java.lang.String vmGetBinary) throws java.beans.PropertyVetoException
vmGetBinary
- the new VM "Get" Binary stringjava.beans.PropertyVetoException
- Fired if an incorrect property value
is given.getVMGetBinary()
public java.lang.String getVMGetBinary()
setVMGetBinary(java.lang.String)
public void setVMPutBinary(java.lang.String vmPutBinary) throws java.beans.PropertyVetoException
vmPutBinary
- the new VM "Put" Binary stringjava.beans.PropertyVetoException
- Fired if an incorrect property value
is given.getVMPutBinary()
public java.lang.String getVMPutBinary()
setVMPutBinary(java.lang.String)
public void setVMDefaultMode(java.lang.String vmDefaultMode) throws java.beans.PropertyVetoException
vmDefaultMode
- the new VM default modejava.beans.PropertyVetoException
- Fired if an incorrect property value
is given.getVMDefaultMode()
public java.lang.String getVMDefaultMode()
setVMDefaultMode(java.lang.String)
public static java.util.Enumeration listVMDefaultModes()
setVMDefaultMode(java.lang.String)
public void setVMClear(boolean clear) throws java.beans.PropertyVetoException
clear
- the new VM Clear settingjava.beans.PropertyVetoException
- Fired if an incorrect property value
is given.isVMClear()
public boolean isVMClear()
setVMClear(boolean)
public void setCICSGetText(java.lang.String cicsGetText) throws java.beans.PropertyVetoException
cicsGetText
- the new CICS "Get" Text stringjava.beans.PropertyVetoException
- Fired if an incorrect property value
is given.getCICSGetText()
public java.lang.String getCICSGetText()
setCICSGetText(java.lang.String)
public void setCICSPutText(java.lang.String cicsPutText) throws java.beans.PropertyVetoException
cicsPutText
- the new CICS "Put" Text stringjava.beans.PropertyVetoException
- Fired if an incorrect property value
is given.getCICSPutText()
public java.lang.String getCICSPutText()
setCICSPutText(java.lang.String)
public void setCICSGetBinary(java.lang.String cicsGetBinary) throws java.beans.PropertyVetoException
cicsGetBinary
- the new CICS "Get" Binary stringjava.beans.PropertyVetoException
- Fired if an incorrect property value
is given.getCICSGetBinary()
public java.lang.String getCICSGetBinary()
setCICSGetBinary(java.lang.String)
public void setCICSPutBinary(java.lang.String cicsPutBinary) throws java.beans.PropertyVetoException
cicsPutBinary
- the new CICS "Put" Binary stringjava.beans.PropertyVetoException
- Fired if an incorrect property value
is given.getCICSPutBinary()
public java.lang.String getCICSPutBinary()
setCICSPutBinary(java.lang.String)
public void setCICSDefaultMode(java.lang.String cicsDefaultMode) throws java.beans.PropertyVetoException
cicsDefaultMode
- the new CICS default modejava.beans.PropertyVetoException
- Fired if an incorrect property value
is given.getCICSDefaultMode()
public java.lang.String getCICSDefaultMode()
setCICSDefaultMode(java.lang.String)
public static java.util.Enumeration listCICSDefaultModes()
setCICSDefaultMode(java.lang.String)
public void setCICSClear(boolean clear) throws java.beans.PropertyVetoException
clear
- the new CICS Clear settingjava.beans.PropertyVetoException
- Fired if an incorrect property value
is given.isCICSClear()
public boolean isCICSClear()
setCICSClear(boolean)
public void setOS400GetText(java.lang.String os400GetText) throws java.beans.PropertyVetoException
os400GetText
- the new OS400 "Get" Text stringjava.beans.PropertyVetoException
- Fired if an incorrect property value
is given.getOS400GetText()
public java.lang.String getOS400GetText()
setOS400GetText(java.lang.String)
public void setOS400PutText(java.lang.String os400PutText) throws java.beans.PropertyVetoException
os400PutText
- the new OS400 "Put" Text stringjava.beans.PropertyVetoException
- Fired if an incorrect property value
is given.getOS400PutText()
public java.lang.String getOS400PutText()
setOS400PutText(java.lang.String)
public void setOS400GetBinary(java.lang.String os400GetBinary) throws java.beans.PropertyVetoException
os400GetBinary
- the new OS400 "Get" Binary stringjava.beans.PropertyVetoException
- Fired if an incorrect property value
is given.getOS400GetBinary()
public java.lang.String getOS400GetBinary()
setOS400GetBinary(java.lang.String)
public void setOS400PutBinary(java.lang.String os400PutBinary) throws java.beans.PropertyVetoException
os400PutBinary
- the new OS400 "Put" Binary stringjava.beans.PropertyVetoException
- Fired if an incorrect property value
is given.getOS400PutBinary()
public java.lang.String getOS400PutBinary()
setOS400PutBinary(java.lang.String)
public void setOS400DefaultMode(java.lang.String os400DefaultMode) throws java.beans.PropertyVetoException
os400DefaultMode
- the new OS400 default modejava.beans.PropertyVetoException
- Fired if an incorrect property value
is given.getOS400DefaultMode()
public java.lang.String getOS400DefaultMode()
setOS400DefaultMode(java.lang.String)
public static java.util.Enumeration listOS400DefaultModes()
setOS400DefaultMode(java.lang.String)
public java.lang.String getOS400XferUserID()
setOS400XferUserID(java.lang.String)
public void setOS400XferUserID(java.lang.String userID) throws java.beans.PropertyVetoException
user
- ID to do the file transfer.java.beans.PropertyVetoException
- Fired if an incorrect property value
is given.getOS400XferUserID()
public java.lang.String getOS400XferDstAddr()
setOS400XferDstAddr(java.lang.String)
public void setOS400XferDstAddr(java.lang.String dstaddr) throws java.beans.PropertyVetoException
destination
- address to do the file transfer.java.beans.PropertyVetoException
- Fired if an incorrect property value
is given.getOS400XferDstAddr()
public boolean isOS400ProxyServerEnabled()
setOS400ProxyServerEnabled(boolean)
public void setOS400ProxyServerEnabled(boolean enable) throws java.beans.PropertyVetoException
enable
- the new Enable Proxy Server settingjava.beans.PropertyVetoException
- Fired if an incorrect property value
is given.isOS400ProxyServerEnabled()
public java.lang.String getOS400ProxyServerDstAddr()
setOS400ProxyServerDstAddr(java.lang.String)
public void setOS400ProxyServerDstAddr(java.lang.String proxyAddr) throws java.beans.PropertyVetoException
proxyAddr
- Server destination address.java.beans.PropertyVetoException
- Fired if an incorrect property value
is given.getOS400ProxyServerDstAddr()
public int getOS400ProxyServerDstPort()
setOS400ProxyServerDstPort(int)
public void setOS400ProxyServerDstPort(int proxyPort) throws java.beans.PropertyVetoException
proxyPort
- Server destination port.java.beans.PropertyVetoException
- Fired if an incorrect property value
is given.getOS400ProxyServerDstPort()
public void setHostFileOrientation(java.lang.String hostFileOrientation) throws java.beans.PropertyVetoException
hostFileOrientation
- one of the following string constants:
LEFT_TO_RIGHT
RIGHT_TO_LEFTjava.beans.PropertyVetoException
- Fired if an incorrect property value
is given.getHostFileOrientation()
,
LEFT_TO_RIGHT
,
RIGHT_TO_LEFT
public java.lang.String getHostFileOrientation()
setHostFileOrientation(java.lang.String)
,
LEFT_TO_RIGHT
,
RIGHT_TO_LEFT
public static java.util.Enumeration listHostFileOrientations()
setHostFileOrientation(java.lang.String)
,
LEFT_TO_RIGHT
,
RIGHT_TO_LEFT
public void setPCFileOrientation(java.lang.String pcFileOrientation) throws java.beans.PropertyVetoException
pcFileOrientation
- one of the following string constants:
LEFT_TO_RIGHT
RIGHT_TO_LEFTjava.beans.PropertyVetoException
- Fired if an incorrect property value
is given.getPCFileOrientation()
,
LEFT_TO_RIGHT
,
RIGHT_TO_LEFT
public java.lang.String getPCFileOrientation()
setPCFileOrientation(java.lang.String)
,
LEFT_TO_RIGHT
,
RIGHT_TO_LEFT
public static java.util.Enumeration listPCFileOrientations()
setPCFileOrientation(java.lang.String)
,
LEFT_TO_RIGHT
,
RIGHT_TO_LEFT
public void setPCFileType(java.lang.String pft) throws java.beans.PropertyVetoException
pft
- one of the following string constants:
VISUAL
IMPLICITjava.beans.PropertyVetoException
- Fired if an incorrect property value
is given.getPCFileOrientation()
,
VISUAL
,
IMPLICIT
public java.lang.String getPCFileType()
setPCFileOrientation(java.lang.String)
,
VISUAL
,
IMPLICIT
public static java.util.Enumeration listPCFileTypes()
setPCFileOrientation(java.lang.String)
,
VISUAL
,
IMPLICIT
public void setLam_AlefExpansion(java.lang.String Lam_AlefExpansion) throws java.beans.PropertyVetoException
Lam_AlefExpension
- one of the following string constants:
LAM_ALEF_EXPANSION_ON
LAM_ALEF_EXPANSION_OFFjava.beans.PropertyVetoException
- Fired if an invalid property value
is given.getLam_AlefExpansion()
,
LAM_ALEF_EXPANSION_ON
,
LAM_ALEF_EXPANSION_OFF
public java.lang.String getLam_AlefExpansion()
setLam_AlefExpansion(java.lang.String)
,
LAM_ALEF_EXPANSION_ON
,
LAM_ALEF_EXPANSION_OFF
public static java.util.Enumeration listLam_AlefExpansion()
setLam_AlefExpansion(java.lang.String)
,
LAM_ALEF_EXPANSION_ON
,
LAM_ALEF_EXPANSION_OFF
public void setLam_AlefCompression(java.lang.String Lam_AlefCompression) throws java.beans.PropertyVetoException
Lam_AlefCompression
- one of the following string constants:
LAM_ALEF_COMPRESSION_ON
LAM_ALEF_COMPRESSION_OFFjava.beans.PropertyVetoException
- Fired if an invalid property value
is given.getLam_AlefCompression()
,
LAM_ALEF_COMPRESSION_ON
,
LAM_ALEF_COMPRESSION_OFF
public java.lang.String getLam_AlefCompression()
setLam_AlefCompression(java.lang.String)
,
LAM_ALEF_COMPRESSION_ON
,
LAM_ALEF_COMPRESSION_OFF
public static java.util.Enumeration listLam_AlefCompression()
setLam_AlefCompression(java.lang.String)
,
LAM_ALEF_COMPRESSION_ON
,
LAM_ALEF_COMPRESSION_OFF
public void setSym_Swap(java.lang.String Symmetric_Swapping) throws java.beans.PropertyVetoException
one
- of the following string constants:
SYM_SWAP_ON
SYM_SWAP_OFFjava.beans.PropertyVetoException
- Fired if an invalid property value
is given.getSym_Swap()
,
SYM_SWAP_ON
,
SYM_SWAP_OFF
public java.lang.String getSym_Swap()
setSym_Swap(java.lang.String)
,
SYM_SWAP_ON
,
SYM_SWAP_OFF
public static java.util.Enumeration listSym_Swap()
setSym_Swap(java.lang.String)
,
SYM_SWAP_ON
,
SYM_SWAP_OFF
public void setNumerals(java.lang.String Numerals_Shaping) throws java.beans.PropertyVetoException
one
- of the following string constants:
NUMERALS_NOMINAL
NUMERALS_NATIONAL
NUMERALS_CONTEXTUALjava.beans.PropertyVetoException
- Fired if an invalid property value
is given.getNumerals()
,
NUMERALS_NOMINAL
,
NUMERALS_NATIONAL
,
NUMERALS_CONTEXTUAL
public java.lang.String getNumerals()
setNumerals(java.lang.String)
,
NUMERALS_NOMINAL
,
NUMERALS_NATIONAL
,
NUMERALS_CONTEXTUAL
public static java.util.Enumeration listNumerals()
setNumerals(java.lang.String)
,
NUMERALS_NOMINAL
,
NUMERALS_NATIONAL
,
NUMERALS_CONTEXTUAL
public void setRound_Trip(java.lang.String RoundTrip) throws java.beans.PropertyVetoException
one
- of the following string constants:
ROUND_TRIP_ON
ROUND_TRIP_OFFjava.beans.PropertyVetoException
- Fired if an invalid property value
is given.getRound_Trip()
,
ROUND_TRIP_ON
,
ROUND_TRIP_OFF
public java.lang.String getRound_Trip()
setRound_Trip(java.lang.String)
,
ROUND_TRIP_ON
,
ROUND_TRIP_OFF
public static java.util.Enumeration listRound_Trip()
setRound_Trip(java.lang.String)
,
ROUND_TRIP_ON
,
ROUND_TRIP_OFF
public static java.util.Properties defaults()
public java.lang.String getTraceName()
getTraceName
in class HODPanelBean
public void CommEvent(CommEvent evt)
CommEvent
in interface CommListener
evt
- CommEvent containing the session's communication
status.public void propertyChange(java.beans.PropertyChangeEvent evt)
propertyChange
in class HODPanelBean
evt
- PropertyChangeEvent containing the property that has
changed.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |