Serialized Form


Package com.lightdev.app.shtm

Class com.lightdev.app.shtm.SHTMLDocument extends javax.swing.text.html.HTMLDocument implements Serializable

Serialized Fields

context

javax.swing.text.AbstractDocument.AttributeContext context

compoundEdit

javax.swing.undo.CompoundEdit compoundEdit

compoundEditDepth

int compoundEditDepth

inSetParagraphAttributes

boolean inSetParagraphAttributes

baseDirChecked

boolean baseDirChecked

Class com.lightdev.app.shtm.SHTMLPanel extends javax.swing.JPanel implements Serializable

Class com.lightdev.app.shtm.SplashScreen extends javax.swing.JWindow implements Serializable


Package de.calcom.cclib.text

Class de.calcom.cclib.text.FindReplaceDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

result

int result
result value for this dialog


mode

int mode
mode of dialog


editor

javax.swing.JEditorPane editor
JEditorPane containing the document to search in


doc

javax.swing.text.Document doc
Document to search in


searchText

java.lang.String searchText
search text from the document


phrase

java.lang.String phrase
search phrase to find


newPhrase

java.lang.String newPhrase
new phrase to replace the searched phrase with


lastPos

int lastPos
last start position, the search phrase was found at in the document


offset

int offset
two fields to correct position differences during replace operations


replaceDiff

int replaceDiff

findInProgress

boolean findInProgress
indicates if a find is already in progress


operation

int operation
indicates the current operation


replaceChoice

int replaceChoice
choice of replace operation


listeners

java.util.Vector listeners
the listeners for FindReplaceEvents


titledBorder1

javax.swing.border.TitledBorder titledBorder1

jbtnFindNext

javax.swing.JButton jbtnFindNext

jcbStartOnTop

javax.swing.JCheckBox jcbStartOnTop

jrbDown

javax.swing.JRadioButton jrbDown

jcbWholeWords

javax.swing.JCheckBox jcbWholeWords

jpnlBtn

javax.swing.JPanel jpnlBtn

jpnlOptions

javax.swing.JPanel jpnlOptions

jpnlFind

javax.swing.JPanel jpnlFind

jtfReplace

javax.swing.JTextField jtfReplace

jpnlMain

javax.swing.JPanel jpnlMain

jrbUp

javax.swing.JRadioButton jrbUp

jtfPhrase

javax.swing.JTextField jtfPhrase

jcbMatchCase

javax.swing.JCheckBox jcbMatchCase

jLabel3

javax.swing.JLabel jLabel3

jLabel4

javax.swing.JLabel jLabel4

gridBagLayout4

java.awt.GridBagLayout gridBagLayout4

gridBagLayout5

java.awt.GridBagLayout gridBagLayout5

jbtnClose

javax.swing.JButton jbtnClose

gridBagLayout6

java.awt.GridBagLayout gridBagLayout6

gridLayout2

java.awt.GridLayout gridLayout2

jbtnReplace

javax.swing.JButton jbtnReplace

jbtnCancel

javax.swing.JButton jbtnCancel

jcbUnused

javax.swing.JCheckBox jcbUnused

jcbProject

javax.swing.JCheckBox jcbProject

Class de.calcom.cclib.text.FindReplaceEvent extends java.util.EventObject implements Serializable