Serialized Form


Package edu.princeton.wordnet.browser

Class edu.princeton.wordnet.browser.Browser extends javax.swing.JFrame implements Serializable

serialVersionUID: 1L

Class edu.princeton.wordnet.browser.HtmlView extends javax.swing.JEditorPane implements Serializable

serialVersionUID: 1L

Class edu.princeton.wordnet.browser.TextView extends javax.swing.JTextArea implements Serializable

serialVersionUID: 1L

Class edu.princeton.wordnet.browser.Widget extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

theLookup

java.lang.String theLookup
Target lookup


theTreeView

TreeView theTreeView
WordNet view


Package edu.princeton.wordnet.browser.component

Class edu.princeton.wordnet.browser.component.AboutDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 1L

Class edu.princeton.wordnet.browser.component.ButtonTabComponent extends javax.swing.JPanel implements Serializable

Class edu.princeton.wordnet.browser.component.ColorPad extends javax.swing.JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

theColor

java.awt.Color theColor
Background color


theListeners

java.util.Vector<E> theListeners
Action listeners

Class edu.princeton.wordnet.browser.component.Console extends javax.swing.JTextArea implements Serializable

serialVersionUID: 1L

Serialized Fields

theInputStream

java.io.InputStreamReader theInputStream
Input stream


theOutputStream

java.io.PipedOutputStream theOutputStream
Output stream exposed to writer and piped to input stream

Class edu.princeton.wordnet.browser.component.ConsoleDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

theConsole

Console theConsole
Consolde

Class edu.princeton.wordnet.browser.component.DBSettingsDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

theSettings

java.util.Properties theSettings
Properties (input/output)


isOk

boolean isOk
Ok result


theDialectTextField

javax.swing.JTextField theDialectTextField
Dialect field


theDriverClassTextField

javax.swing.JTextField theDriverClassTextField
Dialect field


theURLTextField

javax.swing.JTextField theURLTextField
URL field


theUserTextField

javax.swing.JTextField theUserTextField
User field


thePasswordField

javax.swing.JPasswordField thePasswordField
Password field


theCatalogTextField

javax.swing.JTextField theCatalogTextField
Catalog field


theSchemaTextField

javax.swing.JTextField theSchemaTextField
Schema field


theDriverJarTextField

javax.swing.JTextField theDriverJarTextField
Schema field


theDataPanel

javax.swing.JPanel theDataPanel
Data panel

Class edu.princeton.wordnet.browser.component.EnumDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

theTag

java.lang.String theTag
Tag


theImageName

java.lang.String theImageName
Image name

Class edu.princeton.wordnet.browser.component.ErrorDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 1L

Class edu.princeton.wordnet.browser.component.ExportDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

theProperties

java.util.Properties theProperties
Properties (input/output)


ok

boolean ok
Ok result


theExportComboBox

javax.swing.JComboBox theExportComboBox
Export text


theDataPanel

javax.swing.JPanel theDataPanel
Data panel


theHeaderLabel

javax.swing.JLabel theHeaderLabel
Header label

Class edu.princeton.wordnet.browser.component.FilterDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

theTag

java.lang.String theTag
Tag


theImageName

java.lang.String theImageName
Imge name


theTable

javax.swing.JTable theTable
Table


isOk

boolean isOk
Whether of button has been pressed

Class edu.princeton.wordnet.browser.component.JFontChooser extends javax.swing.JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

dialogResultValue

int dialogResultValue
Dialog result value


fontStyleNames

java.lang.String[] fontStyleNames

fontFamilyNames

java.lang.String[] fontFamilyNames

fontSizeStrings

java.lang.String[] fontSizeStrings

fontFamilyTextField

javax.swing.JTextField fontFamilyTextField

fontStyleTextField

javax.swing.JTextField fontStyleTextField

fontSizeTextField

javax.swing.JTextField fontSizeTextField

fontNameList

javax.swing.JList fontNameList

fontStyleList

javax.swing.JList fontStyleList

fontSizeList

javax.swing.JList fontSizeList

fontNamePanel

javax.swing.JPanel fontNamePanel

fontStylePanel

javax.swing.JPanel fontStylePanel

fontSizePanel

javax.swing.JPanel fontSizePanel

samplePanel

javax.swing.JPanel samplePanel

sampleText

javax.swing.JTextField sampleText

Class edu.princeton.wordnet.browser.component.JFontChooser.DialogCancelAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: 7053932376202182596L

Serialized Fields

dialog

javax.swing.JDialog dialog
Dialog

Class edu.princeton.wordnet.browser.component.JFontChooser.DialogOKAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: 1058437087075189444L

Serialized Fields

dialog

javax.swing.JDialog dialog
Dialog

Class edu.princeton.wordnet.browser.component.RendererCell extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

theIconComponent

javax.swing.JLabel theIconComponent
Icon subcomponent


theTextComponent

javax.swing.JTextPane theTextComponent
Text sub component

Class edu.princeton.wordnet.browser.component.SettingsDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

theSettings

java.util.Properties theSettings
Properties (input/output)


isOk

boolean isOk
Ok result


theBaseTextField

javax.swing.JTextField theBaseTextField
Base textfield


theHelpTextField

javax.swing.JTextField theHelpTextField
Help textfield


theBrowserTextField

javax.swing.JTextField theBrowserTextField
Browser textfield


theDataPanel

javax.swing.JPanel theDataPanel
Data panel

Class edu.princeton.wordnet.browser.component.SmartButton extends javax.swing.JToggleButton implements Serializable

serialVersionUID: 1L

Serialized Fields

theListenedToProperty

java.lang.String theListenedToProperty
Listened-to property

Class edu.princeton.wordnet.browser.component.SmartCheckBoxMenuItem extends javax.swing.JCheckBoxMenuItem implements Serializable

serialVersionUID: 1L

Serialized Fields

theListenedToProperty

java.lang.String theListenedToProperty
Listened-to property

Class edu.princeton.wordnet.browser.component.StyleDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

theStyle

Style theStyle
(Copy of) style being edited


theListeners

java.util.Vector<E> theListeners
Action listeners (event fired when setting is validated)


theStyleComboBox

javax.swing.JComboBox theStyleComboBox
Export text


theDataPanel

javax.swing.JPanel theDataPanel
Data panel


theHeaderLabel

javax.swing.JLabel theHeaderLabel
Header label


thePreview

RendererCell thePreview
Preview panel


theNameForeColorPad

ColorPad theNameForeColorPad
Name foreground color pad


theNameBackColorPad

ColorPad theNameBackColorPad
Name background color pad


theValueForeColorPad

ColorPad theValueForeColorPad
Value foreground color pad


theValueBackColorPad

ColorPad theValueBackColorPad
Name background color pad


theNameFontButton

javax.swing.JButton theNameFontButton
Name font component


theValueFontButton

javax.swing.JButton theValueFontButton
Value font component


theIconButton

javax.swing.JButton theIconButton
Icon component

Class edu.princeton.wordnet.browser.component.XslExportDialog extends ExportDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

theXslComboBox

javax.swing.JComboBox theXslComboBox
XSL text


Package edu.princeton.wordnet.browser.tree

Class edu.princeton.wordnet.browser.tree.Dom4jTreeView extends TreeView implements Serializable

serialVersionUID: 1L

Class edu.princeton.wordnet.browser.tree.Domw3cTreeView extends TreeView implements Serializable

serialVersionUID: 1L

Class edu.princeton.wordnet.browser.tree.LazyDefaultMutableTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

serialVersionUID: 1L

Class edu.princeton.wordnet.browser.tree.LazyDefaultMutableTreeNode.CancelWorkersAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: 1L

Serialized Fields

theWorkers

java.util.Vector<E> theWorkers
the SwingWorkers

Class edu.princeton.wordnet.browser.tree.PojoTreeView extends TreeView implements Serializable

serialVersionUID: 1L

Serialized Fields

theController

LookerUp theController
LookerUp

Class edu.princeton.wordnet.browser.tree.TreeView extends javax.swing.JTree implements Serializable

serialVersionUID: 1L


Package edu.princeton.wordnet.pojos

Class edu.princeton.wordnet.pojos.AdjPosition extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id

name

java.lang.String name

Class edu.princeton.wordnet.pojos.Antonym extends edu.princeton.wordnet.pojos.LexLink implements Serializable

Class edu.princeton.wordnet.pojos.CasedWord extends java.lang.Object implements Serializable

Serialized Fields

id

int id

casedString

java.lang.String casedString

word

edu.princeton.wordnet.pojos.Word word

Class edu.princeton.wordnet.pojos.Hypernym extends edu.princeton.wordnet.pojos.SemLink implements Serializable

Class edu.princeton.wordnet.pojos.Hyponym extends edu.princeton.wordnet.pojos.SemLink implements Serializable

Class edu.princeton.wordnet.pojos.LexDomain extends java.lang.Object implements Serializable

Serialized Fields

id

short id

name

java.lang.String name

pos

char pos

Class edu.princeton.wordnet.pojos.LexLink extends java.lang.Object implements Serializable

Serialized Fields

id

edu.princeton.wordnet.pojos.LexLinkId id

srcSynset

edu.princeton.wordnet.pojos.Synset srcSynset

srcWord

edu.princeton.wordnet.pojos.Word srcWord

destSynset

edu.princeton.wordnet.pojos.Synset destSynset

destWord

edu.princeton.wordnet.pojos.Word destWord

link

edu.princeton.wordnet.pojos.Link link

Class edu.princeton.wordnet.pojos.LexLinkId extends java.lang.Object implements Serializable

Serialized Fields

srcSynsetId

int srcSynsetId

srcWordId

int srcWordId

destSynsetId

int destSynsetId

destWordId

int destWordId

linkId

short linkId

Class edu.princeton.wordnet.pojos.Link extends java.lang.Object implements Serializable

Serialized Fields

id

short id

name

java.lang.String name

recurses

boolean recurses

Class edu.princeton.wordnet.pojos.Morph extends java.lang.Object implements Serializable

Serialized Fields

id

int id

form

java.lang.String form

qualifiedMorphs

java.util.Set<E> qualifiedMorphs

words

java.util.Set<E> words

Class edu.princeton.wordnet.pojos.Pos extends java.lang.Object implements Serializable

Serialized Fields

id

char id

name

java.lang.String name

Class edu.princeton.wordnet.pojos.QualifiedMorph extends java.lang.Object implements Serializable

Serialized Fields

id

edu.princeton.wordnet.pojos.QualifiedMorphId id

morph

edu.princeton.wordnet.pojos.Morph morph

word

edu.princeton.wordnet.pojos.Word word

pos

edu.princeton.wordnet.pojos.Pos pos

Class edu.princeton.wordnet.pojos.QualifiedMorphId extends java.lang.Object implements Serializable

Serialized Fields

morphId

int morphId

pos

char pos

wordId

int wordId

Class edu.princeton.wordnet.pojos.Sample extends java.lang.Object implements Serializable

Serialized Fields

id

edu.princeton.wordnet.pojos.SampleId id

sampleString

java.lang.String sampleString

synset

edu.princeton.wordnet.pojos.Synset synset

Class edu.princeton.wordnet.pojos.SampleId extends java.lang.Object implements Serializable

Serialized Fields

synsetId

int synsetId

sampleId

short sampleId

Class edu.princeton.wordnet.pojos.SemLink extends java.lang.Object implements Serializable

Serialized Fields

id

edu.princeton.wordnet.pojos.SemLinkId id

srcSynset

edu.princeton.wordnet.pojos.Synset srcSynset

destSynset

edu.princeton.wordnet.pojos.Synset destSynset

link

edu.princeton.wordnet.pojos.Link link

Class edu.princeton.wordnet.pojos.SemLinkId extends java.lang.Object implements Serializable

Serialized Fields

srcSynsetId

int srcSynsetId

destSynsetId

int destSynsetId

linkId

short linkId

Class edu.princeton.wordnet.pojos.Sense extends java.lang.Object implements Serializable

Serialized Fields

id

edu.princeton.wordnet.pojos.SenseId id

word

edu.princeton.wordnet.pojos.Word word

synset

edu.princeton.wordnet.pojos.Synset synset

senseId

int senseId

senseNum

short senseNum

senseKey

java.lang.String senseKey

lexId

short lexId

tagCount

java.lang.Integer tagCount

casedWord

edu.princeton.wordnet.pojos.CasedWord casedWord

lexLinks

java.util.Set<E> lexLinks

inverseLexLinks

java.util.Set<E> inverseLexLinks

antonyms

java.util.Set<E> antonyms

verbFrames

java.util.Set<E> verbFrames

verbFrameSentences

java.util.Set<E> verbFrameSentences

adjPosition

edu.princeton.wordnet.pojos.AdjPosition adjPosition

Class edu.princeton.wordnet.pojos.SenseId extends java.lang.Object implements Serializable

Serialized Fields

wordId

int wordId

synsetId

int synsetId

Class edu.princeton.wordnet.pojos.Synset extends java.lang.Object implements Serializable

Serialized Fields

id

int id

definition

java.lang.String definition

pos

edu.princeton.wordnet.pojos.Pos pos

lexDomain

edu.princeton.wordnet.pojos.LexDomain lexDomain

samples

java.util.Set<E> samples

words

java.util.Set<E> words

senses

java.util.Set<E> senses

semLinks

java.util.Set<E> semLinks

inverseSemLinks

java.util.Set<E> inverseSemLinks

hypernyms

java.util.Set<E> hypernyms

hyponyms

java.util.Set<E> hyponyms

lexLinks

java.util.Set<E> lexLinks

inverseLexLinks

java.util.Set<E> inverseLexLinks

Class edu.princeton.wordnet.pojos.VerbFrame extends java.lang.Object implements Serializable

Serialized Fields

id

short id

frame

java.lang.String frame

Class edu.princeton.wordnet.pojos.VerbFrameSentence extends java.lang.Object implements Serializable

Serialized Fields

id

short id

sentence

java.lang.String sentence

Class edu.princeton.wordnet.pojos.Word extends java.lang.Object implements Serializable

Serialized Fields

id

int id

lemma

java.lang.String lemma

senses

java.util.Set<E> senses

synsets

java.util.Set<E> synsets

lexLinks

java.util.Set<E> lexLinks

inverseLexLinks

java.util.Set<E> inverseLexLinks

casedWords

java.util.Set<E> casedWords

qualifiedMorphs

java.util.Set<E> qualifiedMorphs

morphs

java.util.Set<E> morphs

Package edu.princeton.wordnet.pojos.tree

Class edu.princeton.wordnet.pojos.tree.LinksTreeNode extends LazyDefaultMutableTreeNode implements Serializable

serialVersionUID: 1L

Serialized Fields

theSynset

edu.princeton.wordnet.pojos.Synset theSynset
Synset