Serialized Form
-
Package com.lightdev.app.shtm
-
Class com.lightdev.app.shtm.ScaledStyleSheet extends javax.swing.text.html.StyleSheet implements Serializable
- serialVersionUID:
- 1L
-
Class com.lightdev.app.shtm.SHTMLDocument extends javax.swing.text.html.HTMLDocument implements Serializable
-
Serialized Fields
-
baseDirChecked
boolean baseDirChecked
-
compoundEdit
javax.swing.undo.CompoundEdit compoundEdit
-
compoundEditDepth
int compoundEditDepth
-
inSetParagraphAttributes
boolean inSetParagraphAttributes
-
keepSpanTag
boolean keepSpanTag
-
-
-
Class com.lightdev.app.shtm.SHTMLEditorKit extends javax.swing.text.html.HTMLEditorKit implements Serializable
-
Class com.lightdev.app.shtm.SHTMLEditorKitActions.RemoveStyleAttributeAction extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
attributes
java.lang.Object[] attributes
-
panel
SHTMLPanelImpl panel
-
-
-
Class com.lightdev.app.shtm.SHTMLEditorPane extends javax.swing.JEditorPane implements Serializable
-
Serialized Fields
-
dndEventLocation
int dndEventLocation
the location of the last event in the text component -
dragSource
java.awt.dnd.DragSource dragSource
enables this component to be a Drag Source -
dragStartedHere
boolean dragStartedHere
This flag is set by this objects dragGestureRecognizer to indicate that a drag operation has been started from this object. It is cleared once dragDropEnd is captured by this object.
If a drop occurs in this object and this object started the drag operation, then the element to be dropped comes from this object and thus has to be removed somewhere else in this object.
To the contrary if a drop occurs in this object and the drag operation was not started in this object, then the element to be dropped does not come from this object and has not to be removed here.
-
dropTarget
java.awt.dnd.DropTarget dropTarget
enables this component to be a Drop Target -
forceConstantPasteMode
boolean forceConstantPasteMode
-
htmlTextDataFlavor
java.awt.datatransfer.DataFlavor htmlTextDataFlavor
a data flavor for transferables processed by this component -
lastSelEnd
int lastSelEnd
the last selection end -
lastSelStart
int lastSelStart
the last selection start -
listManager
com.lightdev.app.shtm.SHTMLEditorPane.ListManager listManager
-
pasteMode
SHTMLEditorPane.PasteMode pasteMode
-
popup
javax.swing.JPopupMenu popup
-
-
-
Class com.lightdev.app.shtm.SHTMLPanel extends javax.swing.JPanel implements Serializable
-
Class com.lightdev.app.shtm.SHTMLPanelImpl extends SHTMLPanel implements Serializable
-
Serialized Fields
-
doc
SHTMLDocument doc
currently active SHTMLDocument -
documentPane
com.lightdev.app.shtm.DocumentPane documentPane
currently active DocumentPane -
dynRes
com.lightdev.app.shtm.DynamicResource dynRes
single instance of a dynamic resource for use by all -
editorPane
SHTMLEditorPane editorPane
currently active SHTMLEditorPane -
editorPopup
javax.swing.JPopupMenu editorPopup
-
emptyIcon
java.lang.String emptyIcon
id in TextResources for a relative path to an empty menu icon -
formatToolBar
javax.swing.JToolBar formatToolBar
tool bar for formatting commands -
helpMenuId
java.lang.String helpMenuId
help menu ID -
ignoreActivateDoc
boolean ignoreActivateDoc
indicates, whether document activation shall be handled -
menuBar
com.lightdev.app.shtm.SHTMLMenuBar menuBar
-
newDocCounter
int newDocCounter
counter for newly created documents -
openHyperlinkHandler
java.awt.event.ActionListener openHyperlinkHandler
-
paraToolBar
javax.swing.JToolBar paraToolBar
tool bar for formatting commands -
pluginMenuId
java.lang.String pluginMenuId
plugin menu ID -
rkw
com.lightdev.app.shtm.SHTMLPanelImpl.RepeatKeyWatcher rkw
watch for repeated key events -
splitPanel
com.lightdev.app.shtm.SplitPanel splitPanel
panel for plug-in display -
tagSelector
com.lightdev.app.shtm.TagSelector tagSelector
tool bar selector for certain tags -
undo
javax.swing.undo.UndoManager undo
UndoManager that we add edits to. -
undoHandler
javax.swing.event.UndoableEditListener undoHandler
Listener for edits on a document.
-
-
-
Class com.lightdev.app.shtm.SplashScreen extends javax.swing.JWindow implements Serializable
-
-
Package com.sun.demo
-
Class com.sun.demo.ElementTreePanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
editor
javax.swing.text.JTextComponent editor
Text component showing elemenst for. -
tree
javax.swing.JTree tree
Tree showing the documents element structure. -
treeModel
ElementTreePanel.ElementTreeModel treeModel
Model for the tree. -
updatingSelection
boolean updatingSelection
Set to true when updatin the selection.
-
-
-
Class com.sun.demo.ElementTreePanel.ElementTreeModel extends javax.swing.tree.DefaultTreeModel implements Serializable
-
Serialized Fields
-
rootElements
javax.swing.text.Element[] rootElements
-
-
-
-
Package de.calcom.cclib.text
-
Class de.calcom.cclib.text.FindReplaceDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
currentApproximateMatches
java.util.List<PseudoDamerauLevenshtein.Alignment> currentApproximateMatches
new phrase to replace the searched phrase with -
currentApproximateMatchIndex
int currentApproximateMatchIndex
-
doc
javax.swing.text.Document doc
Document to search in -
editor
javax.swing.JEditorPane editor
JEditorPane containing the document to search in -
findInProgress
boolean findInProgress
indicates if a find is already in progress -
gridBagLayout4
java.awt.GridBagLayout gridBagLayout4
-
gridBagLayout5
java.awt.GridBagLayout gridBagLayout5
-
gridBagLayout6
java.awt.GridBagLayout gridBagLayout6
-
gridLayout2
java.awt.GridLayout gridLayout2
-
jbtnCancel
javax.swing.JButton jbtnCancel
-
jbtnClose
javax.swing.JButton jbtnClose
-
jbtnFindNext
javax.swing.JButton jbtnFindNext
-
jbtnReplace
javax.swing.JButton jbtnReplace
-
jcbMatchApprox
javax.swing.JCheckBox jcbMatchApprox
-
jcbMatchCase
javax.swing.JCheckBox jcbMatchCase
-
jcbProject
javax.swing.JCheckBox jcbProject
-
jcbStartOnTop
javax.swing.JCheckBox jcbStartOnTop
-
jcbWholeWords
javax.swing.JCheckBox jcbWholeWords
-
jcomboSearchTerm
javax.swing.JComboBox jcomboSearchTerm
-
jLabel3
javax.swing.JLabel jLabel3
-
jLabel4
javax.swing.JLabel jLabel4
-
jpnlBtn
javax.swing.JPanel jpnlBtn
-
jpnlFind
javax.swing.JPanel jpnlFind
-
jpnlMain
javax.swing.JPanel jpnlMain
-
jpnlOptions
javax.swing.JPanel jpnlOptions
-
jrbDown
javax.swing.JRadioButton jrbDown
-
jrbUp
javax.swing.JRadioButton jrbUp
-
jtfReplace
javax.swing.JTextField jtfReplace
-
lastPosition
int lastPosition
last start position, the search phrase was found at in the document -
listeners
java.util.Vector listeners
the listeners for FindReplaceEvents -
mode
int mode
mode of dialog -
offset
int offset
two fields to correct position differences during replace operations -
operation
int operation
indicates the current operation -
replaceChoice
int replaceChoice
choice of replace operation -
replaceDiff
int replaceDiff
-
replacementText
java.lang.String replacementText
-
result
int result
result value for this dialog -
searchTerm
java.lang.String searchTerm
search phrase to find -
searchText
java.lang.String searchText
search text from the document -
titledBorder1
javax.swing.border.TitledBorder titledBorder1
-
-
-
Class de.calcom.cclib.text.FindReplaceEvent extends java.util.EventObject implements Serializable
-