All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

A

accept(). Method in class com.ibm.eNetwork.beans.HOD.ColorRemap
Accepts the current color map.
ACCESSIBILITY_ENABLED. Static variable in class com.ibm.eNetwork.beans.HOD.Screen
accessibilityEnabled property keyword
actions(). Method in class com.ibm.eNetwork.beans.HOD.MacroActions
Returns an enumeration of the macro actions in the collection.
add(int, MacroAction). Method in class com.ibm.eNetwork.beans.HOD.MacroActions
Inserts the macro action at the given index.
add(int, MacroActionPrompt). Method in class com.ibm.eNetwork.beans.HOD.MacroPrompts
Inserts the macro prompt action at the given index.
add(int, MacroScreen). Method in class com.ibm.eNetwork.beans.HOD.MacroScreens
Inserts the macro screen at the given index.
add(MacroAction). Method in class com.ibm.eNetwork.beans.HOD.MacroActions
Appends the macro action to the end of the collection.
add(MacroActionPrompt). Method in class com.ibm.eNetwork.beans.HOD.MacroPrompts
Appends the macro prompt action to the end of the collection.
add(MacroScreen). Method in class com.ibm.eNetwork.beans.HOD.MacroScreens
Appends the macro screen to the end of the collection.
addAction(MacroAction). Method in class com.ibm.eNetwork.beans.HOD.MacroScreen
Convenience method to add a MacroAction object to the MacroActions collection object contained in this MacroScreen object.
addActionListener(ActionListener). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Registers the specified ActionListener to receive ActionEvents from all categories.
addActionListener(String, ActionListener). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Registers the specified ActionListener to receive ActionEvents from the specified category.
addButton(Button). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Adds a user defined button to the bottom row of the Graphical User Interface.
addButton(Component, int). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
addColorRemapListener(ColorRemapListener). Method in class com.ibm.eNetwork.beans.HOD.ColorRemap
add color remap listeners for receiving ColorRemapEvent notifications
addCommListener(CommListener). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.addCommListener()
addCommListener(CommListener). Method in class com.ibm.eNetwork.beans.HOD.Session
Adds a CommEvent listener
addCommListener(CommListener). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.addCommListener()
addCustomListener(CustomListener). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Adds a CustomListener.
addFocusListener(FocusListener). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Adds a java.awt.event.FocusListener to the Bean.
addFunction(String, String, String, String, boolean). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Adds a Function.
addGUIListener(GUIListener). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.addGUIListener()
addGUIListener(GUIListener). Method in class com.ibm.eNetwork.beans.HOD.Session
Adds a GUIEvent listener
addGUIListener(GUIListener). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.addGUIListener()
addItem(String). Method in interface com.ibm.hi.customizer.beans.scci.SCSelectionList
Adds the specified displayText to the end of the list.
addItem(String, String). Method in interface com.ibm.hi.customizer.beans.scci.SCSelectionList
Adds the specified displayText and sendText to the end of the SCSelectionList.
addItem(String, String, int). Method in interface com.ibm.hi.customizer.beans.scci.SCSelectionList
Inserts the specified displayText and sendText at the specified index.
addKeyListener(KeyListener). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Adds a java.awt.event.KeyListener to the Bean.
addKeyListener(KeyListener). Method in class com.ibm.eNetwork.beans.HOD.Screen
Adds a java.awt.event.KeyListener to the Screen Bean.
addKeyListener(KeyListener). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Adds a java.awt.event.KeyListener to the Bean.
addMacroCommand(SCMacroCommand). Method in interface com.ibm.hi.customizer.beans.scci.SCMacro
Adds the specified command at the end of the command vector.
addMacroCommand(SCMacroCommand, int). Method in interface com.ibm.hi.customizer.beans.scci.SCMacro
Inserts the specified command in the command vector at the specified index.
addMacroCustomActionListener(MacroCustomActionListener). Method in class com.ibm.eNetwork.beans.HOD.Macro
Adds the given MacroCustomActionListener to the macro.
addMacroDebugListener(MacroDebugListener). Method in class com.ibm.eNetwork.beans.HOD.Macro
Adds the given MacroDebugListener to the macro.
addMacroDebugListener(MacroDebugListener). Method in class com.ibm.eNetwork.beans.HOD.MacroManager
Adds the given MacroDebugListener to list of listeners.
addMacroExtractCoordListener(MacroExtractCoordListener). Method in class com.ibm.eNetwork.beans.HOD.Macro
Adds the given MacroExtractCoordListener to the macro.
addMacroLoopListener(MacroLoopListener). Method in class com.ibm.eNetwork.beans.HOD.Macro
Adds the given MacroLoopListener to the macro.
addMacroParseListener(MacroParseListener). Method in class com.ibm.eNetwork.beans.HOD.Macro
Adds the given MacroParseListener to the macro.
addMacroParseListener(MacroParseListener). Method in class com.ibm.eNetwork.beans.HOD.MacroManager
Adds the given MacroParseListener to list of listeners.
addMacroRuntimeListener(MacroRuntimeListener). Method in class com.ibm.eNetwork.beans.HOD.Macro
Adds the given MacroRuntimeListener to the macro.
addMacroRuntimeListener(MacroRuntimeListener). Method in class com.ibm.eNetwork.beans.HOD.MacroManager
Adds the given MacroRuntimeListener to list of listeners.
addMacroTickTockListener(MacroTickTockListener). Method in class com.ibm.eNetwork.beans.HOD.Macro
Adds the given MacroTickTockListener to the macro.
addMapping(String, String, boolean). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Adds a mapping.
addMouseListener(MouseListener). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Adds a java.awt.event.MouseListener to the Bean.
addMouseMotionListener(MouseMotionListener). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Adds a java.awt.event.MouseMotionListener to the Bean.
addNextScreen(MacroScreen). Method in class com.ibm.eNetwork.beans.HOD.MacroScreen
Convenience method to add a MacroScreen object to the vector of valid next screens contained in this MacroScreen object.
addNonRepeatingKey(int, boolean). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Adds a non-repeating key.
addOIAListener(OIAListener). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.addOIAListener()
addOIAListener(OIAListener). Method in class com.ibm.eNetwork.beans.HOD.Session
Adds an OIAEvent listener
addOIAListener(OIAListener). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.addOIAListener()
addPropertyChangeListener(PropertyChangeListener). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener). Method in class com.ibm.eNetwork.beans.HOD.HODBean
Adds a property change listener.
addPropertyChangeListener(PropertyChangeListener). Method in class com.ibm.eNetwork.beans.HOD.HODCustomizer
Adds the specified PropertyChangeListener to receive PropertyChangeEvents.
addPropertyChangeListener(PropertyChangeListener). Method in class com.ibm.eNetwork.beans.HOD.HODPanelBean
Adds a property change listener.
addPropertyChangeListener(PropertyChangeListener). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Adds a PropertyChangeListener.
addPSListener(PSListener). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.addPSListener()
addPSListener(PSListener). Method in class com.ibm.eNetwork.beans.HOD.Session
Adds a PSEvent listener
addPSListener(PSListener). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.addPSListener()
addScreenListener(ScreenListener). Method in class com.ibm.eNetwork.beans.HOD.Screen
Adds a ScreenListener.
addScreenListener(ScreenListener). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Adds a ScreenListener.
addScreenMotionListener(ScreenMotionListener). Method in class com.ibm.eNetwork.beans.HOD.Screen
Adds a ScreenMotionListener.
addScreenMotionListener(ScreenMotionListener). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Adds a ScreenMotionListener.
addScreenMouseListener(ScreenMouseListener). Method in class com.ibm.eNetwork.beans.HOD.Screen
Adds a ScreenMouseListener.
addScreenMouseListener(ScreenMouseListener). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Adds a ScreenMouseListener.
addSendKeyListener(SendKeyListener). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Adds a SendKeyListener.
addSendKeyListener(SendKeyListener). Method in class com.ibm.eNetwork.beans.HOD.KeyPad
addSendKeyListener(SendKeyListener). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Registers the specified SendKeyListener to receive SendKeyEvents.
addSendKeyListener(SendKeyListener). Method in class com.ibm.eNetwork.beans.HOD.Screen
Adds a SendKeyListener.
addSendKeyListener(SendKeyListener). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Adds a SendKeyListener.
addTraceListener(TraceListener). Static method in class com.ibm.eNetwork.beans.HOD.trace.BeanTrace
Adds a trace listener to a place where all Beans can retrieve it when they are created.
addTraceListener(TraceListener). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.addTraceListener()
addTraceListener(TraceListener). Method in class com.ibm.eNetwork.beans.HOD.HODBean
Adds a trace listener.
addTraceListener(TraceListener). Method in class com.ibm.eNetwork.beans.HOD.HODPanelBean
Adds a trace listener.
addTraceListener(TraceListener). Method in class com.ibm.eNetwork.beans.HOD.Session
Adds a TraceEvent listener
addTraceListener(TraceListener). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Adds a trace listener.
addVetoableChangeListener(VetoableChangeListener). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Adds a VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener). Method in class com.ibm.eNetwork.beans.HOD.HODBean
Adds a vetoable change listener.
addVetoableChangeListener(VetoableChangeListener). Method in class com.ibm.eNetwork.beans.HOD.HODPanelBean
Adds a vetoable change listener.
addVetoableChangeListener(VetoableChangeListener). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Adds a VetoableChangeListener.
ADVRECORD_ENABLED. Static variable in class com.ibm.eNetwork.beans.HOD.MacroManager
AdvRecordEnabled property keyword.
ALTCSR. Static variable in class com.ibm.eNetwork.beans.HOD.event.GUIEvent
Alternate Cursor GUI event.
ALTCUR_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
appendComment(String). Method in class com.ibm.eNetwork.beans.HOD.MacroScreen
Appends the given text to the comment text for the macro screen.
apply(). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Applies all non-default changes.
ATTN_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
AUTHOR. Static variable in class com.ibm.eNetwork.beans.HOD.Macro
Author property keyword.
AUTO_APPLY. Static variable in class com.ibm.eNetwork.beans.HOD.KeyRemap
autoApply property keyword
AUTO_CONNECT. Static variable in class com.ibm.eNetwork.beans.HOD.Session
autoConnect property keyword
AUTO_FONT_SIZE. Static variable in class com.ibm.eNetwork.beans.HOD.Screen
autoFontSize property keyword
AUTO_PACK. Static variable in class com.ibm.eNetwork.beans.HOD.Screen
autoPack property keyword
AUTO_RECONNECT. Static variable in class com.ibm.eNetwork.beans.HOD.Session
autoReconnect property keyword
AUTOPUSH_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
AUTOREV_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro

B

BACKSP_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
BACKTAB_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
BALL. Static variable in interface com.ibm.hi.customizer.beans.scci.SCButton
style for a round ball, only valid for SCBalls
BALL_BUTTON_STYLE. Static variable in class com.ibm.hi.customizer.beans.CustomTerminal
BASE_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
BEAN_VERSION_STRING. Static variable in class com.ibm.eNetwork.beans.HOD.HODBean
BEAN_VERSION_STRING. Static variable in class com.ibm.eNetwork.beans.HOD.HODPanelBean
BeanTrace(). Constructor for class com.ibm.eNetwork.beans.HOD.trace.BeanTrace
beginScreen(String, int, boolean, boolean). Method in class com.ibm.eNetwork.beans.HOD.Macro
Starts a new screen element in the currently recording macro.
BIDI_MODE. Static variable in class com.ibm.eNetwork.beans.HOD.Session
BIDIMode property keyword (VT bi-directional sessions only)
BIDI_MODE_OFF. Static variable in class com.ibm.eNetwork.beans.HOD.Session
BIDI_MODE_ON. Static variable in class com.ibm.eNetwork.beans.HOD.Session
BIDIMode property values (VT bi-directional sessions only)
BIDIL_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
BINARY. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
MVSDefaultMode, VMDefaultMode, CICSDefaultMode, OS400DefaultMode property value - Binary file
BlinkRemapEvent(Object, BlinkRemapData). Constructor for class com.ibm.eNetwork.beans.HOD.event.BlinkRemapEvent
Constructs a new color remap event with the specified source, foreground and background color.
BLOCK_CURSOR. Static variable in class com.ibm.eNetwork.beans.HOD.Screen
blockCursor property keyword
BORDER. Static variable in class com.ibm.eNetwork.beans.HOD.event.ScreenMouseEvent
The ScreenMouseEvent occurred on the screen border
BOTH. Static variable in interface com.ibm.hi.customizer.beans.scci.SCImage
Constant for setLayoutType() Will scale both horizontally and vertically to fit the image exactly to the the size of the SCImage; possible distortion, no clipping.
BOX_DOWN. Static variable in class com.ibm.eNetwork.beans.HOD.Screen
BOX_LEFT. Static variable in class com.ibm.eNetwork.beans.HOD.Screen
BOX_RIGHT. Static variable in class com.ibm.eNetwork.beans.HOD.Screen
BOX_SELECTED. Static variable in class com.ibm.eNetwork.beans.HOD.event.ScreenEvent
A Cut/Paste box was selected, resized, or moved on the Screen
BOX_UNSELECTED. Static variable in class com.ibm.eNetwork.beans.HOD.event.ScreenEvent
A Cut/Paste box was unselected on the Screen
BOX_UP. Static variable in class com.ibm.eNetwork.beans.HOD.Screen
boxSelected(ScreenEvent). Method in interface com.ibm.eNetwork.beans.HOD.event.ScreenListener
Invoked when a cut/paste box is marked, resized or moved on the Screen Bean.
boxUnSelected(ScreenEvent). Method in interface com.ibm.eNetwork.beans.HOD.event.ScreenListener
Invoked when a cut/paste box is unmarked on the Screen Bean.
BUTTON_TEXT_VISIBLE. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
buttonTextVisible property keyword
BUTTON_TEXT_VISIBLE. Static variable in class com.ibm.eNetwork.beans.HOD.MacroManager
ButtonTextVisible property keyword.

C

cancel(). Method in class com.ibm.eNetwork.beans.HOD.ColorRemap
Cancels any changes that have been made to the color map since the last time the accept() method was invoked.
cancel(). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Cancels all non-default changes made since the apply() method was last invoked.
CAPTURE_BOTTOM. Static variable in class com.ibm.eNetwork.beans.HOD.Macro
Use with the insertScreenDesc method to capture the bottom row(s) of the current screen.
CAPTURE_TOP. Static variable in class com.ibm.eNetwork.beans.HOD.Macro
Use with the insertScreenDesc method to capture the top row(s) of the current screen.
CENTERED. Static variable in class com.ibm.eNetwork.beans.HOD.Screen
centered property keyword
CHARACTERS. Static variable in class com.ibm.eNetwork.beans.HOD.KeyRemap
Characters category definition string
CICS. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
hostType property value - CICS Host
CICS_CLEAR. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
CICSClear property keyword
CICS_DEFAULT_MODE. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
CICSDefaultMode property keyword
CICS_GET_BINARY. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
CICSGetBinary property keyword
CICS_GET_TEXT. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
CICSGetText property keyword
CICS_GW_CODE_PAGE. Static variable in class com.ibm.eNetwork.beans.HOD.Session
CICSGWCodePage property keyword
CICS_PUT_BINARY. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
CICSPutBinary property keyword
CICS_PUT_TEXT. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
CICSPutText property keyword
CICS_SERVER_NAME. Static variable in class com.ibm.eNetwork.beans.HOD.Session
CICSServerName property keyword
clear(). Method in class com.ibm.eNetwork.beans.HOD.Macro
Clears the current macro from the Macro bean.
clear(). Method in class com.ibm.eNetwork.beans.HOD.MacroActions
Removes all macro actions from the collection
clear(). Method in class com.ibm.eNetwork.beans.HOD.MacroNextScreens
Clears the collection of all MacroScreen objects.
clear(). Method in class com.ibm.eNetwork.beans.HOD.MacroPrompts
Removes all macro prompt actions from the collection
clear(). Method in class com.ibm.eNetwork.beans.HOD.MacroScreens
Removes all macro screens from the collection
CLEAR_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
clearPromptValues(). Method in class com.ibm.eNetwork.beans.HOD.MacroPrompts
Removes all prompt values
CLEARRECT. Static variable in class com.ibm.eNetwork.beans.HOD.event.GUIEvent
Clear GUI event.
clearSelection(). Method in interface com.ibm.hi.customizer.beans.scci.SCTextComponent
Deselects all selected text in this text component.
clearTrimRect(). Method in class com.ibm.eNetwork.beans.HOD.Screen
Clears the selected box (all unprotected areas)
clearTrimRect(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Clears the selected box (all unprotected areas)
clone(). Method in class com.ibm.eNetwork.beans.HOD.HODBean
Returns a copy of this bean.
clone(). Method in class com.ibm.eNetwork.beans.HOD.HODPanelBean
Returns a copy of this bean.
clone(). Method in class com.ibm.eNetwork.beans.HOD.Macro
Returns a new instance of Macro with the same properties as the current Macro.
clone(). Method in class com.ibm.eNetwork.beans.HOD.MacroAction
Classes derived from this action must override this method for the action to be functional in the Macro bean.
clone(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionCustom
Classes derived from this action must override this method for the action to be functional in the Macro bean.
clone(). Method in class com.ibm.eNetwork.beans.HOD.MacroActions
clone(). Method in class com.ibm.eNetwork.beans.HOD.MacroManager
Returns a new instance of MacroManager with the same state as the current one.
clone(). Method in class com.ibm.eNetwork.beans.HOD.MacroScreens
Returns a new instance of MacroScreens with the same state as the current MacroScreens object.
CLONE_SESSION. Static variable in class com.ibm.hi.customizer.beans.event.CustomMacroEvent
Static macro type to clone the current session
close(). Method in interface com.ibm.eNetwork.HOD.HIFramework
Called when closing the session.
CLOSE_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
CLOSE_WINDOW. Static variable in class com.ibm.hi.customizer.beans.event.CustomMacroEvent
Static macro type to close the current window
CLOSE_WINDOW. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacroCommand
Constant for setCommandType() Close window
CODE_PAGE. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
codePage property keyword
CODE_PAGE. Static variable in class com.ibm.eNetwork.beans.HOD.KeyPad
codePage property keyword
CODE_PAGE. Static variable in class com.ibm.eNetwork.beans.HOD.KeyRemap
codePage property keyword
CODE_PAGE. Static variable in class com.ibm.eNetwork.beans.HOD.Screen
codePage property keyword
CODE_PAGE. Static variable in class com.ibm.eNetwork.beans.HOD.Session
codePage property keyword
ColorRemap(). Constructor for class com.ibm.eNetwork.beans.HOD.ColorRemap
Constructor that uses the default values for all properties.
ColorRemap(Properties). Constructor for class com.ibm.eNetwork.beans.HOD.ColorRemap
Constructor that takes a Properties object containing the initial property settings.
ColorRemapEvent(Object, ColorRemapData). Constructor for class com.ibm.eNetwork.beans.HOD.event.ColorRemapEvent
Constructs a new color remap event with the specified source, foreground and background color.
CommEvent(CommEvent). Method in interface com.ibm.eNetwork.beans.HOD.event.CommListener
Invoked when a communication event occurs.
CommEvent(CommEvent). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Handler method for CommEvents.
CommEvent(Object, int). Constructor for class com.ibm.eNetwork.beans.HOD.event.CommEvent
Constructs a new CommEvent with the specified source and communications status.
CommEvent(Object, int, ECLErr). Constructor for class com.ibm.eNetwork.beans.HOD.event.CommEvent
Constructs a new CommEvent with the specified source, communications status, and ECLErr
CONNECTION_ACTIVE. Static variable in class com.ibm.eNetwork.beans.HOD.Session
commStatus property value - active (connected to host)
CONNECTION_DEVICE_NAME_READY. Static variable in class com.ibm.eNetwork.beans.HOD.Session
commStatus property value - the device name is available from the host
CONNECTION_INACTIVE. Static variable in class com.ibm.eNetwork.beans.HOD.Session
commStatus property value - inactive (no connection to host)
CONNECTION_INIT. Static variable in class com.ibm.eNetwork.beans.HOD.Session
commStatus property value - initial state (no connection to host)
CONNECTION_PND_ACTIVE. Static variable in class com.ibm.eNetwork.beans.HOD.Session
commStatus property value - pending active
CONNECTION_PND_INACTIVE. Static variable in class com.ibm.eNetwork.beans.HOD.Session
commStatus property value - pending inactive
CONNECTION_READY. Static variable in class com.ibm.eNetwork.beans.HOD.Session
commStatus property value - host is ready for interaction
CONNECTION_WORKSTATION_ID_READY. Static variable in class com.ibm.eNetwork.beans.HOD.Session
commStatus property value - the workstation ID is available from the host
contains(MacroAction). Method in class com.ibm.eNetwork.beans.HOD.MacroActions
Tests to see if given macro action is in the collection.
contains(MacroActionPrompt). Method in class com.ibm.eNetwork.beans.HOD.MacroPrompts
Tests to see if given macro prompt action is in the collection.
contains(MacroScreen). Method in class com.ibm.eNetwork.beans.HOD.MacroScreens
Tests to see if the given macro screen is in the collection.
contains(String). Method in class com.ibm.eNetwork.beans.HOD.MacroScreens
Tests to see if the given macro screen with given Name is in the collection.
containsName(String). Method in class com.ibm.eNetwork.beans.HOD.MacroNextScreens
Returns whether the next screens collection contains the Name of the MacroScreen object or not.
containsNextScreen(MacroScreen). Method in class com.ibm.eNetwork.beans.HOD.MacroNextScreens
Returns whether the next screens collection contains the given MacroScreen object or not.
containsStartScreen(). Method in class com.ibm.eNetwork.beans.HOD.MacroScreens
Returns whether the macro screens collection contains at least one start screen.
containsStopScreen(). Method in class com.ibm.eNetwork.beans.HOD.MacroScreens
Returns whether the macro screens collection contains at least one stop screen.
CONTEXTUAL. Static variable in class com.ibm.eNetwork.beans.HOD.Session
numeralShape property value - contextual (bi-directional sessions only)
CONTEXTUAL_DISP. Static variable in class com.ibm.eNetwork.beans.HOD.Session
COPY. Static variable in class com.ibm.eNetwork.beans.HOD.event.GUIEvent
Copy GUI event.
copy(). Method in interface com.ibm.hi.customizer.beans.scci.SCTextComponent
Copies any selected text to the clipboard.
COPY_ONLY_IF_TRIMMED. Static variable in class com.ibm.eNetwork.beans.HOD.Session
Copy Only If Trimmed property keyword
COPYALL. Static variable in class com.ibm.eNetwork.beans.HOD.event.GUIEvent
Copy ALL GUI event.
copyAllToClipboard(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Copies all text to the clipboard.
COPYAPPEND. Static variable in class com.ibm.eNetwork.beans.HOD.event.GUIEvent
Copy GUI event.
copyToClipboard(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Copies the current selected text to the clipboard.
copyToClipboard(). Method in class com.ibm.eNetwork.beans.HOD.Screen
Copies the selected box to the clipboard.
copyToClipboard(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Copies the selected box to the clipboard.
copyToClipboard(boolean). Method in class com.ibm.eNetwork.beans.HOD.Screen
Copies the selected box to the clipboard with conditional appending
copyToClipboard(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Copies the selected box to the clipboard with conditional appending
createMacro(Vector, String). Static method in class com.ibm.hi.customizer.beans.scci.SCFactory
createMacroCommand(int, String). Static method in class com.ibm.hi.customizer.beans.scci.SCFactory
createMacroCommand(int, String, int, int). Static method in class com.ibm.hi.customizer.beans.scci.SCFactory
CRSEL_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
CSD_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
CURDOWN_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
CURLEFT_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
CURRIGHT_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
CURSOR_DIRECTION. Static variable in class com.ibm.eNetwork.beans.HOD.Session
cursorDirection property keyword (VT bi-directional sessions only)
CURSOR_LTR. Static variable in class com.ibm.eNetwork.beans.HOD.Session
cursorDirection property values (VT bi-directional sessions only)
CURSOR_RTL. Static variable in class com.ibm.eNetwork.beans.HOD.Session
CURSOR_VISIBLE. Static variable in class com.ibm.eNetwork.beans.HOD.Screen
cursor visible property keyword
CURUP_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
CUSTOM_DIR. Static variable in class com.ibm.hi.customizer.beans.CustomTerminal
CUSTOM_URL. Static variable in class com.ibm.hi.customizer.beans.CustomTerminal
CustomEvent(Object, int, String, SCCustomComponent). Constructor for class com.ibm.hi.customizer.beans.event.CustomEvent
Constructs a new CustomEvent with the specified source and type.
CustomEvent(Object, int, String, SCCustomComponent, String, Object). Constructor for class com.ibm.hi.customizer.beans.event.CustomEvent
Constructs a new CustomEvent with the specified source and type.
customMacroEvent(CustomMacroEvent). Method in interface com.ibm.hi.customizer.beans.event.CustomListener
Method for receiving CustomMacroEvents.
CustomMacroEvent(Object, int, String). Constructor for class com.ibm.hi.customizer.beans.event.CustomMacroEvent
Constructs a new CustomEvent with the specified source, type and screen ID.
CustomMacroEvent(Object, int, String, Object). Constructor for class com.ibm.hi.customizer.beans.event.CustomMacroEvent
Constructs a new CustomEvent with the specified source, type, id, and data object.
CustomMacroEvent(Object, int, String, SCCustomComponent, String, Object). Constructor for class com.ibm.hi.customizer.beans.event.CustomMacroEvent
Constructs a new CustomMacroEvent with the specified source, type, screen ID, custom component, string, and data object.
customScreenEvent(CustomScreenEvent). Method in interface com.ibm.hi.customizer.beans.event.CustomListener
Method for receiving CustomScreenEvents.
CustomScreenEvent(Object, int, String). Constructor for class com.ibm.hi.customizer.beans.event.CustomScreenEvent
Constructs a new CustomScreenEvent with the specified source, type, and ID.
customStatusEvent(CustomStatusEvent). Method in interface com.ibm.hi.customizer.beans.event.CustomListener
Method for receiving CustomStatusEvents.
CustomStatusEvent(Object, int, String, Object). Constructor for class com.ibm.hi.customizer.beans.event.CustomStatusEvent
Constructs a new CustomStatusEvent with the specified source and type.
CustomStatusEvent(Object, String, SCCustomComponent, String). Constructor for class com.ibm.hi.customizer.beans.event.CustomStatusEvent
Constructs a new CustomStatusEvent with the specified source and type.
CustomTerminal(). Constructor for class com.ibm.hi.customizer.beans.CustomTerminal
Default Constructor
CustomTerminal(Properties). Constructor for class com.ibm.hi.customizer.beans.CustomTerminal
Constructor that takes a Properties object containing the initial property settings.
CUT. Static variable in class com.ibm.eNetwork.beans.HOD.event.GUIEvent
Cut GUI event.
cut(). Method in interface com.ibm.hi.customizer.beans.scci.SCTextfield
Cuts any selected text from the textfield and copies it into the clipboard.
cutToClipboard(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Cuts the current selected text to the clipboard.
cutToClipboard(). Method in class com.ibm.eNetwork.beans.HOD.Screen
Copies the selected box to clipboard and clears the unprotected areas of the Screen.
cutToClipboard(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Copies the selected box to clipboard and clears the unprotected areas of the Screen.

D

DATE. Static variable in class com.ibm.eNetwork.beans.HOD.Macro
Date property keyword.
DBCS_INPUT_VISIBLE. Static variable in class com.ibm.hi.customizer.beans.CustomTerminal
DBCSINP. Static variable in class com.ibm.eNetwork.beans.HOD.event.GUIEvent
DBCS Input GUI event.
DBCSINPUT_VISIBLE. Static variable in class com.ibm.eNetwork.beans.HOD.Screen
DBCSInputVisible property keyword
DEFAULT_WIDTH. Static variable in class com.ibm.eNetwork.beans.HOD.HODScrollBar
defaults(). Static method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns a Properties object containing the default properties for this Bean.
defaults(). Static method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns a Properties object containing the default properties for the FileTransfer Bean.
defaults(). Static method in class com.ibm.eNetwork.beans.HOD.KeyPad
Returns a Properties object containing the default properties for this Bean.
defaults(). Static method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Obtains a Properties object containing the default properties for this Bean.
defaults(). Static method in class com.ibm.eNetwork.beans.HOD.Screen
Returns a Properties object containing the default properties for this Bean.
defaults(). Static method in class com.ibm.eNetwork.beans.HOD.Session
Returns a Properties object containing the default properties and their values for this Session Bean.
defaults(). Static method in class com.ibm.eNetwork.beans.HOD.Terminal
Returns a Properties object containing the default properties for this Bean.
DELCHAR_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
deleteMacroCommand(int). Method in interface com.ibm.hi.customizer.beans.scci.SCMacro
Delete the command from the command vector at the specified index.
DESCRIPTION. Static variable in class com.ibm.eNetwork.beans.HOD.Macro
Description property keyword.
DESELECT. Static variable in class com.ibm.eNetwork.beans.HOD.MacroActionBoxSelect
Used for get/setType.
dispose(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Disposes CustomTerminal and all of its resources.
dispose(). Method in class com.ibm.eNetwork.beans.HOD.HODBean
Disposes of the Bean when the caller is done with it.
dispose(). Method in class com.ibm.eNetwork.beans.HOD.HODPanelBean
Disposes of the Bean when the caller is done with it.
dispose(). Method in class com.ibm.eNetwork.beans.HOD.Macro
Cleans up Macro's base environment and working storage.
dispose(). Method in class com.ibm.eNetwork.beans.HOD.Screen
Disposes of Screen and all of its resources.
dispose(). Method in class com.ibm.eNetwork.beans.HOD.Session
Disposes of the Session and all of its resources.
dispose(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Disposes Terminal and all of its resources.
doClick(). Method in interface com.ibm.hi.customizer.beans.scci.SCButton
Performs the click operation by invoking the SCMacro.
doFontDecrease(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Decreases the font by one point size.
doFontIncrease(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Increases the font by one point size.
doValidValues(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Show the valid values for the current text field.
doWhatIsIt(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Show the help for the current text field.
drawBox(int). Method in class com.ibm.eNetwork.beans.HOD.Screen
Draws the cut and paste selection box on the screen.
drawBox(int). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Draws the cut and paste selection box on the screen.
DSPSOSI_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
DUP_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
DYNAMIC. Static variable in interface com.ibm.hi.customizer.beans.scci.SCButton
style for a dynamic, roll-over button
DYNAMIC_BUTTON_STYLE. Static variable in class com.ibm.hi.customizer.beans.CustomTerminal

E

EMPTY. Static variable in class com.ibm.eNetwork.beans.HOD.Macro
Empty property keyword.
ENABLE_COLOR. Static variable in class com.ibm.hi.customizer.beans.event.CustomStatusEvent
Static macro type to enable/disable Color from the menubar/toolbar
ENABLE_FONT. Static variable in class com.ibm.hi.customizer.beans.event.CustomStatusEvent
Static macro type to enable/disable font from the menubar
ENABLE_FONT_DECREASE. Static variable in class com.ibm.hi.customizer.beans.event.CustomStatusEvent
Static macro type to enable/disable font decrease from the toolbar
ENABLE_FONT_INCREASE. Static variable in class com.ibm.hi.customizer.beans.event.CustomStatusEvent
Static macro type to enable/disable font increase from the toolbar
ENABLE_IMAGEBUTTONS. Static variable in class com.ibm.hi.customizer.beans.event.CustomStatusEvent
Static macro type to enable/disable image button style from the menubar
ENABLE_LIGHTPEN. Static variable in class com.ibm.hi.customizer.beans.event.CustomStatusEvent
Static macro type to enable/disable lightpen selection from the menubar
ENABLE_MENUBUTTONS. Static variable in class com.ibm.hi.customizer.beans.event.CustomStatusEvent
Static macro type to enable/disable menubuttons style from the menubar
ENABLE_VVBUTTONS. Static variable in class com.ibm.hi.customizer.beans.event.CustomStatusEvent
Static macro type to enable/disable valid value style from the menubar
ENABLE_WEBLINKBUTTONS. Static variable in class com.ibm.hi.customizer.beans.event.CustomStatusEvent
Static macro type to enable/disable weblink style from the menubar
ENDLINE_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
ENDPUSH_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
endScreen(). Method in class com.ibm.eNetwork.beans.HOD.Macro
Wraps up and saves the current macro screen in recording.
ENPTUI. Static variable in class com.ibm.eNetwork.beans.HOD.Session
enptui property keyword
ENTER_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
ERASEEOF_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
ERASEINPUT_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
ERROR. Static variable in class com.ibm.eNetwork.beans.HOD.trace.TraceEvent
Event type of ERROR message
execute(). Method in class com.ibm.eNetwork.beans.HOD.MacroAction
Classes derived from this action must override this method for the action to be functional in the Macro bean.
execute(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionBoxSelect
Executes the macro box selection action.
execute(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionCommWait
Executes the pause action.
execute(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionCustom
Executes the macro callout action.
execute(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionExtract
Executes the macro extract action.
execute(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionInput
Executes the macro input action.
execute(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionMessage
Executes the macro message action.
execute(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionMouseClick
Executes the macro mouse click action.
execute(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionPause
Executes the pause action.
execute(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionPrompt
Executes the macro prompt action.
execute(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionTrace
Executes the macro trace action.
execute(MacroCustomActionEvent). Method in interface com.ibm.eNetwork.beans.HOD.event.MacroCustomActionListener
Called when a custom action listener should execute an action.
executeAction(MacroDebugActionEvent). Method in interface com.ibm.eNetwork.beans.HOD.event.MacroDebugListener
Called when an action for a particular screen is being executed.

F

F10_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
F11_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
F12_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
F13_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
F14_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
F15_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
F16_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
F17_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
F18_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
F19_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
F1_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
F20_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
F21_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
F22_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
F23_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
F24_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
F2_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
F3_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
F4_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
F5_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
F6_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
F7_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
F8_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
F9_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
FIELD_SEPARATOR. Static variable in class com.ibm.eNetwork.beans.HOD.KeyRemap
Field separator character
FILE_DEFAULTS. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacroCommand
Constant for setCommandType() File defaults
FileTransfer(). Constructor for class com.ibm.eNetwork.beans.HOD.FileTransfer
Constructor which uses the default values for all properties.
FileTransfer(Properties). Constructor for class com.ibm.eNetwork.beans.HOD.FileTransfer
Constructor which takes a Properties object containing the initial property settings.
FileTransferCustomizer(). Constructor for class com.ibm.eNetwork.beans.HOD.FileTransferCustomizer
FINAL_SCREEN_BOUNDARY. Static variable in class com.ibm.eNetwork.beans.HOD.Macro
FinalScreenBoundary property keyword.
FINAL_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
FLDBASE_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
FLDEXT_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
FLDMINUS_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
FLDMRK_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
FLDPLUS_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
FLDREV_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
FLDSHAPE_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
FONT_NAME. Static variable in class com.ibm.hi.customizer.beans.CustomTerminal
FONT_NAME. Static variable in class com.ibm.eNetwork.beans.HOD.Screen
fontName property keyword
FONT_SIZE. Static variable in class com.ibm.hi.customizer.beans.CustomTerminal
FONT_SIZE. Static variable in class com.ibm.eNetwork.beans.HOD.Screen
fontSize property keyword
FONT_SIZE_BOUNDED. Static variable in class com.ibm.eNetwork.beans.HOD.Screen
fontSizeBounded property keyword
FONT_STYLE. Static variable in class com.ibm.hi.customizer.beans.CustomTerminal
FONT_STYLE. Static variable in class com.ibm.eNetwork.beans.HOD.Screen
fontStyle property keyword
format(int, boolean). Method in class com.ibm.eNetwork.beans.HOD.MacroAction
Returns a formated string representation of the action.
format(int, boolean). Method in class com.ibm.eNetwork.beans.HOD.MacroActionBoxSelect
Formats the action object's contents into a readable string.
format(int, boolean). Method in class com.ibm.eNetwork.beans.HOD.MacroActionCommWait
Formats the action object's contents into a readable string.
format(int, boolean). Method in class com.ibm.eNetwork.beans.HOD.MacroActionCustom
Formats the action object's contents into a readable string.
format(int, boolean). Method in class com.ibm.eNetwork.beans.HOD.MacroActionExtract
Formats the action object's contents into a readable string.
format(int, boolean). Method in class com.ibm.eNetwork.beans.HOD.MacroActionInput
Formats the action object's contents into a readable string.
format(int, boolean). Method in class com.ibm.eNetwork.beans.HOD.MacroActionMessage
Formats the action object's contents into a readable string.
format(int, boolean). Method in class com.ibm.eNetwork.beans.HOD.MacroActionMouseClick
Formats the action object's contents into a readable string.
format(int, boolean). Method in class com.ibm.eNetwork.beans.HOD.MacroActionPause
Formats the action object's contents into a readable string.
format(int, boolean). Method in class com.ibm.eNetwork.beans.HOD.MacroActionPrompt
Formats the action object's contents into a readable string.
format(int, boolean). Method in class com.ibm.eNetwork.beans.HOD.MacroActions
Formats the object's contents into a readable string.
format(int, boolean). Method in class com.ibm.eNetwork.beans.HOD.MacroActionTrace
Formats the action object's contents into a readable string.
format(int, boolean). Method in class com.ibm.eNetwork.beans.HOD.MacroNextScreens
Formats the object's contents into a readable string.
format(int, boolean). Method in class com.ibm.eNetwork.beans.HOD.MacroScreen
Formats the object's contents into a readable string.
format(int, boolean). Method in class com.ibm.eNetwork.beans.HOD.MacroScreens
Formats the object's contents into a readable string.
formatSDString(ECLSDString). Method in class com.ibm.eNetwork.beans.HOD.event.MacroRecoDebugEvent
This method should be used in conjuction with the getActual method.
FWDTAB_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro

G

get(int). Method in class com.ibm.eNetwork.beans.HOD.MacroActions
Returns the macro action at the given index
get(int). Method in class com.ibm.eNetwork.beans.HOD.MacroPrompts
Returns the macro prompt action at the given index
get(int). Method in class com.ibm.eNetwork.beans.HOD.MacroScreens
Returns the macro screen at the given index
get(String). Method in class com.ibm.eNetwork.beans.HOD.MacroNextScreens
Returns the MacroScreen object corresponding to the given key in the next screens collection.
GET2POINT. Static variable in class com.ibm.hi.customizer.beans.CustomTerminal
getAction(). Method in class com.ibm.eNetwork.beans.HOD.event.MacroDebugActionEvent
Returns the MacroAction object contained in the MacroActions object that happened.
getActionIndex(). Method in class com.ibm.eNetwork.beans.HOD.event.MacroDebugActionEvent
Returns the index of the action (zero-based).
getActions(). Method in class com.ibm.eNetwork.beans.HOD.event.MacroDebugActionEvent
Returns the MacroActions collection object that is in the MacroScreen bean.
getActions(). Method in class com.ibm.eNetwork.beans.HOD.MacroScreen
Returns the actions associated with the screen.
getActual(ECLScreenDescriptor). Method in class com.ibm.eNetwork.beans.HOD.event.MacroRecoDebugEvent
Returns the what is actually on the host screen based on the parameters passed in the descriptor.
getApplet(). Method in interface com.ibm.eNetwork.HOD.HIFramework
Gets the Applet instance.
getArgs(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionCustom
Returns the callout arguments.
getArgs(). Method in class com.ibm.eNetwork.beans.HOD.event.MacroCustomActionEvent
Returns the arguments for the action.
getArgument(). Method in interface com.ibm.hi.customizer.beans.scci.SCMacroCommand
Gets the argument.
getAuthor(). Method in class com.ibm.eNetwork.beans.HOD.MacroScreens
Returns the author of the macro.
getBackgroundColor(). Method in interface com.ibm.hi.customizer.beans.scci.SCCustomComponent
Gets the background color.
getBalls(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns an array of all SCBall objects on the current screen.
getBIDIMode(). Method in class com.ibm.eNetwork.beans.HOD.Session
getBIDIMode(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
getBlinkRemapData(). Method in class com.ibm.eNetwork.beans.HOD.event.BlinkRemapEvent
Returns the color
getBlinkRemapModel(). Method in class com.ibm.eNetwork.beans.HOD.Screen
getBooleanValue(). Method in class com.ibm.hi.customizer.beans.event.CustomStatusEvent
Returns the boolean value of the object data for this event.
getButtons(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns an array of all SCButton objects on the current screen.
getButtonVVs(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns an array of all SCButtonVV objects on the current screen.
getByName(String). Method in class com.ibm.eNetwork.beans.HOD.MacroScreens
Convenience method that returns a macro screen that has the given Name.
getCancel(). Method in class com.ibm.eNetwork.beans.HOD.event.MacroPromptEvent
Returns the Cancel flag which halts the macro upon return from the event handler.
getCaption(). Method in interface com.ibm.hi.customizer.beans.scci.SCCustomComponent
Gets the displayed caption.
getCaretPosition(). Method in interface com.ibm.hi.customizer.beans.scci.SCTextComponent
Gets the position of the text insertion caret for this text component.
getCategory(String). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Obtains the Category the specified function belongs to.
getChangedMask(). Method in class com.ibm.eNetwork.beans.HOD.event.OIAEvent
Returns the changed OIA state mask.
getCheckboxes(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns an array of all SCCheckbox objects on the current screen.
getChoices(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns an array of all SCChoice objects on the current screen.
getCICSDefaultMode(). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns the current CICS default mode.
getCICSGetBinary(). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns the current CICS "Get" Binary string.
getCICSGetText(). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns the current CICS "Get" Text string.
getCICSGWCodePage(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.getCICSGWCodePage()
getCICSGWCodePage(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the current value of the CICSGWCodepage property.
getCICSGWCodePage(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.getCICSGWCodePage()
getCICSPutBinary(). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns the current CICS "Put" Binary string.
getCICSPutText(). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns the current CICS "Put" Text string.
getCICSServerName(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.getCICSServerName()
getCICSServerName(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the current value of the CICSServerName property.
getCICSServerName(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.getCICSServerName()
getClassName(). Method in class com.ibm.hi.customizer.beans.event.CustomMacroEvent
Returns the class name associated with this event.
getClassName(). Method in class com.ibm.eNetwork.beans.HOD.trace.TraceEvent
Returns the name of the class
getClickCount(). Method in class com.ibm.eNetwork.beans.HOD.event.ScreenMouseEvent
Returns the number of mouse clicks associated with this event.
getCodePage(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.getCodePage()
getCodePage(). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns the current value of the host codePage property.
getCodePage(). Method in class com.ibm.eNetwork.beans.HOD.KeyPad
Returns the value of the codePage property.
getCodePage(). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Acessor method for the codePage property.
getCodePage(). Method in class com.ibm.eNetwork.beans.HOD.Screen
Returns the value of the codePage property.
getCodePage(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the current value of the codePage property.
getCodePage(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.getCodePage()
getCodePageFlags(). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Obtains the current Codepage Flags.
getCol(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionInput
Returns the starting column position for the input action.
getCol(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionMouseClick
Returns the column position for the mouse click action.
getCol(). Method in class com.ibm.eNetwork.beans.HOD.event.ScreenMouseEvent
Returns the column of the mouse click if the mouse type is TEXT or OIA.
getColorRemapData(). Method in class com.ibm.eNetwork.beans.HOD.event.ColorRemapEvent
Returns the color
getColumn(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionPrompt
Returns the column position for the prompt.
getColumns(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns the number of columns represented on the screen.
getColumns(). Method in class com.ibm.eNetwork.beans.HOD.Screen
Returns the number of columns represented on the screen.
getColumns(). Method in interface com.ibm.hi.customizer.beans.scci.SCTextComponent
Gets the number of columns in this text component.
getColumns(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Returns the number of columns represented on the screen.
getCommandType(). Method in interface com.ibm.hi.customizer.beans.scci.SCMacroCommand
Gets the command type (one of the statically defined values above).
getComment(). Method in class com.ibm.eNetwork.beans.HOD.MacroScreen
Returns the comment text for the macro screen.
getCommStatus(). Method in class com.ibm.eNetwork.beans.HOD.event.CommEvent
Returns the communications status.
getCommStatus(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.getCommStatus()
getCommStatus(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the status of communications with the host.
getCommStatus(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.getCommStatus()
getComponent(). Method in class com.ibm.hi.customizer.beans.event.CustomEvent
Returns the Custom Component associated with this event.
getComponent(). Method in class com.ibm.eNetwork.beans.HOD.HODBean
Returns the trace component name for this object.
getComponent(). Method in class com.ibm.eNetwork.beans.HOD.HODPanelBean
Returns the trace component name for this object.
getComponent(). Method in class com.ibm.eNetwork.beans.HOD.event.ScreenMouseEvent
Returns the component that this event came from.
getComponent(). Method in interface com.ibm.eNetwork.beans.HOD.trace.TraceProducer
getCopyLength(). Method in interface com.ibm.hi.customizer.beans.scci.SCMacroCommand
Gets the copy length.
getCorrelator(). Method in class com.ibm.eNetwork.beans.HOD.trace.TraceEvent
Returns the correlator
getCurrentPS(). Method in class com.ibm.eNetwork.beans.HOD.event.MacroRecoDebugEvent
Returns the current presentation space object in the Macro bean.
getCursorDirection(). Method in class com.ibm.eNetwork.beans.HOD.Session
getCursorDirection(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
getCursorVisible(). Method in class com.ibm.eNetwork.beans.HOD.event.PSEvent
Returns whether the cursor is visible.
getCustomComponents(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns an array of all Custom Components on the current screen.
getCustomDir(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns the customDir property set by setCustomDir().
getCustomURL(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns the customURL property set by setCustomURL().
getData(). Method in class com.ibm.hi.customizer.beans.event.CustomEvent
Returns any custom data associated with this event.
getData(). Method in class com.ibm.eNetwork.beans.HOD.event.MacroExtractEvent
Retrieve the String array from the event.
getData(). Method in class com.ibm.eNetwork.beans.HOD.event.MacroTraceEvent
Returns the data text for the trace event.
getData(). Method in class com.ibm.eNetwork.beans.HOD.event.OIAEvent
Returns the data (if any) associated with the OIA state change.
getDate(). Method in class com.ibm.eNetwork.beans.HOD.MacroScreens
Returns the date the macro was created or changed.
getDefault(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionPrompt
Returns the default value for the prompt action.
getDescription(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionPrompt
Returns the description associated with the prompt action.
getDescription(). Method in class com.ibm.eNetwork.beans.HOD.event.MacroRecoDebugEvent
Returns the ECLScreenDesc object that is in the MacroScreen compared.
getDescription(). Method in class com.ibm.eNetwork.beans.HOD.MacroScreen
Returns the ECLScreenDesc object for the screen.
getDescription(). Method in class com.ibm.eNetwork.beans.HOD.MacroScreens
Returns the description of the macro.
getDescription(String). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Obtains the Description associated with the specified function.
getDeviceName(). Method in class com.ibm.eNetwork.beans.HOD.event.CommEvent
Returns the device name if one has been assigned, null otherwise.
getDeviceName(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.getDeviceName()
getDeviceName(). Method in class com.ibm.eNetwork.beans.HOD.Session
If isDeviceNameReady() is true, returns the device name in use, otherwise returns null.
getDeviceName(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
getDisplayImage(). Method in interface com.ibm.hi.customizer.beans.scci.SCImage
Gets the current image exactly as it is displayed.
getDisplayText(). Method in interface com.ibm.hi.customizer.beans.scci.SCCheckbox
Gets the displayText.
getDisplayText(). Method in interface com.ibm.hi.customizer.beans.scci.SCSelection
Get the selected displayText from the list.
getDisplayText(int). Method in interface com.ibm.hi.customizer.beans.scci.SCSelection
Gets the displayText at the specified index.
getEchoChar(). Method in interface com.ibm.hi.customizer.beans.scci.SCTextfield
Gets echo character.
getECLErr(). Method in class com.ibm.eNetwork.beans.HOD.event.CommEvent
Returns the ECLErr if one was assigned, null otherwise.
getECLErr(). Method in class com.ibm.eNetwork.beans.HOD.event.MacroStateEvent
Retrieve the ECLErr that was the cause of the MacroEvent.STATE_PLAY_ERROR.
getECLSession(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.getECLSession()
getECLSession(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the ECLSession object associated with this Session.
getECLSession(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.getECLSession()
getECol(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionBoxSelect
Returns the lower right column for the box selection area.
getECol(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionExtract
Returns the lower right column for the extract area.
getElapsed(). Method in class com.ibm.eNetwork.beans.HOD.event.MacroTickTockEvent
Returns the number of seconds elapsed for the next screen wait.
getEnd(). Method in class com.ibm.eNetwork.beans.HOD.event.PSEvent
Returns the end of the dirty area.
getERow(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionBoxSelect
Returns the lower right row for the box selection area.
getERow(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionExtract
Returns the lower right row for the extract area.
getException(). Method in class com.ibm.eNetwork.beans.HOD.trace.TraceEvent
Returns the exception
getExtract(). Method in class com.ibm.eNetwork.beans.HOD.event.MacroExtractCoordEvent
Returns the MacroActionExtract object for you to modify.
getExtractName(). Method in class com.ibm.eNetwork.beans.HOD.event.MacroExtractEvent
Retrieve the extract name from the event.
getFont(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns the current CustomTerminal font.
getFont(). Method in class com.ibm.eNetwork.beans.HOD.Screen
Returns the current Screen font.
getFont(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Returns the current Screen font.
getFontName(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns the value of the fontName property.
getFontName(). Method in class com.ibm.eNetwork.beans.HOD.Screen
Returns the value of the fontName property.
getFontName(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Returns the value of the fontName property.
getFontSize(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns the value of the fontSize property.
getFontSize(). Method in class com.ibm.eNetwork.beans.HOD.KeyPad
Returns the current font size.
getFontSize(). Method in class com.ibm.eNetwork.beans.HOD.Screen
Returns the value of the fontSize property.
getFontSize(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Returns the value of the fontSize property.
getFontStyle(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns the value of the fontStyle property.
getFontStyle(). Method in class com.ibm.eNetwork.beans.HOD.Screen
Returns the value of the fontStyle property.
getFontStyle(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Returns the value of the fontStyle property.
getForegroundColor(). Method in interface com.ibm.hi.customizer.beans.scci.SCCustomComponent
Gets the foreground color.
getFrame(). Method in interface com.ibm.eNetwork.HOD.HIFramework
Gets the parent Frame
getFrames(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns an array of all SCFrame objects on the current screen.
getFunction(). Method in class com.ibm.eNetwork.beans.HOD.HODBean
Returns the trace function name for this object.
getFunction(). Method in class com.ibm.eNetwork.beans.HOD.HODPanelBean
Returns the trace function name for this object.
getFunction(). Method in interface com.ibm.eNetwork.beans.HOD.trace.TraceProducer
getFunctionKey(). Method in interface com.ibm.hi.customizer.beans.scci.SCMacro
Gets the host function key.
getGlobalRead(). Method in interface com.ibm.hi.customizer.beans.scci.SCCustomComponent
Gets the global variable the component reads from.
getGlobalWrite(). Method in interface com.ibm.hi.customizer.beans.scci.SCCustomComponent
Gets the global variable the component writes to.
getGraphicsCellSize(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the current value of the graphicsCellSize property.
getGraphicsCellSize(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.getGraphicsCellSize()
getHelpCaption(). Method in interface com.ibm.hi.customizer.beans.scci.SCCustomComponent
Gets the help caption.
getHistorySize(). Method in class com.ibm.eNetwork.beans.HOD.Session
getHistorySize(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.getHistorySize()
getHost(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.getHost()
getHost(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the current value of the host property.
getHost(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.getHost()
getHostFileOrientation(). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns the current setting of the HostFileOrientation property.
getHostLinkLength(). Method in interface com.ibm.hi.customizer.beans.scci.SCCustomComponent
Gets the host-link length.
getHostLinkPosition(). Method in interface com.ibm.hi.customizer.beans.scci.SCCustomComponent
Gets the host-link position.
getHostLists(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns an array of all SCHostList objects on the current screen.
getHostPosition(). Method in interface com.ibm.hi.customizer.beans.scci.SCMacroCommand
Gets the host position.
getHostTerminal(). Method in interface com.ibm.eNetwork.HOD.HIFramework
Gets the HostTerminal instance.
getHostType(). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns the current value of the hostType property.
getID(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionCustom
Returns the callout identifier.
getID(). Method in class com.ibm.eNetwork.beans.HOD.event.MacroCustomActionEvent
Returns ID of the custom action
getImage(). Method in interface com.ibm.hi.customizer.beans.scci.SCImage
Gets the current image prior to any scaling or clipping.
getImageButtons(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns an array of all SCImageButton objects on the current screen.
getImageButtonStyle(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns the image button style.
getImageFileName(). Method in interface com.ibm.hi.customizer.beans.scci.SCImage
Gets the name of the file being displayed.
getImages(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns an array of all SCImage objects on the current screen.
getInsets(). Method in class com.ibm.eNetwork.beans.HOD.event.ScreenEvent
Returns the selected box coordinates from Screen.
getItemCount(). Method in interface com.ibm.hi.customizer.beans.scci.SCSelection
Gets the number of items in the list.
getKeyEvent(). Method in class com.ibm.eNetwork.beans.HOD.event.SendKeyEvent
Get the java.awt.event.KeyEvent object associated with the SendKeyEvent object as set by the Screen bean.
getKeys(). Method in class com.ibm.eNetwork.beans.HOD.event.SendKeyEvent
Returns the keys or function associated with this event.
getKeystroke(KeyEvent). Static method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Obtains the Keystroke associated with the specified KeyEvent.
getLabels(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns an array of all SCLabel objects on the current screen.
getLam_AlefCompression(). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns the current setting of the Lam_AlefCompression property.
getLam_AlefExpansion(). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns the current setting of the Lam_AlefExpansion property.
getLayoutType(). Method in interface com.ibm.hi.customizer.beans.scci.SCImage
Gets the layout type
getLength(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionPrompt
Returns the allowable length of the prompt data
getLine(). Method in class com.ibm.eNetwork.beans.HOD.event.MacroStateEvent
Retrieve the line of the Macro.
getLineNum(). Method in class com.ibm.eNetwork.beans.HOD.event.MacroParseStat
Returns the line number that the error occurred on.
getLineText(). Method in class com.ibm.eNetwork.beans.HOD.event.MacroParseStat
Returns the line text for the error.
getLists(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns an array of all SCList objects on the current screen.
getLookupFile(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns the lookup table name.
getLUMLicensing(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.getLUMLicensing()
getLUMLicensing(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the License method type
getLUMLicensing(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
getLUMPort(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.getLUMPort()
getLUMPort(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the LUM server port number
getLUMPort(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
getLUMServer(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.getLUMServer()
getLUMServer(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the LUM server
getLUMServer(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
getLUName(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.getLUName()
getLUName(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the current value of the LUName property.
getLUName(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.getLUName()
getMacro(). Method in class com.ibm.eNetwork.beans.HOD.Macro
Returns the current macro to a String.
getMacro(). Method in interface com.ibm.hi.customizer.beans.scci.SCButton
Gets the SCMacro.
getMacro(OutputStream). Method in class com.ibm.eNetwork.beans.HOD.Macro
Returns the current macro to an output stream.
getMacro(PrintWriter). Method in class com.ibm.eNetwork.beans.HOD.Macro
Returns the current macro to a PrintWriter.
getMacro(String). Method in interface com.ibm.eNetwork.beans.HOD.MacroIOProvider
Retrieves a macro from persistent storage.
getMacroArray(). Method in class com.ibm.eNetwork.beans.HOD.Macro
Returns the current macro to a string array.
getMacroAuthor(). Method in class com.ibm.eNetwork.beans.HOD.Macro
Returns the author of the macro.
getMacroBean(). Method in class com.ibm.eNetwork.beans.HOD.MacroManager
Returns the Macro object contained by MacroManager.
getMacroCommand(int). Method in interface com.ibm.hi.customizer.beans.scci.SCMacro
Gets the command from the command vector at specified index.
getMacroCommandCount(). Method in interface com.ibm.hi.customizer.beans.scci.SCMacro
Gets the number of commands in the commmand vector.
getMacroCommands(). Method in interface com.ibm.hi.customizer.beans.scci.SCMacro
Gets the command vector.
getMacroDate(). Method in class com.ibm.eNetwork.beans.HOD.Macro
Returns the date of the macro.
getMacroDescription(). Method in class com.ibm.eNetwork.beans.HOD.Macro
Returns the description of the macro.
getMacroList(). Method in class com.ibm.eNetwork.beans.HOD.MacroManager
Returns the list of currently available macros.
getMacroName(). Method in class com.ibm.eNetwork.beans.HOD.Macro
Returns the name of the macro.
getMacroScreen(). Method in class com.ibm.eNetwork.beans.HOD.event.MacroStateEvent
Return the current MacroScreen object for the state.
getMacroType(). Method in class com.ibm.hi.customizer.beans.event.CustomMacroEvent
Returns the macro type for this macro event.
getMapping(String). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Obtains the function that the specified Keystroke remaps too.
getMenuButtonStyle(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns the menu button style.
getMessage(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionMessage
Returns the message text
getMessage(). Method in class com.ibm.eNetwork.beans.HOD.event.MacroErrorEvent
Returns the error message for the error event.
getMessage(). Method in class com.ibm.eNetwork.beans.HOD.event.MacroMessageEvent
Returns the message text for the message event.
getMethod(). Method in class com.ibm.eNetwork.beans.HOD.trace.TraceEvent
Returns the method name
getMouseEvent(). Method in class com.ibm.eNetwork.beans.HOD.event.ScreenMouseEvent
Returns the original mouse event from Screen.
getMouseOverColor(). Method in interface com.ibm.hi.customizer.beans.scci.SCWebLink
Gets the mouse over color.
getMsgType(). Method in class com.ibm.eNetwork.beans.HOD.trace.TraceEvent
Returns the message type
getMVSDefaultMode(). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns the current MVS default mode.
getMVSGetBinary(). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns the current MVS "Get" Binary string.
getMVSGetText(). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns the current MVS "Get" Text string.
getMVSPutBinary(). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns the current MVS "Put" Binary string.
getMVSPutText(). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns the current MVS "Put" Text string.
getName(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionExtract
Returns the identifying name for the extract.
getName(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionPrompt
Returns the name for the prompt action.
getName(). Method in class com.ibm.eNetwork.beans.HOD.MacroScreen
Returns the unique identifier for the screen.
getName(). Method in class com.ibm.eNetwork.beans.HOD.MacroScreens
Returns the name of the macro.
getNewState(). Method in class com.ibm.eNetwork.beans.HOD.event.OIAEvent
Returns the new OIA state flags.
getNextScreens(). Method in class com.ibm.eNetwork.beans.HOD.MacroScreen
Returns the collection of valid next screens.
getNextScreens(). Method in class com.ibm.eNetwork.beans.HOD.event.MacroTickTockEvent
Returns the MacroNextScreens object that contains the MacroScreen objects that the Macro bean is expecting to appear from the host.
getNumeralShape(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.getNumeralShape()
getNumeralShape(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the current value of the NumeralShape property.
getNumeralShape(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.getNumeralShape()
getNumeralShapeDisp(). Method in class com.ibm.eNetwork.beans.HOD.Session
getNumeralShapeDisp(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
getNumPrompts(). Method in class com.ibm.eNetwork.beans.HOD.MacroPrompts
Returns the number of prompts in the MacroPrompts object.
getOption(). Method in class com.ibm.eNetwork.beans.HOD.event.GUIEvent
Returns the option.
getOS400DefaultMode(). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns the current OS400 default mode.
getOS400GetBinary(). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns the current OS400 "Get" Binary string.
getOS400GetText(). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns the current OS400 "Get" Text string.
getOS400ProxyServerDstAddr(). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns the current Proxy Server destination address.
getOS400ProxyServerDstPort(). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns the current Proxy Server destination port.
getOS400PutBinary(). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns the current OS400 "Put" Binary string.
getOS400PutText(). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns the current OS400 "Put" Text string.
getOS400XferDstAddr(). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns the current OS400 File transfer destination address.
getOS400XferUserID(). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns the current OS400 File transfer user ID.
getPad(). Method in class com.ibm.eNetwork.beans.HOD.KeyPad
Returns the value of the pad property.
getParam(). Method in class com.ibm.eNetwork.beans.HOD.event.GUIEvent
Returns the parameter.
getParsedMacro(). Method in class com.ibm.eNetwork.beans.HOD.Macro
Returns the current macro as a MacroScreens object.
getPasteTabColumns(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the current value of the pasteTabColumns property.
getPasteTabColumns(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.getPasteTabColumns()
getPasteTabOptions(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the current setting of the pasteOptionsType property.
getPasteTabOptions(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.getPasteTabOptions()
getPasteTabSpaces(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the current value of the pasteTabSpaces property.
getPasteTabSpaces(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.getPasteTabSpaces()
getPause(). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns the current setting of the pause property.
getPauseTime(). Method in class com.ibm.eNetwork.beans.HOD.Macro
Returns the pause value for the macro.
getPauseTime(). Method in class com.ibm.eNetwork.beans.HOD.MacroScreens
Returns the pause time for the macro.
getPCCodePage(). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns the current value of the PCCodePage property.
getPCFileOrientation(). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns the current setting of the PCFileOrientation property.
getPCFileType(). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns the current setting of the PCFileType property.
getPort(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.getPort()
getPort(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the current value of the port property.
getPort(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.getPort()
getPosition(). Method in class com.ibm.eNetwork.beans.HOD.HODScrollBar
getPrinterName(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the current value of the printerName property.
getPrinterName(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.getPrinterName()
getPrintFileName(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the current value of the printFileName property.
getPrintFileName(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.getPrintFileName()
getProduct(). Method in class com.ibm.eNetwork.beans.HOD.trace.TraceEvent
Returns the product
getPromptDefault(String). Method in class com.ibm.eNetwork.beans.HOD.MacroPrompts
Gets the default value of a prompt using a prompt name.
getPromptName(int). Method in class com.ibm.eNetwork.beans.HOD.MacroPrompts
Gets the name of a prompt at a given index.
getPrompts(). Method in class com.ibm.eNetwork.beans.HOD.event.MacroPromptEvent
Retrieve the MacroPrompts object from the event.
getPromptValue(String). Method in class com.ibm.eNetwork.beans.HOD.MacroPrompts
Gets the value of a prompt using a prompt name.
getProperties(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Get the properties for this bean.
getProperties(). Method in class com.ibm.eNetwork.beans.HOD.HODBean
Returns the bean's properties.
getProperties(). Method in class com.ibm.eNetwork.beans.HOD.HODPanelBean
Returns the bean's properties.
getProperties(). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Obtains a Properties object containing the current properties of the Bean.
getProperties(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the current properties for Session.
getPS(). Method in class com.ibm.eNetwork.beans.HOD.event.MacroExtractEvent
Retrieve the Host Access Class Library (HACL) presentation space object that was used by the Macro bean for the extract.
getPS(). Method in class com.ibm.eNetwork.beans.HOD.event.PSEvent
Returns the base ECLPS object associated with this event.
getPSEventType(). Method in class com.ibm.eNetwork.beans.HOD.Macro
Returns the type of Presentation Space (PS) event that the Macro bean monitors for screen matching.
getRadioButtons(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns an array of all SCRadioButton objects on the current screen.
getRecoGoto(). Method in class com.ibm.eNetwork.beans.HOD.MacroScreen
Returns the screen name of another screen to go to if the recognition limit is reached.
getRecoIncrement(). Method in class com.ibm.eNetwork.beans.HOD.MacroScreen
Returns the reco limit tracking value
getRecoLimit(). Method in class com.ibm.eNetwork.beans.HOD.MacroScreen
Returns the macro screen's reco limit.
getRemaining(). Method in class com.ibm.eNetwork.beans.HOD.event.MacroTickTockEvent
Returns the number of seconds remaining for the next screen wait.
getRow(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionInput
Returns the starting row position for the input action.
getRow(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionMouseClick
Returns the row position for the mouse click action.
getRow(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionPrompt
Returns the row position for the prompt
getRow(). Method in class com.ibm.eNetwork.beans.HOD.event.ScreenMouseEvent
Returns the row of the mouse click if the mouse type is TEXT or OIA.
getRowCol(). Method in class com.ibm.eNetwork.beans.HOD.event.ScreenMouseEvent
Returns the row and column of the mouse click if the mouse type is TEXT or OIA.
getRows(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns the number of rows represented on the screen.
getRows(). Method in class com.ibm.eNetwork.beans.HOD.Screen
Returns the number of rows represented on the screen.
getRows(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Returns the number of rows represented on the screen.
getSCol(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionBoxSelect
Returns the upper left column for the box selection area.
getSCol(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionExtract
Returns the upper left column for the extract area.
getScreen(). Method in class com.ibm.eNetwork.beans.HOD.event.MacroDebugActionEvent
Returns the MacroScreen to which the action belonged.
getScreen(). Method in class com.ibm.eNetwork.beans.HOD.event.MacroExtractCoordEvent
Returns the owning MacroScreen screen object for the extract action.
getScreen(). Method in class com.ibm.eNetwork.beans.HOD.event.MacroLoopEvent
Retrieve the MacroScreen object from the event.
getScreen(). Method in class com.ibm.eNetwork.beans.HOD.event.MacroRecoDebugEvent
Returns the MacroScreen object for the event
getScreenID(). Method in class com.ibm.hi.customizer.beans.event.CustomEvent
Returns the screen ID associated with this event.
getScreenID(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns the current screen ID.
getScreenLineNum(). Method in class com.ibm.eNetwork.beans.HOD.event.MacroRecoDebugEvent
Returns the line number of the MacroScreen object for the event
getScreens(MacroScreens). Method in class com.ibm.eNetwork.beans.HOD.event.MacroRecoDebugEvent
Returns MacroScreens object for the event.
getScreenSize(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.getScreenSize()
getScreenSize(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the current value of the screenSize property.
getScreenSize(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.getScreenSize()
getScreenType(). Method in class com.ibm.hi.customizer.beans.event.CustomScreenEvent
Returns the screen type.
getSelected(boolean). Method in class com.ibm.eNetwork.beans.HOD.Screen
Returns an Insets object containing the coordinates, in Screen rows and columns, for the selected box.
getSelected(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Returns an Insets object containing the coordinates, in Screen rows and columns, for the selected box.
getSelectedIndex(). Method in interface com.ibm.hi.customizer.beans.scci.SCSelection
Gets the index of the selected item.
getSelectedPanelIndex(). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Obtains the index of the currently displayed panel.
getSelectedText(). Method in interface com.ibm.hi.customizer.beans.scci.SCTextComponent
Gets the selected text.
getSelectionEnd(). Method in interface com.ibm.hi.customizer.beans.scci.SCTextComponent
Gets the end position of the selected text in this text component.
getSelectionStart(). Method in interface com.ibm.hi.customizer.beans.scci.SCTextComponent
Gets the start position of the selected text in this text component.
getSendText(). Method in interface com.ibm.hi.customizer.beans.scci.SCCheckbox
Gets the sendText associated with the current state of the checkbox.
getSendText(). Method in interface com.ibm.hi.customizer.beans.scci.SCSelection
Gets the selected sendText from the list.
getSendText(boolean). Method in interface com.ibm.hi.customizer.beans.scci.SCCheckbox
Gets the sendText associated with a specified state for the checkbox.
getSendText(int). Method in interface com.ibm.hi.customizer.beans.scci.SCSelection
Gets the sendText at the specified index.
getServiceMgrHost(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.getServiceMgrHost()
getServiceMgrHost(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the HOD server
getServiceMgrHost(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
getSession(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns the Session bean associated with this Terminal
getSession(). Method in class com.ibm.eNetwork.beans.HOD.Session
Needed for SessionInterface
getSession(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Returns the Session bean associated with this Terminal
getSessionID(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.getSessionID()
getSessionID(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the value of the sessionID property.
getSessionID(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.getSessionID()
getSessionName(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.getSessionName()
getSessionName(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the value of the sessionName property.
getSessionName(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.getSessionName()
getSessionType(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.getSessionType()
getSessionType(). Method in class com.ibm.eNetwork.beans.HOD.KeyPad
Returns the value of the sessionType property.
getSessionType(). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Acessor method for the sessionType property.
getSessionType(). Method in class com.ibm.eNetwork.beans.HOD.Screen
Returns the value of the sessionType property.
getSessionType(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the current setting of the sessionType property.
getSessionType(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.getSessionType()
getShape(). Method in class com.ibm.eNetwork.beans.HOD.KeyPad
Returns the value of the shape property.
getSLPAS400Name(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.getSLPAS400Name()
getSLPAS400Name(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the current value of the SLPAS400Name property.
getSLPAS400Name(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.getSLPAS400Name()
getSLPHost(). Method in class com.ibm.eNetwork.beans.HOD.event.CommEvent
Returns the host name if one has been assigned, null otherwise.
getSLPMaxWaitTime(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.getSLPMaxWaitTime()
getSLPMaxWaitTime(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the current value of the SLPMaxWaitTime property.
getSLPMaxWaitTime(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.getSLPMaxWaitTime()
getSLPPort(). Method in class com.ibm.eNetwork.beans.HOD.event.CommEvent
Returns the port name if one has been assigned, null otherwise.
getSLPScope(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.getSLPScope()
getSLPScope(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the current value of the SLPScope property.
getSLPScope(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.getSLPScope()
getSRow(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionBoxSelect
Returns the upper left row for the box selection area.
getSRow(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionExtract
Returns the upper left row for the extract area.
getSSLCertificateURL(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.getSSLCertificateURL()
getSSLCertificateURL(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the current value of the SSLCertificateURL property.
getSSLCertificateURL(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.getSSLCertificateURL()
getStandardTimeout(). Method in class com.ibm.eNetwork.beans.HOD.Macro
Returns the standard timeout value for the macro.
getStart(). Method in class com.ibm.eNetwork.beans.HOD.event.PSEvent
Returns the start of the dirty area.
getState(). Method in class com.ibm.eNetwork.beans.HOD.Macro
Returns the current state of the Macro Bean.
getState(). Method in class com.ibm.eNetwork.beans.HOD.MacroManager
Returns the state of the current macro.
getState(). Method in class com.ibm.eNetwork.beans.HOD.event.MacroStateEvent
Retrieve the state of the Macro.
getStatMessage(). Method in class com.ibm.eNetwork.beans.HOD.event.MacroParseStat
Returns the error message.
getStatus(). Method in class com.ibm.hi.customizer.beans.event.CustomStatusEvent
Returns the string associated with this event, if one is available.
getStatusType(). Method in class com.ibm.hi.customizer.beans.event.CustomStatusEvent
Returns the status type for this event.
getStyle(). Method in interface com.ibm.hi.customizer.beans.scci.SCBall
Returns the display style for the component.
getStyle(). Method in interface com.ibm.hi.customizer.beans.scci.SCButtonVV
Returns the display style for the component.
getStyle(). Method in interface com.ibm.hi.customizer.beans.scci.SCImageButton
Returns the display style for the component.
getStyle(). Method in interface com.ibm.hi.customizer.beans.scci.SCWebLink
Returns the display style for the component.
getTabNumber(). Method in interface com.ibm.hi.customizer.beans.scci.SCCustomComponent
Gets the tab number.
getTemplate(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns the template property set by setTemplate().
getText(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionInput
Returns the text for the input action.
getText(). Method in interface com.ibm.hi.customizer.beans.scci.SCTextComponent
Gets the text.
getText(int, int). Method in interface com.ibm.hi.customizer.beans.scci.SCTextComponent
Gets the text starting at the specified offset of the specified length.
getTextfields(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns an array of all SCTextfield objects on the current screen.
getTextOrientation(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.getTextOrientation()
getTextOrientation(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the current value of the TextOrientation property.
getTextOrientation(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.getTextOrientation()
getTextType(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.getTextType()
getTextType(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the current value of the TextType property.
getTextType(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.getTextType()
getTextTypeDisp(). Method in class com.ibm.eNetwork.beans.HOD.Session
getTextTypeDisp(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
getThaiDisplayMode(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.getThaiDisplayMode()
getThaiDisplayMode(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the current value of the ThaiDisplayMode property
getThaiDisplayMode(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.getThaiDisplayMode()
getThreadID(). Method in class com.ibm.eNetwork.beans.HOD.trace.TraceEvent
Returns the ThreadID
getTimeout(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionCommWait
Returns the timeout for communication wait.
getTimeout(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionPause
Returns the duration of the pause action.
getTimeout(). Method in class com.ibm.eNetwork.beans.HOD.MacroNextScreens
Returns the timeout value for the next screens to appear.
getTimeout(). Method in class com.ibm.eNetwork.beans.HOD.MacroScreens
Returns the default next screens timeout value for the macro.
getTimeoutValue(). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns the current value of the timeoutValue property.
getTitle(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionMessage
Returns the title text
getTitle(). Method in class com.ibm.eNetwork.beans.HOD.event.MacroMessageEvent
Returns the title text for the message event.
getTotal(). Method in class com.ibm.eNetwork.beans.HOD.event.MacroTickTockEvent
Returns the total number of seconds used for the next screen wait.
getTraceData(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionTrace
Returns the data for the trace.
getTraceLevel(). Method in class com.ibm.eNetwork.beans.HOD.HODBean
Returns the current trace level for this object.
getTraceLevel(). Method in class com.ibm.eNetwork.beans.HOD.HODPanelBean
Returns the current trace level for this object.
getTraceLevel(). Method in interface com.ibm.eNetwork.beans.HOD.trace.TraceProducer
getTraceListeners(). Static method in class com.ibm.eNetwork.beans.HOD.trace.BeanTrace
getTraceName(). Method in class com.ibm.eNetwork.beans.HOD.ColorRemap
Returns a trace identifier for this bean
getTraceName(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns a trace identifier for this bean.
getTraceName(). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns a trace identifier for this bean
getTraceName(). Method in class com.ibm.eNetwork.beans.HOD.HODBean
Returns the trace name for this object.
getTraceName(). Method in class com.ibm.eNetwork.beans.HOD.HODPanelBean
Returns the trace name for this object.
getTraceName(). Method in class com.ibm.eNetwork.beans.HOD.KeyPad
Returns the trace name for this object.
getTraceName(). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Obtains a trace identifier for this bean
getTraceName(). Method in class com.ibm.eNetwork.beans.HOD.MacroManager
Returns a trace identifier for this bean
getTraceName(). Method in class com.ibm.eNetwork.beans.HOD.Screen
Returns a trace identifier for this bean.
getTraceName(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns a trace identifier for this bean
getTraceName(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
returns a trace identifier for this bean
getTraceName(). Method in class com.ibm.eNetwork.beans.HOD.trace.TraceEvent
Returns the trace identifier string for this trace event
getTraceProducer(). Method in class com.ibm.eNetwork.beans.HOD.trace.TraceEvent
Returns the Producer of the event
getTraceString(). Method in class com.ibm.eNetwork.beans.HOD.trace.TraceEvent
Returns the actual trace message
getTraceType(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionTrace
Returns the trace type.
getType(). Method in class com.ibm.hi.customizer.beans.event.CustomEvent
Returns the event type.
getType(). Method in class com.ibm.eNetwork.beans.HOD.event.GUIEvent
Returns the event type.
getType(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionBoxSelect
Returns the type for the selection action.
getType(). Method in class com.ibm.eNetwork.beans.HOD.event.MacroTraceEvent
Returns the trace type for the trace event.
getType(). Method in class com.ibm.eNetwork.beans.HOD.event.ScreenEvent
Returns the event type.
getType(). Method in class com.ibm.eNetwork.beans.HOD.event.ScreenMouseEvent
Returns the event type.
getType(). Method in class com.ibm.eNetwork.beans.HOD.trace.TraceEvent
Returns the event type
getUniqueName(). Method in class com.ibm.eNetwork.beans.HOD.MacroScreens
Returns a unique screen Name string for a possible MacroScreen object to be added to the collection.
getURL(). Method in class com.ibm.eNetwork.beans.HOD.event.ScreenEvent
Returns the URL.
getValidValueButtonStyle(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns the valid values button style.
getValue(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionPrompt
Returns the prompted value for the prompt action.
getValues(). Method in interface com.ibm.hi.customizer.beans.scci.SCButtonVV
Get the Valid Values
getVersion(). Method in class com.ibm.eNetwork.beans.HOD.HODBean
getVersion(). Method in class com.ibm.eNetwork.beans.HOD.HODPanelBean
getVisitedColor(). Method in interface com.ibm.hi.customizer.beans.scci.SCWebLink
Gets the visited color.
getVMDefaultMode(). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns the current VM default mode.
getVMGetBinary(). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns the current VM "Get" Binary string.
getVMGetText(). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns the current VM "Get" Text string.
getVMPutBinary(). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns the current VM "Put" Binary string.
getVMPutText(). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns the current VM "Put" Text string.
getVTAnswerBackMsg(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the current value of the VTAnswerBackMsg property.
getVTAnswerBackMsg(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.getVTAnswerBackMsg()
getVTTerminalType(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the current value of the VTTerminalType property.
getVTTerminalType(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.getVTTerminalType()
getWaitType(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionCommWait
Returns the communication type of the action.
getWebLinkButtonStyle(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns the web link button style.
getWebLinks(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns an array of all SCWebLink objects on the current screen.
getWidth(). Method in class com.ibm.eNetwork.beans.HOD.HODScrollBar
getWorkstationID(). Method in class com.ibm.eNetwork.beans.HOD.event.CommEvent
Returns the workstation ID if one has been assigned, null otherwise.
getWorkstationID(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.getWorkstationID()
getWorkstationID(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the current value of the workstation ID property.
getWorkstationID(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.getWorkstationID()
getX(). Method in class com.ibm.eNetwork.beans.HOD.event.ScreenMouseEvent
Returns the x pixel coordinate relative to coordinate (0,0) of the component that generated the mouse event.
getY(). Method in class com.ibm.eNetwork.beans.HOD.event.ScreenMouseEvent
Returns the y pixel coordinate relative to coordinate (0,0) of the component that generated the mouse event.
GRAPHICS_CELL_SIZE. Static variable in class com.ibm.eNetwork.beans.HOD.Session
graphicsCellSize property keyword
graphicsEvent(ECLPSGraphicsEvent). Method in class com.ibm.eNetwork.beans.HOD.Screen
This method is called for all ECLPSGraphicsEvent except ECLPSGraphicsEvent.GRAPHICS_UPDATED.
graphicsUpdated(ECLPSGraphicsEvent). Method in class com.ibm.eNetwork.beans.HOD.Screen
This method is called when the graphics presentation space generates a ECLPSGraphicsEvent with an ID of ECLPSGraphicsEvent.GRAPHICS_UPDATED.
GUIEvent(GUIEvent). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Handler method for GUIEvents.
GUIEvent(GUIEvent). Method in interface com.ibm.eNetwork.beans.HOD.event.GUIListener
Invoked when a GUI event occurs.
GUIEvent(GUIEvent). Method in class com.ibm.eNetwork.beans.HOD.Screen
Handler method for GUIEvents.
GUIEvent(GUIEvent). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Handler method for GUIEvents.
GUIEvent(Object, String). Constructor for class com.ibm.eNetwork.beans.HOD.event.GUIEvent
Constructs a new GUI event with the specified source and type.
GUIEvent(Object, String, String, boolean). Constructor for class com.ibm.eNetwork.beans.HOD.event.GUIEvent

H

halt(). Method in class com.ibm.eNetwork.beans.HOD.MacroAction
Classes derived from this action must override this method to do any cleanup handling if the Macro bean calls this method to stop an action in the middle of its execution.
halt(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionCommWait
Halts the action.
halt(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionCustom
Halts the macro callout action.
halt(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionPause
Halts the pause action.
halt(MacroCustomActionEvent). Method in interface com.ibm.eNetwork.beans.HOD.event.MacroCustomActionListener
Called when a custom action listener should halt its execution.
hasFocus(). Method in interface com.ibm.hi.customizer.beans.scci.SCCustomComponent
Determines if this component has focus or not.
HELP_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
HIDE. Static variable in class com.ibm.eNetwork.beans.HOD.trace.TraceEvent
Event type of HIDE
HISTORY. Static variable in class com.ibm.eNetwork.beans.HOD.Session
History property keyword
HISTORY_SIZE. Static variable in class com.ibm.eNetwork.beans.HOD.Session
History size property keyword
HODScrollBar(int, int, int, int, int). Constructor for class com.ibm.eNetwork.beans.HOD.HODScrollBar
HOME_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
HORIZONTAL. Static variable in interface com.ibm.hi.customizer.beans.scci.SCImage
Constant for setLayoutType() Will scale horizontally; possible distortion, possible clipping.
HOST. Static variable in class com.ibm.eNetwork.beans.HOD.Session
host property keyword
HOST_FILE_ORIENTATION. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
hostFileOrientation property keyword
HOST_FUNCTIONS. Static variable in class com.ibm.eNetwork.beans.HOD.KeyRemap
Host Functions category definition string
HOST_GRAPHICS. Static variable in class com.ibm.eNetwork.beans.HOD.Session
hostGraphics property keyword
HOST_TYPE. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
hostType property keyword
HostTerminal(). Constructor for class com.ibm.eNetwork.beans.HOD.HostTerminal
HostTerminal(Properties). Constructor for class com.ibm.eNetwork.beans.HOD.HostTerminal
HOTSPOTS. Static variable in class com.ibm.hi.customizer.beans.CustomTerminal

I

IMAGE_BUTTON_STYLE. Static variable in class com.ibm.hi.customizer.beans.CustomTerminal
IMPLICIT. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
PCFileType property value - Implicit
indexOf(MacroAction). Method in class com.ibm.eNetwork.beans.HOD.MacroActions
Returns the index of the given macro action.
indexOf(MacroActionPrompt). Method in class com.ibm.eNetwork.beans.HOD.MacroPrompts
Returns the index of the given macro prompt action.
indexOf(MacroScreen). Method in class com.ibm.eNetwork.beans.HOD.MacroScreens
Returns the index of the given macro screen.
INFORMATIONAL. Static variable in class com.ibm.eNetwork.beans.HOD.trace.TraceEvent
Event type of INFORMATIONAL message
init(HIFramework). Method in interface com.ibm.eNetwork.HOD.CustomInterface
INITIAL_PROMPT. Static variable in class com.ibm.eNetwork.beans.HOD.Macro
InitialPrompt property keyword.
INITIAL_SCREEN_BOUNDARY. Static variable in class com.ibm.eNetwork.beans.HOD.Macro
InitialScreenBoundary property keyword.
INITIAL_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
INSERT_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
insertConnectionWait(int, int). Method in class com.ibm.eNetwork.beans.HOD.Macro
Inserts a waitForConnection statement into the current macro.
insertCustomAction(String, String). Method in class com.ibm.eNetwork.beans.HOD.Macro
Inserts a custom action into the current macro screen during recording.
insertDataExtract(String, int, int, int, int). Method in class com.ibm.eNetwork.beans.HOD.Macro
Method that inserts a data extract sequence into the macro string.
insertInput(String, boolean, boolean). Method in class com.ibm.eNetwork.beans.HOD.Macro
Inserts an input action into the current macro screen during recording.
insertInput(String, int, int, boolean, boolean). Method in class com.ibm.eNetwork.beans.HOD.Macro
Inserts an input action into the current macro screen during recording.
insertMessage(String, String). Method in class com.ibm.eNetwork.beans.HOD.Macro
Inserts a message action into the current macro screen during recording.
insertOIAWait(). Method in class com.ibm.eNetwork.beans.HOD.Macro
Inserts a standard OIA wait into the current macro.
insertPause(long). Method in class com.ibm.eNetwork.beans.HOD.Macro
Inserts a pause action into the current macro screen during recording.
insertPrompt(int, int, int, String, String, boolean). Method in class com.ibm.eNetwork.beans.HOD.Macro
Inserts a user prompt sequence into the current macro.
insertPrompt(int, int, int, String, String, boolean, boolean, boolean). Method in class com.ibm.eNetwork.beans.HOD.Macro
Inserts a password user prompt sequence into the current macro.
insertPrompt(String, String, String, String, String, boolean). Method in class com.ibm.eNetwork.beans.HOD.Macro
Inserts a user prompt sequence into the current macro.
insertPrompt(String, String, String, String, String, boolean, String). Method in class com.ibm.eNetwork.beans.HOD.Macro
Inserts a password user prompt sequence into the current macro.
insertScreenDesc(boolean, boolean, boolean, boolean). Method in class com.ibm.eNetwork.beans.HOD.Macro
Inserts new screen description elements into the current macro screen.
insertScreenDesc(boolean, boolean, String, String). Method in class com.ibm.eNetwork.beans.HOD.Macro
Inserts a new Smart Wait sequence into the current macro.
insertScreenDesc(int, int). Method in class com.ibm.eNetwork.beans.HOD.Macro
Inserts a new screen string description element into the current macro screen.
insertScreenDesc(int, int, int, int). Method in class com.ibm.eNetwork.beans.HOD.Macro
Inserts a screen string description element into the current macro screen.
insertSDAttrib(char, int, int, int, boolean, boolean). Method in class com.ibm.eNetwork.beans.HOD.Macro
Inserts an attribute description element into the current screen based on the given parameters.
insertSDCursor(int, int, boolean, boolean). Method in class com.ibm.eNetwork.beans.HOD.Macro
Inserts a cursor position description element into the current screen based on the given parameters.
insertSDCustom(ECLCustomRecoListener, String, boolean). Method in class com.ibm.eNetwork.beans.HOD.Macro
Inserts a custom description element into the current screen based on the given parameters.
insertSDFields(int, boolean, boolean). Method in class com.ibm.eNetwork.beans.HOD.Macro
Inserts a field count description element into the current screen based on the given parameters.
insertSDInputFields(int, boolean, boolean). Method in class com.ibm.eNetwork.beans.HOD.Macro
Inserts an input field count description element into the current screen based on the given parameters.
insertSDOIA(int, boolean, boolean). Method in class com.ibm.eNetwork.beans.HOD.Macro
Inserts an OIA status description element into the current screen based on the given parameters.
insertSDString(String, int, int, boolean, boolean, boolean). Method in class com.ibm.eNetwork.beans.HOD.Macro
Inserts a string description element into the current screen based on the given parameters.
insertSDString(String, int, int, int, int, boolean, boolean, boolean). Method in class com.ibm.eNetwork.beans.HOD.Macro
Inserts a string description element into the current screen based on the given parameters.
insertTrace(String, int). Method in class com.ibm.eNetwork.beans.HOD.Macro
Inserts a trace action into the current macro screen during recording.
insertXfer(int, String, String, String, boolean, int, String, String, String, String, String, String). Method in class com.ibm.eNetwork.beans.HOD.Macro
Inserts a file transfer action into the current macro screen during recording.
is3D(). Method in class com.ibm.eNetwork.beans.HOD.Screen
Returns the value of the 3D property.
is3D(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Returns the value of the 3D property.
isAccessibilityEnabled(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns accessibilityEnabled state.
isAccessibilityEnabled(). Method in class com.ibm.eNetwork.beans.HOD.Screen
Returns the value of the accessibilityEnabled property.
isAccessibilityEnabled(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Returns the value of the accessibilityEnabled property.
isAdvRecordEnabled(). Method in class com.ibm.eNetwork.beans.HOD.MacroManager
Returns MacroManager's advanced recording capabilities state.
isAutoApply(). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Acessor method for the autoApply property.
isAutoConnect(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.isAutoConnect()
isAutoConnect(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the value of the autoConnect property.
isAutoConnect(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.isAutoConnect()
isAutoFontSize(). Method in class com.ibm.eNetwork.beans.HOD.Screen
Returns the value of the autoFontSize property.
isAutoFontSize(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Returns the value of the autoFontSize property.
isAutoPack(). Method in class com.ibm.eNetwork.beans.HOD.Screen
Returns the value of the autoPack property.
isAutoPack(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Returns the value of the autoPack property.
isAutoReconnect(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.isAutoReconnect()
isAutoReconnect(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the current value of the autoReconnect property.
isAutoReconnect(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.isAutoReconnect()
isBlockCursor(). Method in class com.ibm.eNetwork.beans.HOD.Screen
Returns the value of the blockcursor property.
isBlockCursor(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Returns the value of the blockcursor property.
isButtonTextVisible(). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns the current setting of the buttonTextVisible property.
isButtonTextVisible(). Method in class com.ibm.eNetwork.beans.HOD.MacroManager
Returns the text visibility state of the text in the buttons of MacroManager.
isCentered(). Method in class com.ibm.eNetwork.beans.HOD.Screen
Returns the value of the centered property.
isCentered(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Returns the value of the centered property.
isCICSClear(). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns the current CICS Clear setting.
isClearField(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionPrompt
Returns whether the prompt action clears the host field before placing data on the screen.
isCommReady(). Method in class com.ibm.eNetwork.beans.HOD.event.CommEvent
Returns whether or not communications is ready.
isCommReady(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns true if the host is ready for interaction, otherwise returns false.
isCommStarted(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.isCommStarted()
isCommStarted(). Method in class com.ibm.eNetwork.beans.HOD.Session
Determines whether the connection with the host has been started.
isCommStarted(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.isCommStarted()
isCopyOnlyIfTrimmed(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the value of the copyOnlyIfTrimmed property.
isCopyOnlyIfTrimmed(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.isCopyOnlyIfTrimmed()
isCursorVisible(). Method in class com.ibm.eNetwork.beans.HOD.Screen
Returns wheter cursor is made visible by Screen.
isCursorVisible(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Returns wheter cursor is made visible by Screen.
isDBCSInputVisible(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns the value of the DBCSInputVisible property.
isDBCSInputVisible(). Method in class com.ibm.eNetwork.beans.HOD.Screen
Returns the value of the DBCSInputVisible property.
isDBCSInputVisible(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Returns the value of the DBCSInputVisible property.
isDefaultFunction(String). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Determines if the specified function is a default function.
isDefaultMapping(String). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Determines if the specified Keystroke is currently mapped to it's default.
isDefaultNonRepeatingKey(int). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Determines if the specified key is a default non-repeating key.
isDeviceNameReady(). Method in class com.ibm.eNetwork.beans.HOD.event.CommEvent
Returns whether or not the device name has been assigned.
isDeviceNameReady(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.isDeviceNameReady()
isDeviceNameReady(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns true if the device name is ready, otherwise returns false.
isDeviceNameReady(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.isDeviceNameReady()
isEditable(). Method in interface com.ibm.hi.customizer.beans.scci.SCTextfield
Indicates whether or not this text component is editable.
isEmpty(). Method in class com.ibm.eNetwork.beans.HOD.Macro
Returns a flag that indicates if a macro is currently loaded.
isEmpty(). Method in class com.ibm.eNetwork.beans.HOD.MacroActions
Tests to see if the macro action collection is empty.
isEmpty(). Method in class com.ibm.eNetwork.beans.HOD.MacroNextScreens
Returns whether the next screens collection is empty or not.
isEmpty(). Method in class com.ibm.eNetwork.beans.HOD.MacroPrompts
Tests to see if the macro prompt action collection is empty.
isEmpty(). Method in class com.ibm.eNetwork.beans.HOD.MacroScreens
Tests to see if the macro screen collection is empty.
isEncrypted(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionInput
Returns whether the input action data should be hidden, like with a password.
isEncrypted(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionPrompt
Returns whether the prompt action data should be hidden, like with a password.
isENPTUI(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the value of the enptui property.
isENPTUI(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.isENPTUI()
isExecuteAction(). Method in class com.ibm.eNetwork.beans.HOD.event.MacroDebugActionEvent
Returns whether action should be executed.
isFinalScreenBoundary(). Method in class com.ibm.eNetwork.beans.HOD.Macro
Returns whether a screen boundary is inserted at the end of the macro source code.
isFontDecreaseEnabled(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns if the font size can be decreased.
isFontIncreaseEnabled(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns if the font size can be decreased.
isFontSizeBounded(). Method in class com.ibm.eNetwork.beans.HOD.Screen
Returns the value of the fontSizeBounded property.
isFontSizeBounded(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Returns the value of the fontSizeBounded property.
isGet2PointEnabled(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns Get2PointEnabled state.
isHistory(). Method in class com.ibm.eNetwork.beans.HOD.Session
isHistory(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.isHistory()
isHostGraphics(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the value of the hostGraphics property.
isHostGraphics(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.isHostGraphics()
isHostModeTabEnabled(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns the host mode tab state.
isHotspotsEnabled(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns the hotspot enabled state.
isHotspotsTabEnabled(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns the hotspots tab state.
isIndexSelected(int). Method in interface com.ibm.hi.customizer.beans.scci.SCSelection
Checks whether an index is selected.
isInitialPrompt(). Method in class com.ibm.eNetwork.beans.HOD.Macro
Returns the flag that controls whether Macro prescans for prompts.
isInitialPrompt(). Method in class com.ibm.eNetwork.beans.HOD.MacroScreens
Returns whether the Macro bean should scan this macro for prompts at the beginning of play and fire them all at once to prompt listeners.
isInitialScreenBoundary(). Method in class com.ibm.eNetwork.beans.HOD.Macro
Returns whether a screen boundary is inserted at the start of the macro source code.
isLaunchNewBrowser(). Method in interface com.ibm.hi.customizer.beans.scci.SCWebLink
Gets the launch new browser flag.
isLightPenMode(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns the value of the lightPenMode property.
isLightPenMode(). Method in class com.ibm.eNetwork.beans.HOD.Screen
Returns the value of the lightPenMode property.
isLightPenMode(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Returns the value of the lightPenMode property.
isMapEnabled(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Get map enabled state.
isMatch(). Method in class com.ibm.eNetwork.beans.HOD.event.MacroRecoDebugEvent
Returns true if all match.
isMenuButtonsEnabled(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns the menu enabled state.
isMenuButtonsTabEnabled(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns the menu button tab state.
isMorePasteDataAvailable(). Method in class com.ibm.eNetwork.beans.HOD.Screen
Once a paste or paste next operation occurs, this method returns if there is more data available that did not paste (case where original paste or subsequent paste next hit end of screen)
isMorePasteDataAvailable(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Once a paste or paste next operation occurs, this method returns if there is more data available that did not paste (case where original paste or subsequent paste next hit end of screen)
isMouseEnabled(). Method in class com.ibm.eNetwork.beans.HOD.Screen
Returns wheter mouse events are being handled by Screen.
isMouseEnabled(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Returns wheter mouse events are being handled by Screen.
isMoveCursor(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionInput
Returns whether the cursor will be moved by the input action or not.
isMoveCursor(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionPrompt
Returns whether the cursor is moved by the input action or not.
isMVSClear(). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns the current MVS Clear setting.
isNonRepeatingKey(int). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Determines if the specified key is a non-repeating key.
isNumericFieldLock(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the value of the Numeric Field Lock property.
isNumericFieldLock(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.isNumericFieldLock()
isNumericSwapEnabled(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.isNumericSwapEnabled()
isNumericSwapEnabled(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the current value of the Numeric Swapping property.
isNumericSwapEnabled(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.isSymmetricSwappingEnabled()
isOIAVisible(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns the value of the OIAVisible property.
isOIAVisible(). Method in class com.ibm.eNetwork.beans.HOD.Screen
Returns the value of the OIAVisible property.
isOIAVisible(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Returns the value of the OIAVisible property.
ISOLATED_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
isOS400ProxyServerEnabled(). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns whether the Proxy Server is enabled(True) or not(False).
isPassword(). Method in interface com.ibm.hi.customizer.beans.scci.SCTextfield
Gets the password flag.
isPasteFieldWrap(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the value of the pasteFieldWrap property.
isPasteFieldWrap(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.isPasteFieldWrap()
isPasteLineWrap(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the value of the pasteLineWrap property.
isPasteLineWrap(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.isPasteLineWrap()
isPasteStopAtProtectedLine(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the value of the pasteStopAtProtectedLine property.
isPasteStopAtProtectedLine(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.isPasteStopAtProtectedLine()
isPasteToTrimmedArea(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the value of the pasteToTrimmedArea property.
isPasteToTrimmedArea(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.isPasteToTrimmedArea()
isPrintDestination(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the current value of the printDestination property.
isPrintDestination(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.isPrintDestination()
isPromptAll(). Method in class com.ibm.eNetwork.beans.HOD.MacroActions
Returns whether any prompt elements in the collection will be gathered together and fired in one prompt event.
isPromptPassword(String). Method in class com.ibm.eNetwork.beans.HOD.MacroPrompts
Returns whether a prompt is a password display using a prompt name.
isRadioButtonsVisible(). Method in class com.ibm.eNetwork.beans.HOD.KeyPad
Returns the value of the radioButtonsVisible property.
isRecordEnabled(). Method in class com.ibm.eNetwork.beans.HOD.MacroManager
Returns MacroManager's recording capabilities state.
isRecordUI(). Method in class com.ibm.eNetwork.beans.HOD.Macro
Returns whether the Macro will record user interface events on the Terminal bean.
isRecordUI(). Method in class com.ibm.eNetwork.beans.HOD.MacroManager
Returns whether the Macro will record user interface events on the Terminal bean.
isRule(). Method in class com.ibm.eNetwork.beans.HOD.Screen
Returns the value of the rule property.
isRule(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Returns the value of the rule property.
isSelected(). Method in interface com.ibm.hi.customizer.beans.scci.SCCheckbox
Determines whether this checkbox is in the "on" or "off" state.
isSeparateFiles(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the current value of the separateFiles property.
isSeparateFiles(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.isSeparateFiles()
isSkip(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionPrompt
Returns whether the prompt action should be skipped.
isSkipNullPrompts(). Method in class com.ibm.eNetwork.beans.HOD.Macro
Returns whether the Macro will skip prompt action that don't have values instead of stopping and firing and error event.
isSLPEnabled(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.isSLPEnabled()
isSLPEnabled(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the current value of the SLPEnabled property.
isSLPEnabled(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.isSLPEnabled()
isSLPThisScopeOnly(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.isSLPThisScoeOnly()
isSLPThisScopeOnly(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the current value of the SLPThisScopeOnly property.
isSLPThisScopeOnly(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.isSLPThisScoeOnly()
isSOSIVisible(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns the value of the SOSIVisible property.
isSSL(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.isSSL()
isSSL(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the value of the SSL property.
isSSL(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.isSSL()
isSSLCertificatePrompted(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.isSSLCertificatePrompted()
isSSLCertificatePrompted(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the current value of the SSLCertificatePrompted property.
isSSLCertificatePrompted(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.isSSLCertificatePrompted()
isSSLCertificateProvided(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.isSSLCertificateProvided()
isSSLCertificateProvided(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the current value of the SSLCertificateProvided property.
isSSLCertificateProvided(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.isSSLCertificateProvided()
isSSLCertificateRemembered(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.isSSLCertificateRemembered()
isSSLCertificateRemembered(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the current value of the SSLCertificateRemembered property.
isSSLCertificateRemembered(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.isSSLCertificateRemembered()
isSSLServerAuthentication(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.isSSLServerAuthentication()
isSSLServerAuthentication(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the current value of the SSLServerAuthentication property.
isSSLServerAuthentication(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.isSSLServerAuthentication()
isSSLTelnetNegotiated(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.isSSLTelnetNegotiated()
isSSLTelnetNegotiated(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the current value of the SSLTelnetNegotiated property.
isSSLTelnetNegotiated(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.isSSLTelnetNegotiated()
isStartScreen(). Method in class com.ibm.eNetwork.beans.HOD.MacroScreen
Returns whether the macro screen is a start screen.
isStopScreen(). Method in class com.ibm.eNetwork.beans.HOD.MacroScreen
Returns whether the macro screen is a stop screen.
isSuccess(). Method in class com.ibm.eNetwork.beans.HOD.event.MacroParseEvent
Returns if the parsing was successful.
isSuccess(). Method in class com.ibm.eNetwork.beans.HOD.event.MacroParseStat
Because all stats are errors, this should always be false.
isSuppressClearEvent(). Method in class com.ibm.eNetwork.beans.HOD.MacroScreens
Returns whether the system should ignore screen events when a host application sends a clear screen command immediately followed by an end of record indicator in the data stream.
isSymmetricSwapEnabled(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.isSymmetricSwapEnabled()
isSymmetricSwapEnabled(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the current value of the Symmetric Swapping property.
isSymmetricSwapEnabled(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.isSymmetricSwappingEnabled()
isTemplateEnabled(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Returns the state of the template.
isTNEnhanced(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.isTNEnhanced()
isTNEnhanced(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the current value of the TNEnhance property.
isTNEnhanced(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.isTNEnhanced()
isTransient(). Method in class com.ibm.eNetwork.beans.HOD.MacroScreen
Returns whether the macro screen as transient.
isTranslateHostKeys(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionInput
Returns if the input text will be literal or translated for host aid keys.
isTranslateHostKeys(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionPrompt
Returns if the input text is literal or translated for host aid keys.
isTransparent(). Method in interface com.ibm.hi.customizer.beans.scci.SCButton
Gets the transparent background flag.
isTrimRectRemainAfterEdit(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the value of the trimRectRemainAfterEdit property.
isTrimRectRemainAfterEdit(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.isTrimRectRemainAfterEdit()
isTrimRectSizingHandles(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the value of the trimRectSizingHandles property.
isTrimRectSizingHandles(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.isTrimRectSizingHandles()
isUnderlined(). Method in interface com.ibm.hi.customizer.beans.scci.SCButton
Gets the underlined flag.
isUnwrap(). Method in class com.ibm.eNetwork.beans.HOD.MacroActionExtract
Returns whether the extract action will assemble extract data based on the fields on the screen.
isValidLUName(String). Static method in class com.ibm.eNetwork.beans.HOD.Session
Tests the given luName for correct syntax.
isValidSLPAS400Name(String). Static method in class com.ibm.eNetwork.beans.HOD.Session
Tests the given SLPAS400Name for correct syntax.
isValidSLPScope(String). Static method in class com.ibm.eNetwork.beans.HOD.Session
Tests the given SLPScope for correct syntax.
isValidWorkstationID(String). Static method in class com.ibm.eNetwork.beans.HOD.Session
Tests the given workstationID for correct syntax.
isVisible(). Method in interface com.ibm.hi.customizer.beans.scci.SCCustomComponent
Gets the visibility of this component.
isVisited(). Method in interface com.ibm.hi.customizer.beans.scci.SCWebLink
Gets the visited flag.
isVMClear(). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns the current VM Clear setting.
isVTAutowrap(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the value of the VTAutowrap property.
isVTAutowrap(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.isVTAutowrap()
isVTBackspace(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the value of the VTBackspace property.
isVTBackspace(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.isVTBackspace()
isVTCursor(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the value of the VTCursor property.
isVTCursor(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.isVTCursor()
isVTKeypad(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the value of the VTKeypad property.
isVTKeypad(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.isVTKeypad()
isVTLocalEcho(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the value of the VTLocalEcho.
isVTLocalEcho(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.isVTLocalEcho()
isVTNewLine(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the current value of the VTNewLine property.
isVTNewLine(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.isVTNewLine()
isVTReverseScreen(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns the value of the VTReverseScreen property.
isVTReverseScreen(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.isVTReverseScreen()
isWorkstationIDReady(). Method in class com.ibm.eNetwork.beans.HOD.event.CommEvent
Returns whether or not the workstation ID has been assigned.
isWorkstationIDReady(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.isWorkstationIDReady()
isWorkstationIDReady(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns true if the workstation ID is ready, otherwise returns false.
isWorkstationIDReady(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.isWorkstationIDReady()

J

JUMP. Static variable in class com.ibm.eNetwork.beans.HOD.event.GUIEvent
Jump GUI event.

K

KeyPad(). Constructor for class com.ibm.eNetwork.beans.HOD.KeyPad
Constructor that uses the default values for all properties.
KeyPad(Properties). Constructor for class com.ibm.eNetwork.beans.HOD.KeyPad
Constructor that takes a Properties object containing the initial property settings.
keyPressed(KeyEvent). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
KeyListener interface method.
keyReleased(KeyEvent). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
KeyListener interface method.
KeyRemap(). Constructor for class com.ibm.eNetwork.beans.HOD.KeyRemap
Constructor that uses the default values for all properties.
KeyRemap(Properties). Constructor for class com.ibm.eNetwork.beans.HOD.KeyRemap
Constructor that takes a Properties object containing the initial property settings.
keyTyped(KeyEvent). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
KeyListener interface method.

L

LABEL. Static variable in interface com.ibm.hi.customizer.beans.scci.SCButton
style for a button that looks like a flat label, only valid for SCWebLinks
LABEL_BUTTON_STYLE. Static variable in class com.ibm.hi.customizer.beans.CustomTerminal
LAM_ALEF_COMPRESSION. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
Lam_AlefCompression property keyword
LAM_ALEF_COMPRESSION_OFF. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
Lam_AlefCompression property value - OFF
LAM_ALEF_COMPRESSION_ON. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
Lam_AlefCompression property value - ON
LAM_ALEF_EXPANSION. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
Lam_AlefExpansion property keyword
LAM_ALEF_EXPANSION_OFF. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
Lam_AlefExpansion property value - OFF
LAM_ALEF_EXPANSION_ON. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
Lam_AlefExpansion property value - ON
LATINL_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
LAUNCH_MACRO. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacroCommand
Constant for setCommandType() Launch macro file
LEFT_TO_RIGHT. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
hostFileOrientation, PCFileOrientation property value - Left to Right file
LEFT_TO_RIGHT. Static variable in class com.ibm.eNetwork.beans.HOD.Session
textOrientation property value - left to right (bi-directional sessions only)
LEVEL. Static variable in class com.ibm.eNetwork.beans.HOD.trace.TraceEvent
Event type of LEVEL
LIGHT_PEN_MODE. Static variable in class com.ibm.eNetwork.beans.HOD.Screen
lightPenMode property keyword
LIGHTPEN. Static variable in class com.ibm.hi.customizer.beans.CustomTerminal
linkScreens(String, String). Method in class com.ibm.eNetwork.beans.HOD.Macro
Links valid nextScreens to a given Screen in the macro.
linkScreens(String, String, int). Method in class com.ibm.eNetwork.beans.HOD.Macro
Links valid nextScreens to a given Screen in the macro.
listBIDIModes(). Static method in class com.ibm.eNetwork.beans.HOD.Session
listBIDIModes(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
listCategories(). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Lists the categories currently defined in KeyRemap.
listCICSDefaultModes(). Static method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Lists the valid CICSDefaultMode values.
listCICSGWCodePages(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.listCICSGWCodePages()
listCICSGWCodePages(). Static method in class com.ibm.eNetwork.beans.HOD.Session
Returns the list of valid CICSGWCodePage values.
listCICSGWCodePages(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.listCICSGWCodePages()
listCodePages(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.listCodePages()
listCodePages(). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns a list of the valid host codePages.
listCodePages(). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Lists valid codePages for the current session type.
listCodePages(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns a list of the valid codePage values for the current session type.
listCodePages(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.listCodePages()
listCodePages(String). Static method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.listCodePages(java.lang.String)
listCodePages(String). Static method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Lists valid codePages for the specified session type.
listCodePages(String). Static method in class com.ibm.eNetwork.beans.HOD.Session
Returns a list of the valid codePage values for the given session type.
listCodePages(String). Static method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.listCodePages(java.lang.String)
listCursorDirections(). Static method in class com.ibm.eNetwork.beans.HOD.Session
listCursorDirections(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
listFontNames(String). Static method in class com.ibm.eNetwork.beans.HOD.Screen
Enumerates the list of valid monospaced fonts available on the system.
listFontNames(String). Static method in class com.ibm.eNetwork.beans.HOD.Terminal
Enumerates the list of valid monospaced fonts available on the system.
listFontStyles(). Static method in class com.ibm.eNetwork.beans.HOD.Screen
Enumerates a list of valid font styles.
listFontStyles(). Static method in class com.ibm.eNetwork.beans.HOD.Terminal
Enumerates a list of valid font styles.
listFunctions(). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Lists the functions currently available in KeyRemap.
listGraphicsCellSizes(). Static method in class com.ibm.eNetwork.beans.HOD.Session
Returns a list of the valid graphicsCellSize values
listHistorySizes(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns a list of the valid History size values for the current session type.
listHistorySizes(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.listHistorySizes()
listHistorySizes(String). Method in class com.ibm.eNetwork.beans.HOD.Session
listHostFileOrientations(). Static method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns a list of the valid HostFileOrientation values.
listHostTypes(). Static method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns the list of valid hostType values.
listLam_AlefCompression(). Static method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns a list of the valid Lam_AlefCompression values.
listLam_AlefExpansion(). Static method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns a list of the valid Lam_AlefExpansion values.
listLUMLicensing(). Static method in class com.ibm.eNetwork.beans.HOD.Session
listMacros(). Method in interface com.ibm.eNetwork.beans.HOD.MacroIOProvider
Returns a list of all the macros in persistent storage.
listMappings(String). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Lists the Keystrokes that remap to the specified function.
listMVSDefaultModes(). Static method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Lists the valid MVSDefaultMode values.
listNonRepeatingKeys(). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Lists the non-repeating keys added to KeyRemap.
listNumeralShapes(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.listNumeralShapes()
listNumeralShapes(). Static method in class com.ibm.eNetwork.beans.HOD.Session
Returns the list of valid NumeralShape values.
listNumeralShapes(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.listNumeralShapes()
listNumeralShapesDisp(). Static method in class com.ibm.eNetwork.beans.HOD.Session
listNumeralShapesDisp(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
listOS400DefaultModes(). Static method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Lists the valid OS400 default mode values.
listPads(). Static method in class com.ibm.eNetwork.beans.HOD.KeyPad
Enumerates the list of pads.
listPasteTabOptions(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns a list of the valid pasteOptionsType values.
listPasteTabOptions(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.listPasteTabOptions()
listPCCodePages(). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns a list of the valid PCCodePages.
listPCCodePages(String). Static method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns a list of the valid PCCodePage names.
listPCFileOrientations(). Static method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns a list of the valid PCFileOrientation values.
listPCFileTypes(). Static method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Returns a list of the valid PCFileType values.
listScreenSizes(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.listScreenSizes()
listScreenSizes(). Method in class com.ibm.eNetwork.beans.HOD.Session
Returns a list of the valid screenSize values for the current session type.
listScreenSizes(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.listScreenSizes()
listScreenSizes(String). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.listScreenSizes(java.lang.String)
listScreenSizes(String). Static method in class com.ibm.eNetwork.beans.HOD.Session
Returns a list of the valid screenSize values for the specified session type.
listScreenSizes(String). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.listScreenSizes(java.lang.String)
listSessionTypes(). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Lists the valid sessionTypes.
listSessionTypes(). Static method in class com.ibm.eNetwork.beans.HOD.Session
Returns a list of the valid sessionType values.
listShapes(). Static method in class com.ibm.eNetwork.beans.HOD.KeyPad
Enumerates the list of valid shapes.
listTextOrientations(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.listTextOrientations()
listTextOrientations(). Static method in class com.ibm.eNetwork.beans.HOD.Session
Returns a list of the valid TextOrientation values.
listTextOrientations(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.listTextOrientations()
listTextTypes(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.listTextTypes()
listTextTypes(). Static method in class com.ibm.eNetwork.beans.HOD.Session
Returns the list of valid TextType values.
listTextTypes(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.listTextTypes()
listTextTypesDisp(). Static method in class com.ibm.eNetwork.beans.HOD.Session
listTextTypesDisp(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
listThaiDisplayModes(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.listThaiDisplayModes()
listThaiDisplayModes(). Static method in class com.ibm.eNetwork.beans.HOD.Session
Returns the list of valid ThaiDisplayMode values.
listThaiDisplayModes(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.listThaiDisplayModes()
listVMDefaultModes(). Static method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Lists the valid VMDefaultMode values.
listVTTerminalTypes(). Static method in class com.ibm.eNetwork.beans.HOD.Session
Returns a list of the valid VTTerminalTypes.
listVTTerminalTypes(). Static method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.listVTTerminalTypes()
LOGEXCEPTION. Static variable in class com.ibm.eNetwork.beans.HOD.trace.TraceEvent
Event type of LOGEXCEPTION
LOGICAL. Static variable in class com.ibm.eNetwork.beans.HOD.Session
textType property value - logicial (bi-directional sessions only)
LOGICAL_DISP. Static variable in class com.ibm.eNetwork.beans.HOD.Session
LOGMESSAGE. Static variable in class com.ibm.eNetwork.beans.HOD.trace.TraceEvent
Event type of LOGMESSAGE
LOOKUP_FILE. Static variable in class com.ibm.hi.customizer.beans.CustomTerminal
LU_NAME. Static variable in class com.ibm.eNetwork.beans.HOD.Session
LUName property keyword
LUM_LICENSING. Static variable in class com.ibm.eNetwork.beans.HOD.Session
Lum licensing property keyword
LUM_PORT. Static variable in class com.ibm.eNetwork.beans.HOD.Session
Lum port property keyword
LUM_SERVER. Static variable in class com.ibm.eNetwork.beans.HOD.Session
LUM server property keyword

M

Macro(). Constructor for class com.ibm.eNetwork.beans.HOD.Macro
Macro Bean null constructor.
Macro(Properties). Constructor for class com.ibm.eNetwork.beans.HOD.Macro
Constructor which takes a Properties object containing the initial property settings.
MACRO_EVENT. Static variable in class com.ibm.hi.customizer.beans.event.CustomEvent
Static base value for macro event types
MACRO_EVENT_MASK. Static variable in class com.ibm.hi.customizer.beans.event.CustomEvent
Static value for macro event mask
MACRO_LIST. Static variable in class com.ibm.eNetwork.beans.HOD.MacroManager
MacroList property keyword.
MacroActionBoxSelect(). Constructor for class com.ibm.eNetwork.beans.HOD.MacroActionBoxSelect
Constructs an empty instance of a macro box selection action.
MacroActionBoxSelect(int, int, int, int, int). Constructor for class com.ibm.eNetwork.beans.HOD.MacroActionBoxSelect
Constucts a functional instance of a macro box selection action with the given parameters.
MacroActionCommWait(). Constructor for class com.ibm.eNetwork.beans.HOD.MacroActionCommWait
Constructs an empty instance of a macro communication wait.
MacroActionCommWait(int, int). Constructor for class com.ibm.eNetwork.beans.HOD.MacroActionCommWait
Constucts a functional instance of a macro communication wait with the given parameters.
MacroActionCustom(). Constructor for class com.ibm.eNetwork.beans.HOD.MacroActionCustom
Constructs an empty instance of a macro callout action.
MacroActionCustom(String, String). Constructor for class com.ibm.eNetwork.beans.HOD.MacroActionCustom
Constucts a functional instance of a macro callout action with the given parameters.
MacroActionExtract(). Constructor for class com.ibm.eNetwork.beans.HOD.MacroActionExtract
Constructs an empty instance of a macro extract.
MacroActionExtract(int, int, int, int, String). Constructor for class com.ibm.eNetwork.beans.HOD.MacroActionExtract
Constucts a functional instance of a macro extract with the given parameters.
MacroActionInput(). Constructor for class com.ibm.eNetwork.beans.HOD.MacroActionInput
Constructs an empty instance of a macro input action.
MacroActionInput(String, boolean, boolean, ECLPS). Constructor for class com.ibm.eNetwork.beans.HOD.MacroActionInput
Constructs a functional instance of a macro input action with the given parameters.
MacroActionInput(String, int, int, boolean, boolean, ECLPS). Constructor for class com.ibm.eNetwork.beans.HOD.MacroActionInput
Constructs a functional instance of a macro input action with the given parameters.
MacroActionMessage(). Constructor for class com.ibm.eNetwork.beans.HOD.MacroActionMessage
Constructs an empty instance of a macro message action.
MacroActionMessage(String, String). Constructor for class com.ibm.eNetwork.beans.HOD.MacroActionMessage
Constucts a functional instance of a macro message action with the given parameter.
MacroActionMouseClick(). Constructor for class com.ibm.eNetwork.beans.HOD.MacroActionMouseClick
Constructs an empty instance of a macro mouse click action.
MacroActionMouseClick(int, int). Constructor for class com.ibm.eNetwork.beans.HOD.MacroActionMouseClick
Constructs an working instance of a macro mouse click action.
MacroActionPause(). Constructor for class com.ibm.eNetwork.beans.HOD.MacroActionPause
Constructs an empty instance of a macro pause.
MacroActionPause(long). Constructor for class com.ibm.eNetwork.beans.HOD.MacroActionPause
Constucts a functional instance of a macro pause with the given parameter.
MacroActionPrompt(). Constructor for class com.ibm.eNetwork.beans.HOD.MacroActionPrompt
Constructs an empty instance of a macro prompt.
MacroActionPrompt(int, int, int, String, String, String, boolean, boolean, boolean, boolean). Constructor for class com.ibm.eNetwork.beans.HOD.MacroActionPrompt
Constucts a functional instance of a macro prompt with the given parameters.
MacroActionPrompt(MacroActionInput). Constructor for class com.ibm.eNetwork.beans.HOD.MacroActionPrompt
Constucts a functional instance of a macro prompt from the relevant parameters in the given MacroActionInput object.
MacroActions(). Constructor for class com.ibm.eNetwork.beans.HOD.MacroActions
Constructs an empty instance of a MacroActions object.
MacroActions(Vector). Constructor for class com.ibm.eNetwork.beans.HOD.MacroActions
Constructs a MacroActions object using the given vector.
MacroActionTrace(). Constructor for class com.ibm.eNetwork.beans.HOD.MacroActionTrace
Constructs an empty instance of a macro trace action.
MacroActionTrace(String, int). Constructor for class com.ibm.eNetwork.beans.HOD.MacroActionTrace
Constructs a functional instance of a macro trace action with the given parameters.
MacroCustomActionEvent(Macro, String, String). Constructor for class com.ibm.eNetwork.beans.HOD.event.MacroCustomActionEvent
Constructs a working instance of a MacroCustomActionEvent object.
MacroDebugActionEvent(Macro, MacroAction, MacroActions, MacroScreen, int). Constructor for class com.ibm.eNetwork.beans.HOD.event.MacroDebugActionEvent
Constructs a working instance of a macro debug action event.
macroDebugStart(MacroDebugStartEvent). Method in interface com.ibm.eNetwork.beans.HOD.event.MacroDebugListener
Called right before the macro begins its play logic.
MacroDebugStartEvent(Macro). Constructor for class com.ibm.eNetwork.beans.HOD.event.MacroDebugStartEvent
Constructs a working instance of a macro debug start event.
macroDebugStop(MacroDebugStopEvent). Method in interface com.ibm.eNetwork.beans.HOD.event.MacroDebugListener
Called immediately after the macro ends its play logic.
MacroDebugStopEvent(Macro). Constructor for class com.ibm.eNetwork.beans.HOD.event.MacroDebugStopEvent
Constructs a working instance of a macro debug stop event.
MacroErrorEvent(Macro, String). Constructor for class com.ibm.eNetwork.beans.HOD.event.MacroErrorEvent
Constructs a working instance of a macro error event.
macroErrorEvent(MacroErrorEvent). Method in interface com.ibm.eNetwork.beans.HOD.event.MacroRuntimeListener
Called when an error occurs during Macro run time.
MacroException(). Constructor for class com.ibm.eNetwork.beans.HOD.MacroException
Constructs an empty exception.
MacroException(String). Constructor for class com.ibm.eNetwork.beans.HOD.MacroException
Constructs an exception with the given message.
MacroExtractCoordEvent(Macro, MacroScreen, MacroActionExtract). Constructor for class com.ibm.eNetwork.beans.HOD.event.MacroExtractCoordEvent
Constructs a new MacroExtractEvent object.
macroExtractCoordEvent(MacroExtractCoordEvent). Method in interface com.ibm.eNetwork.beans.HOD.event.MacroExtractCoordListener
Called so that the listener may dynamically modify the coordinates of an extract during Macro run time.
MacroExtractEvent(Macro, String, String[]). Constructor for class com.ibm.eNetwork.beans.HOD.event.MacroExtractEvent
Constructs a new MacroExtractEvent object.
macroExtractEvent(MacroExtractEvent). Method in interface com.ibm.eNetwork.beans.HOD.event.MacroRuntimeListener
Called when a Macro extract event occurs.
MacroLoopEvent(Macro, MacroScreen). Constructor for class com.ibm.eNetwork.beans.HOD.event.MacroLoopEvent
Constructs a new MacroLoopEvent object.
macroLoopEvent(MacroLoopEvent). Method in interface com.ibm.eNetwork.beans.HOD.event.MacroLoopListener
Called so that the listener may dynamically modify the recognition looping limit for a given screen during macro run time.
MacroManager(). Constructor for class com.ibm.eNetwork.beans.HOD.MacroManager
Constructs a MacroManager bean.
MacroManager(Macro). Constructor for class com.ibm.eNetwork.beans.HOD.MacroManager
Constructs a MacroManager bean and sets the Macro bean contained by MacroManager.
MacroManager(Properties). Constructor for class com.ibm.eNetwork.beans.HOD.MacroManager
Constructs a MacroManager bean from a Properties object.
MacroMessageEvent(Macro, String, String). Constructor for class com.ibm.eNetwork.beans.HOD.event.MacroMessageEvent
Constructs a working instance of a macro message event.
macroMessageEvent(MacroMessageEvent). Method in interface com.ibm.eNetwork.beans.HOD.event.MacroRuntimeListener
Called when a Macro message event occurs.
MacroNextScreens(). Constructor for class com.ibm.eNetwork.beans.HOD.MacroNextScreens
Constructs an empty instance of a MacroNextScreens object.
MacroParseEvent(Macro). Constructor for class com.ibm.eNetwork.beans.HOD.event.MacroParseEvent
Constructs a parse event with Macro as its source.
MacroParseStat(). Constructor for class com.ibm.eNetwork.beans.HOD.event.MacroParseStat
MacroPromptEvent(Macro, MacroPrompts). Constructor for class com.ibm.eNetwork.beans.HOD.event.MacroPromptEvent
Constructs a new MacroPromptEvent object.
macroPromptEvent(MacroPromptEvent). Method in interface com.ibm.eNetwork.beans.HOD.event.MacroRuntimeListener
Called when a Macro prompt event occurs.
MacroPrompts(Macro). Constructor for class com.ibm.eNetwork.beans.HOD.MacroPrompts
Constructs an instance of a prompt collection object.
MacroRecoDebugEvent(ECLScreenReco, ECLPS, ECLScreenDesc). Constructor for class com.ibm.eNetwork.beans.HOD.event.MacroRecoDebugEvent
Constructs a working instance of a MacroRecoDebugEvent.
MacroRecoDebugEvent(Macro, ECLRecoDebugEvent, MacroScreens, MacroScreen). Constructor for class com.ibm.eNetwork.beans.HOD.event.MacroRecoDebugEvent
Constructs a working instance of a MacroRecoDebugEvent.
MacroScreen(). Constructor for class com.ibm.eNetwork.beans.HOD.MacroScreen
Constructs an empty instance of a macro screen.
MacroScreen(String, ECLScreenDesc, MacroActions, MacroNextScreens, int). Constructor for class com.ibm.eNetwork.beans.HOD.MacroScreen
Constucts a functional instance of a macro screen with the given parameters.
MacroScreens(). Constructor for class com.ibm.eNetwork.beans.HOD.MacroScreens
Constructs an empty instance of a MacroScreens object.
MacroScreens(Vector). Constructor for class com.ibm.eNetwork.beans.HOD.MacroScreens
Constructs a MacroScreens object using the given vector.
MacroStateEvent(Macro, int). Constructor for class com.ibm.eNetwork.beans.HOD.event.MacroStateEvent
Constructs a new MacroStateEvent object.
macroStateEvent(MacroStateEvent). Method in interface com.ibm.eNetwork.beans.HOD.event.MacroRuntimeListener
Called when a Macro state event occurs.
MacroTickTockEvent(Macro, MacroNextScreens, int, int, int). Constructor for class com.ibm.eNetwork.beans.HOD.event.MacroTickTockEvent
Constructs a new MacroTickTockEvent object.
macroTickTockEvent(MacroTickTockEvent). Method in interface com.ibm.eNetwork.beans.HOD.event.MacroTickTockListener
Called every second during a screen boundary wait so that the listener may update any feedback mechanism showing the time status for the screen wait.
MacroTraceEvent(Macro, int, String). Constructor for class com.ibm.eNetwork.beans.HOD.event.MacroTraceEvent
Constructs a working instance of a macro trace event.
macroTraceEvent(MacroTraceEvent). Method in interface com.ibm.eNetwork.beans.HOD.event.MacroRuntimeListener
Called when a Macro trace event occurs.
MAP_ENABLED. Static variable in class com.ibm.hi.customizer.beans.CustomTerminal
MENU_BUTTON_STYLE. Static variable in class com.ibm.hi.customizer.beans.CustomTerminal
MENU_BUTTONS. Static variable in class com.ibm.hi.customizer.beans.CustomTerminal
MIDDLE_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
MOTION_EVENT. Static variable in class com.ibm.eNetwork.beans.HOD.event.ScreenMouseEvent
The ScreenMouseEvent was a mouse motion event
MOUSE_ENABLED. Static variable in class com.ibm.eNetwork.beans.HOD.Screen
mouse enabled property keyword
MOUSE_EVENT. Static variable in class com.ibm.eNetwork.beans.HOD.event.ScreenMouseEvent
The ScreenMouseEvent was a mouse event
mouseEvent(ScreenMouseEvent). Method in class com.ibm.eNetwork.beans.HOD.ColorRemap
ScreenMouseListener interface method.
mouseEvent(ScreenMouseEvent). Method in class com.ibm.eNetwork.beans.HOD.MacroManager
Screen mouse handler from Terminal.
mouseEvent(ScreenMouseEvent). Method in interface com.ibm.eNetwork.beans.HOD.event.ScreenMouseListener
Invoked when a ScreenMouseEvent occurs on Screen.
mouseMotionEvent(ScreenMouseEvent). Method in interface com.ibm.eNetwork.beans.HOD.event.ScreenMotionListener
Invoked when a ScreenMotionEvent is generated.
moveBox(int). Method in class com.ibm.eNetwork.beans.HOD.Screen
Moves the cut and paste selection box on the screen.
moveBox(int). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Moves the cut and paste selection box on the screen.
MVS_CLEAR. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
MVSClear property keyword
MVS_DEFAULT_MODE. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
MVSDefaultMode property keyword
MVS_GET_BINARY. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
MVSGetBinary property keyword
MVS_GET_TEXT. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
MVSGetText property keyword
MVS_PUT_BINARY. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
MVSPutBinary property keyword
MVS_PUT_TEXT. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
MVSPutText property keyword
MVS_TSO. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
hostType property value - MVS/TSO Host

N

NAME. Static variable in class com.ibm.eNetwork.beans.HOD.Macro
Name property keyword.
NATIONAL. Static variable in class com.ibm.eNetwork.beans.HOD.Session
numeralShape property value - national (bi-directional sessions only)
NATIONAL_DISP. Static variable in class com.ibm.eNetwork.beans.HOD.Session
NEW_SESSION. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacroCommand
Constant for setCommandType() Start new session
NEWLINE_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
nextScreens(). Method in class com.ibm.eNetwork.beans.HOD.MacroNextScreens
Returns an enumeration for all the NextScreen objects contained in the next screens collection.
NO_COMMAND. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacroCommand
Constant for setCommandType() No command
NOMINAL. Static variable in class com.ibm.eNetwork.beans.HOD.Session
numeralShape property value - nominal (bi-directional sessions only)
NOMINAL_DISP. Static variable in class com.ibm.eNetwork.beans.HOD.Session
numeralShapeDisp property values (VT bi-directional sessions only)
NONE. Static variable in interface com.ibm.hi.customizer.beans.scci.SCImage
Constant for setLayoutType() Will not scale; no distortion, possible clipping.
NUM_FIELD_LOCK. Static variable in class com.ibm.eNetwork.beans.HOD.Session
numericFieldLock property keyword
NUM_SWAP_ENABLED. Static variable in class com.ibm.eNetwork.beans.HOD.Session
Numeric swapping value - (Arabic 3270 sessions only)
NUMBER_COMMANDS. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacroCommand
NUMERAL_SHAPE. Static variable in class com.ibm.eNetwork.beans.HOD.Session
numeralShape property keyword
NUMERAL_SHAPE_DISP. Static variable in class com.ibm.eNetwork.beans.HOD.Session
numeralShapeDisp property keyword (VT bi-directional sessions only)

O

OIA. Static variable in class com.ibm.eNetwork.beans.HOD.event.ScreenMouseEvent
The ScreenMouseEvent occurred on the screen OIA
OIA_VISIBLE. Static variable in class com.ibm.hi.customizer.beans.CustomTerminal
OIA_VISIBLE. Static variable in class com.ibm.eNetwork.beans.HOD.Screen
OIAVisible property keyword
OIAEvent(Object, int, int, String). Constructor for class com.ibm.eNetwork.beans.HOD.event.OIAEvent
Constructs a new OIA event with the specified source, current state flags, changed state flags, and any associated data.
OIAEvent(OIAEvent). Method in interface com.ibm.eNetwork.beans.HOD.event.OIAListener
Invoked when an OIAEvent occurs.
OIAEvent(OIAEvent). Method in class com.ibm.eNetwork.beans.HOD.Screen
Handler method for OIAEvents.
OS400. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
hostType property value - OS/400 Host
OS400_DEFAULT_MODE. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
OS400DefaultMode property keyword
OS400_GET_BINARY. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
OS400GetBinary property keyword
OS400_GET_TEXT. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
OS400GetText property keyword
OS400_PROXY_SERVER_DSTADDR. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
OS400ProxyServerDstAddr property keyword
OS400_PROXY_SERVER_DSTPORT. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
OS400ProxyServerDstPort property keyword
OS400_PROXY_SERVER_ENABLED. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
OS400ProxyServerEnabled property keyword
OS400_PUT_BINARY. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
OS400PutBinary property keyword
OS400_PUT_TEXT. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
OS400PutText property keyword
OS400_XFER_DSTADDR. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
OS400XferDstAddr property keyword
OS400_XFER_USERID. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
OS400XferUserID property keyword

P

PA1_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
PA2_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
PA3_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
PAD. Static variable in class com.ibm.eNetwork.beans.HOD.KeyPad
pad property keyword
PAD_1. Static variable in class com.ibm.eNetwork.beans.HOD.KeyPad
pad property value - key pad 1
PAD_2. Static variable in class com.ibm.eNetwork.beans.HOD.KeyPad
pad property value - key pad 2
PAGEDWN_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
PAGEUP_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
parseFailed(MacroParseEvent). Method in interface com.ibm.eNetwork.beans.HOD.event.MacroParseListener
Called when there is an error in parsing the macro
parsePassed(). Method in interface com.ibm.eNetwork.beans.HOD.event.MacroParseListener
Called when the macro successfully parsed
parseStats(). Method in class com.ibm.eNetwork.beans.HOD.event.MacroParseEvent
Returns the parse statistics enumeration for the parse.
PASTE. Static variable in class com.ibm.eNetwork.beans.HOD.event.GUIEvent
Paste GUI event.
paste(). Method in interface com.ibm.hi.customizer.beans.scci.SCTextfield
Pastes clipboard text into the text component.
PASTE_FIELD_WRAP. Static variable in class com.ibm.eNetwork.beans.HOD.Session
Paste Field Wrap property keyword
PASTE_LINE_WRAP. Static variable in class com.ibm.eNetwork.beans.HOD.Session
Paste word line wrap property keyword
PASTE_STOP_PRO_LINE. Static variable in class com.ibm.eNetwork.beans.HOD.Session
Paste Stop At Protected Line property keyword
PASTE_TAB_COLUMNS. Static variable in class com.ibm.eNetwork.beans.HOD.Session
Paste Tab Columns property keyword
PASTE_TAB_OPTIONS. Static variable in class com.ibm.eNetwork.beans.HOD.Session
Paste Tab Options property keyword
PASTE_TAB_SPACES. Static variable in class com.ibm.eNetwork.beans.HOD.Session
Paste Tab Spaces property keyword
PASTE_TO_TRIMMED_AREA. Static variable in class com.ibm.eNetwork.beans.HOD.Session
Paste To Trimmed area property keyword
pasteFromClipboard(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Pastes the data from the clipboard at the current cursor location.
pasteFromClipboard(). Method in class com.ibm.eNetwork.beans.HOD.Screen
Pastes the data from the clipboard at the current cursor location.
pasteFromClipboard(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Pastes the data from the clipboard at the current cursor location.
pasteFromClipboard(boolean). Method in class com.ibm.eNetwork.beans.HOD.Screen
Pastes the data from the clipboard at the current cursor location with conditional paste next functionality
pasteFromClipboard(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Pastes the data from the clipboard at the current cursor location with conditional paste next functionality
PASTENEXT. Static variable in class com.ibm.eNetwork.beans.HOD.event.GUIEvent
Paste GUI event.
PAUSE. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
pause property keyword
pause(). Method in class com.ibm.eNetwork.beans.HOD.Macro
Pauses recording or playing the macro.
pause(). Method in class com.ibm.eNetwork.beans.HOD.MacroManager
Toggles pause recording or playing the macro.
PAUSE_TIME. Static variable in class com.ibm.eNetwork.beans.HOD.Macro
PauseTime property keyword.
PC_CODE_PAGE. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
PCCodePage property keyword
PC_FILE_ORIENTATION. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
PCFileOrientation property keyword
PC_FILE_TYPE. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
PCFileType property keyword
PERFORM_CALC. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacroCommand
Constant for setCommandType() Perform calculation
play(). Method in class com.ibm.eNetwork.beans.HOD.Macro
Plays the current macro.
play(). Method in class com.ibm.eNetwork.beans.HOD.MacroManager
Toggles the play state of the current macro.
play(String). Method in class com.ibm.eNetwork.beans.HOD.Macro
Plays the current macro starting with the given screen.
play(String, int). Method in class com.ibm.eNetwork.beans.HOD.Macro
Plays the current macro starting with the given screen and action.
PORT. Static variable in class com.ibm.eNetwork.beans.HOD.Session
port property keyword
PRINT_BUFFSIZE. Static variable in class com.ibm.eNetwork.beans.HOD.Session
printBufferSize property keyword
PRINT_DESTINATION. Static variable in class com.ibm.eNetwork.beans.HOD.Session
printDestination property keyword
PRINT_FILE_NAME. Static variable in class com.ibm.eNetwork.beans.HOD.Session
printFileName property keyword
PRINT_SEPARATE_FILES. Static variable in class com.ibm.eNetwork.beans.HOD.Session
separateFiles property keyword
PRINTER_NAME. Static variable in class com.ibm.eNetwork.beans.HOD.Session
printerName property keyword
printPreview(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Displays a preview of the current screen for printing.
printScreen(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Prints the current screen contents to the default printer.
printScreen(). Method in class com.ibm.eNetwork.beans.HOD.Screen
Prints the current Screen contents to the default printer.
printScreen(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Prints the current Screen contents to the default printer.
processCustomEvent(CustomEvent). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Method used to fire CustomEvents.
processed. Variable in class com.ibm.eNetwork.beans.HOD.event.ScreenKeyEvent
propertyChange(PropertyChangeEvent). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Handler method for PropertyChangeEvents.
propertyChange(PropertyChangeEvent). Method in class com.ibm.eNetwork.beans.HOD.HODBean
Invoked if this bean is registered as a PropertyChangeListener on a bean who's properties are changed.
propertyChange(PropertyChangeEvent). Method in class com.ibm.eNetwork.beans.HOD.HODPanelBean
Invoked if this bean is registered as a PropertyChangeListener on a bean who's properties are changed.
propertyChange(PropertyChangeEvent). Method in class com.ibm.eNetwork.beans.HOD.KeyPad
PropertyChangeListener interface method.
propertyChange(PropertyChangeEvent). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
PropertyChangeListener interface method.
PSEvent(Object, ECLPSEvent). Constructor for class com.ibm.eNetwork.beans.HOD.event.PSEvent
Constructs a new PSEvent with the specified source and based on the specified ECLPSEvent.
PSEvent(PSEvent). Method in interface com.ibm.eNetwork.beans.HOD.event.PSListener
Invoked when a presentation space event occurs.
PSEvent(PSEvent). Method in class com.ibm.eNetwork.beans.HOD.Screen
Handler method for PSEvents.
PUSH_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
put(MacroScreen). Method in class com.ibm.eNetwork.beans.HOD.MacroNextScreens
Adds the given NextScreen object corresponding to the given name to the next screens collection.
putMacro(Properties). Method in interface com.ibm.eNetwork.beans.HOD.MacroIOProvider
Saves a macro to persistent storage.

R

RADIO_BUTTONS_VISIBLE. Static variable in class com.ibm.eNetwork.beans.HOD.KeyPad
radioButtonsVisible property keyword
readExternal(ObjectInput). Method in class com.ibm.eNetwork.beans.HOD.HODBean
Externalizable interface method to read the serialized bean properties.
readExternal(ObjectInput). Method in class com.ibm.eNetwork.beans.HOD.HODPanelBean
Externalizable interface method to read the serialized bean properties.
readGlobalVariable(). Method in interface com.ibm.hi.customizer.beans.scci.SCCustomComponent
Sets the component's value to be that of its associated global read variable.
RECEIVE_FILE. Static variable in class com.ibm.hi.customizer.beans.event.CustomMacroEvent
Static macro type to receive a file from the host
RECEIVE_FILES. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacroCommand
Constant for setCommandType() Receive files
record(). Method in class com.ibm.eNetwork.beans.HOD.Macro
Starts recording a macro, or resumes recording if the Macro is in STATE_RECORD_PAUSED.
record(). Method in class com.ibm.eNetwork.beans.HOD.MacroManager
Starts recording a macro or resumes recording a paused macro.
record(boolean). Method in class com.ibm.eNetwork.beans.HOD.Macro
Starts recording a macro, or resumes recording if the Macro is in STATE_RECORD_PAUSED.
RECORD_ENABLED. Static variable in class com.ibm.eNetwork.beans.HOD.MacroManager
RecordEnabled property keyword.
RECORD_UI. Static variable in class com.ibm.eNetwork.beans.HOD.Macro
RecordUI property keyword.
RECORD_UI. Static variable in class com.ibm.eNetwork.beans.HOD.MacroManager
RecordUI property keyword.
refresh(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Refreshes the screen.
REGISTER. Static variable in class com.ibm.eNetwork.beans.HOD.trace.TraceEvent
Event type of REGISTER
remapBlink(BlinkRemapEvent). Method in interface com.ibm.eNetwork.beans.HOD.event.BlinkRemapListener
Invoked when a ColorRemapEvent occurs.
remapBlink(BlinkRemapEvent). Method in class com.ibm.eNetwork.beans.HOD.Screen
Handler method for BlinkRemapEvents.
remapBlink(BlinkRemapEvent). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Handler method for BlinkRemapEvents.
remapColor(ColorRemapEvent). Method in interface com.ibm.eNetwork.beans.HOD.event.ColorRemapListener
Invoked when a ColorRemapEvent occurs.
remapColor(ColorRemapEvent). Method in class com.ibm.eNetwork.beans.HOD.Screen
Handler method for ColorRemapEvents.
remapColor(ColorRemapEvent). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Handler method for ColorRemapEvents.
remove(int). Method in class com.ibm.eNetwork.beans.HOD.MacroActions
Removes the macro action at the given index from the collection.
remove(int). Method in class com.ibm.eNetwork.beans.HOD.MacroPrompts
Removes the macro prompt action at the given index from the collection.
remove(int). Method in class com.ibm.eNetwork.beans.HOD.MacroScreens
Removes the macro screen at the given index from the collection.
remove(int). Method in interface com.ibm.hi.customizer.beans.scci.SCSelectionList
Removes the item at the specified index from the list.
remove(MacroAction). Method in class com.ibm.eNetwork.beans.HOD.MacroActions
Removes the given macro action from the collection.
remove(MacroActionPrompt). Method in class com.ibm.eNetwork.beans.HOD.MacroPrompts
Removes the given macro prompt action from the collection.
remove(MacroScreen). Method in class com.ibm.eNetwork.beans.HOD.MacroScreens
Removes the given macro screen from the collection.
remove(String). Method in class com.ibm.eNetwork.beans.HOD.MacroNextScreens
Removes the NextScreen object corresponding to the given key from the next screens collection.
removeAction(MacroAction). Method in class com.ibm.eNetwork.beans.HOD.MacroScreen
Convenience method to remove a MacroAction object from the MacroActions collection object contained in this MacroScreen object.
removeActionListener(ActionListener). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Unregisters the specified ActionListener so that it no longer receives ActionEvents from any category.
removeAll(). Method in interface com.ibm.hi.customizer.beans.scci.SCSelectionList
Removes all items from the list.
removeButton(Button). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Removes a user defined button from the bottom row of the Graphical User Interface
removeButton(Component, int). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
removeColorRemapListener(ColorRemapListener). Method in class com.ibm.eNetwork.beans.HOD.ColorRemap
remove color remap listeners
removeCommListener(CommListener). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.removeCommListener()
removeCommListener(CommListener). Method in class com.ibm.eNetwork.beans.HOD.Session
Removes a CommEvent listener
removeCommListener(CommListener). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.removeCommListener()
removeCustomListener(CustomListener). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Removes a CustomListener.
removeDisplayText(String). Method in interface com.ibm.hi.customizer.beans.scci.SCSelectionList
Removes the first occurrence of the displayText from the list.
removeFocusListener(FocusListener). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Removes a java.awt.event.FocusListener from the Bean.
removeFunction(String). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Removes a function.
removeGUIListener(GUIListener). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.removeGUIListener()
removeGUIListener(GUIListener). Method in class com.ibm.eNetwork.beans.HOD.Session
Removes a GUIEvent listener
removeGUIListener(GUIListener). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.removeGUIListener()
removeItem(String, String). Method in interface com.ibm.hi.customizer.beans.scci.SCSelectionList
Removes the first occurence of the displayText/sendText combination from the list.
removeKeyListener(KeyListener). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Removes a java.awt.event.KeyListener from the Bean.
removeKeyListener(KeyListener). Method in class com.ibm.eNetwork.beans.HOD.Screen
Removes a java.awt.event.KeyListener from the Screen Bean.
removeKeyListener(KeyListener). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Removes a java.awt.event.KeyListener from the Bean.
removeMacro(String). Method in interface com.ibm.eNetwork.beans.HOD.MacroIOProvider
Deletes a macro from persistent storage.
removeMacroCustomActionListener(MacroCustomActionListener). Method in class com.ibm.eNetwork.beans.HOD.Macro
Removes the given MacroCustomActionListener from the macro.
removeMacroDebugListener(MacroDebugListener). Method in class com.ibm.eNetwork.beans.HOD.Macro
Removes the given MacroDebugListener from the macro.
removeMacroDebugListener(MacroDebugListener). Method in class com.ibm.eNetwork.beans.HOD.MacroManager
Removes the given MacroDebugListener from list of listeners.
removeMacroExtractCoordListener(MacroExtractCoordListener). Method in class com.ibm.eNetwork.beans.HOD.Macro
Removes the given MacroExtractCoordListener from the macro.
removeMacroIOProvider(MacroIOProvider). Method in class com.ibm.eNetwork.beans.HOD.MacroManager
Removes the given MacroIOProvider from MacroManager.
removeMacroLoopListener(MacroLoopListener). Method in class com.ibm.eNetwork.beans.HOD.Macro
Removes the given MacroLoopListener from the macro.
removeMacroParseListener(MacroParseListener). Method in class com.ibm.eNetwork.beans.HOD.Macro
Removes the given MacroParseListener from the macro.
removeMacroParseListener(MacroParseListener). Method in class com.ibm.eNetwork.beans.HOD.MacroManager
Removes the given MacroParseListener from the list of listeners.
removeMacroRuntimeListener(MacroRuntimeListener). Method in class com.ibm.eNetwork.beans.HOD.Macro
Removes the given MacroRuntimeListener from the macro.
removeMacroRuntimeListener(MacroRuntimeListener). Method in class com.ibm.eNetwork.beans.HOD.MacroManager
Removes the given MacroRuntimeListener from list of listeners.
removeMacroTickTockListener(MacroTickTockListener). Method in class com.ibm.eNetwork.beans.HOD.Macro
Removes the given MacroTickTockListener from the macro.
removeMapping(String). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Removes a mapping.
removeMouseListener(MouseListener). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Removes a java.awt.event.MouseListener from the Bean.
removeMouseMotionListener(MouseMotionListener). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Removes a java.awt.event.MouseMotionListener from the Bean.
removeNextScreen(MacroScreen). Method in class com.ibm.eNetwork.beans.HOD.MacroScreen
Convenience method to remove a MacroScreen object from the vector of valid next screens contained in this MacroScreen object.
removeNonRepeatingKey(int). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Removes a non-repeating key.
removeOIAListener(OIAListener). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.removeOIAListener()
removeOIAListener(OIAListener). Method in class com.ibm.eNetwork.beans.HOD.Session
Remove an OIAEvent listener
removeOIAListener(OIAListener). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.removeOIAListener()
removePropertyChangeListener(PropertyChangeListener). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Removes a PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener). Method in class com.ibm.eNetwork.beans.HOD.HODBean
Removes a property change listener so that it no longer receives property change events.
removePropertyChangeListener(PropertyChangeListener). Method in class com.ibm.eNetwork.beans.HOD.HODCustomizer
Removes a PropertyChangeListener so that it no longer receives PropertyChange events.
removePropertyChangeListener(PropertyChangeListener). Method in class com.ibm.eNetwork.beans.HOD.HODPanelBean
Removes a property change listener so that it no longer receives property change events.
removePropertyChangeListener(PropertyChangeListener). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Removes a PropertyChangeListener.
removePSListener(PSListener). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.removePSListener()
removePSListener(PSListener). Method in class com.ibm.eNetwork.beans.HOD.Session
Removes a PSEvent listener
removePSListener(PSListener). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.removePSListener()
removeScreenListener(ScreenListener). Method in class com.ibm.eNetwork.beans.HOD.Screen
Removes a ScreenListener.
removeScreenListener(ScreenListener). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Removes a ScreenListener.
removeScreenMotionListener(ScreenMotionListener). Method in class com.ibm.eNetwork.beans.HOD.Screen
Removes a ScreenMotionListener.
removeScreenMotionListener(ScreenMotionListener). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Removes a ScreenMotionListener.
removeScreenMouseListener(ScreenMouseListener). Method in class com.ibm.eNetwork.beans.HOD.Screen
Removes a ScreenMouseListener.
removeScreenMouseListener(ScreenMouseListener). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Removes a ScreenMouseListener.
removeSendKeyListener(SendKeyListener). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Removes a SendKeyListener.
removeSendKeyListener(SendKeyListener). Method in class com.ibm.eNetwork.beans.HOD.KeyPad
Removes the specified SendKeyListener so that it no longer receives SendKeyEvents.
removeSendKeyListener(SendKeyListener). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Unregisters the specified SendKeyListener so that it no longer receives SendKeyEvents.
removeSendKeyListener(SendKeyListener). Method in class com.ibm.eNetwork.beans.HOD.Screen
Removes a SendKeyListener.
removeSendKeyListener(SendKeyListener). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Removes a SendKeyListener.
removeSendText(String). Method in interface com.ibm.hi.customizer.beans.scci.SCSelectionList
Removes the first occurrence of the sendText from the list.
removeTraceListener(TraceListener). Static method in class com.ibm.eNetwork.beans.HOD.trace.BeanTrace
Removes the Beans' common trace listener.
removeTraceListener(TraceListener). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.removeTraceListener()
removeTraceListener(TraceListener). Method in class com.ibm.eNetwork.beans.HOD.HODBean
Removes a trace listener so that it no longer receives trace events.
removeTraceListener(TraceListener). Method in class com.ibm.eNetwork.beans.HOD.HODPanelBean
Removes a trace listener so that it no longer receives trace events.
removeTraceListener(TraceListener). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Removes a trace listener so that it no longer receives trace events.
removeVetoableChangeListener(VetoableChangeListener). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Removes a VetoableChangeListener.
removeVetoableChangeListener(VetoableChangeListener). Method in class com.ibm.eNetwork.beans.HOD.HODBean
Removes a vetoable change listener so that it no longer receives notification of vetoable property changes.
removeVetoableChangeListener(VetoableChangeListener). Method in class com.ibm.eNetwork.beans.HOD.HODPanelBean
Removes a vetoable change listener so that it no longer receives notification of vetoable property changes.
removeVetoableChangeListener(VetoableChangeListener). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Removes a VetoableChangeListener.
replaceSelection(String). Method in interface com.ibm.hi.customizer.beans.scci.SCTextfield
Replaces any selected text with the specified text.
requestFocus(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Request focus on CustomTerminal.
requestFocus(). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Transfers focus to the bean.
requestFocus(). Method in interface com.ibm.hi.customizer.beans.scci.SCCustomComponent
Sends a request focus to the component.
requestFocus(). Method in class com.ibm.eNetwork.beans.HOD.Screen
Requests focus on Screen.
requestFocus(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Request focus on Terminal.
reset(). Method in class com.ibm.eNetwork.beans.HOD.ColorRemap
Resets the color map to the default colors.
reset(). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Resets KeyRemap to default functions, mappings, and non-repeating keys.
RESET_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
resetMapping(String). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Resets the specified Keystroke to its default mapping.
RIGHT_TO_LEFT. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
hostFileOrientation, PCFileOrientation property value - Right to Left file
RIGHT_TO_LEFT. Static variable in class com.ibm.eNetwork.beans.HOD.Session
textOrientation property value - right to left (bi-directional sessions only)
RULE. Static variable in class com.ibm.eNetwork.beans.HOD.event.GUIEvent
Rule GUI event.
RULE. Static variable in class com.ibm.eNetwork.beans.HOD.Screen
rule property keyword
RUN_APPLET. Static variable in class com.ibm.hi.customizer.beans.event.CustomMacroEvent
Static macro type to run an applet
RUN_APPLET. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacroCommand
Constant for setCommandType() Run applet

S

S11X2. Static variable in class com.ibm.eNetwork.beans.HOD.KeyPad
shape property value - 11 rows by 2 columns
S2X11. Static variable in class com.ibm.eNetwork.beans.HOD.KeyPad
shape property value - 2 rows by 11 columns
SCFactory(). Constructor for class com.ibm.hi.customizer.beans.scci.SCFactory
Screen(). Constructor for class com.ibm.eNetwork.beans.HOD.Screen
Screen Bean null constructor.
Screen(Properties). Constructor for class com.ibm.eNetwork.beans.HOD.Screen
Constructor that takes a Properties object containing the initial property settings.
SCREEN_3D. Static variable in class com.ibm.eNetwork.beans.HOD.Screen
3D property keyword
SCREEN_DISCONNECT. Static variable in class com.ibm.hi.customizer.beans.event.CustomScreenEvent
Static screen type for screen disconnect
SCREEN_ENTER. Static variable in class com.ibm.hi.customizer.beans.event.CustomScreenEvent
Static screen type for screen enter
SCREEN_EVENT. Static variable in class com.ibm.hi.customizer.beans.event.CustomEvent
Static base value for screen event types
SCREEN_EVENT_MASK. Static variable in class com.ibm.hi.customizer.beans.event.CustomEvent
Static value for screen event mask
SCREEN_EXIT. Static variable in class com.ibm.hi.customizer.beans.event.CustomScreenEvent
Static screen type for screen exit
SCREEN_READY. Static variable in class com.ibm.hi.customizer.beans.event.CustomScreenEvent
Static screen type for screen ready
SCREEN_REFRESH. Static variable in class com.ibm.hi.customizer.beans.event.CustomScreenEvent
Static screen type for screen refresh
SCREEN_SIZE. Static variable in class com.ibm.eNetwork.beans.HOD.Session
screenSize property keyword
ScreenCustomizer(). Constructor for class com.ibm.eNetwork.beans.HOD.ScreenCustomizer
ScreenEvent(Object, int, Insets, URL). Constructor for class com.ibm.eNetwork.beans.HOD.event.ScreenEvent
Constructs a Screen Event.
ScreenKeyEvent(Component, int, long, int, int). Constructor for class com.ibm.eNetwork.beans.HOD.event.ScreenKeyEvent
ScreenKeyEvent(Component, int, long, int, int, char). Constructor for class com.ibm.eNetwork.beans.HOD.event.ScreenKeyEvent
ScreenMouseEvent(Object, ECLPS, int, int, MouseEvent). Constructor for class com.ibm.eNetwork.beans.HOD.event.ScreenMouseEvent
A ScreenMouse Event.
SCREENREV_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
screens(). Method in class com.ibm.eNetwork.beans.HOD.MacroScreens
Returns an enumeration of the macro screens in the collection.
screensCompared(MacroRecoDebugEvent). Method in interface com.ibm.eNetwork.beans.HOD.event.MacroDebugListener
Called when a new screen appears and the Macro's screen matching logic is run.
SELECT. Static variable in class com.ibm.eNetwork.beans.HOD.MacroActionBoxSelect
Used for get/setType.
select(int). Method in interface com.ibm.hi.customizer.beans.scci.SCSelection
Selects the item at the specified index.
select(int, int). Method in interface com.ibm.hi.customizer.beans.scci.SCTextComponent
Selects the text between the specified start and end positions.
SELECTALL. Static variable in class com.ibm.eNetwork.beans.HOD.event.GUIEvent
Select All GUI event.
selectAll(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Selects the contents of the current text field or label.
selectAll(). Method in class com.ibm.eNetwork.beans.HOD.Screen
Selects the entire Screen for the purpose of copying or cutting the area.
selectAll(). Method in interface com.ibm.hi.customizer.beans.scci.SCTextComponent
Selects all the text in this text component.
selectAll(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Selects the entire Screen for the purpose of copying or cutting the area.
selectDisplayText(String). Method in interface com.ibm.hi.customizer.beans.scci.SCSelection
Selects the first occurrence of the specified displayText in the list.
selectItem(String, String). Method in interface com.ibm.hi.customizer.beans.scci.SCSelection
Selects the first occurrence of the specified displayText/sendText combination in the list.
selectSendText(String). Method in interface com.ibm.hi.customizer.beans.scci.SCSelection
Selects the first occurrence of the specified sendText in the list.
SEND_FILE. Static variable in class com.ibm.hi.customizer.beans.event.CustomMacroEvent
Static macro type to send a file to the host
SEND_FILES. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacroCommand
Constant for setCommandType() Send files
SendKeyEvent(Object, String, KeyEvent). Constructor for class com.ibm.eNetwork.beans.HOD.event.SendKeyEvent
Constructs a new send key event with the specified source and keys.
sendKeys(SendKeyEvent). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Handler method for SendKeyEvents.
sendKeys(SendKeyEvent). Method in class com.ibm.eNetwork.beans.HOD.Screen
Handler method for SendKeyEvents.
sendKeys(SendKeyEvent). Method in interface com.ibm.eNetwork.beans.HOD.event.SendKeyListener
Method called when a SendKeyEvent is generated.
sendKeys(SendKeyEvent). Method in class com.ibm.eNetwork.beans.HOD.Session
Handles SendKeyEvents sent to this Session Bean.
sendKeys(SendKeyEvent). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Handler method for SendKeyEvents.
SERVICE_MGR_HOST. Static variable in class com.ibm.eNetwork.beans.HOD.Session
Service manager host property keyword
Session(). Constructor for class com.ibm.eNetwork.beans.HOD.Session
Constructor which builds a Session Bean using the default property values.
Session(Properties). Constructor for class com.ibm.eNetwork.beans.HOD.Session
Constructor which builds a Session Bean using the property values passed in the Property object.
SESSION_ID. Static variable in class com.ibm.eNetwork.beans.HOD.Session
sessionID property keyword
SESSION_NAME. Static variable in class com.ibm.eNetwork.beans.HOD.Session
sessionName property keyword
SESSION_TYPE. Static variable in class com.ibm.eNetwork.beans.HOD.KeyPad
sessionType property keyword
SESSION_TYPE. Static variable in class com.ibm.eNetwork.beans.HOD.KeyRemap
sessionType property keyword
SESSION_TYPE. Static variable in class com.ibm.eNetwork.beans.HOD.Screen
sessionType property keyword
SESSION_TYPE. Static variable in class com.ibm.eNetwork.beans.HOD.Session
sessionType property keyword
SessionCustomizer(). Constructor for class com.ibm.eNetwork.beans.HOD.SessionCustomizer
set(MacroAction, int). Method in class com.ibm.eNetwork.beans.HOD.MacroActions
Replaces the macro action object at the given index in the collection.
set(MacroActionPrompt, int). Method in class com.ibm.eNetwork.beans.HOD.MacroPrompts
Replaces the macro prompt action object at the given index in the collection.
set(MacroScreen, int). Method in class com.ibm.eNetwork.beans.HOD.MacroScreens
Replaces the macro screen object at the given index in the collection.
set3D(boolean). Method in class com.ibm.eNetwork.beans.HOD.Screen
Sets the 3D property.
set3D(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Sets the 3D property.
SET_CURSOR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacroCommand
Constant for setCommandType() Set cursor
setAccessibilityEnabled(boolean). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Enable or disable accessibility
setAccessibilityEnabled(boolean). Method in class com.ibm.eNetwork.beans.HOD.Screen
Sets the accessibilityEnabled property.
setAccessibilityEnabled(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Sets the accessibilityEnabled property.
setActions(MacroActions). Method in class com.ibm.eNetwork.beans.HOD.MacroScreen
Sets the actions associated with the screen.
setAdvRecordEnabled(boolean). Method in class com.ibm.eNetwork.beans.HOD.MacroManager
Turns off/on MacroManager's advanced recording capabilities.
setArgs(String). Method in class com.ibm.eNetwork.beans.HOD.MacroActionCustom
Sets the callout arguments.
setArgument(String). Method in interface com.ibm.hi.customizer.beans.scci.SCMacroCommand
Sets the optional argument to be used with the set command type.
setAttributes(Hashtable). Method in class com.ibm.eNetwork.beans.HOD.MacroAction
setAttributes(Hashtable). Method in class com.ibm.eNetwork.beans.HOD.MacroActionBoxSelect
Sets all the basic attributes for the Macro action from the String contents in the given hash table.
setAttributes(Hashtable). Method in class com.ibm.eNetwork.beans.HOD.MacroActionCommWait
Sets all the basic attributes for the Macro action from the String contents in the given hash table.
setAttributes(Hashtable). Method in class com.ibm.eNetwork.beans.HOD.MacroActionCustom
Sets all the basic attributes for the Macro action from the String contents in the given hash table.
setAttributes(Hashtable). Method in class com.ibm.eNetwork.beans.HOD.MacroActionExtract
Sets all the basic attributes for the Macro action from the String contents in the given hash table.
setAttributes(Hashtable). Method in class com.ibm.eNetwork.beans.HOD.MacroActionInput
Sets all the basic attributes for the Macro action from the String contents in the given hash table.
setAttributes(Hashtable). Method in class com.ibm.eNetwork.beans.HOD.MacroActionMessage
Sets all the basic attributes for the Macro action from the String contents in the given hash table.
setAttributes(Hashtable). Method in class com.ibm.eNetwork.beans.HOD.MacroActionMouseClick
Sets all the basic attributes for the Macro action from the String contents in the given hash table.
setAttributes(Hashtable). Method in class com.ibm.eNetwork.beans.HOD.MacroActionPause
Sets all the basic attributes for the Macro action from the String contents in the given hash table.
setAttributes(Hashtable). Method in class com.ibm.eNetwork.beans.HOD.MacroActionPrompt
Sets all the basic attributes for the Macro action from the String contents in the given hash table.
setAttributes(Hashtable). Method in class com.ibm.eNetwork.beans.HOD.MacroActions
Sets all the basic attributes for the Macro object from the String contents in the given hash table.
setAttributes(Hashtable). Method in class com.ibm.eNetwork.beans.HOD.MacroActionTrace
setAttributes(Hashtable). Method in class com.ibm.eNetwork.beans.HOD.MacroNextScreens
Sets all the basic attributes for the Macro object from the String contents in the given hash table.
setAttributes(Hashtable). Method in class com.ibm.eNetwork.beans.HOD.MacroScreen
Sets all the basic attributes for the Macro object from the String contents in the given hash table.
setAttributes(Hashtable). Method in class com.ibm.eNetwork.beans.HOD.MacroScreens
Sets all the basic attributes for the Macro object from the String contents in the given hash table.
setAuthor(String). Method in class com.ibm.eNetwork.beans.HOD.MacroScreens
Sets the author of the macro.
setAutoApply(boolean). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Sets the autoApply property.
setAutoConnect(boolean). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.setAutoConnect()
setAutoConnect(boolean). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the autoConnect property.
setAutoConnect(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setAutoConnect()
setAutoFontSize(boolean). Method in class com.ibm.eNetwork.beans.HOD.Screen
Sets the autoFontSize property.
setAutoFontSize(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Sets the autoFontSize property.
setAutoPack(boolean). Method in class com.ibm.eNetwork.beans.HOD.Screen
Sets the autoPack property.
setAutoPack(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Sets the autoPack property.
setAutoReconnect(boolean). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.setAutoReconnect()
setAutoReconnect(boolean). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the autoReconnect property.
setAutoReconnect(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setAutoReconnect()
setBackgroundColor(Color). Method in interface com.ibm.hi.customizer.beans.scci.SCCustomComponent
Sets the background color.
setBIDIMode(String). Method in class com.ibm.eNetwork.beans.HOD.Session
setBIDIMode(String). Method in class com.ibm.eNetwork.beans.HOD.Terminal
setBlockCursor(boolean). Method in class com.ibm.eNetwork.beans.HOD.Screen
Sets the block cursor property.
setBlockCursor(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Sets the block cursor property.
setButtonTextVisible(boolean). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Sets the buttonTextVisible property.
setButtonTextVisible(boolean). Method in class com.ibm.eNetwork.beans.HOD.MacroManager
Sets the text visibility state of the text in the buttons of MacroManager.
setCancel(boolean). Method in class com.ibm.eNetwork.beans.HOD.event.MacroPromptEvent
Set the Cancel flag to halt the macro upon return from the event handler.
setCaption(String). Method in interface com.ibm.hi.customizer.beans.scci.SCCustomComponent
Sets the displayed caption.
setCaretPosition(int). Method in interface com.ibm.hi.customizer.beans.scci.SCTextComponent
Sets the position of the text insertion caret for this text component.
setCentered(boolean). Method in class com.ibm.eNetwork.beans.HOD.Screen
Sets the centered property.
setCentered(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Sets the centered property.
setCICSClear(boolean). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Sets the CICS Clear setting (True or False ).
setCICSDefaultMode(String). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Sets the CICS default mode (text or binary).
setCICSGetBinary(String). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Sets the current CICS "Get" Binary string.
setCICSGetText(String). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Sets the current CICS "Get" Text string.
setCICSGWCodePage(String). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.setCICSGWCodePage()
setCICSGWCodePage(String). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the CICSGWCodepage property.
setCICSGWCodePage(String). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setCICSGWCodePage()
setCICSPutBinary(String). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Sets the current CICS "Put" Binary string.
setCICSPutText(String). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Sets the current CICS "Put" Text string.
setCICSServerName(String). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.setCICSServerName()
setCICSServerName(String). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the CICSServerName property.
setCICSServerName(String). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setCICSServerName()
setClearField(boolean). Method in class com.ibm.eNetwork.beans.HOD.MacroActionPrompt
Sets whether the prompt action clears the host field before placing data on the screen.
setCodePage(String). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.setCodePage()
setCodePage(String). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Sets the host codePage property.
setCodePage(String). Method in class com.ibm.eNetwork.beans.HOD.KeyPad
Sets the codePage property.
setCodePage(String). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Sets the codePage property.
setCodePage(String). Method in class com.ibm.eNetwork.beans.HOD.Screen
Sets the codePage property.
setCodePage(String). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the codePage property.
setCodePage(String). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setCodePage()
setCol(int). Method in class com.ibm.eNetwork.beans.HOD.MacroActionInput
Sets the starting column position for the input action.
setCol(int). Method in class com.ibm.eNetwork.beans.HOD.MacroActionMouseClick
Sets the column position for the mouse click action.
setColumn(int). Method in class com.ibm.eNetwork.beans.HOD.MacroActionPrompt
Sets the column position for the prompt
setCommandType(int). Method in interface com.ibm.hi.customizer.beans.scci.SCMacroCommand
Sets the command type using the static values defined above.
setComment(String). Method in class com.ibm.eNetwork.beans.HOD.MacroScreen
Sets the comment text for the macro screen.
setCopyLength(int). Method in interface com.ibm.hi.customizer.beans.scci.SCMacroCommand
Sets the copy length.
setCopyOnlyIfTrimmed(boolean). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the copyOnlyIfTrimmed property.
setCopyOnlyIfTrimmed(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setCopyOnlyIfTrimmed()
setCurrentScreenName(String). Method in class com.ibm.eNetwork.beans.HOD.Macro
Sets the name of the current screen during recording.
setCurrentScreenTransient(boolean). Method in class com.ibm.eNetwork.beans.HOD.Macro
Sets the current screen in recording to transient.
setCurrentStartScreen(boolean). Method in class com.ibm.eNetwork.beans.HOD.Macro
Sets the currently recording screen's startscreen attribute to the given value.
setCurrentStopScreen(boolean). Method in class com.ibm.eNetwork.beans.HOD.Macro
Sets the currently recording screen's stopscreen attribute to the given value.
setCursorDirection(String). Method in class com.ibm.eNetwork.beans.HOD.Session
setCursorDirection(String). Method in class com.ibm.eNetwork.beans.HOD.Terminal
setCursorVisible(boolean). Method in class com.ibm.eNetwork.beans.HOD.Screen
Sets whether the cursor should be made visible by Screen.
setCursorVisible(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Sets whether the cursor should be made visible by Screen.
setCustomDir(String). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Sets the customDir property.
setCustomRecoListener(ECLCustomRecoListener, String). Method in class com.ibm.eNetwork.beans.HOD.Macro
Registers a custom recognition listener with a given ID.
setCustomURL(String). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Sets the customURL property.
setDate(String). Method in class com.ibm.eNetwork.beans.HOD.MacroScreens
Sets the date the macro was created or changed.
setDBCSInputVisible(boolean). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Sets the DBCSinputVisible property (3270 and 5250 DBCS sessions only).
setDBCSInputVisible(boolean). Method in class com.ibm.eNetwork.beans.HOD.Screen
Sets the DBCSinputVisible property (3270 and 5250 DBCS sessions only).
setDBCSInputVisible(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Sets the DBCSinputVisible property (3270 and 5250 DBCS sessions only).
setDefault(String). Method in class com.ibm.eNetwork.beans.HOD.MacroActionPrompt
Sets the default value for the prompt action.
setDescription(ECLScreenDesc). Method in class com.ibm.eNetwork.beans.HOD.MacroScreen
Sets the ECLScreenDesc object for the screen.
setDescription(String). Method in class com.ibm.eNetwork.beans.HOD.MacroActionPrompt
Sets the description associated with the prompt action.
setDescription(String). Method in class com.ibm.eNetwork.beans.HOD.MacroScreens
Sets the description of the macro.
setDisplayText(String). Method in interface com.ibm.hi.customizer.beans.scci.SCCheckbox
Sets the displayText.
setDisplayText(String, int). Method in interface com.ibm.hi.customizer.beans.scci.SCSelection
Replaces the displayText at the specified index.
setEchoChar(char). Method in interface com.ibm.hi.customizer.beans.scci.SCTextfield
Sets the echo character.
setECLErr(ECLErr). Method in class com.ibm.eNetwork.beans.HOD.event.MacroStateEvent
Set the ECLErr that was the cause of the MacroEvent.STATE_PLAY_ERROR.
setECLSession(ECLSession). Method in class com.ibm.eNetwork.beans.HOD.MacroAction
Sets the Host Access Class Library session object of the action.
setECol(int). Method in class com.ibm.eNetwork.beans.HOD.MacroActionBoxSelect
Sets the lower right column for the box selection area.
setECol(int). Method in class com.ibm.eNetwork.beans.HOD.MacroActionExtract
Sets the lower right column for the extract area.
setEditable(boolean). Method in interface com.ibm.hi.customizer.beans.scci.SCTextfield
Sets the flag that determines whether or not this textfield is editable.
setEncrypted(boolean). Method in class com.ibm.eNetwork.beans.HOD.MacroActionInput
Sets whether the input action data should be hidden, as with a password.
setEncrypted(boolean). Method in class com.ibm.eNetwork.beans.HOD.MacroActionPrompt
Sets whether the prompt action data should be hidden, as with a password.
setENPTUI(boolean). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the enptui property.
setENPTUI(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setENPTUI()
setERow(int). Method in class com.ibm.eNetwork.beans.HOD.MacroActionBoxSelect
Sets the lower right row for the box selection area.
setERow(int). Method in class com.ibm.eNetwork.beans.HOD.MacroActionExtract
Sets the lower right row for the extract area.
setExecuteAction(boolean). Method in class com.ibm.eNetwork.beans.HOD.event.MacroDebugActionEvent
Sets whether action should be executed.
setFinalScreenBoundary(boolean). Method in class com.ibm.eNetwork.beans.HOD.Macro
Sets whether a screen boundary is inserted at the end of the macro source code.
setFont(Font). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Sets the CustomTerminal font.
setFont(Font). Method in class com.ibm.eNetwork.beans.HOD.KeyPad
Sets the font property.
setFont(Font). Method in class com.ibm.eNetwork.beans.HOD.Screen
Sets the Screen font.
setFont(Font). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Sets the Screen font.
setFontName(String). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Sets the fontName property.
setFontName(String). Method in class com.ibm.eNetwork.beans.HOD.Screen
Sets the fontName property.
setFontName(String). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Sets the fontName property.
setFontSize(int). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Sets the fontSize property.
setFontSize(int). Method in class com.ibm.eNetwork.beans.HOD.KeyPad
Sets the font size.
setFontSize(int). Method in class com.ibm.eNetwork.beans.HOD.Screen
Sets the fontSize property.
setFontSize(int). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Sets the fontSize property.
setFontSizeBounded(boolean). Method in class com.ibm.eNetwork.beans.HOD.Screen
Sets the fontSizeBounded property.
setFontSizeBounded(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Sets the fontSizeBounded property.
setFontStyle(int). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Sets the fontStyle property.
setFontStyle(int). Method in class com.ibm.eNetwork.beans.HOD.Screen
Sets the fontStyle property.
setFontStyle(int). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Sets the fontStyle property.
setForegroundColor(Color). Method in interface com.ibm.hi.customizer.beans.scci.SCCustomComponent
Sets the foreground color.
setFunctionKey(String). Method in interface com.ibm.hi.customizer.beans.scci.SCMacro
Sets the host function key to the specfied function key.
setGet2PointEnabled(boolean). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Enable or disable Get2Point macro.
setGlobalRead(String). Method in interface com.ibm.hi.customizer.beans.scci.SCCustomComponent
Sets the global variable the component reads from.
setGlobalWrite(String). Method in interface com.ibm.hi.customizer.beans.scci.SCCustomComponent
Sets the global variable the component writes to.
setGraphicsCellSize(String). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the graphicsCellSize property.
setGraphicsCellSize(String). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setGraphicsCellSize()
setHelpCaption(String). Method in interface com.ibm.hi.customizer.beans.scci.SCCustomComponent
Sets the help text to be displayed in the status bar on a mouseover.
setHistory(boolean). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the History property.
setHistory(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setHistory()
setHistorySize(String). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the History size property.
setHistorySize(String). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setHistorySize()
setHost(String). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.setHost()
setHost(String). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the name of host associated with this Session Bean.
setHost(String). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setHost()
setHostFileOrientation(String). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Sets the HostFileOrientation property.
setHostGraphics(boolean). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the hostGraphics property.
setHostGraphics(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setHostGraphics()
setHostModeTabEnabled(boolean). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Sets the Host mode tab state.
setHostPosition(int). Method in interface com.ibm.hi.customizer.beans.scci.SCMacroCommand
Sets the host position.
setHostType(String). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Sets the hostType property.
setHotspotsEnabled(boolean). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Enable or disable hotspots.
setHotspotsTabEnabled(boolean). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Sets the hotspot tab state.
setID(String). Method in class com.ibm.eNetwork.beans.HOD.MacroActionCustom
Sets the callout identifier.
setImage(Image). Method in interface com.ibm.hi.customizer.beans.scci.SCImage
Sets the image to be displayed using the current layout setting.
setImage(Image, int). Method in interface com.ibm.hi.customizer.beans.scci.SCImage
Sets the image to be displayed using the given layout setting.
setImageButtonStyle(String). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Set the image button style.
setImageFileName(String). Method in interface com.ibm.hi.customizer.beans.scci.SCImage
Sets the image to be displayed using the current layout setting.
setImageFileName(String, int). Method in interface com.ibm.hi.customizer.beans.scci.SCImage
Sets the image to be displayed using the specified layout setting.
setInitialPrompt(boolean). Method in class com.ibm.eNetwork.beans.HOD.Macro
Sets the flag that controls whether Macro prescans for prompts.
setInitialPrompt(boolean). Method in class com.ibm.eNetwork.beans.HOD.MacroScreens
Sets whether the Macro bean should scan this macro for prompts at the beginning of play and fire them all at once to prompt listeners.
setInitialScreenBoundary(boolean). Method in class com.ibm.eNetwork.beans.HOD.Macro
Sets whether a screen boundary is inserted at the start of the macro source code.
setInsertEnabled(boolean). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Set the insert enabled state.
setItem(String, String, int). Method in interface com.ibm.hi.customizer.beans.scci.SCSelection
Replaces the displayText and sendText at the specified index.
setLam_AlefCompression(String). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Sets the Lam_AlefCompression property.
setLam_AlefExpansion(String). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Sets the Lam_AlefExpansion property.
setLaunchNewBrowser(boolean). Method in interface com.ibm.hi.customizer.beans.scci.SCWebLink
Sets launch new browser flag.
setLayoutType(int). Method in interface com.ibm.hi.customizer.beans.scci.SCImage
Sets the layoutType parameter.
setLength(int). Method in class com.ibm.eNetwork.beans.HOD.MacroActionPrompt
Sets the allowable length of the prompt data.
setLightPenMode(boolean). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Sets the lightPenMode property (3270 and CICS sessions only).
setLightPenMode(boolean). Method in class com.ibm.eNetwork.beans.HOD.Screen
Sets the lightPenMode property (3270 and CICS sessions only).
setLightPenMode(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Sets the lightPenMode property (3270 and CICS sessions only).
setLine(String). Method in class com.ibm.eNetwork.beans.HOD.event.MacroStateEvent
Set the line of the Macro.
setLookupFile(String). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Sets the lookup table name.
setLUMLicensing(String). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.setLUMLicensing(String)
setLUMLicensing(String). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the license method to either LUM or HOD.
setLUMLicensing(String). Method in class com.ibm.eNetwork.beans.HOD.Terminal
setLUMPort(int). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.setLUMPort(int)
setLUMPort(int). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the LUMPort property.
setLUMPort(int). Method in class com.ibm.eNetwork.beans.HOD.Terminal
setLUMServer(String). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.setLUMServer(String)
setLUMServer(String). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the LUM server property.
setLUMServer(String). Method in class com.ibm.eNetwork.beans.HOD.Terminal
setLUName(String). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.setLUName()
setLUName(String). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the LUName property.
setLUName(String). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setLUName()
setMacro(BufferedReader). Method in class com.ibm.eNetwork.beans.HOD.Macro
Sets the current macro from a buffered reader.
setMacro(InputStream). Method in class com.ibm.eNetwork.beans.HOD.Macro
Sets the current macro from an input stream.
setMacro(SCMacro). Method in interface com.ibm.hi.customizer.beans.scci.SCButton
Sets the SCMacro to be invoked on a doClick().
setMacro(String). Method in class com.ibm.eNetwork.beans.HOD.Macro
Sets the current macro from a string.
setMacroArray(String[]). Method in class com.ibm.eNetwork.beans.HOD.Macro
Sets the current macro from a string array.
setMacroAuthor(String). Method in class com.ibm.eNetwork.beans.HOD.Macro
Sets the author of the macro.
setMacroBean(Macro). Method in class com.ibm.eNetwork.beans.HOD.MacroManager
Sets the Macro object contained by MacroManager.
setMacroCommands(Vector). Method in interface com.ibm.hi.customizer.beans.scci.SCMacro
Sets the command vector to the specified vector.
setMacroDate(String). Method in class com.ibm.eNetwork.beans.HOD.Macro
Sets the creation date of the macro.
setMacroDescription(String). Method in class com.ibm.eNetwork.beans.HOD.Macro
Sets the description of the macro.
setMacroIOProvider(MacroIOProvider). Method in class com.ibm.eNetwork.beans.HOD.MacroManager
Sets the given MacroIOProvider for MacroManager.
setMacroList(Vector). Method in class com.ibm.eNetwork.beans.HOD.MacroManager
Sets the list of currently available macros.
setMacroName(String). Method in class com.ibm.eNetwork.beans.HOD.Macro
Sets the name of the macro.
setMacroScreen(MacroScreen). Method in class com.ibm.eNetwork.beans.HOD.event.MacroStateEvent
Set the current MacroScreen object for the state.
setMapEnabled(boolean). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Turn currend map on or off.
setMenuButtonsEnabled(boolean). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Enable or disable menu buttons.
setMenuButtonsTabEnabled(boolean). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Sets the menu button tab state.
setMenuButtonStyle(String). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Set the menu button style.
setMessage(String). Method in class com.ibm.eNetwork.beans.HOD.MacroActionMessage
Sets the message text.
setMouseEnabled(boolean). Method in class com.ibm.eNetwork.beans.HOD.Screen
Sets whether mouse events will be handled by Screen.
setMouseEnabled(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Sets whether mouse events will be handled by Screen.
setMouseOverColor(Color). Method in interface com.ibm.hi.customizer.beans.scci.SCWebLink
Sets the mouseover color.
setMoveCursor(boolean). Method in class com.ibm.eNetwork.beans.HOD.MacroActionInput
Sets whether the cursor will be moved by the input action or not.
setMoveCursor(boolean). Method in class com.ibm.eNetwork.beans.HOD.MacroActionPrompt
Sets whether the cursor is moved by the input action or not.
setMVSClear(boolean). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Sets the MVS Clear setting (True or False ).
setMVSDefaultMode(String). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Sets the MVS default mode (text or binary).
setMVSGetBinary(String). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Sets the current MVS "Get" Binary string.
setMVSGetText(String). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Sets the current MVS "Get" Text string.
setMVSPutBinary(String). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Sets the current MVS "Put" Binary string.
setMVSPutText(String). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Sets the current MVS "Put" Text string.
setName(String). Method in class com.ibm.eNetwork.beans.HOD.MacroActionExtract
Sets the identifying name for the extract.
setName(String). Method in class com.ibm.eNetwork.beans.HOD.MacroActionPrompt
Sets the name for the prompt action.
setName(String). Method in class com.ibm.eNetwork.beans.HOD.MacroScreen
Sets the unique identifier for the screen.
setName(String). Method in class com.ibm.eNetwork.beans.HOD.MacroScreens
Sets the name of the macro.
setNextScreens(MacroNextScreens). Method in class com.ibm.eNetwork.beans.HOD.MacroScreen
Sets the collection of valid next screens.
setNumeralShape(String). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.setNumeralShape()
setNumeralShape(String). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the NumeralShape property.
setNumeralShape(String). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setNumeralShape()
setNumeralShapeDisp(String). Method in class com.ibm.eNetwork.beans.HOD.Session
setNumeralShapeDisp(String). Method in class com.ibm.eNetwork.beans.HOD.Terminal
setNumericFieldLock(boolean). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the Numeric Field Lock property of Session.
setNumericFieldLock(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setNumericFieldLock()
setNumericSwapEnabled(boolean). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.setNumericSwapEnabled()
setNumericSwapEnabled(boolean). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the Numeric swapping property.
setNumericSwapEnabled(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setNumericSwapEnabled()
setObject(Object). Method in class com.ibm.eNetwork.beans.HOD.FileTransferCustomizer
Sets the object to be customized.
setObject(Object). Method in class com.ibm.eNetwork.beans.HOD.ScreenCustomizer
Sets the object to be customized.
setObject(Object). Method in class com.ibm.eNetwork.beans.HOD.SessionCustomizer
Sets the object to be customized.
setOIAVisible(boolean). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Sets the OIAVisible property.
setOIAVisible(boolean). Method in class com.ibm.eNetwork.beans.HOD.Screen
Sets the OIAVisible property.
setOIAVisible(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Sets the OIAVisible property.
setOS400DefaultMode(String). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Sets the OS400 default mode (text or binary).
setOS400GetBinary(String). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Sets the current OS400 "Get" Binary string.
setOS400GetText(String). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Sets the current OS400 "Get" Text string.
setOS400ProxyServerDstAddr(String). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Sets the Proxy server destination address
setOS400ProxyServerDstPort(int). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Sets the Proxy server destination port
setOS400ProxyServerEnabled(boolean). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Sets whether Proxy Server is enabled(True) or not(False).
setOS400PutBinary(String). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Sets the current OS400 "Put" Binary string.
setOS400PutText(String). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Sets the current OS400 "Put" Text string.
setOS400XferDstAddr(String). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Sets the destination address to perform OS400 File Transfer.
setOS400XferUserID(String). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Sets the current user ID to perform OS400 File Transfer.
setOwner(Macro). Method in class com.ibm.eNetwork.beans.HOD.MacroAction
Sets the owner of the action.
setOwner(Macro). Method in class com.ibm.eNetwork.beans.HOD.MacroActions
Sets the owner of the action.
setOwner(Macro). Method in class com.ibm.eNetwork.beans.HOD.MacroNextScreens
Sets the owner of the action.
setOwner(Macro). Method in class com.ibm.eNetwork.beans.HOD.MacroScreen
Sets the owner of the action.
setOwner(Macro). Method in class com.ibm.eNetwork.beans.HOD.MacroScreens
Sets the owner of the action.
setPad(String). Method in class com.ibm.eNetwork.beans.HOD.KeyPad
Sets the pad property.
setParsedMacro(MacroScreens). Method in class com.ibm.eNetwork.beans.HOD.Macro
Sets the current macro from a MacroScreens object.
setPassword(boolean). Method in interface com.ibm.hi.customizer.beans.scci.SCTextfield
Sets the password flag.
setPasteFieldWrap(boolean). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the pasteFieldWrap property.
setPasteFieldWrap(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setPasteFieldWrap()
setPasteLineWrap(boolean). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the pasteLineWrap property.
setPasteLineWrap(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setPasteLineWrap()
setPasteStopAtProtectedLine(boolean). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the pasteStopAtProtectedLine property.
setPasteStopAtProtectedLine(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setPasteStopAtProtectedLine()
setPasteTabColumns(int). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the pasteTabColumns to set the number of columns represented by a tab.
setPasteTabColumns(int). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setPasteTabColumns()
setPasteTabOptions(String). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the pasteTabOptions property.
setPasteTabOptions(String). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setPasteTabOptions()
setPasteTabSpaces(int). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the pasteTabSpaces to set the number of spaces represented by a tab.
setPasteTabSpaces(int). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setPasteTabSpaces()
setPasteToTrimmedArea(boolean). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the pasteToTrimmedArea property.
setPasteToTrimmedArea(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setPasteToTrimmedAArea()
setPause(int). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Sets the pause property.
setPauseTime(int). Method in class com.ibm.eNetwork.beans.HOD.Macro
Sets the pause value for the macro.
setPauseTime(int). Method in class com.ibm.eNetwork.beans.HOD.MacroScreens
Sets the pause time for the macro.
setPCCodePage(String). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Sets the PCCodePage property.
setPCFileOrientation(String). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Sets the PCFileOrientation property.
setPCFileType(String). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Sets the PCFileType property.
setPort(int). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.setPort()
setPort(int). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the port that will be used to communicate with the host.
setPort(int). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setPort()
setPrintDestination(boolean). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the printDestination property.
setPrintDestination(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setPrintDestination(()
setPrinterName(String). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the printerName property.
setPrinterName(String). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setPrinterName(()
setPrintFileName(String). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the printFileName property.
setPrintFileName(String). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setPrintFileName(()
setPromptAll(boolean). Method in class com.ibm.eNetwork.beans.HOD.MacroActions
Sets whether any prompt elements in the collection will be gathered together and fired in one prompt event.
setPrompts(MacroPrompts). Method in class com.ibm.eNetwork.beans.HOD.Macro
Sets the prompts after a MacroPromptEvent has been handled.
setPrompts(MacroPrompts). Method in class com.ibm.eNetwork.beans.HOD.MacroManager
Sets the macro prompts.
setPrompts(MacroPrompts). Method in class com.ibm.eNetwork.beans.HOD.event.MacroPromptEvent
Set the MacroPrompts object on the Macro object that initially fired the MacroPromptEvent.
setPromptValue(String, String). Method in class com.ibm.eNetwork.beans.HOD.MacroPrompts
Sets the value of a prompt using a prompt name.
setProperties(Properties). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Set the properties on this bean.
setProperties(Properties). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Sets the properties for the bean.
setProperties(Properties). Method in class com.ibm.eNetwork.beans.HOD.HODBean
Sets the properties for the bean.
setProperties(Properties). Method in class com.ibm.eNetwork.beans.HOD.HODPanelBean
Sets the properties for the bean.
setProperties(Properties). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Sets the Bean properties using a Properties object containing the appropriate keyword/value pairs.
setPS(ECLPS). Method in class com.ibm.eNetwork.beans.HOD.event.MacroExtractEvent
Sets the Host Access Class Library (HACL) presentation space object that was used by the Macro bean for the extract.
setPSEventType(int). Method in class com.ibm.eNetwork.beans.HOD.Macro
Sets the type of Presentation Space (PS) event that the Macro bean monitors for screen matching.
setRadioButtonsVisible(boolean). Method in class com.ibm.eNetwork.beans.HOD.KeyPad
Sets the radioButtonsVisible property.
setRecoGoto(String). Method in class com.ibm.eNetwork.beans.HOD.MacroScreen
Sets the screen name of another screen to go to if the recognition limit is reached.
setRecoIncrement(int). Method in class com.ibm.eNetwork.beans.HOD.MacroScreen
Sets the reco limit tracking value
setRecoLimit(int). Method in class com.ibm.eNetwork.beans.HOD.MacroScreen
Sets the macro screen's reco limit.
setRecordEnabled(boolean). Method in class com.ibm.eNetwork.beans.HOD.MacroManager
Turns off/on MacroManager's recording capabilities.
setRecordUI(boolean). Method in class com.ibm.eNetwork.beans.HOD.Macro
Sets whether the Macro will record user interface events on the Terminal bean.
setRecordUI(boolean). Method in class com.ibm.eNetwork.beans.HOD.MacroManager
Sets whether the Macro will record user interface events on the Terminal bean.
setRow(int). Method in class com.ibm.eNetwork.beans.HOD.MacroActionInput
Sets the starting row position for the input action.
setRow(int). Method in class com.ibm.eNetwork.beans.HOD.MacroActionMouseClick
Sets the row position for the mouse click action.
setRow(int). Method in class com.ibm.eNetwork.beans.HOD.MacroActionPrompt
Sets the row position for the prompt.
setRule(boolean). Method in class com.ibm.eNetwork.beans.HOD.Screen
Sets the rule property.
setRule(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Sets the rule property.
setRuntimeListeners(Vector). Method in class com.ibm.eNetwork.beans.HOD.MacroAction
Sets the runtime listeners of the action.
setSCol(int). Method in class com.ibm.eNetwork.beans.HOD.MacroActionBoxSelect
Sets the upper left column for the box selection area.
setSCol(int). Method in class com.ibm.eNetwork.beans.HOD.MacroActionExtract
Sets the upper left column for the extract area.
setScreenSize(String). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.setScreenSize()
setScreenSize(String). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the screenSize property.
setScreenSize(String). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setScreenSize()
setScreenTimeout(int). Method in class com.ibm.eNetwork.beans.HOD.Macro
Sets the timeout value for any next screens specified in the current screen.
setScreenTimeout(String, int). Method in class com.ibm.eNetwork.beans.HOD.Macro
Sets the timeout value for any next screens specified in the screen with the given name.
setSelected(boolean). Method in interface com.ibm.hi.customizer.beans.scci.SCCheckbox
Sets the state of this checkbox to the "on"/"off" state.
setSelectedMacro(String). Method in class com.ibm.eNetwork.beans.HOD.MacroManager
Sets the macro with the given name to the current macro in MacroManger.
setSelectionEnd(int). Method in interface com.ibm.hi.customizer.beans.scci.SCTextComponent
Sets the selection end for this text component to the specified position.
setSelectionStart(int). Method in interface com.ibm.hi.customizer.beans.scci.SCTextComponent
Sets the selection start for this text component to the specified position.
setSendText(String, boolean). Method in interface com.ibm.hi.customizer.beans.scci.SCCheckbox
Sets the sendText for the specified state(checked=true, unchecked=false).
setSendText(String, int). Method in interface com.ibm.hi.customizer.beans.scci.SCSelection
Replaces the sendText at the specified index.
setSeparateFiles(boolean). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the separateFiles property.
setSeparateFiles(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setSeparateFiles()
setServiceMgrHost(String). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.setServiceMgrHost(String)
setServiceMgrHost(String). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the HOD server property.
setServiceMgrHost(String). Method in class com.ibm.eNetwork.beans.HOD.Terminal
setSessionID(String). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.setSessionID()
setSessionID(String). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the sessionID property.
setSessionID(String). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setSessionID()
setSessionName(String). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.setSessionName()
setSessionName(String). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the sessionName property.
setSessionName(String). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setSessionName()
setSessionType(String). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Set the Session type.
setSessionType(String). Method in class com.ibm.eNetwork.beans.HOD.KeyPad
Sets the sessionType property.
setSessionType(String). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Sets the sessionType property.
setSessionType(String). Method in class com.ibm.eNetwork.beans.HOD.Screen
Sets the sessionType property.
setSessionType(String). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the sessionType property.
setSessionType(String). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setSessionType()
setShape(String). Method in class com.ibm.eNetwork.beans.HOD.KeyPad
Sets the shape property.
setSize(Dimension). Method in class com.ibm.eNetwork.beans.HOD.KeyPad
Sets the size of KeyPad.
setSize(int, int). Method in class com.ibm.eNetwork.beans.HOD.KeyPad
Sets the size of KeyPad.
setSkip(boolean). Method in class com.ibm.eNetwork.beans.HOD.MacroActionPrompt
Sets whether the prompt action should be skipped.
setSkipNullPrompts(boolean). Method in class com.ibm.eNetwork.beans.HOD.Macro
Sets whether the Macro will skip prompt action that don't have values instead of stopping and firing and error event.
setSLPAS400Name(String). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.setSLPAS400Name()
setSLPAS400Name(String). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the SLPAS400Name property.
setSLPAS400Name(String). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setSLPAS400Name()
setSLPEnabled(boolean). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.setSLPEnabled()
setSLPEnabled(boolean). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the SLPEnabled property.
setSLPEnabled(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setSLPEnabled()
setSLPMaxWaitTime(int). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.setSLPMaxWaitTime()
setSLPMaxWaitTime(int). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the SLPMaxWaitTime in milliseconds that will be used when waiting for service response.
setSLPMaxWaitTime(int). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setSLPMaxWaitTime()
setSLPScope(String). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.setSLPScope()
setSLPScope(String). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the SLPScope property.
setSLPScope(String). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setSLPScope()
setSLPThisScopeOnly(boolean). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.setSLPThisScopeOnly()
setSLPThisScopeOnly(boolean). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the SLPThisScopeOnly property.
setSLPThisScopeOnly(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setSLPThisScopeOnly()
setSOSIVisible(boolean). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Sets the SOSIVisible property (3270 and 5250 DBCS sessions only).
setSRow(int). Method in class com.ibm.eNetwork.beans.HOD.MacroActionBoxSelect
Sets the upper left row for the box selection area.
setSRow(int). Method in class com.ibm.eNetwork.beans.HOD.MacroActionExtract
Sets the upper left row for the extract area.
setSSL(boolean). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.setSSL()
setSSL(boolean). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the SSL property of Session.
setSSL(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setSSL()
setSSLCertificatePassword(String). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.setSSLCertificatePassword()
setSSLCertificatePassword(String). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the SSLCertificatePassword property of Session

PComm-unique In Personal Communications, this property is ignored.

setSSLCertificatePassword(String). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setSSLCertificatePassword()
setSSLCertificatePrompted(boolean). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.setSSLCertificatePrompted()
setSSLCertificatePrompted(boolean). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the SSLCertificatePrompted property of Session

PComm-unique In Personal Communications, this property is ignored.

setSSLCertificatePrompted(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setSSLCertificatePrompted()
setSSLCertificateProvided(boolean). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.setSSLCertificateProvided()
setSSLCertificateProvided(boolean). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the SSLCertificateProvided property of Session

PComm-unique In Personal Communications, this property is ignored.

setSSLCertificateProvided(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setSSLCertificateProvided()
setSSLCertificateRemembered(boolean). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.setSSLCertificateRemembered()
setSSLCertificateRemembered(boolean). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the SSLCertificateRemembered property of Session

PComm-unique In Personal Communications, this property is ignored.

setSSLCertificateRemembered(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setSSLCertificateRemembered()
setSSLCertificateURL(String). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.setSSLCertificateURL()
setSSLCertificateURL(String). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the SSLCertificateURL property of Session

PComm-unique In Personal Communications, this property is ignored.

setSSLCertificateURL(String). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setSSLCertificateURL()
setSSLServerAuthentication(boolean). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.setSSLServerAuthentication()
setSSLServerAuthentication(boolean). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the SSLServerAuthentication property of Session

PComm-unique In Personal Communications, this property is ignored.

setSSLServerAuthentication(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setSSLServerAuthentication()
setSSLTelnetNegotiated(boolean). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.setSSLTelnetNegotiated()
setSSLTelnetNegotiated(boolean). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the SSLTelnetNegotiated property of Session.
setSSLTelnetNegotiated(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setSSLTelnetNegotiated()
setStandardTimeout(int). Method in class com.ibm.eNetwork.beans.HOD.Macro
Sets the standard timeout value for the macro.
setStartScreen(boolean). Method in class com.ibm.eNetwork.beans.HOD.MacroScreen
Sets the macro screen as a start screen.
setStopScreen(boolean). Method in class com.ibm.eNetwork.beans.HOD.MacroScreen
Sets the macro screen as a stop screen.
setStyle(int). Method in interface com.ibm.hi.customizer.beans.scci.SCBall
Sets the display style for the component.
setStyle(int). Method in interface com.ibm.hi.customizer.beans.scci.SCButtonVV
Sets the display style for the component.
setStyle(int). Method in interface com.ibm.hi.customizer.beans.scci.SCImageButton
Sets the display style for the component.
setStyle(int). Method in interface com.ibm.hi.customizer.beans.scci.SCWebLink
Sets the display style for the component.
setSuppressClearEvent(boolean). Method in class com.ibm.eNetwork.beans.HOD.MacroScreens
Sets whether the system should ignore screen events when a host application sends a clear screen command immediately followed by an end of record indicator in the data stream.
setSymmetricSwapEnabled(boolean). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.setSymmetricSwapEnabled()
setSymmetricSwapEnabled(boolean). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the Symmetric swapping property.
setSymmetricSwapEnabled(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setSymmetricSwapEnabled()
setTemplate(String). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Sets the template property.
setTerminal(Terminal). Method in class com.ibm.eNetwork.beans.HOD.MacroActionBoxSelect
Sets the Host On-Demand Terminal Java bean for the box selection action.
setText(int, String). Method in interface com.ibm.hi.customizer.beans.scci.SCTextComponent
Sets the text starting at the specified offset of a specified string.
setText(String). Method in class com.ibm.eNetwork.beans.HOD.MacroActionInput
Sets the text for the input action.
setText(String). Method in interface com.ibm.hi.customizer.beans.scci.SCTextComponent
Sets the text.
setTextOrientation(String). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.setTextOrientation()
setTextOrientation(String). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the TextOrientation property.
setTextOrientation(String). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setTextOrientation()
setTextType(String). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.setTextType()
setTextType(String). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the TextType property.
setTextType(String). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setTextType()
setTextTypeDisp(String). Method in class com.ibm.eNetwork.beans.HOD.Session
setTextTypeDisp(String). Method in class com.ibm.eNetwork.beans.HOD.Terminal
setThaiDisplayMode(int). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.setThaiDisplayMode
setThaiDisplayMode(int). Method in class com.ibm.eNetwork.beans.HOD.Session
Set Thai display mode property.
setThaiDisplayMode(int). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setThaiDisplayMode()
setTimeout(int). Method in class com.ibm.eNetwork.beans.HOD.MacroActionCommWait
Sets the timeout for communication wait.
setTimeout(int). Method in class com.ibm.eNetwork.beans.HOD.MacroNextScreens
Sets the timeout value for the next screens to appear.
setTimeout(int). Method in class com.ibm.eNetwork.beans.HOD.MacroScreens
Sets the default next screens timeout value for the macro.
setTimeout(long). Method in class com.ibm.eNetwork.beans.HOD.MacroActionPause
Sets the duration of the pause action.
setTimeoutValue(int). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Sets the timeoutValue property.
setTitle(String). Method in class com.ibm.eNetwork.beans.HOD.MacroActionMessage
Sets the message title.
setTNEnhanced(boolean). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.setTNEnhanced()
setTNEnhanced(boolean). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the TNEnhanced property.
setTNEnhanced(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setTNEnhanced()
setTraceData(String). Method in class com.ibm.eNetwork.beans.HOD.MacroActionTrace
Sets the data for the trace.
setTraceLevel(int). Method in class com.ibm.eNetwork.beans.HOD.HODBean
Sets the current tracing level for this object.
setTraceLevel(int). Method in class com.ibm.eNetwork.beans.HOD.HODPanelBean
Sets the current tracing level for this object.
setTraceLevel(int). Method in class com.ibm.eNetwork.beans.HOD.KeyRemap
Sets the current tracing level for this object
setTraceLevel(int). Method in interface com.ibm.eNetwork.beans.HOD.trace.TraceProducer
setTraceType(int). Method in class com.ibm.eNetwork.beans.HOD.MacroActionTrace
Sets the trace type.
setTransient(boolean). Method in class com.ibm.eNetwork.beans.HOD.MacroScreen
Sets the macro screen as transient.
setTranslateHostKeys(boolean). Method in class com.ibm.eNetwork.beans.HOD.MacroActionInput
Sets if the input text will be literal or translated for host aid keys.
setTranslateHostKeys(boolean). Method in class com.ibm.eNetwork.beans.HOD.MacroActionPrompt
Sets if the input text is literal or translated for host aid keys.
setTransparent(boolean). Method in interface com.ibm.hi.customizer.beans.scci.SCButton
Sets the transparent background flag.
setTrimRectRemainAfterEdit(boolean). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the trimRectRemainAfterEdit property.
setTrimRectRemainAfterEdit(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setTrimRectRemainAfterEdit()
setTrimRectSizingHandles(boolean). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the trimRectSizingHandles property.
setTrimRectSizingHandles(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setTrimRectSizingHandles()
setType(int). Method in class com.ibm.eNetwork.beans.HOD.MacroActionBoxSelect
Sets the type for the selection action.
setUnderlined(boolean). Method in interface com.ibm.hi.customizer.beans.scci.SCButton
Sets the underlined flag.
setUnrecordedText(String). Method in class com.ibm.eNetwork.beans.HOD.Macro
Puts text into the presentation space during recording without recording the keystrokes.
setUnrecordedText(String, int, int). Method in class com.ibm.eNetwork.beans.HOD.Macro
Puts text into the presentation space during recording without recording the keystrokes.
setUnwrap(boolean). Method in class com.ibm.eNetwork.beans.HOD.MacroActionExtract
If set to true, the extract action will assemble extract data based on the fields on the screen.
setValidValueButtonStyle(String). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Set the valid values button style.
setValue(String). Method in class com.ibm.eNetwork.beans.HOD.MacroActionPrompt
Sets the prompted value for the prompt action.
setVersion(int). Method in class com.ibm.eNetwork.beans.HOD.HODBean
setVersion(int). Method in class com.ibm.eNetwork.beans.HOD.HODPanelBean
setVisible(boolean). Method in interface com.ibm.hi.customizer.beans.scci.SCCustomComponent
Sets visibililty of this component.
setVisited(boolean). Method in interface com.ibm.hi.customizer.beans.scci.SCWebLink
Sets the visited flag.
setVisitedColor(Color). Method in interface com.ibm.hi.customizer.beans.scci.SCWebLink
Sets the visited color.
setVMClear(boolean). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Sets the VM Clear setting (True or False ).
setVMDefaultMode(String). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Sets the VM default mode (text or binary).
setVMGetBinary(String). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Sets the current VM "Get" Binary string.
setVMGetText(String). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Sets the current VM "Get" Text string.
setVMPutBinary(String). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Sets the current VM "Put" Binary string.
setVMPutText(String). Method in class com.ibm.eNetwork.beans.HOD.FileTransfer
Sets the current VM "Put" Text string.
setVTAnswerBackMsg(String). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the VTAnswerBackMsg property.
setVTAnswerBackMsg(String). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setVTAnswerBackMsg()
setVTAutowrap(boolean). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the VTAutowrap property.
setVTAutowrap(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setVTAutowrap()
setVTBackspace(boolean). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the VTBackspace property.
setVTBackspace(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setVTBackspace()
setVTCursor(boolean). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the VTCursor property.
setVTCursor(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setVTCursor()
setVTKeypad(boolean). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the VTKeypad property.
setVTKeypad(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setVTKeypad()
setVTLocalEcho(boolean). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the VTLocalEcho property.
setVTLocalEcho(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setVTLocalEcho()
setVTNewLine(boolean). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the VTNewLine property.
setVTNewLine(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setVTNewLine()
setVTReverseScreen(boolean). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the VTReverseScreen property.
setVTReverseScreen(boolean). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setVTReverseScreen()
setVTTerminalType(String). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the VTTerminalType property.
setVTTerminalType(String). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setVTTerminalType()
setWaitType(int). Method in class com.ibm.eNetwork.beans.HOD.MacroActionCommWait
Sets the type of communication event.
setWebLinkButtonStyle(String). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Set the Web-Link button style.
setWorkstationID(String). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.setWorkstationID()
setWorkstationID(String). Method in class com.ibm.eNetwork.beans.HOD.Session
Sets the workstationID property.
setWorkstationID(String). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.setWorkstationID()
SHAPE. Static variable in class com.ibm.eNetwork.beans.HOD.KeyPad
shape property keyword
SHOW. Static variable in class com.ibm.eNetwork.beans.HOD.trace.TraceEvent
Event type of SHOW
showColorRemapDialog(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
Show the color remap dialog.
size(). Method in class com.ibm.eNetwork.beans.HOD.MacroActions
Returns the number of actions in the macro action collection.
size(). Method in class com.ibm.eNetwork.beans.HOD.MacroNextScreens
Returns the size of the next screens collection.
size(). Method in class com.ibm.eNetwork.beans.HOD.MacroPrompts
Returns the number of actions in the macro prompt action collection.
size(). Method in class com.ibm.eNetwork.beans.HOD.MacroScreens
Returns the number of screens in the macro screen collection.
SLP_AS400_NAME. Static variable in class com.ibm.eNetwork.beans.HOD.Session
SLPAS400Name property keyword
SLP_ENABLED. Static variable in class com.ibm.eNetwork.beans.HOD.Session
SLPEnabled property keyword
SLP_MAX_WAIT_TIME. Static variable in class com.ibm.eNetwork.beans.HOD.Session
SLPMaxWaitTime Property keyword
SLP_SCOPE. Static variable in class com.ibm.eNetwork.beans.HOD.Session
SLPScope property keyword
SLP_THIS_SCOPE_ONLY. Static variable in class com.ibm.eNetwork.beans.HOD.Session
SLPThisScopeOnly property keyword
SOSI_VISIBLE. Static variable in class com.ibm.hi.customizer.beans.CustomTerminal
SSL. Static variable in class com.ibm.eNetwork.beans.HOD.Session
SSL property keyword
SSL_CERTIFICATE_PASSWORD. Static variable in class com.ibm.eNetwork.beans.HOD.Session
SSLCertificatePassword property keyword
SSL_CERTIFICATE_PROMPTED. Static variable in class com.ibm.eNetwork.beans.HOD.Session
SSLCertificatePrompted property keyword
SSL_CERTIFICATE_PROVIDED. Static variable in class com.ibm.eNetwork.beans.HOD.Session
SSLCertificateProvided property keyword
SSL_CERTIFICATE_REMEMBERED. Static variable in class com.ibm.eNetwork.beans.HOD.Session
SSLCertificateRemembered property keyword
SSL_CERTIFICATE_URL. Static variable in class com.ibm.eNetwork.beans.HOD.Session
SSLCertificateURL property keyword
SSL_SERVER_AUTHENTICATION. Static variable in class com.ibm.eNetwork.beans.HOD.Session
SSLServerAuthentication property keyword
SSL_TELNET_NEGOTIATED. Static variable in class com.ibm.eNetwork.beans.HOD.Session
SSLTelnetNegotiated property keyword
STANDARD. Static variable in interface com.ibm.hi.customizer.beans.scci.SCButton
style for a normal button
STANDARD_BUTTON_STYLE. Static variable in class com.ibm.hi.customizer.beans.CustomTerminal
STANDARD_TIMEOUT. Static variable in class com.ibm.eNetwork.beans.HOD.Macro
StandardTimeout property keyword.
startCommunication(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.startCommunication()
startCommunication(). Method in class com.ibm.eNetwork.beans.HOD.Session
Starts communications with the host.
startCommunication(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.startCommunication()
STARTMACRO. Static variable in class com.ibm.eNetwork.beans.HOD.event.GUIEvent
Rule GUI event.
STATE. Static variable in class com.ibm.eNetwork.beans.HOD.Macro
State property keyword.
STATE. Static variable in class com.ibm.eNetwork.beans.HOD.MacroManager
State property keyword.
STATE_DISCONNECTED. Static variable in class com.ibm.eNetwork.beans.HOD.Macro
State property value.
STATE_DISCONNECTED. Static variable in class com.ibm.eNetwork.beans.HOD.event.MacroStateEvent
Macro state constant that when returned from getState(), indicates that the Macro bean is not wired properly.
STATE_EMPTY. Static variable in class com.ibm.eNetwork.beans.HOD.Macro
State property value.
STATE_EMPTY. Static variable in class com.ibm.eNetwork.beans.HOD.event.MacroStateEvent
Macro state constant that when returned from getState(), indicates that there is no macro currently in the Macro bean.
STATE_INTERNAL_ERROR. Static variable in class com.ibm.eNetwork.beans.HOD.Macro
State property value.
STATE_INTERNAL_ERROR. Static variable in class com.ibm.eNetwork.beans.HOD.event.MacroStateEvent
State property value.
STATE_PLAY_ERROR. Static variable in class com.ibm.eNetwork.beans.HOD.Macro
State property value.
STATE_PLAY_ERROR. Static variable in class com.ibm.eNetwork.beans.HOD.event.MacroStateEvent
Macro state constant that when returned from getState(), indicates that the Macro bean was playing, but the macro failed to complete successfully.
STATE_PLAY_PAUSED. Static variable in class com.ibm.eNetwork.beans.HOD.Macro
State property value.
STATE_PLAY_PAUSED. Static variable in class com.ibm.eNetwork.beans.HOD.event.MacroStateEvent
Macro state constant that when returned from getState(), indicates a macro is playing, but is paused.
STATE_PLAYING. Static variable in class com.ibm.eNetwork.beans.HOD.Macro
State property value.
STATE_PLAYING. Static variable in class com.ibm.eNetwork.beans.HOD.event.MacroStateEvent
Macro state constant that when returned from getState(), indicates a macro is loaded and running.
STATE_RECORD_ERROR. Static variable in class com.ibm.eNetwork.beans.HOD.Macro
State property value.
STATE_RECORD_ERROR. Static variable in class com.ibm.eNetwork.beans.HOD.event.MacroStateEvent
State property value.
STATE_RECORD_PAUSED. Static variable in class com.ibm.eNetwork.beans.HOD.Macro
State property value.
STATE_RECORD_PAUSED. Static variable in class com.ibm.eNetwork.beans.HOD.event.MacroStateEvent
Macro state constant that when returned from getState(), indicates a macro is recording, but is paused.
STATE_RECORDING. Static variable in class com.ibm.eNetwork.beans.HOD.Macro
State property value.
STATE_RECORDING. Static variable in class com.ibm.eNetwork.beans.HOD.event.MacroStateEvent
Macro state constant that when returned from getState(), indicates a macro is currently being recorded.
STATE_STOPPED. Static variable in class com.ibm.eNetwork.beans.HOD.Macro
State property value.
STATE_STOPPED. Static variable in class com.ibm.eNetwork.beans.HOD.event.MacroStateEvent
Macro state constant that when returned from getState(), indicates a macro is loaded, but stopped.
STATE_USER_ERROR. Static variable in class com.ibm.eNetwork.beans.HOD.Macro
State property value.
STATE_USER_ERROR. Static variable in class com.ibm.eNetwork.beans.HOD.event.MacroStateEvent
State property value.
STATUS_EVENT. Static variable in class com.ibm.hi.customizer.beans.event.CustomEvent
Static base value for status event types
STATUS_EVENT_MASK. Static variable in class com.ibm.hi.customizer.beans.event.CustomEvent
Static value for status event mask
STATUS_UPDATE. Static variable in class com.ibm.hi.customizer.beans.event.CustomStatusEvent
Static status type for status (hover help) update
stop(). Method in class com.ibm.eNetwork.beans.HOD.Macro
Stops recording or playing the macro.
stop(). Method in class com.ibm.eNetwork.beans.HOD.MacroManager
Stops recording or playing the macro.
stopCommunication(). Method in class com.ibm.hi.customizer.beans.CustomTerminal
See Session.stopCommunication()
stopCommunication(). Method in class com.ibm.eNetwork.beans.HOD.Session
Stops communications with the host.
stopCommunication(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
See Session.stopCommunication()
string2Type(String). Static method in class com.ibm.eNetwork.beans.HOD.MacroActionBoxSelect
Returns an integer that represents the type for the selection action.
SYM_SWAP_ENABLED. Static variable in class com.ibm.eNetwork.beans.HOD.Session
symmetric swapping value - (Arabic 3270 sessions only)
SYSREQ_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro

T

TAB_HOSTMODE. Static variable in class com.ibm.hi.customizer.beans.CustomTerminal
TAB_HOTSPOTS. Static variable in class com.ibm.hi.customizer.beans.CustomTerminal
TAB_MENU_BUTTONS. Static variable in class com.ibm.hi.customizer.beans.CustomTerminal
TEMPLATE. Static variable in class com.ibm.hi.customizer.beans.CustomTerminal
Terminal(). Constructor for class com.ibm.eNetwork.beans.HOD.Terminal
Terminal Bean null constructor.
Terminal(Properties). Constructor for class com.ibm.eNetwork.beans.HOD.Terminal
Constructor that takes a Properties object containing the initial property settings.
TerminalCustomizer(). Constructor for class com.ibm.eNetwork.beans.HOD.TerminalCustomizer
TEST_STR. Static variable in interface com.ibm.hi.customizer.beans.scci.SCMacro
TEXT. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
MVSDefaultMode, VMDefaultMode, CICSDefaultMode, OS400DefaultMode property value - Text file
TEXT. Static variable in class com.ibm.eNetwork.beans.HOD.event.ScreenMouseEvent
The ScreenMouseEvent occurred on the screen text
TEXT_ORIENTATION. Static variable in class com.ibm.eNetwork.beans.HOD.Session
textOrientation property keyword
TEXT_TYPE. Static variable in class com.ibm.eNetwork.beans.HOD.Session
textType property keyword
TEXT_TYPE_DISP. Static variable in class com.ibm.eNetwork.beans.HOD.Session
textTypeDisp property keyword (VT bi-directional sessions only)
THAI_DISPLAY_MODE. Static variable in class com.ibm.eNetwork.beans.HOD.Session
ThaiDisplayMode property keyword
THAI_MODE_1. Static variable in class com.ibm.eNetwork.beans.HOD.Session
Thai mode 1 property value - non composed mode (thai session only)
THAI_MODE_2. Static variable in class com.ibm.eNetwork.beans.HOD.Session
Thai mode 2 property value - composed mode (thai session only)
THAI_MODE_3. Static variable in class com.ibm.eNetwork.beans.HOD.Session
Thai mode 3 property value - composed mode with space alignment (thai session only)
THAI_MODE_4. Static variable in class com.ibm.eNetwork.beans.HOD.Session
Thai mode 4 property value - composed mode with EOF alignment (thai session only)
THAI_MODE_5. Static variable in class com.ibm.eNetwork.beans.HOD.Session
Thai mode 5 property value - composed mode with space and EOF alignment (thai session only)
TIMEOUT_VALUE. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
timeoutValue property keyword
TN_ENHANCED. Static variable in class com.ibm.eNetwork.beans.HOD.Session
TNEnhanced property keyword
TOFIT. Static variable in interface com.ibm.hi.customizer.beans.scci.SCImage
Constant for setLayoutType() Will scale both horizontally and vertically; no distortion, no clipping.
TOGGLE_LIGHTPEN. Static variable in class com.ibm.hi.customizer.beans.event.CustomStatusEvent
Static macro type to toggle the state of the lightpen mode
toString(). Method in class com.ibm.eNetwork.beans.HOD.HODBean
Returns a string representation of the bean.
toString(). Method in class com.ibm.eNetwork.beans.HOD.HODPanelBean
Returns a string representation of the bean.
toString(). Method in class com.ibm.eNetwork.beans.HOD.Macro
Returns the current macro as a string.
toString(). Method in interface com.ibm.hi.customizer.beans.scci.SCCustomComponent
Gets a descriptive string.
toString(). Method in class com.ibm.eNetwork.beans.HOD.event.ScreenKeyEvent
TRACE_HOD. Static variable in class com.ibm.eNetwork.beans.HOD.MacroActionTrace
Trace data will be sent to HOD's trace facility.
TRACE_HOD. Static variable in class com.ibm.eNetwork.beans.HOD.event.MacroTraceEvent
Trace data will be sent to HOD's trace facility.
TRACE_LEVEL. Static variable in class com.ibm.eNetwork.beans.HOD.HODBean
traceLevel property keyword
TRACE_LEVEL. Static variable in class com.ibm.eNetwork.beans.HOD.HODPanelBean
traceLevel property keyword
TRACE_MAXIMUM. Static variable in class com.ibm.eNetwork.beans.HOD.HODBean
traceLevel property value
TRACE_MAXIMUM. Static variable in class com.ibm.eNetwork.beans.HOD.HODPanelBean
traceLevel property value
TRACE_MINIMUM. Static variable in class com.ibm.eNetwork.beans.HOD.HODBean
traceLevel property value
TRACE_MINIMUM. Static variable in class com.ibm.eNetwork.beans.HOD.HODPanelBean
traceLevel property value
TRACE_NONE. Static variable in class com.ibm.eNetwork.beans.HOD.HODBean
traceLevel property value
TRACE_NONE. Static variable in class com.ibm.eNetwork.beans.HOD.HODPanelBean
traceLevel property value
TRACE_NORMAL. Static variable in class com.ibm.eNetwork.beans.HOD.HODBean
traceLevel property value
TRACE_NORMAL. Static variable in class com.ibm.eNetwork.beans.HOD.HODPanelBean
traceLevel property value
TRACE_SYSOUT. Static variable in class com.ibm.eNetwork.beans.HOD.MacroActionTrace
Trace data will be sent to the command line.
TRACE_SYSOUT. Static variable in class com.ibm.eNetwork.beans.HOD.event.MacroTraceEvent
Trace data will be sent to the command line.
TRACE_USER. Static variable in class com.ibm.eNetwork.beans.HOD.MacroActionTrace
Trace data will be fired to any registered listeners.
TRACE_USER. Static variable in class com.ibm.eNetwork.beans.HOD.event.MacroTraceEvent
Trace data will be fired to any registered listeners.
TRACEENTRY. Static variable in class com.ibm.eNetwork.beans.HOD.trace.TraceEvent
Event type of TRACEENTRY
TraceEvent(Object, ECLTraceEvent). Constructor for class com.ibm.eNetwork.beans.HOD.trace.TraceEvent
Constructor for generating a new TraceEvent.
TraceEvent(Object, TraceProducer, int, String). Constructor for class com.ibm.eNetwork.beans.HOD.trace.TraceEvent
Constructor for generating a new TraceEvent.
TraceEvent(Object, TraceProducer, int, String, String). Constructor for class com.ibm.eNetwork.beans.HOD.trace.TraceEvent
Constructor for generating a new TraceEvent.
TraceEvent(Object, TraceProducer, int, String, String, Exception). Constructor for class com.ibm.eNetwork.beans.HOD.trace.TraceEvent
Constructor for generating a new TraceEvent.
TraceEvent(Object, TraceProducer, int, String, String, int, String). Constructor for class com.ibm.eNetwork.beans.HOD.trace.TraceEvent
Constructor for generating a new TraceEvent.
TraceEvent(Object, TraceProducer, int, String, String, String, String). Constructor for class com.ibm.eNetwork.beans.HOD.trace.TraceEvent
Constructor for generating a new TraceEvent.
traceEvent(TraceEvent). Method in interface com.ibm.eNetwork.beans.HOD.trace.TraceListener
Invoked when a trace event occurs.
TRACEEXIT. Static variable in class com.ibm.eNetwork.beans.HOD.trace.TraceEvent
Event type of TRACEEXIT
TRACEMESSAGE. Static variable in class com.ibm.eNetwork.beans.HOD.trace.TraceEvent
Event type of TRACEMESSAEG
TRANSFER_DEFAULTS. Static variable in class com.ibm.hi.customizer.beans.event.CustomMacroEvent
Static macro type to display the file transfer defaults
translatePoint(). Method in class com.ibm.eNetwork.beans.HOD.event.ScreenMouseEvent
Returns the x,y pixel coordinate relative to coordinate (0,0) of Screen.
TRIM_RECT_REMAIN_AFTER. Static variable in class com.ibm.eNetwork.beans.HOD.Session
Trim Rectangle Remain After Edit
TRIM_RECT_SIZING_HANDLES. Static variable in class com.ibm.eNetwork.beans.HOD.Session
Trim Rectangle Sizing handles
trimBottomLines(). Method in class com.ibm.eNetwork.beans.HOD.event.MacroExtractEvent
Trims blank lines from the extract data string array return in getData.
type2String(int). Static method in class com.ibm.eNetwork.beans.HOD.MacroActionBoxSelect
Returns a string that represents the type for the selection action.

U

undo(). Method in class com.ibm.eNetwork.beans.HOD.ColorRemap
Undoes any changes that have been made to the color map since the last time the accept() method was invoked.
unMark(). Method in class com.ibm.eNetwork.beans.HOD.Screen
Unmarks the selected box on the Screen.
unMark(). Method in class com.ibm.eNetwork.beans.HOD.Terminal
Unmarks the selected box on the Screen.
UNREGISTER. Static variable in class com.ibm.eNetwork.beans.HOD.trace.TraceEvent
Event type of UNREGISTER
update(HIFramework). Method in interface com.ibm.eNetwork.HOD.CustomInterface
update(Object). Method in interface com.ibm.eNetwork.beans.HOD.event.ColorBarListener
updateSize(int, int, int). Method in class com.ibm.eNetwork.beans.HOD.HODScrollBar
URL_SELECTED. Static variable in class com.ibm.eNetwork.beans.HOD.event.ScreenEvent
A URL string was selected on the Screen
URLSelected(ScreenEvent). Method in interface com.ibm.eNetwork.beans.HOD.event.ScreenListener
Invoked when a user double clicks on a URL string displayed on the Screen Bean.

V

VALID_VALUE_BUTTON_STYLE. Static variable in class com.ibm.hi.customizer.beans.CustomTerminal
VERTICAL. Static variable in interface com.ibm.hi.customizer.beans.scci.SCImage
Constant for setLayoutType() Will scale vertically; possible distortion, possible clipping.
VISUAL. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
PCFileType property value - Visual
VISUAL. Static variable in class com.ibm.eNetwork.beans.HOD.Session
textType property value - visual (bi-directional sessions only)
VISUAL_DISP. Static variable in class com.ibm.eNetwork.beans.HOD.Session
textTypeDisp property values (VT bi-directional sessions only)
VM_CLEAR. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
VMClear property keyword
VM_CMS. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
hostType property value - VM/CMS Host
VM_DEFAULT_MODE. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
VMDefaultMode property keyword
VM_GET_BINARY. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
VMGetBinary property keyword
VM_GET_TEXT. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
VMGetText property keyword
VM_PUT_BINARY. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
VMPutBinary property keyword
VM_PUT_TEXT. Static variable in class com.ibm.eNetwork.beans.HOD.FileTransfer
VMPutText property keyword
VT_ANS_BACK_MSG. Static variable in class com.ibm.eNetwork.beans.HOD.Session
VTAnswerBackMsg property keyword
VT_AUTOWRAP. Static variable in class com.ibm.eNetwork.beans.HOD.Session
VTAutowrap property keyword
VT_BACKSPACE. Static variable in class com.ibm.eNetwork.beans.HOD.Session
VTBackspace property keyword
VT_CURSOR. Static variable in class com.ibm.eNetwork.beans.HOD.Session
VTCursor property keyword
VT_KEYPAD. Static variable in class com.ibm.eNetwork.beans.HOD.Session
VTKeypad property keyword
VT_LOCAL_ECHO. Static variable in class com.ibm.eNetwork.beans.HOD.Session
VTLocalEcho property keyword
VT_NEW_LINE. Static variable in class com.ibm.eNetwork.beans.HOD.Session
VTNewLine property keyword
VT_REVERSE_SCREEN. Static variable in class com.ibm.eNetwork.beans.HOD.Session
VTReverseScreen property keyword
VT_TERMINAL_TYPE. Static variable in class com.ibm.eNetwork.beans.HOD.Session
VTTerminalType property keyword

W

WARNING. Static variable in class com.ibm.eNetwork.beans.HOD.trace.TraceEvent
Event type of WARNING message
WEBLINK_BUTTON_STYLE. Static variable in class com.ibm.hi.customizer.beans.CustomTerminal
WORKSTATION_ID. Static variable in class com.ibm.eNetwork.beans.HOD.Session
workstationID property keyword
writeExternal(ObjectOutput). Method in class com.ibm.eNetwork.beans.HOD.HODBean
Externalizable interface method to write the serialized bean properties.
writeExternal(ObjectOutput). Method in class com.ibm.eNetwork.beans.HOD.HODPanelBean
Externalizable interface method to write the serialized bean properties.
writeGlobalVariable(). Method in interface com.ibm.hi.customizer.beans.scci.SCCustomComponent
Writes the component's current value to its global write variable.