Package com.nt.udc.ndk.gui
Class EIFieldLengthPanel
java.lang.Object
com.nt.udc.ndk.gui.EIFileASCIIPanel
com.nt.udc.ndk.gui.EIFieldLengthPanel
This panel implemented by this class can be used by GUI-classes
associated with undelimited file-based EIs to configure the length
of fields to be read in.
-
Field Summary
FieldsFields inherited from class com.nt.udc.ndk.gui.EIFileASCIIPanel
components, labels, m_boxCRLFTerminatorEnabled, m_boxCRTerminatorEnabled, m_boxLFTerminatorEnabled
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getNodeSpecificConfigData
(DCNodeConfigData nodeConfig) makePanel
(DCNodeConfigData nodeConfig) This method returns the panel containing the three check-boxes.void
setDefaults
(DCNodeConfigGUI gui, String sFileName, boolean bCRTerminator, boolean bLFTerminator, boolean bCRLFTerminator) Methods inherited from class com.nt.udc.ndk.gui.EIFileASCIIPanel
setDefaults
-
Field Details
-
m_lengthFileName
-
-
Constructor Details
-
EIFieldLengthPanel
public EIFieldLengthPanel()
-
-
Method Details
-
getNodeSpecificConfigData
- Overrides:
getNodeSpecificConfigData
in classEIFileASCIIPanel
-
setDefaults
public void setDefaults(DCNodeConfigGUI gui, String sFileName, boolean bCRTerminator, boolean bLFTerminator, boolean bCRLFTerminator) -
makePanel
Description copied from class:EIFileASCIIPanel
This method returns the panel containing the three check-boxes.- Overrides:
makePanel
in classEIFileASCIIPanel
-