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 TypeMethodDescriptionvoidgetNodeSpecificConfigData(DCNodeConfigData nodeConfig) makePanel(DCNodeConfigData nodeConfig) This method returns the panel containing the three check-boxes.voidsetDefaults(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:
getNodeSpecificConfigDatain classEIFileASCIIPanel
-
setDefaults
public void setDefaults(DCNodeConfigGUI gui, String sFileName, boolean bCRTerminator, boolean bLFTerminator, boolean bCRLFTerminator) -
makePanel
Description copied from class:EIFileASCIIPanelThis method returns the panel containing the three check-boxes.- Overrides:
makePanelin classEIFileASCIIPanel
-