Serialized Form


Package com.ohrasys.cad.gds

Class com.ohrasys.cad.gds.GDSParserException extends java.lang.Exception implements Serializable

Class com.ohrasys.cad.gds.GDSReaderException extends java.lang.Exception implements Serializable

Class com.ohrasys.cad.gds.GDSRecordException extends java.lang.Exception implements Serializable


Package com.ohrasys.cad.gds.swing

Class com.ohrasys.cad.gds.swing.JGDSBrowser extends javax.swing.JComponent implements Serializable

Serialized Fields

consumer

java.lang.Thread consumer
The thread used to update the component text area


controlMenu

javax.swing.JPopupMenu controlMenu
A popup menu for displaying the control panel when in IMPLICIT_CONTROL mode


controlMode

int controlMode
Indicates by what mode JGDSBrowser is controlled. Must be one of EXPLICIT_CONTROL where the control panel is embedded in the component, IMPLICIT_CONTROL where the control panel is available via a popup menu, PROGRAMMATIC_CONTROL where the control of JGDSBrowser must be done using programmatic methods.


controlPanel

com.ohrasys.cad.gds.swing.JGDSBrowser.JGDSBrowserControlPanel controlPanel
The control panel containing pointers to the GDS and log files as well as buttons to begin and interrupt parsing


controlPanelFrame

javax.swing.JFrame controlPanelFrame
The frame used to display the control panel when in IMPLICIT_MODE


i18n

java.util.ResourceBundle i18n
The resource bundle


in

java.io.PipedInputStream in
The piped input stream used to redirect parser data to the component text area


listenerList

javax.swing.event.EventListenerList listenerList
The list of ActionListeners that are listening to events from this component


out

java.io.PipedOutputStream out
The piped output stream used to redirect parser data to the component text area


parser

GDSParser parser
The GDS file parser


producer

java.lang.Thread producer
The worker thread used to execute the parser


records

java.util.List<E> records
List of records retrieved from the GDS file


split

javax.swing.JSplitPane split
The split planes between the tree and text areas


textScroll

javax.swing.JSplitPane textScroll
The split planes between the tree and text areas


textArea

javax.swing.JTextPane textArea
The text area used to display database info


tree

JGDSBrowserTree tree
The text area used to display parser information


treeTop

javax.swing.tree.DefaultMutableTreeNode treeTop
The top of the GDS browser tree


updater

java.lang.Thread updater
The thread used to populate the browser tree

Class com.ohrasys.cad.gds.swing.JGDSBrowserTree extends javax.swing.JTree implements Serializable

Serialized Fields

i18n

java.util.ResourceBundle i18n
The resource bundle

Class com.ohrasys.cad.gds.swing.JGDSParser extends javax.swing.JComponent implements Serializable

Serialized Fields

consumer

java.lang.Thread consumer
The thread used to update the component text area


controlMenu

javax.swing.JPopupMenu controlMenu
A popup menu for displaying the control panel when in IMPLICIT_CONTROL mode


controlMode

int controlMode
Indicates by what mode JGDSParser is controlled. Must be one of EXPLICIT_CONTROL where the control panel is embedded in the component, IMPLICIT_CONTROL where the control panel is available via a popup menu, PROGRAMMATIC_CONTROL where the control of JGDSParser must be done using programmatic methods.


controlPanel

com.ohrasys.cad.gds.swing.JGDSParser.JGDSParserControlPanel controlPanel
The control panel containing pointers to the GDS and log files as well as buttons to begin and interrupt parsing


controlPanelFrame

javax.swing.JFrame controlPanelFrame
The frame used to display the control panel when in IMPLICIT_MODE


i18n

java.util.ResourceBundle i18n
The resource bundle


in

java.io.PipedInputStream in
The piped input stream used to redirect parser data to the component text area


listenerList

javax.swing.event.EventListenerList listenerList
The list of ActionListeners that are listening to events from this component


out

java.io.PipedOutputStream out
The piped output stream used to redirect parser data to the component text area


parser

GDSParser parser
The GDS file parser


producer

java.lang.Thread producer
The worker thread used to execute the parser


textPane

javax.swing.JEditorPane textPane
The text area used to display parser information