Serialized Form

Class com.edsdev.jconvert.presentation.AboutDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

htmlPane

javax.swing.JEditorPane htmlPane

UNKNOWN

java.lang.String UNKNOWN


Class com.edsdev.jconvert.presentation.AddCustomConversionDlg extends javax.swing.JDialog implements Serializable

Serialized Fields

WIDTH

int WIDTH
See Also:
Constant Field Values

HEIGHT

int HEIGHT
See Also:
Constant Field Values

FILE_NAME

java.lang.String FILE_NAME
See Also:
Constant Field Values

txtConversionType

javax.swing.JTextField txtConversionType

txtFrom

javax.swing.JTextField txtFrom

txtFromAbbrev

javax.swing.JTextField txtFromAbbrev

txtTo

javax.swing.JTextField txtTo

txtToAbbrev

javax.swing.JTextField txtToAbbrev

txtFactor

javax.swing.JTextField txtFactor

txtOffset

javax.swing.JTextField txtOffset

lblFormula

javax.swing.JLabel lblFormula

lblExample

javax.swing.JLabel lblExample

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

listeners

java.util.ArrayList listeners

txtData

javax.swing.JTextArea txtData

scrollData

javax.swing.JScrollPane scrollData


Class com.edsdev.jconvert.presentation.component.BaseTextField extends javax.swing.JTextField implements Serializable

serialVersionUID: 1l

Serialized Fields

maxTextLength

int maxTextLength

commitedValue

java.lang.String commitedValue
Stores the commitedValue of the field. This way we can roll that value back if the user desires


Class com.edsdev.jconvert.presentation.ConversionPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 1l

Serialized Fields

ctd

ConversionTypeData ctd

list

javax.swing.JList list

list2

javax.swing.JList list2

labelFromUnit

javax.swing.JLabel labelFromUnit

labelToUnit

javax.swing.JLabel labelToUnit

txtFrom

NumericalTextField txtFrom

txtTo

javax.swing.JTextField txtTo

txtToFract

javax.swing.JTextField txtToFract


Class com.edsdev.jconvert.presentation.component.ConvertListCellRenderer extends javax.swing.JLabel implements Serializable


Class com.edsdev.jconvert.presentation.component.CustomTabConversionPanel extends ConversionPanel implements Serializable

Serialized Fields

customAdapter

CustomConversionDataInterface customAdapter


Class com.edsdev.jconvert.presentation.MainFrame extends javax.swing.JFrame implements Serializable

serialVersionUID: 1l

Serialized Fields

aboutDlg

AboutDialog aboutDlg

tabbedPane

javax.swing.JTabbedPane tabbedPane

data

java.util.List data


Class com.edsdev.jconvert.presentation.component.NumericalTextField extends BaseTextField implements Serializable

serialVersionUID: 1l


Class com.edsdev.jconvert.presentation.SettingsDlg extends javax.swing.JDialog implements Serializable

Serialized Fields

WIDTH

int WIDTH
See Also:
Constant Field Values

HEIGHT

int HEIGHT
See Also:
Constant Field Values

cboCountry

javax.swing.JComboBox cboCountry

cboLanguage

javax.swing.JComboBox cboLanguage

txtVariant

javax.swing.JTextField txtVariant

customClassName

javax.swing.JTextField customClassName

customClassJar

javax.swing.JTextField customClassJar

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

listeners

java.util.ArrayList listeners

scrollData

javax.swing.JScrollPane scrollData

hiddenTabs

javax.swing.JList hiddenTabs

data

java.util.List data


Class com.edsdev.jconvert.presentation.component.VisibleTabsListCellRenderer extends javax.swing.JPanel implements Serializable



JConvert - opensource project by Ed Sarrazin