Skip navigation links
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 _ 

D

DA_MOVESIGN - Static variable in class se.entra.phantom.server.PhantomCEntryField
Date and Amount: Move sign to beginning.
DA_NOTHOUSANDSEP - Static variable in class se.entra.phantom.server.PhantomCEntryField
Date and Amount: No thousand separator.
DA_USEAPIRAWDATA - Static variable in class se.entra.phantom.server.PhantomCEntryField
Date and Amount: Use raw data for API funcs.
daFlags - Variable in class se.entra.phantom.server.PhantomCEntryField
Date amount: flags.
DARKBLUE - Static variable in class se.entra.phantom.client.ColorMapper
 
DARKCYAN - Static variable in class se.entra.phantom.client.ColorMapper
 
DARKGRAY - Static variable in class se.entra.phantom.client.ColorMapper
 
DARKGREEN - Static variable in class se.entra.phantom.client.ColorMapper
 
DARKPINK - Static variable in class se.entra.phantom.client.ColorMapper
 
DARKRED - Static variable in class se.entra.phantom.client.ColorMapper
 
data - Variable in class se.entra.phantom.server.PhantomMacro.MacroStep
The data for the macro step.
data - Variable in class se.entra.phantom.server.PhantomMacro.WaitAnyScreen
This data is dependent of the type.
data - Variable in class se.entra.phantom.server.VirtualCListCapableControl
The control data.
dataInfo - Variable in class se.entra.phantom.server.PhantomMacro.MacroStep
Data information when in Integer form.
dataLength - Variable in class se.entra.phantom.server.PhantomControlBase
Length of control specific data.
dataStream - Variable in class se.entra.phantom.server.HostSession3270
The 3270 data stream instance.
dataStream - Variable in class se.entra.phantom.server.HostSession5250
The 5250 data stream instance.
DataStream3270 - Class in se.entra.phantom.server.tn3270e
Handles the 3270 data stream.
DataStream3270(HostSession3270) - Constructor for class se.entra.phantom.server.tn3270e.DataStream3270
Creates the 3270 data stream.
DataStream3270Printer - Class in se.entra.phantom.server.tn3270e
Handles the 3270 printer data stream.
DataStream3270Printer(HostSession3270Printer) - Constructor for class se.entra.phantom.server.tn3270e.DataStream3270Printer
Creates the 3270 data stream.
DataStream5250 - Class in se.entra.phantom.server.tn5250e
This class handles the 5250 data stream.
DataStream5250(HostSession5250, Display5250) - Constructor for class se.entra.phantom.server.tn5250e.DataStream5250
Creates the 5250 data stream.
Datatype(Rexx) - Method in class se.entra.phantom.server.NetRexxMigration
When attempting to perform arithmetic on data entered from the keyboard, you can use the DATATYPE() function to check that the data is valid.
Date(Rexx) - Method in class se.entra.phantom.server.NetRexxMigration
Date returns, by default, the local date in the format: dd mon yyyy (for example, 27 Aug 1988), with no leading zero or blank on the day.
date() - Method in class se.entra.phantom.server.REXXFile
Gets the last modified date of the file.
Date(String) - Method in class se.entra.phantom.server.REXXMigration
Return a formatted current date.
DATE_CONTROL - Static variable in class se.entra.phantom.server.PhantomCEntryField
Date and Amount: It's a date control.
DATEF_DMY - Static variable in interface se.entra.phantom.common.NetPhantomConstants
Date format DMY = Day Month Year.
DATEF_MDY - Static variable in interface se.entra.phantom.common.NetPhantomConstants
Date format MDY = Month Day Year.
DATEF_SYSTEM - Static variable in interface se.entra.phantom.common.NetPhantomConstants
System defined date format.
DATEF_YMD - Static variable in interface se.entra.phantom.common.NetPhantomConstants
Date format YMD = Year Month Day.
dateFormat - Static variable in class se.entra.phantom.common.LocaleInfo
The date current format.
dateSeparator - Static variable in class se.entra.phantom.common.LocaleInfo
The date separator character (default '-').
dayNames - Static variable in class se.entra.phantom.server.PhantomFile
The month names.
DBLCLK - Static variable in class se.entra.phantom.rapp.RAPPCallObject
Double-click object message.
DBLCLK - Static variable in interface se.entra.phantom.server.ObjectCalling
Double-click object message.
DDE_ADVISE - Static variable in interface se.entra.phantom.common.NetPhantomConstants
 
DDE_EXECUTE - Static variable in interface se.entra.phantom.common.NetPhantomConstants
 
DDE_INITIATE - Static variable in interface se.entra.phantom.common.NetPhantomConstants
 
DDE_POKE - Static variable in interface se.entra.phantom.common.NetPhantomConstants
 
DDE_REQUEST - Static variable in interface se.entra.phantom.common.NetPhantomConstants
 
DDE_TERMINATE - Static variable in interface se.entra.phantom.common.NetPhantomConstants
 
DDE_UNADVISE - Static variable in interface se.entra.phantom.common.NetPhantomConstants
 
DDE_UPDATE - Static variable in interface se.entra.phantom.common.NetPhantomConstants
 
DDECallServer - Class in se.entra.phantom.client.dde
Pass through class to native DDE DLL.
DDECallServer(SessionManager) - Constructor for class se.entra.phantom.client.dde.DDECallServer
Constructor to create the thread object.
DDECallServer(int, Transaction) - Constructor for class se.entra.phantom.client.dde.DDECallServer
Constructor that reads transaction containing function type and additional data.
DDEEvent - Class in se.entra.phantom.client.dde
Pass through class from native DDE DLL to the Server.
DDEEvent() - Constructor for class se.entra.phantom.client.dde.DDEEvent
Constructor.
ddeEvent(Transaction) - Method in class se.entra.phantom.client.SessionManager
Callback method from DdeInterface object, to send an event to a server object.
DdeExecute(Rexx, Rexx) - Method in class se.entra.phantom.server.NetRexxMigration
This function sends the DDE verb EXECUTE to the application and the subject that is initiated to dde_nn.
DdeExecute(int, String) - Method in class se.entra.phantom.server.REXXMigration
This function sends the DDE verb EXECUTE to the application and the subject that is initiated to dde_nn.
DdeInitiate(Rexx, Rexx) - Method in class se.entra.phantom.server.NetRexxMigration
This function requests communication with the program ProgramName with the subject Subject.
DdeInitiate(String, String) - Method in class se.entra.phantom.server.REXXMigration
This function requests communication with the program ProgramName with the subject Subject.
DdeInterface - Interface in se.entra.phantom.client
A PControl extended class implements the FieldCheck interface if it requires to do special processing of the Tab/Backtab keys as well as the arrow keys when focus is about to be lost for the component in question.
DdePoke(Rexx, Rexx, Rexx) - Method in class se.entra.phantom.server.NetRexxMigration
This function sends the DDE verb POKE to the application and subject which is initiated to dde_nn.
DdePoke(int, String, String) - Method in class se.entra.phantom.server.REXXMigration
This function sends the DDE verb POKE to the application and subject which is initiated to dde_nn.
DDEServer - Class in se.entra.phantom.client.dde
DDE SERVER main class.
DDEServer() - Constructor for class se.entra.phantom.client.dde.DDEServer
 
DDEServerApi(DDECallServer) - Method in class se.entra.phantom.client.dde.DDECallServer
The one and only API call function for requests and replies from Java/REXX objects.
DDEServerWinProc(DDEEvent, String) - Method in class se.entra.phantom.client.dde.DDEServer
Native function for the DDE window procedure that handles DDE messages from other applications and the DDESRV.DLL.
DdeTerminate(Rexx) - Method in class se.entra.phantom.server.NetRexxMigration
This function exits communication with the DDE session dde_nn.
DdeTerminate(int) - Method in class se.entra.phantom.server.REXXMigration
This function exits communication with the DDE session dde_nn.
DDEVAR_DISABLE - Static variable in interface se.entra.phantom.common.NetPhantomConstants
 
DDEVAR_ENABLE - Static variable in interface se.entra.phantom.common.NetPhantomConstants
 
DDEVAR_REQUEST - Static variable in interface se.entra.phantom.common.NetPhantomConstants
 
DDEVAR_SET - Static variable in interface se.entra.phantom.common.NetPhantomConstants
 
DDEVAR_VALIDATE - Static variable in interface se.entra.phantom.common.NetPhantomConstants
 
DEBUG - Static variable in class com.netphantom.common.memjar.Handler
Debug flag, default false.
DEBUG - Static variable in class com.netphantom.common.npjar.Handler
Debug flag, default false.
DEBUG - Static variable in class com.netphantom.common.npjar.NpJarURLStreamHandlerFactory
Debug flag, default false.
DEBUG - Static variable in class se.entra.phantom.server.ssl.NetPhantomJSSEServerSocket
Debug flag.
decimalDateSep - Variable in class se.entra.phantom.server.PhantomCEntryField
Amount: decimal separator, Date: date separator.
decimals - Variable in class se.entra.phantom.server.PhantomCEntryField
Amount: 0-9=fixed 255=any number.
decimalSeparator - Static variable in class se.entra.phantom.common.LocaleInfo
The decimal separator character (default '.').
decimalSeparator - Variable in class se.entra.phantom.server.PhantomCBusGraph.PhantomCBusGraphValueData
Decimal separator.
decimalSeparator - Variable in class se.entra.phantom.server.PhantomCBusGraphType
Decimal separator.
declareEntity(EntityImpl) - Method in class org.openxml.dom.DocumentTypeImpl
Declares a new general entity declaration.
declareNotation(Notation) - Method in class org.openxml.dom.DocumentTypeImpl
Declares a new notation.
decodeBase64(String) - Static method in class se.entra.phantom.auth.Auth
Decodes a byte array from Base64 format.
decompress(byte[]) - Static method in class se.entra.phantom.common.DefaultCrypto
Decompress the data.
decrypt(byte[]) - Method in class se.entra.phantom.common.DefaultCrypto
Decrypts the data (can also decompress it if required).
decryptEntry(String, byte[]) - Method in interface com.netphantom.common.MemoryJarFileDecrypter
Called to decrypt an entry by the MemoryJarFile class.
decryptEntry(String, byte[]) - Method in interface com.netphantom.common.MemoryJarFileDecrypter
Called to decrypt an entry by the MemoryJarFile class.
DEFAULT - Variable in class se.entra.phantom.client.FontManager
The default font.
DEFAULT - Static variable in class se.entra.phantom.server.phed.CachedDesignerImage
The default image in order not to use null.
DEFAULT_AUTO_RECONNECT_ATTEMPTS - Static variable in class se.entra.phantom.server.HostSession
The default attempts count for auto reconnect session (default = 20).
DEFAULT_AUTO_RECONNECT_INTERVAL - Static variable in class se.entra.phantom.server.HostSession
The default interval used for auto reconnect session (in seconds, default = 3).
DEFAULT_FONT - Static variable in class se.entra.phantom.server.PhantomCBusGraph
The default font (system proportional 10).
DEFAULT_ISO_CODE_PAGE - Static variable in class se.entra.phantom.common.Utilities
The string used for the ISO 8859-1 codepage: "8859_1".
DEFAULT_KEEP_ALIVE_INTERVAL - Static variable in class se.entra.phantom.server.HostSession
The default interval used for Keep Alive (in seconds, default = 30).
DEFAULT_LENGTH - Static variable in class se.entra.phantom.server.PhantomCEntryField
Default Entry field length.
DEFAULT_PASSWORD - Static variable in class com.netphantom.server.acme.LetsEncryptDomain
Default password for keystore: "changeit".
DEFAULT_RECONNECT_TIMEOUT - Static variable in class se.entra.phantom.server.HostSession
The default timeout value for reconnecting a session in seconds (default = 30).
DefaultAdminExit - Class in se.entra.phantom.server.rconsole
This class handles the server administration exit that allows commands to be performed at the server locally or remotely.
DefaultAdminExit() - Constructor for class se.entra.phantom.server.rconsole.DefaultAdminExit
 
defaultColorConvBack - Static variable in class se.entra.phantom.server.PhantomApplicationData
 
defaultColorConvFore - Static variable in class se.entra.phantom.server.PhantomApplicationData
 
DefaultCrypto - Class in se.entra.phantom.common
This interface defines the cryptographic interface for the client/server communication.
DefaultCrypto() - Constructor for class se.entra.phantom.common.DefaultCrypto
The default cryptographic interface only implements the most simple way of garbling the byte data.
defaultCursor - Static variable in class se.entra.phantom.client.GlassPane
The hour glass cursor.
DefaultEventExit - Class in se.entra.phantom.server.event
The server has a global event manager running in a thread.
DefaultEventExit() - Constructor for class se.entra.phantom.server.event.DefaultEventExit
The constructor reads the file name for event logging from "server.ini".
defaultHostPrinterSettings - Static variable in class se.entra.phantom.server.tn3270e.DataStream3270Printer
The default host printer settings.
defaultLeftMargin - Variable in class se.entra.phantom.server.HostPrinterSettings
The default left margin (default 1).
defaultLineDensity - Variable in class se.entra.phantom.server.HostPrinterSettings
The default line density in 1/72 inches (6 LPI = 9/72 inches per line, 8 LPI = 12/72, default value is 11).
DefaultLUMapperExit - Class in se.entra.phantom.server.lumapper
This class maps a particular TCP/IP address of a client to a specific Host (3270 or 5250) LU name.
DefaultLUMapperExit() - Constructor for class se.entra.phantom.server.lumapper.DefaultLUMapperExit
The instance of this class is created by the client connection listener.
defaultMpl - Variable in class se.entra.phantom.server.HostPrinterSettings
The default maximum page length (default 72).
defaultMpp - Variable in class se.entra.phantom.server.HostPrinterSettings
The default maximum print position (default 132).
defaultPrintDensity - Variable in class se.entra.phantom.server.HostPrinterSettings
The default characters per inch (default 17 CPI) for LU3 132 char lines or LU1.
DefaultRemoteApplication - Class in se.entra.phantom.server.rapp
Nothing yet...
DefaultRemoteApplication() - Constructor for class se.entra.phantom.server.rapp.DefaultRemoteApplication
Creates the instance of the DefaultRemoteApplication.
DefaultServerSocket - Class in se.entra.phantom.server
ServerSocketInterface2 is used by servers to listen for requests from clients for [SSL] connections.
DefaultServerSocket() - Constructor for class se.entra.phantom.server.DefaultServerSocket
Constructor for the default server socket from NetPhantom Server.
DefaultSessionPoolingHandler - Class in se.entra.phantom.server
When a session is started, "pinged", checked for validity, reclaimed or is about to be disposed, the DefaultSessionPoolingHandler reads what to do for the action in question.
DefaultSessionPoolingHandler() - Constructor for class se.entra.phantom.server.DefaultSessionPoolingHandler
The constructor does nothing at all.
DefaultSocket - Class in se.entra.phantom.client
This interface defines client sockets (also called just "sockets").
DefaultSocket(Phantom, Proxy, URI) - Constructor for class se.entra.phantom.client.DefaultSocket
Constructor for the default socket.
defaultTopMargin - Variable in class se.entra.phantom.server.HostPrinterSettings
The default top margin (default 1).
DefaultUserAuthenticationExit - Class in se.entra.phantom.server
This exit handles the user authentication.
DefaultUserAuthenticationExit() - Constructor for class se.entra.phantom.server.DefaultUserAuthenticationExit
The constructor only displays an event on the server.
DEFOC - Static variable in class se.entra.phantom.rapp.RAPPCallObject
Lose focus object message.
DEFOC - Static variable in interface se.entra.phantom.server.ObjectCalling
Lose focus object message.
delete(int, int) - Method in class org.openxml.util.FastString
 
delete(String) - Method in class se.entra.phantom.server.GlobalVariable
Deletes a global variable.
delete(String, boolean, boolean, String[], int[]) - Static method in class se.entra.phantom.server.phed.Start
Deletes a file or directory, allowing recursive directory deletion.
delete() - Method in class se.entra.phantom.server.tn3270e.Display3270
Deletes a character at the cursor position.
delete() - Method in class se.entra.phantom.server.tn5250e.Display5250
Deletes a character at the cursor position.
delete(int) - Method in class se.entra.phantom.server.tn5250e.Field
Deletes a character at the cursor position.
DELETE_LINE - Static variable in class se.entra.phantom.server.VirtualCListBox
The constant for single line deleted.
deleteAll() - Method in class se.entra.phantom.server.VirtualCBar
Deletes all lines in a list capable control.
deleteAll() - Method in class se.entra.phantom.server.VirtualCExternalImage
Deletes all lines in a list capable control.
deleteAll() - Method in class se.entra.phantom.server.VirtualCListBox
Deletes the whole listbox.
deleteAll() - Method in class se.entra.phantom.server.VirtualCListCapableControl
Deletes the whole ComboBox.
deleteAll() - Method in class se.entra.phantom.server.VirtualControl
Deletes all lines in a list capable control.
deleteAll() - Method in class se.entra.phantom.server.VirtualCUserWindow
Deletes all lines in a list capable control.
deleteAll() - Method in interface se.entra.phantom.server.VirtualInterface
Deletes all lines in a list capable control.
deleteAll() - Method in class se.entra.phantom.server.VirtualMenuItem
Deletes all lines in a list capable control.
deleteAll() - Method in class se.entra.phantom.server.VirtualPanel
Deletes all lines in a list capable control.
deleteAll(String) - Method in class se.entra.phantom.server.VirtualPanel
Deletes all lines in a list capable control.
deleteAll(int) - Method in class se.entra.phantom.server.VirtualPanel
Deletes all lines in a list capable control.
deleteAll() - Method in class se.entra.phantom.server.VirtualPopupMenu
Deletes all lines in a list capable control.
deleteAll() - Method in class se.entra.phantom.server.VirtualPullDownMenu
Deletes all lines in a list capable control.
deleteAll() - Method in class se.entra.phantom.server.VirtualServerUserWindowAdapter
Deletes all lines in a list capable control.
deleteAll() - Method in class serverUserWindow2.PHED_AVAILABLECOLORS
Deletes all lines in a list capable control.
deleteAll() - Method in class serverUserWindow2.RCONSOLE_AVAILABLECOLORS
Deletes all lines in a list capable control.
deleteAllMarks() - Method in interface se.entra.phantom.common.MouseInterface
Delete all marks defined for the current screen.
deleteAllMarks() - Method in class se.entra.phantom.server.phed.TerminalMouseHandler
Delete all marks defined for the current screen.
deleteAllPopupWindows() - Method in class se.entra.phantom.server.HostPopupWindow
Deletes all current pop-up windows.
deleteBarControl(VirtualCBarControl) - Method in class se.entra.phantom.server.VirtualCBar
Method that deletes the specified bar control
deleteCaption() - Method in class org.openxml.dom.html.HTMLTableElementImpl
 
deleteCell(int) - Method in class org.openxml.dom.html.HTMLTableRowElementImpl
 
DeleteFile(Rexx) - Method in class se.entra.phantom.server.NetRexxMigration
Deletes a file.
DeleteFile(String) - Method in class se.entra.phantom.server.REXXMigration
Deletes a file.
deleteFileAndChildren(File) - Static method in class se.entra.phantom.server.PhantomFile
Deletes a file or directory along with all its children (in case of a directory).
deleteLine(int) - Method in class se.entra.phantom.server.VirtualCBar
Deletes a line in a list capable control.
deleteLine(int) - Method in class se.entra.phantom.server.VirtualCExternalImage
Deletes a line in a list capable control.
deleteLine(int) - Method in class se.entra.phantom.server.VirtualCListBox
Deletes a single line.
deleteLine(int) - Method in class se.entra.phantom.server.VirtualCListCapableControl
Deletes a single line in the ComboBox.
deleteLine(int) - Method in class se.entra.phantom.server.VirtualControl
Deletes a line in a list capable control.
deleteLine(int) - Method in class se.entra.phantom.server.VirtualCUserWindow
Deletes a line in a list capable control.
deleteLine(int) - Method in interface se.entra.phantom.server.VirtualInterface
Deletes a line in a list capable control.
deleteLine(int) - Method in class se.entra.phantom.server.VirtualMenuItem
Deletes a line in a list capable control.
deleteLine(int) - Method in class se.entra.phantom.server.VirtualPanel
Deletes a line in a list capable control.
deleteLine(String, int) - Method in class se.entra.phantom.server.VirtualPanel
Deletes a line in a list capable control.
deleteLine(int, int) - Method in class se.entra.phantom.server.VirtualPanel
Deletes a line in a list capable control.
deleteLine(int) - Method in class se.entra.phantom.server.VirtualPopupMenu
Deletes a line in a list capable control.
deleteLine(int) - Method in class se.entra.phantom.server.VirtualPullDownMenu
Deletes a line in a list capable control.
deleteLine(int) - Method in class se.entra.phantom.server.VirtualServerUserWindowAdapter
Deletes a line in a list capable control.
deleteRexxFile(String) - Method in class se.entra.phantom.server.PhantomWorker
Deletes an entry in the REXX file table.
deleteRow(int) - Method in class org.openxml.dom.html.HTMLTableElementImpl
 
deleteRow(int) - Method in class org.openxml.dom.html.HTMLTableSectionElementImpl
 
deleteSection(String) - Method in class se.entra.phantom.server.IniFile
Removes a section from the INI file.
deleteSessionPool(String) - Static method in class se.entra.phantom.server.SessionPoolingManager
Deletes a RUNTIME.HOSTID session pool that is currently created.
deleteTFoot() - Method in class org.openxml.dom.html.HTMLTableElementImpl
 
deleteTHead() - Method in class org.openxml.dom.html.HTMLTableElementImpl
 
DELPOPUP_ALL - Static variable in class se.entra.phantom.server.PhantomPanelData
Remove all existing popups when new popup is displayed.
DELPOPUP_CURRENT - Static variable in class se.entra.phantom.server.PhantomPanelData
Remove current popup when new popup is displayed.
DELPOPUP_NONE - Static variable in class se.entra.phantom.server.PhantomPanelData
Do not remove any current popups when new popup is displayed.
depth - Variable in class se.entra.phantom.server.PhantomCRectangle
Depth for 3D (0-255).
deriveFont(Graphics, Font, int, int) - Static method in class se.entra.phantom.client.Plaf
Derives a new font from another one by scaling it.
description - Variable in class se.entra.phantom.server.PhantomObject
The description.
DesignerCCheckBox - Class in se.entra.phantom.server.phed
Class for Check Box control implementing the Designer part for the Panel Editor.
DesignerCCheckBox() - Constructor for class se.entra.phantom.server.phed.DesignerCCheckBox
 
DesignerCComboBox - Class in se.entra.phantom.server.phed
Class for Combo Box control implementing the Designer part for the Panel Editor.
DesignerCComboBox() - Constructor for class se.entra.phantom.server.phed.DesignerCComboBox
 
DesignerCEntryField - Class in se.entra.phantom.server.phed
Class for Entry Field control implementing the Designer part for the Panel Editor.
DesignerCEntryField() - Constructor for class se.entra.phantom.server.phed.DesignerCEntryField
 
DesignerCGroupBox - Class in se.entra.phantom.server.phed
Class for Group Box control implementing the Designer part for the Panel Editor.
DesignerCGroupBox() - Constructor for class se.entra.phantom.server.phed.DesignerCGroupBox
 
DesignerCListBox - Class in se.entra.phantom.server.phed
Class for Listbox control implementing the Designer part for the Panel Editor.
DesignerCListBox() - Constructor for class se.entra.phantom.server.phed.DesignerCListBox
 
DesignerCMLE - Class in se.entra.phantom.server.phed
Class for MLE control implementing the Designer part for the Panel Editor.
DesignerCMLE() - Constructor for class se.entra.phantom.server.phed.DesignerCMLE
 
DesignerCNoteBook - Class in se.entra.phantom.server.phed
Class for Notebook control implementing the Designer part for the Panel Editor.
DesignerCNoteBook() - Constructor for class se.entra.phantom.server.phed.DesignerCNoteBook
 
DesignerControlAdapter - Class in se.entra.phantom.server.phed
Adapter for the interface to implement by the PhantomControl to create the Java component for the designer GUI from JNI.
DesignerControlAdapter() - Constructor for class se.entra.phantom.server.phed.DesignerControlAdapter
 
DesignerCOutputText - Class in se.entra.phantom.server.phed
Class for Static Text control implementing the Designer part for the Panel Editor.
DesignerCOutputText() - Constructor for class se.entra.phantom.server.phed.DesignerCOutputText
 
DesignerCPushButton - Class in se.entra.phantom.server.phed
Class for Push Button control implementing the Designer part for the Panel Editor.
DesignerCPushButton() - Constructor for class se.entra.phantom.server.phed.DesignerCPushButton
 
DesignerCRadioButton - Class in se.entra.phantom.server.phed
Class for Radio Button Box control implementing the Designer part for the Panel Editor.
DesignerCRadioButton() - Constructor for class se.entra.phantom.server.phed.DesignerCRadioButton
 
DesignerCRectangle - Class in se.entra.phantom.server.phed
Class for Rectangle control implementing the Designer part for the Panel Editor.
DesignerCRectangle() - Constructor for class se.entra.phantom.server.phed.DesignerCRectangle
 
DesignerCSpinButton - Class in se.entra.phantom.server.phed
Class for Spin button control implementing the Designer part for the Panel Editor.
DesignerCSpinButton() - Constructor for class se.entra.phantom.server.phed.DesignerCSpinButton
 
DesignerCStaticText - Class in se.entra.phantom.server.phed
Class for Static Text control implementing the Designer part for the Panel Editor.
DesignerCStaticText() - Constructor for class se.entra.phantom.server.phed.DesignerCStaticText
 
DesignerCTree - Class in se.entra.phantom.server.phed
Class for Tree control implementing the Designer part for the Panel Editor.
DesignerCTree() - Constructor for class se.entra.phantom.server.phed.DesignerCTree
 
DesignerCUserWindow - Class in se.entra.phantom.server.phed
Class for USer Window control implementing the Designer part for the Panel Editor.
DesignerCUserWindow() - Constructor for class se.entra.phantom.server.phed.DesignerCUserWindow
 
desktopPane - Variable in class se.entra.phantom.server.SessionPoolingData
The JDesktopPane used for the Server GUI (null if no GUI is displayed).
destination - Variable in class com.netphantom.jmx.DestinationPort
 
destination - Variable in class se.entra.phantom.client.TunnelPort
The destination host from the server.
DestinationPort - Class in com.netphantom.jmx
Simple data holder class for a destination String and Integer port.
DestinationPort() - Constructor for class com.netphantom.jmx.DestinationPort
 
Destroy(boolean) - Method in class dll.PHPSB_PHPSB
Application close.
destroy() - Method in class se.entra.phantom.client.Phantom
Called by the browser or applet viewer to inform this applet that it is being reclaimed and that it should destroy any resources that it has allocated.
destroy() - Method in class se.entra.phantom.server.phed.ProgressPanel
Destroys the progress panel.
destroy() - Method in class se.entra.phantom.server.VirtualPanel
Destroys this panel.
destroyLaunchDialog() - Static method in class se.entra.phantom.server.phed.Start
Destroys a currently shown launch progress dialog box, if any.
destroyPanelAtIndex(int) - Method in class se.entra.phantom.server.VirtualPanelSession
Destroys a panel at a certain index.
destroyTopmostPanel() - Method in class se.entra.phantom.server.VirtualPanelSession
Destroy the topmost popup panel.
destructiveBackSpace() - Method in class se.entra.phantom.server.tn3270e.Display3270
Performs a destructive backspace.
destructiveBackSpace() - Method in class se.entra.phantom.server.tn5250e.Display5250
Performs a destructive backspace.
detach() - Method in class org.openxml.dom.traversal.InnerIterator
Called by NodeIteratorImpl when this iterator is no longer needed.
detach() - Method in class org.openxml.dom.traversal.NodeIteratorImpl
 
detachSession(ClientSession) - Method in class se.entra.phantom.server.DefaultSessionPoolingHandler
Detaches a client session from this pooled session.
DIALOGBACKGROUND - Static variable in class se.entra.phantom.client.ColorMapper
 
DirectAPICGI - Class in se.entra.phantom.server.http
Provides a sample DirectAPI integration sample for browser to Java Client.
DirectAPICGI() - Constructor for class se.entra.phantom.server.http.DirectAPICGI
 
directCheck - Variable in class se.entra.phantom.server.PhantomCListBox.PhantomCListBoxColumn
Direct check of chars.
directCommunication() - Method in interface se.entra.phantom.common.DirectInterface
Is this instance used for direct communication (server/client in the same JVM)
directCommunication() - Method in class se.entra.phantom.server.VirtualSessionManager
Is this instance used for direct communication (server/client in the same JVM)
DirectInterface - Interface in se.entra.phantom.common
The interface used when the client is directly communicating with the server/editor in the same process.
Directory() - Constructor for class se.entra.phantom.server.PhantomApplicationData.Directory
 
DIRECTORY_MONITOR_START - Static variable in class se.entra.phantom.server.phed.Start
 
DIRECTORY_MONITOR_STOP - Static variable in class se.entra.phantom.server.phed.Start
 
DIRECTORY_MONITOR_WAIT - Static variable in class se.entra.phantom.server.phed.Start
 
DirectoryListingCGI - Class in se.entra.phantom.server.http
The DirectoryListingCGI class lists a directory of files as specified by the tag element DIR relative the server directory (not htdocs).
DirectoryListingCGI() - Constructor for class se.entra.phantom.server.http.DirectoryListingCGI
 
DISABLED - Static variable in interface se.entra.phantom.server.EventMessengerInterface
Name of the compulsory ini-file item EventFilter
disconnect() - Method in class se.entra.phantom.server.HostSession
Disconnects the session.
disconnect() - Method in class se.entra.phantom.server.HostSession3270
Disconnects the session from host.
disconnect() - Method in class se.entra.phantom.server.HostSession5250
Disconnects the session from host.
disconnect() - Method in class se.entra.phantom.server.HostSessionEE
Disconnects the session from host.
disconnect() - Method in interface se.entra.phantom.server.HostSessionPeer
Disconnects the session from host.
disconnect() - Method in class se.entra.phantom.server.sms.Client
Disconnect the SMS service.
disconnectAll() - Method in class se.entra.phantom.server.HostSessionManager
Disconnects all started sessions.
disconnectMe() - Method in class se.entra.phantom.server.extra.SMSSender
Method used to disconnect from the SMS server.
DISCRETE_PRINT - Static variable in class se.entra.phantom.client.Plaf
 
dismissPanel(int) - Method in class se.entra.phantom.server.VirtualPanel
Dismisses this modal panel.
display - Variable in class se.entra.phantom.server.HostSession3270
The 3270 display instance.
display - Variable in class se.entra.phantom.server.HostSession5250
The 5250 display instance.
Display3270 - Class in se.entra.phantom.server.tn3270e
Handles the 3270 display session.
Display3270(HostSession3270, int, int) - Constructor for class se.entra.phantom.server.tn3270e.Display3270
Creates the display of the specified size.
Display3270.Aid - Class in se.entra.phantom.server.tn3270e
Handles sending Attention IDentifier keys to host.
Display3270Printer - Class in se.entra.phantom.server.tn3270e
Handles the 3270 "display" session for printers.
Display3270Printer(HostSession3270Printer, int, int) - Constructor for class se.entra.phantom.server.tn3270e.Display3270Printer
Creates the display of the specified size.
Display5250 - Class in se.entra.phantom.server.tn5250e
Handles the 5250 display session.
Display5250(HostSession5250) - Constructor for class se.entra.phantom.server.tn5250e.Display5250
Creates the display of the specified size.
displayAboutBox() - Method in interface se.entra.phantom.client.IAppListener
Displays the About Box placed on top of all panels, outside a potential browser in the middle of the screen.
displayAboutBox() - Method in class se.entra.phantom.client.Phantom
Displays the About Box placed on top of all panels, outside a potential browser in the middle of the screen.
displayEditProperties(VirtualSessionManager) - Method in class se.entra.phantom.server.TerminalApplication
Displays the "Edit properties" dialog box used when performing Cut/Copy operations.
displayEditProperties() - Method in class se.entra.phantom.server.TerminalFunctions
Displays the TerminalApplication "Edit properties" dialog box in a modal fashion.
displayException(Throwable) - Static method in class se.entra.phantom.server.phed.Start
Prints an exception to console output and tries to output it as native debug string using JNI.
displayHiddenText(boolean) - Method in class se.entra.phantom.server.HostSession
Informs the session that hidden text should be displayed as bright red on black background.
displayHiddenText(boolean) - Method in class se.entra.phantom.server.HostSession3270
Informs the session that hidden text should be displayed as bright red on black background.
displayHiddenText(boolean) - Method in class se.entra.phantom.server.HostSession5250
Informs the session that hidden text should be displayed as bright red on black background.
displayHiddenText(boolean) - Method in class se.entra.phantom.server.HostSessionEE
Informs the session that hidden text should be displayed as bright red on black background.
displayHiddenText(boolean) - Method in interface se.entra.phantom.server.HostSessionPeer
Informs the session that hidden text should be displayed as bright red on black background.
displayInputFields(boolean) - Method in interface se.entra.phantom.common.MouseInterface
Display all input fields in the current host screen.
displayInputFields(boolean) - Method in class se.entra.phantom.server.phed.TerminalMouseHandler
Display all input fields in the current host screen.
DisplayResolution - Class in se.entra.phantom.server.phed
Class for the Display resolution dialog box.
DisplayResolution() - Constructor for class se.entra.phantom.server.phed.DisplayResolution
 
displaySystemProperties() - Static method in class se.entra.phantom.common.ControlPanel
Sorts and displays the system properties.
displayTerminal() - Method in class se.entra.phantom.server.ClientSession
Creates the terminal window, gets the contents of the terminal window, hides all the panels, and displays it.
displayTerminal(boolean) - Method in class se.entra.phantom.server.ClientSession
Creates the terminal window, gets the contents of the terminal window, hides all the panels, and displays it.
displayTerminal(boolean, String) - Method in class se.entra.phantom.server.ClientSession
Creates the terminal window, gets the contents of the terminal window, hides all the panels, and displays it.
displayTerminal() - Method in interface se.entra.phantom.server.ClientSessionInterface
Creates the terminal window, gets the contents of the terminal window, hides all the panels, and displays it.
displayWebServerCache(VirtualCListBox) - Method in class se.entra.phantom.server.ClientSessionManager
Fills a list box with the cache information.
displayWebServerCache(VirtualCListBox) - Method in class se.entra.phantom.server.http.HttpResources
Fills a list box with the cache information.
displayWebServerCache(VirtualCListBox) - Method in class se.entra.phantom.server.http.HttpWebServer
Fills a list box with the cache information.
displayWebServerCache(String, VirtualCListBox) - Method in class se.entra.phantom.server.http.ResourceCache
Fills a list box with the cache information.
dispose() - Method in class com.netphantom.server.acme.LetsEncryptDomain
Disposes of this domain from the PortManager.
dispose() - Method in class com.netphantom.server.utils.TunnelSocket
Disposes of the tunnel socket.
dispose() - Method in class cuserwin2.PHPSB_PSBLOADING
 
dispose() - Method in class cuserwin2.RCONSOLE_FILEMANAGER
The dispose method is called when the panel already has been disposed of.
dispose() - Method in class cuserwin2.RCONSOLE_FILETRANSFER
The dispose method is called when the panel already has been disposed of.
dispose() - Method in class cuserwin2.RCONSOLE_JMXRMI
Called when disposed of.
dispose() - Method in class cuserwin2.RCONSOLE_TERMINAL
Called when disposed of.
dispose() - Method in class se.entra.phantom.client.PJBar
The dispose method is called when the panel already has been disposed of.
dispose() - Method in class se.entra.phantom.client.PJDialog
Disposes of the dialog, overridden to fix a memory leak in Swing.
dispose() - Method in class se.entra.phantom.client.PJFrame
Disposes of the frame, overridden to fix a memory leak in Swing.
dispose() - Method in class se.entra.phantom.client.PJUserWindow
The dispose method is called when the panel already has been disposed of.
dispose() - Method in class se.entra.phantom.client.PJUserWindowPredefined
The dispose method is called when the panel already has been disposed of, and stops the timer.
dispose() - Method in class se.entra.phantom.common.TerminalWindow
Disposes of this window.
dispose() - Method in class se.entra.phantom.server.ClientInactivity
Disposes of the client inactivity.
dispose() - Method in class se.entra.phantom.server.ClientSession
Disposes of the client session.
dispose() - Method in interface se.entra.phantom.server.ClientSessionInterface
Disposes of the client session.
dispose() - Method in class se.entra.phantom.server.DefaultSessionPoolingHandler
Call to dispose promptly of the session, without executing scripts, etc.
dispose() - Method in class se.entra.phantom.server.DefaultUserAuthenticationExit
Called to perform clean-up.
dispose() - Method in class se.entra.phantom.server.event.DefaultEventExit
Disposes of the class instance.
dispose() - Method in interface se.entra.phantom.server.EventInterface
Disposes of the class instance.
dispose() - Method in class se.entra.phantom.server.EventManager
Requests and waits for termination of the event manager.
dispose() - Method in interface se.entra.phantom.server.EventMessengerInterface
The EventMessenger should do all the cleaning up it needs before it dies.
dispose() - Method in class se.entra.phantom.server.extra.SMSEventMessenger
The EventMessenger should do cleaning up it needs before it dies.
dispose() - Method in class se.entra.phantom.server.extra.SMSRemoteServerAdministration
Called to shutdown properly.
dispose() - Method in class se.entra.phantom.server.HostLockChange
Disposes of this class by means of releasing waiting threads.
dispose() - Method in class se.entra.phantom.server.HostScreenChange
Disposes of this class by means of releasing waiting threads.
dispose() - Method in class se.entra.phantom.server.http.HttpSession
The session is disposed of.
dispose() - Method in class se.entra.phantom.server.http.HttpWebServer
Disposes of the Web Server (to stops it).
dispose() - Method in interface se.entra.phantom.server.IClientInactivity
Disposes of the client inactivity.
dispose() - Method in class se.entra.phantom.server.InternalUserAuthenticationExit
Called to perform clean-up.
dispose() - Static method in class se.entra.phantom.server.LoadBalancing
Disposes of the load balancing at server shut-down (soft or hard).
dispose() - Method in class se.entra.phantom.server.lumapper.DefaultLUMapperExit
Called to perform clean-up.
dispose() - Method in interface se.entra.phantom.server.LUMapperInterface
Called prior to deferencing in order to clean up.
dispose() - Method in class se.entra.phantom.server.MailEventMessenger
The EventMessenger should do cleaning up it needs before it dies.
dispose() - Method in class se.entra.phantom.server.PhantomWorker
Dispose Phantom worker, set all references to null and releases any waiting threads.
dispose() - Method in class se.entra.phantom.server.phed.ApplicationCompiler
Disposes of the instance.
dispose() - Method in class se.entra.phantom.server.rapp.DefaultRemoteApplication
This method disposes immediately of any current remote application.
dispose() - Method in class se.entra.phantom.server.rapp.RemoteApplicationManager
Disposes of the remote application manager.
dispose() - Method in class se.entra.phantom.server.rconsole.AdminCommandProcessor
Called to perform a clean-up and dispose of the command session.
dispose() - Method in class se.entra.phantom.server.rconsole.DefaultAdminExit
Called to perform a clean-up and dispose of the user exit.
dispose() - Method in class se.entra.phantom.server.Report
Disposes of all the different objects belonging to this report.
dispose() - Method in class se.entra.phantom.server.ReportGenerator
Disposes of everything before the Report generator is disposed of.
dispose() - Method in class se.entra.phantom.server.ReportRequester
 
dispose() - Method in class se.entra.phantom.server.REXXFile
Disposes of the file (makes sure it's closed).
dispose() - Method in interface se.entra.phantom.server.ServerAdminExit
Called to perform a clean-up and dispose of the user exit.
dispose(ClientSessionManager, boolean) - Method in class se.entra.phantom.server.SessionPoolingData
Disposes "nicely" or not all the started sessions in the pool.
dispose(ClientSessionManager, boolean) - Static method in class se.entra.phantom.server.SessionPoolingManager
Disposes of the pools.
dispose() - Method in interface se.entra.phantom.server.UserAuthenticationInterface
Called to perform clean-up.
dispose() - Method in class se.entra.phantom.server.VirtualCBar
This method is called whenever a panel has been disposed of, in order to remove listeners, etc, in order to free up memory.
dispose() - Method in class se.entra.phantom.server.VirtualCExternalImage
This method is called whenever a panel has been disposed of, in order to remove listeners, etc, in order to free up memory.
dispose() - Method in class se.entra.phantom.server.VirtualCNoteBook
This method is called whenever a panel has been disposed of, in order to remove listeners, etc, in order to free up memory.
dispose() - Method in class se.entra.phantom.server.VirtualControl
This method is called whenever a panel has been disposed of, in order to remove listeners, etc, in order to free up memory.
dispose() - Method in class se.entra.phantom.server.VirtualCUserWindow
This method is called whenever a panel has been disposed of, in order to remove listeners, etc, in order to free up memory.
dispose() - Method in class se.entra.phantom.server.VirtualServerUserWindowAdapter
This method is called whenever a panel has been disposed of, in order to remove listeners, etc, in order to free up memory.
dispose() - Method in class se.entra.phantom.server.VirtualSessionManager
Disposes of a virtual session (frees up memory).
dispose() - Method in interface se.entra.phantom.server.VirtualUserWindowInterface
This method is called whenever a panel has been disposed of, in order to remove listeners, etc, in order to free up memory.
dispose() - Method in interface se.entra.phantom.server.WebServerInterface
This method is called when the web server interface is disposed of.
dispose() - Method in class serverUserWindow2.PHED_AVAILABLECOLORS
This method is called whenever a panel has been disposed of, in order to remove listeners, etc, in order to free up memory.
dispose() - Method in class serverUserWindow2.RCONSOLE_AVAILABLECOLORS
This method is called whenever a panel has been disposed of, in order to remove listeners, etc, in order to free up memory.
dispose() - Method in class serverUserWindow2.RCONSOLE_COLORCHOOSER
This method is called whenever a panel has been disposed of, in order to remove listeners, etc, in order to free up memory.
dispose() - Method in class serverUserWindow2.RCONSOLE_JMXRMI
This method is called whenever a panel has been disposed of, in order to remove listeners, etc, in order to free up memory.
dispose() - Method in class serverUserWindow2.RCONSOLE_TERMINAL
The window is disposed.
DISPOSE_CHART - Static variable in class se.entra.phantom.server.VirtualCBusGraph
 
disposeChart(boolean) - Method in class se.entra.phantom.server.VirtualCBusGraph
Rexx function for removing a diagram already created using the newChart function.
disposeConnectFrame(Window) - Method in class se.entra.phantom.client.Phantom
Closes connection window.
disposeConnectFrame(Window) - Method in class se.entra.phantom.server.phed.PhantomEditor
Closes connection window.
disposeFatal() - Method in class se.entra.phantom.server.DefaultSessionPoolingHandler
Disposes of the session due to a fatal error.
disposeInternalFrame(JInternalFrame) - Static method in class se.entra.phantom.common.Utilities
Disposes of a JInternalFrame window inside a JDesktopPane.
disposeNow() - Method in class se.entra.phantom.server.DefaultSessionPoolingHandler
Disposes of the session (e.g.
disposeNow(String) - Method in class se.entra.phantom.server.DefaultSessionPoolingHandler
Disposes of the session (e.g.
disposeOfClientSession(ClientConnectionData) - Static method in class se.entra.phantom.server.ClientSessionManager
Disposes of the client session indicated by the client connection data.
disposeReportGenerator() - Method in class se.entra.phantom.server.PhantomWorker
Disposes of the report generator.
Distribution - Class in se.entra.phantom.server.phed.project
Class to create a Compiled Project Distribution.
Distribution(File) - Constructor for class se.entra.phantom.server.phed.project.Distribution
Constructs the distribution instance.
divBetwCols - Variable in class se.entra.phantom.server.PhantomCListBox
Type of divider between columns.
divBetwHeadCol - Variable in class se.entra.phantom.server.PhantomCListBox
Divider between header and column.
divBetwHeaders - Variable in class se.entra.phantom.server.PhantomCListBox
Divider between headers.
dividerX - Variable in class se.entra.phantom.server.PhantomPanelData
Divider position in X.
dividerY - Variable in class se.entra.phantom.server.PhantomPanelData
Divider position in Y.
dll - package dll
 
DO_CAPTURE - Static variable in class se.entra.phantom.server.phed.PanelDesignerControl
 
DO_COLUMN - Static variable in class se.entra.phantom.server.phed.PanelDesignerControl
 
DO_EDIT_DIALOG - Static variable in class se.entra.phantom.server.phed.PanelDesignerControl
 
DO_HEADER - Static variable in class se.entra.phantom.server.phed.PanelDesignerControl
 
DO_NOTHING - Static variable in class se.entra.phantom.server.phed.PanelDesignerControl
Return codes from mouse operation, invoking operations in turn, in LOBYTE.
DO_PASS_MOUSE - Static variable in class se.entra.phantom.server.phed.PanelDesignerControl
 
DO_RELEASE - Static variable in class se.entra.phantom.server.phed.PanelDesignerControl
 
DO_TURN_PAGE - Static variable in class se.entra.phantom.server.phed.PanelDesignerControl
 
doAntiAlias - Variable in class se.entra.phantom.common.TerminalWindow.SetUp
 
doAntiAlias - Variable in class se.entra.phantom.server.TerminalSettings
Flag for anti-aliasing.
doAPIBinaryTrace() - Method in class se.entra.phantom.server.ClientConnectionData
Checks if API binary trace is on.
doAPIBinaryTrace() - Static method in class se.entra.phantom.server.ClientSessionManager
Checks if API binary trace is on.
doAPIVerboseTrace() - Method in class se.entra.phantom.server.ClientConnectionData
Checks if API verbose trace is on.
doAPIVerboseTrace() - Static method in class se.entra.phantom.server.ClientSessionManager
Checks if API verbose trace is on.
doApplicationChildrenInset() - Method in class se.entra.phantom.server.PhantomApplicationData
Checks if the panels of a panel session are children of the application panel.
doCancel() - Method in interface se.entra.phantom.server.phed.ProgressListener
Requests a cancel.
doClientBinaryTrace() - Method in class se.entra.phantom.server.ClientConnectionData
Checks if Client binary trace is on.
doClientBinaryTrace() - Static method in class se.entra.phantom.server.ClientSessionManager
Checks if Client binary trace is on.
doClientVerboseTrace() - Method in class se.entra.phantom.server.ClientConnectionData
Checks if Client verbose trace is on.
doClientVerboseTrace() - Method in class se.entra.phantom.server.ClientSession
Checks if client verbose trace is turned on.
doClientVerboseTrace() - Method in interface se.entra.phantom.server.ClientSessionInterface
Checks if client verbose trace is turned on.
doClientVerboseTrace() - Static method in class se.entra.phantom.server.ClientSessionManager
Checks if Client verbose trace is on.
doCreate(String) - Method in class se.entra.phantom.server.phed.project.Distribution
The work.
doCreatePages(boolean) - Method in class se.entra.phantom.server.Report
 
doCreateUntitledSectionHeadings() - Method in class se.entra.phantom.server.IniFile
Checked if untitled sections headings should be created.
DocumentHandlerEx - Interface in org.openxml.parser
 
DocumentImpl - Class in org.openxml.dom
Implements an XML document, and also derived to implement an HTML document.
DocumentImpl(String, String, DocumentType) - Constructor for class org.openxml.dom.DocumentImpl
Constructor for new document requires qualified name to create document element.
DocumentImpl(String, String, DocumentType, ElementFactory) - Constructor for class org.openxml.dom.DocumentImpl
[JF] Constructor for new document requires qualified name to create document element.
DocumentImpl() - Constructor for class org.openxml.dom.DocumentImpl
 
documentToString(Document) - Static method in class se.entra.phantom.rapp.RemoteTransaction
Converts a Document to String (in XML).
DocumentTypeImpl - Class in org.openxml.dom
Each document Document.getDoctype() attribute whose value is either null or an object that represents the document type definition (DTD).
DocumentTypeImpl(String, String, String, String) - Constructor for class org.openxml.dom.DocumentTypeImpl
 
doCurrentScreenMatch(PhantomHostScreen) - Method in class se.entra.phantom.server.VirtualCNoteBook
Is current page connected to specified (current) screen.
doDisableBackground - Variable in class se.entra.phantom.server.PhantomCEntryField
Disable background when read-only.
doDisableWhenReadOnly - Variable in class se.entra.phantom.server.PhantomCEntryField
Disable when read only (no tab stop).
doDisplayHidden() - Method in class se.entra.phantom.server.PhantomCBarControl
Display hidden text.
doDisposeRepGen() - Method in class se.entra.phantom.server.PhantomWorker
Sets the flag indicating that the PhantomWorker should dispose of the ReportGenerator.
doEclispeSaveAll(Consumer<String>) - Static method in class se.entra.phantom.server.phed.project.EclipseIntegration
Requests Eclipse to save all.
doEndListAtProtSel() - Method in class se.entra.phantom.server.PhantomCListBox
Checks if the list ends at first protected selection line.
doesCGIExist() - Method in class se.entra.phantom.server.rconsole.AdminConfigResource
Checks if the CGI resource really is defined in server.ini.
doesCookieSessionMatch() - Method in class se.entra.phantom.server.http.HttpSession
Verifies that the current session originates from a previously created cookie session identification string.
doesEditorAndServerLevelsMatch(int) - Static method in class se.entra.phantom.server.phed.Start
This static method is called from "javaed.cpp" to match the level.
doesFieldHaveExtendedAttributes(HostField) - Method in class se.entra.phantom.server.HostSession3270
Checks if a host field has extended attributes or not.
doesFieldHaveExtendedAttributes(HostField) - Method in class se.entra.phantom.server.HostSession5250
Checks if a host field has extended attributes or not.
doesFieldHaveExtendedAttributes(HostField) - Method in class se.entra.phantom.server.HostSessionEE
Checks if a host field has extended attributes or not.
doesFieldHaveExtendedAttributes(HostField) - Method in interface se.entra.phantom.server.HostSessionPeer
Checks if a host field has extended attributes or not.
doesFieldHaveExtendedAttributes(HostField) - Method in class se.entra.phantom.server.tn3270e.Display3270
Checks if a host field has extended attributes or not.
doesFileResourceExist() - Method in class se.entra.phantom.server.rconsole.AdminConfigResource
Checks if the file resource really exists for a file resource (parsed or not).
doesHostNeedFieldExit(int, int, int, int, String) - Method in class se.entra.phantom.server.HostSession
For 5250 only: checks if a field has the attributes that requires this particular string to enter the data followed by a "Field Exit" or "Field Minus" key.
doesHostNeedFieldExit(int, int, int, int, String) - Method in class se.entra.phantom.server.HostSession3270
For 5250 only: checks if a field has the attributes that requires this particular string to enter the data followed by a "Field Exit" or "Field Minus" key.
doesHostNeedFieldExit(int, int, int, int, String) - Method in class se.entra.phantom.server.HostSession3270Printer
For 5250 only: checks if a field has the attributes that requires this particular string to enter the data followed by a "Field Exit" or "Field Minus" key.
doesHostNeedFieldExit(int, int, int, int, String) - Method in class se.entra.phantom.server.HostSession5250
For 5250 only: checks if a field has the attributes that requires this particular string to enter the data followed by a "Field Exit" or "Field Minus" key.
doesHostNeedFieldExit(int, int, int, int, String) - Method in class se.entra.phantom.server.HostSessionEE
For 5250 only: checks if a field has the attributes that requires this particular string to enter the data followed by a "Field Exit" or "Field Minus" key.
doesHostNeedFieldExit(int, int, int, int, String) - Method in interface se.entra.phantom.server.HostSessionPeer
For 5250: checks if a field has the attributes that requires this particular string to enter the data followed by a "Field Exit" or "Field Minus" key.
doesHostNeedFieldExit() - Method in class se.entra.phantom.server.tn5250e.Field
Checks if a field has the attributes that requires this particular string to enter the data followed by a "Field Exit" or "Field Minus" key.
doesResourceBelongToGroups() - Method in class se.entra.phantom.server.rconsole.AdminConfigResource
Checks if this resource has any active groups with users attached to it.
doesScreenContainData() - Method in class se.entra.phantom.server.ClientSession
Checks if the host screen contains data.
doesScreenContainData() - Method in interface se.entra.phantom.server.ClientSessionInterface
Checks if the host screen contains data.
doesScreenMatch(PhantomHostScreen) - Method in class se.entra.phantom.server.ClientSession
Checks if a host screen currently matches.
doesScreenMatch(PhantomHostScreen) - Method in class se.entra.phantom.server.DefaultSessionPoolingHandler
Checks if a host screen currently matches.
doesScreenMatch(PhantomHostScreen) - Method in class se.entra.phantom.server.HostScreen
Checks if a host screen currently matches.
doesScreenMatch(PhantomHostScreen) - Method in class se.entra.phantom.server.HostSessionManagerAdapter
Checks if a host screen currently matches.
doesScreenMatch(PhantomHostScreen) - Method in interface se.entra.phantom.server.HostSessionManagerListener
Checks if a host screen currently matches.
doesScreenMatch(HostSession) - Method in class se.entra.phantom.server.PhantomHostField
Checks if this host field belongs to a screen that is currently matching or not.
doesScreenMatch(HostScreen) - Method in class se.entra.phantom.server.PhantomHostField
Checks if this host field belongs to a screen that is currently matching or not.
doesScreenMatch(PhantomHostScreen) - Method in class serverUserWindow2.RCONSOLE_TERMINAL
Checks if a host screen currently matches.
doGetScreenContents() - Method in class se.entra.phantom.rapp.RAPPCallHost
For getScreen, gets the flag indicating that the screen contents is required.
doHostBinaryTrace() - Method in class se.entra.phantom.server.ClientConnectionData
Checks if Host binary trace is on.
doHostBinaryTrace() - Static method in class se.entra.phantom.server.ClientSessionManager
Checks if Host binary trace is on.
doHostVerboseTrace() - Method in class se.entra.phantom.server.ClientConnectionData
Checks if Host verbose trace is on.
doHostVerboseTrace() - Static method in class se.entra.phantom.server.ClientSessionManager
Checks if Host verbose trace is on.
doIdentifyPartialFields(boolean) - Method in interface se.entra.phantom.server.GofHostFieldIdentifier
This method must store a flag indicating what should be done with GofHostFields that are partially inside, partially outside the area that should be identified.
doIdentifyPartialFields(boolean) - Method in class se.entra.phantom.server.GofHostFieldIdentifierAdapter
This method must store a flag indicating what should be done with GofHostFields that are partially inside, partially outside the area that should be identified.
doIdentifyPartialFields(boolean) - Method in class se.entra.phantom.server.GuiOnTheFlyRuntime
Sets the flag indicating if host fields that are partly inside the area to identify should be included or not.
doIgnoreNonFatalErrors() - Method in class se.entra.phantom.server.PhantomRuntime
Checks if non-fatal errors are not thrown as IOException's but rather logged for later processing.
doKeepAspect - Variable in class se.entra.phantom.common.TerminalWindow.SetUp
 
doKeepAspectRatio - Variable in class se.entra.phantom.server.TerminalSettings
Flag for font keep aspect ratio.
doKeyboardAutoReset - Variable in class se.entra.phantom.server.TerminalSettings
If keyboard auto-reset is enabled.
doLayout() - Method in class cuserwin2.RCONSOLE_FILEMANAGER
 
doLayout() - Method in class se.entra.phantom.client.PJBarVisualComponent
Lays out all the bar controls.
doLayout() - Method in class se.entra.phantom.client.PJComboBox
Overrides layout to pixel-fix height for Metal L&F when enabled and editable.
doLayout() - Method in class se.entra.phantom.client.PJHTMLLabel
Layout.
doLayout() - Method in class se.entra.phantom.client.PJListBox
Lays out the listbox.
doLayout() - Method in class se.entra.phantom.client.PJListBox.PJListBoxColumn
Lays out the column.
doLayout() - Method in class se.entra.phantom.client.PJMuLineLabel
Lays out the words in the labels text.
doLayout() - Method in class se.entra.phantom.client.PJSpinButton
Lays out the SpinButton with all its subcomponents.
doLayout() - Method in class se.entra.phantom.client.PJTabbedPane
Called to layout, overridden for Nimbus to handle scaling.
doLayout() - Method in class se.entra.phantom.common.TerminalWindow
The component is resized.
doLeaveSecondaryPanelsEnabled - Variable in class se.entra.phantom.server.PhantomPanelData
Flag to leave other secondary panels active when this panel is created.
doLock - Variable in class se.entra.phantom.client.AEvent
Lock client until server updated.
doLockPanel - Variable in class se.entra.phantom.server.PhantomCPushButton
Flag for locking the panel when menu item is selected.
doLockPanel - Variable in class se.entra.phantom.server.PhantomMenuItem
Flag for locking the panel when menu item is selected.
doLogHTTPRequests() - Static method in class se.entra.phantom.server.http.HttpWebServer
Checks for logging of HTTP requests.
domain - Variable in class com.netphantom.server.acme.LetsEncryptDomain
The domain name in lower case.
domain - Variable in class se.entra.phantom.server.http.HttpCookie
The domain of the cookie or null for none.
doMapEscapeToF12() - Method in class se.entra.phantom.server.PhantomApplicationData
Checks if the application maps Escape key to F12 or not.
DOMExceptionImpl - Exception in org.openxml.dom
Implements DOMException for throwing a RuntimeException.
DOMExceptionImpl(short) - Constructor for exception org.openxml.dom.DOMExceptionImpl
Create new DOMException with specified code.
DOMExceptionImpl(short, String) - Constructor for exception org.openxml.dom.DOMExceptionImpl
Create new DOMException with specified code and message.
DOMImpl - Class in org.openxml.dom
Provides number of methods for performing operations that are independent of any particular instance of the document object model.
DOMImpl() - Constructor for class org.openxml.dom.DOMImpl
Private constructor assures that an object of this class cannot be created.
done() - Method in interface com.netphantom.eclipse.IProgressMonitor
Completed work.
done() - Method in class se.entra.phantom.server.phed.ProgressMonitor
Completed work.
doNewMessageAfterSendKey - Variable in class se.entra.phantom.server.PhantomMessageBox
Flag causes a new message after each send key.
dontOutlinePresentationSpace - Variable in class se.entra.phantom.common.TerminalWindow.SetUp
 
dontOutlinePresentationSpace - Variable in class se.entra.phantom.server.TerminalSettings
Flag indicating outlining of presentation space (default).
dontUpdateLastTime() - Method in class se.entra.phantom.server.VirtualSessionManager
Causes the last client transaction time not to be set after processing of a queued client event in the onQueuedClientTransaction method.
doNumericFieldOverride() - Method in class se.entra.phantom.server.HostSession3270
Checks for 3270 numeric field override.
doPanelAsyncHostUpdate() - Method in class se.entra.phantom.server.VirtualSessionManager
Causes an asynchronous host update request to the client.
doPanelAsyncUpdate(boolean) - Method in class se.entra.phantom.server.VirtualSessionManager
Causes an asynchronous update request to the client.
doPasteTextWrapping - Variable in class se.entra.phantom.server.TerminalSettings
Flag indicating that text should be pasted with wrap.
doPlacePanelsInBrowser - Variable in class se.entra.phantom.client.Phantom
This flag indicates if all panels are placed inside the parent below or not.
doPlacePanelsInBrowser() - Method in class se.entra.phantom.client.SessionManager
Checks if all panels should be placed inside the browser, i.e.
doPreloadPages() - Method in class se.entra.phantom.server.PhantomCNoteBook
Return preload pages flag.
doPreloadPages() - Method in class se.entra.phantom.server.VirtualCNoteBook
Do preload notebook pages.
doPrint - Static variable in class se.entra.phantom.tracer.TelnetPlayback
 
doPrinterCR() - Method in class se.entra.phantom.server.tn3270e.DataStream3270
Checks if a printer will handle a CR order.
doPrinterCR() - Method in class se.entra.phantom.server.tn3270e.DataStream3270Printer
Checks if a printer will handle a CR order.
doPrinterEM(int) - Method in class se.entra.phantom.server.tn3270e.DataStream3270
Checks if a printer will handle a EM order.
doPrinterEM(int) - Method in class se.entra.phantom.server.tn3270e.DataStream3270Printer
Checks if a printer will handle a EM order.
doPrinterFF(int) - Method in class se.entra.phantom.server.tn3270e.DataStream3270
Checks if a printer will handle a FF order.
doPrinterFF(int) - Method in class se.entra.phantom.server.tn3270e.DataStream3270Printer
Checks if a printer will handle a FF order.
doPrinterNL() - Method in class se.entra.phantom.server.tn3270e.DataStream3270
Checks if a printer will handle a NL order.
doPrinterNL() - Method in class se.entra.phantom.server.tn3270e.DataStream3270Printer
Checks if a printer will handle a NL order.
doPromptOnParse - Variable in class se.entra.phantom.server.TerminalSettings
Prompting required on each parse operation.
doRedirectHTTPS() - Static method in class se.entra.phantom.server.rconsole.AdminConfigWebServer
Checks the flag indicating HTTP should be redirected to HTTPS for normal requests.
doRemoveAllPopupWindows - Variable in class se.entra.phantom.server.PhantomPanelData
Flag indicates that when this pop-up window is created, it should remove all pop-up windows before.
doRemovePopup - Variable in class se.entra.phantom.server.PhantomPanelData
Removes the previous pop-up window if any.
doReplaceProgramText - Variable in class se.entra.phantom.server.PhantomApplicationData
How files (text and translation tables are loaded), with or without program name conversion.
doReplaceProgramText - Variable in class se.entra.phantom.server.PhantomRuntime
How files (text and translation tables are loaded), with or without program name conversion.
doResolveDNSName() - Static method in class se.entra.phantom.server.ClientSessionManager
Resolving of DNS name or not.
doReturnErrorMessage - Variable in class se.entra.phantom.server.PhantomCUserWindow
Flag indicating that error report is to be done for external images.
doRuleCursor - Variable in class se.entra.phantom.common.TerminalWindow.SetUp
 
doRuleCursor - Variable in class se.entra.phantom.server.TerminalSettings
Rule cursor is to be shown.
doRunLater - Variable in class se.entra.phantom.client.AEvent
If the action should be ran later in the AWT event dispatch thread (default immediately).
doSaveOriginalFieldSpacing - Variable in class se.entra.phantom.server.TerminalSettings
Flag indicating if original field spacing should be kept.
doSearchFirst() - Method in class se.entra.phantom.server.rconsole.AdminConfigRemoteApplication
Flag indicating runtime files should search matching screens from first runtime.
doSearchFirst() - Method in class se.entra.phantom.server.rconsole.AdminConfigWebApplication
Flag indicating runtime files should search matching screens from first runtime.
doSearchFromFirst - Variable in class com.netphantom.server.utils.PublishApplication.Application
If searching of matching screens should be started from first application.
doSelectField - Variable in class se.entra.phantom.server.PhantomCEntryField
Select entire text data when entryfield selected.
doSendFieldsForPageKeys() - Static method in class se.entra.phantom.server.HostSessionManager
Flag indicating 5250 modified field should be sent to host when the page up/down keys are pressed.
doSendIDsToClient() - Method in class se.entra.phantom.server.VirtualSessionManager
Checks if the flag causing ID's to be transferred to the Client is set.
doSendSMS() - Method in class se.entra.phantom.server.rconsole.AdminConfigSecureLogin
Checks if SMS is sent or not (debug mode).
doSendTransaction() - Method in class se.entra.phantom.server.VirtualSessionManager
If there is a non-empty send transaction created, this one will be sent using this method.
doShowPrintDialogOnce() - Static method in class se.entra.phantom.client.Phantom
Flag indicating printing dialog is shown once only.
doSkipEnableCheck - Variable in class se.entra.phantom.server.PhantomCPushButton
Flag to indicate that no check should be done to disable the menu item for connected controls.
doSkipEnableCheck - Variable in class se.entra.phantom.server.PhantomMenuItem
Flag indicating that no check should be done to disable the menu item for connected controls.
doSynchronousSSLHandshake(int) - Method in interface se.entra.phantom.server.socket.ISocket
Performs a "read" on the SSLSocket without removing it from the input stream.
doSynchronousSSLHandshake(int) - Method in class se.entra.phantom.server.socket.SocketAdapter
Performs a "read" on the SSLSocket without removing it from the input stream.
doTelnetBinaryTrace() - Method in class se.entra.phantom.server.ClientConnectionData
Checks if Telnet binary trace is on.
doTelnetBinaryTrace() - Static method in class se.entra.phantom.server.ClientSessionManager
Checks if Telnet binary trace is on.
doTelnetVerboseTrace() - Method in class se.entra.phantom.server.ClientConnectionData
Checks if Telnet verbose trace is on.
doTelnetVerboseTrace() - Static method in class se.entra.phantom.server.ClientSessionManager
Checks if Telnet verbose trace is on.
doTN3270E - Variable in class se.entra.phantom.server.HostSession3270
Flag indicating usage of TN3270E.
doTranslate() - Method in class se.entra.phantom.server.PhantomCBarControl
Do translate.
doTranslate - Variable in class se.entra.phantom.server.PhantomCOutputText
Do use translation table flag.
doTranslate - Variable in class se.entra.phantom.server.PhantomMessageBox
Flag to use translation table before displaying the message.
doTranslate - Variable in class se.entra.phantom.server.VirtualCBarHostField
Do use translation table flag.
DOUBLE_CLICK_EVENT - Static variable in class se.entra.phantom.server.VirtualCTree
The double-click event.
doubleClickID - Variable in class se.entra.phantom.server.PhantomCCheckBox
Control ID to activate when double clicked.
doubleClickID - Variable in class se.entra.phantom.server.PhantomCListBox
Double click ID.
doubleClickID - Variable in class se.entra.phantom.server.PhantomCRadioButton
Control ID to activate when double clicked.
doubleClickIndex - Variable in class se.entra.phantom.server.PhantomCCheckBox
Control ID index to activate when double clicked.
doubleClickIndex - Variable in class se.entra.phantom.server.PhantomCListBox
Double click ID index for fast access.
doubleClickIndex - Variable in class se.entra.phantom.server.PhantomCRadioButton
The control index for double-click ID.
doUpdate - Variable in class se.entra.phantom.server.PhantomMessageBox
Flag to update message box with new data for each host change.
doUpdateJVMConfig() - Static method in class se.entra.phantom.server.phed.project.EclipseIntegration
Call to update the JVM config for Eclipse.
doUpdateOnHostChange - Variable in class se.entra.phantom.server.PhantomPanelData
This flag causes every host change to update the panel.
doUseHelpIDTable() - Method in class se.entra.phantom.server.PhantomApplicationData
Checks if the application uses a help ID file or not.
doUserKeyboardAutoReset() - Method in class se.entra.phantom.server.HostSessionManager
Checks if Auto reset is enabled.
doValidateUser() - Method in class se.entra.phantom.server.PhantomRuntime
Checks if a user needs authentication for this application.
doVerboseAutoBuild - Static variable in class se.entra.phantom.server.phed.Start
Flag for building automatically.
doVerifyServerHostName() - Static method in class se.entra.phantom.common.ControlPanel
Checks the setting for HTTPS host name verification.
draggable - Variable in class com.netphantom.server.utils.PublishApplication.Application
Is the applet possible to drag out of the browser?
dragIcon - Variable in class com.netphantom.server.utils.PublishApplication.Application
Applet area decorated with icon to indicate that applet is draggable.
drawLine(String, int, int, int, int) - Method in class se.entra.phantom.server.Report
Draw a line.
drawRect(String, int, int, int, int) - Method in class se.entra.phantom.server.Report
Draw a rectangle.
drawString(Graphics, String, int, int) - Static method in class se.entra.phantom.client.Plaf
Draws a string hopefully with the correct anti-aliasing using SwingUtilities2.
drawString2(Graphics, String, int, int) - Static method in class se.entra.phantom.client.Plaf
Draws a string with SwingUtilities2 without performing any font anti-aliasing actions.
drawStringUnderlineCharAt(Graphics, String, int, int, int) - Static method in class se.entra.phantom.client.Plaf
Draws a string hopefully with the correct anti-aliasing using SwingUtilities2.
drawStringUnderlineCharAt2(Graphics, String, int, int, int) - Static method in class se.entra.phantom.client.Plaf
Draws a string hopefully with the correct anti-aliasing using SwingUtilities2.
DriverShim - Class in se.entra.phantom.server
The Driver shim to be able to load a JDBC driver from the system class loader.
DropdownSelectionListener - Class in com.netphantom.swt
Class used as helper for toolbar drop-down items.
DropdownSelectionListener(ToolItem) - Constructor for class com.netphantom.swt.DropdownSelectionListener
Creates a drop-down handler for a drop-down toolbar item.
DropdownSelectionListener(ToolItem, boolean) - Constructor for class com.netphantom.swt.DropdownSelectionListener
Creates a drop-down handler for a drop-down toolbar item.
DropdownSelectionListener(ToolItem, SelectionListener) - Constructor for class com.netphantom.swt.DropdownSelectionListener
Creates a drop-down handler for a drop-down toolbar item.
DropdownSelectionListener(ToolItem, SelectionListener, boolean) - Constructor for class com.netphantom.swt.DropdownSelectionListener
Creates a drop-down handler for a drop-down toolbar item.
dummyScreen - Static variable in class se.entra.phantom.server.PhantomHostData
A dummy host screen when a Phantom Macro is broken.
dump(ClientConnectionData, String, short[], int, int, boolean) - Static method in class se.entra.phantom.server.BinaryTrace
 
dump(ClientConnectionData, short[], int, int, boolean) - Static method in class se.entra.phantom.server.BinaryTrace
 
dump(ClientConnectionData, String, short[], int, boolean) - Static method in class se.entra.phantom.server.BinaryTrace
 
dump(ClientConnectionData, short[], int, boolean) - Static method in class se.entra.phantom.server.BinaryTrace
 
dump(ClientConnectionData, String, short[], boolean) - Static method in class se.entra.phantom.server.BinaryTrace
 
dump(ClientConnectionData, short[], boolean) - Static method in class se.entra.phantom.server.BinaryTrace
 
dump(ClientConnectionData, String, byte[], int, int, boolean) - Static method in class se.entra.phantom.server.BinaryTrace
 
dump(ClientConnectionData, byte[], int, int, boolean) - Static method in class se.entra.phantom.server.BinaryTrace
 
dump(ClientConnectionData, String, byte[], int, boolean) - Static method in class se.entra.phantom.server.BinaryTrace
 
dump(ClientConnectionData, byte[], int, boolean) - Static method in class se.entra.phantom.server.BinaryTrace
 
dump(ClientConnectionData, String, byte[], boolean) - Static method in class se.entra.phantom.server.BinaryTrace
 
dump(ClientConnectionData, byte[], boolean) - Static method in class se.entra.phantom.server.BinaryTrace
 
dump(ClientConnectionData, String, short[], int, int) - Static method in class se.entra.phantom.server.BinaryTrace
 
dump(ClientConnectionData, short[], int, int) - Static method in class se.entra.phantom.server.BinaryTrace
 
dump(ClientConnectionData, String, short[], int) - Static method in class se.entra.phantom.server.BinaryTrace
 
dump(ClientConnectionData, short[], int) - Static method in class se.entra.phantom.server.BinaryTrace
 
dump(ClientConnectionData, String, short[]) - Static method in class se.entra.phantom.server.BinaryTrace
 
dump(ClientConnectionData, short[]) - Static method in class se.entra.phantom.server.BinaryTrace
 
dump(ClientConnectionData, String, byte[], int, int) - Static method in class se.entra.phantom.server.BinaryTrace
 
dump(ClientConnectionData, byte[], int, int) - Static method in class se.entra.phantom.server.BinaryTrace
 
dump(ClientConnectionData, String, byte[], int) - Static method in class se.entra.phantom.server.BinaryTrace
 
dump(ClientConnectionData, byte[], int) - Static method in class se.entra.phantom.server.BinaryTrace
 
dump(ClientConnectionData, String, byte[]) - Static method in class se.entra.phantom.server.BinaryTrace
 
dump(ClientConnectionData, byte[]) - Static method in class se.entra.phantom.server.BinaryTrace
 
dump(ClientConnectionData, String) - Static method in class se.entra.phantom.server.BinaryTrace
 
dump(ClientConnectionData, String[]) - Static method in class se.entra.phantom.server.BinaryTrace
 
dump(ClientConnectionData, String, String[]) - Static method in class se.entra.phantom.server.BinaryTrace
 
dump(String) - Method in class se.entra.phantom.server.PhantomWorker
Dumps a text string when the API is traced.
dumpBasicThreadInfo(ThreadInfo, String, String, StringBuilder) - Static method in class se.entra.phantom.server.ServerThreadGroup
Gets basic thread information.
dumpMainThreads(StringBuilder, long) - Static method in class se.entra.phantom.server.ServerThreadGroup
Dumps the thread information for the ThreadGroup recursively.
dumpThread(Thread, StringBuilder, long, long, long, int) - Static method in class se.entra.phantom.server.ServerThreadGroup
Dumps thread information.
dumpThreads(StringBuilder, long) - Method in class se.entra.phantom.server.ServerThreadGroup
Dumps the thread information for the ThreadGroup recursively.
dumpThreads(ThreadGroup, StringBuilder, long) - Static method in class se.entra.phantom.server.ServerThreadGroup
Dumps the thread information for the ThreadGroup recursively.
DynamicTableCGI - Class in se.entra.phantom.server.http
HtmlDynamicTable
DynamicTableCGI() - Constructor for class se.entra.phantom.server.http.DynamicTableCGI
 
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 _ 
Skip navigation links

Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© © Mindus SARL, 2023. All rights reserved.