Serialized Form


Package com.lightdev.app.shtm

Class com.lightdev.app.shtm.AboutBox extends javax.swing.JDialog implements Serializable

Serialized Fields

closeButton

javax.swing.JButton closeButton
button to close the dialog


LICENSE

java.lang.String LICENSE
name of the license file

Class com.lightdev.app.shtm.AnchorDialog extends DialogShell implements Serializable

Serialized Fields

anchorList

javax.swing.JList anchorList
dialog components


addAnchor

javax.swing.JButton addAnchor

delAnchor

javax.swing.JButton delAnchor

editor

SHTMLEditorPane editor

dp

DocumentPane dp

doc

javax.swing.text.Document doc
the document this dialog was constructed with


url

java.net.URL url
the URL this document was loaded from (if loaded from this dialog)


anchorTable

java.util.Hashtable<K,V> anchorTable
table for document anchors


needsSaving

boolean needsSaving
indicates whether or not changes to the document need to be saved

Class com.lightdev.app.shtm.AttributeComboBox extends javax.swing.JComboBox implements Serializable

Serialized Fields

attributeKey

java.lang.Object attributeKey
CSS attribute key associated with this component


htmlAttributeKey

java.lang.Object htmlAttributeKey
HTML attribute key associated with this component


names

java.lang.String[] names
attribute names associated with the items of this component


setValCount

int setValCount
indicates wether or not a call to setValue is the initial one


originalIndex

int originalIndex
stores the initial value for tracking changes

Class com.lightdev.app.shtm.AttributeMapper extends javax.swing.text.SimpleAttributeSet implements Serializable

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

Serialized Fields

components

java.util.Vector<E> components
container for all AttributeComponents shown on this AttributePanel

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

Serialized Fields

components

java.util.Vector<E> components

bWidth

CombinedAttribute bWidth
the attributes for border width


bColor

CombinedAttribute bColor
the attributes for border color


oColor

java.lang.String oColor
the color value to compare to for determining changes


oWidth

java.lang.String oWidth
the width value to compare to for determining changes


setValueCalls

int setValueCalls
indicates if a call to setValue is for initial setting or for changes

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

Serialized Fields

components

java.util.Vector<E> components
the components used for single attributes


ca

CombinedAttribute ca
the attributes represented by this compoent


originalValue

java.lang.String originalValue
the value to compare to determine changes


setValueCalls

int setValueCalls
indicates if a call to setValue is for initial setting or for changes


key

java.lang.Object key
the attribute key this component represents

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

Serialized Fields

colorDisplay

javax.swing.JTextField colorDisplay
the component showing the chosen color


defaultColor

java.awt.Color defaultColor
default color


attributeKey

java.lang.Object attributeKey
the attribute key, this component returns values for


originalColor

java.awt.Color originalColor
value to compare for determining changes


setValCount

int setValCount
indicates if setValue is called initially


listeners

java.util.Vector<E> listeners
the listeners for ColorPanelEvents

Class com.lightdev.app.shtm.DialogShell extends javax.swing.JDialog implements Serializable

Serialized Fields

buttonPanel

javax.swing.JPanel buttonPanel
panel containing dialog buttons


okButton

javax.swing.JButton okButton
button to confirm the operation


cancelButton

javax.swing.JButton cancelButton
button to cancel the operation


helpButton

javax.swing.JButton helpButton
button to display context sensitive help


result

int result
the result of the operation, one of RESULT_CANCEL and RESULT_OK


helpTopicId

java.lang.String helpTopicId
id of associated help topic (if any)


myHelpBroker

javax.help.HelpBroker myHelpBroker

Class com.lightdev.app.shtm.DocNameMissingException extends java.lang.Exception implements Serializable

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

Serialized Fields

editor

SHTMLEditorPane editor
the editor displaying the document in layout view


htmlEditor

SyntaxPane htmlEditor
the editor displaying the document in HTML code view


docTempDir

java.io.File docTempDir
temporary storage location for this document


saveThread

java.lang.Thread saveThread
the save thread, if a save operation is in progress


saveSuccessful

boolean saveSuccessful
indicator if a save operation was succesful


textChanged

boolean textChanged
indicates if the document text has changed


docName

java.lang.String docName
the name of the document


loadedStyleSheet

java.io.File loadedStyleSheet
the file the current style sheet was loaded from, if any


sourceUrl

java.net.URL sourceUrl
the URL the document was loaded from (if applicable)


tpView

javax.swing.JTabbedPane tpView
JTabbedPane for our views


savedUrl

java.net.URL savedUrl
a save place for sourceUrl, when a document is to be saved under a new name and this fails


loadedFromFile

boolean loadedFromFile
indicates if this document was loaded froma file


DEFAULT_DOC_NAME

java.lang.String DEFAULT_DOC_NAME
default document name


newDocNo

int newDocNo
number for title of a new document


dpListeners

java.util.Vector<E> dpListeners
listeners for DocumentPaneEvents

Class com.lightdev.app.shtm.DocumentPane.DocumentPaneEvent extends java.util.EventObject implements Serializable

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

Serialized Fields

uLine

javax.swing.JRadioButton uLine
a radio button for the underline attribute


strike

javax.swing.JRadioButton strike
a radio button for the strike through attribute


noLine

javax.swing.JRadioButton noLine
a radio button if no line effect is set


originalValue

java.lang.Object originalValue

setValCount

int setValCount

selection

java.lang.String selection

Class com.lightdev.app.shtm.FontDialog extends DialogShell implements Serializable

Serialized Fields

fontPanel

FontPanel fontPanel
the font panel to use in this dialog

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

Serialized Fields

sample

javax.swing.JTextField sample
a text field to show a sample of the selected font attributes


fontComponents

java.util.Vector<E> fontComponents
table for automatic font component value read/write

Class com.lightdev.app.shtm.FrmMain extends javax.swing.JFrame implements Serializable

Serialized Fields

activeTabNo

int activeTabNo
number of currently active tab


dp

DocumentPane dp
currently active DocumentPane


editor

SHTMLEditorPane editor
currently active SHTMLEditorPane


doc

SHTMLDocument doc
currently active SHTMLDocument


formatToolBar

javax.swing.JToolBar formatToolBar
tool bar for formatting commands


paraToolBar

javax.swing.JToolBar paraToolBar
tool bar for formatting commands


elementTreeFrame

javax.swing.JFrame elementTreeFrame
a frame for showing an element tree panel


jtpDocs

javax.swing.JTabbedPane jtpDocs
the tabbed pane for adding documents to show to


pluginMenuId

java.lang.String pluginMenuId
plugin menu ID


helpMenuId

java.lang.String helpMenuId
help menu ID


emptyIcon

java.lang.String emptyIcon
id in ResourceBundle for a relative path to an empty menu icon


rkw

FrmMain.RepeatKeyWatcher rkw
watch for repeated key events


newDocCounter

int newDocCounter
counter for newly created documents


styleSelector

StyleSelector styleSelector
tool bar selector for styles


tagSelector

TagSelector tagSelector
tool bar selector for certain tags


sp

SplitPanel sp
panel for plug-in display


ignoreActivateDoc

boolean ignoreActivateDoc
indicates, whether document activation shall be handled


saveAction

java.lang.String saveAction

exitAction

java.lang.String exitAction

undoAction

java.lang.String undoAction

redoAction

java.lang.String redoAction

cutAction

java.lang.String cutAction

copyAction

java.lang.String copyAction

pasteAction

java.lang.String pasteAction

selectAllAction

java.lang.String selectAllAction

fontAction

java.lang.String fontAction

fontFamilyAction

java.lang.String fontFamilyAction

fontSizeAction

java.lang.String fontSizeAction

fontBoldAction

java.lang.String fontBoldAction

fontItalicAction

java.lang.String fontItalicAction

fontUnderlineAction

java.lang.String fontUnderlineAction

helpTopicsAction

java.lang.String helpTopicsAction

aboutAction

java.lang.String aboutAction

gcAction

java.lang.String gcAction

elemTreeAction

java.lang.String elemTreeAction

testAction

java.lang.String testAction

insertTableAction

java.lang.String insertTableAction

formatTableAction

java.lang.String formatTableAction

insertTableColAction

java.lang.String insertTableColAction

insertTableRowAction

java.lang.String insertTableRowAction

appendTableRowAction

java.lang.String appendTableRowAction

appendTableColAction

java.lang.String appendTableColAction

deleteTableRowAction

java.lang.String deleteTableRowAction

deleteTableColAction

java.lang.String deleteTableColAction

toggleBulletsAction

java.lang.String toggleBulletsAction

toggleNumbersAction

java.lang.String toggleNumbersAction

formatListAction

java.lang.String formatListAction

editPrefsAction

java.lang.String editPrefsAction

insertImageAction

java.lang.String insertImageAction

formatImageAction

java.lang.String formatImageAction

setStyleAction

java.lang.String setStyleAction

formatParaAction

java.lang.String formatParaAction

editNamedStyleAction

java.lang.String editNamedStyleAction

paraAlignLeftAction

java.lang.String paraAlignLeftAction

paraAlignCenterAction

java.lang.String paraAlignCenterAction

paraAlignRightAction

java.lang.String paraAlignRightAction

insertLinkAction

java.lang.String insertLinkAction

editLinkAction

java.lang.String editLinkAction

setTagAction

java.lang.String setTagAction

editAnchorsAction

java.lang.String editAnchorsAction

undoHandler

javax.swing.event.UndoableEditListener undoHandler
Listener for edits on a document.


undo

javax.swing.undo.UndoManager undo
UndoManager that we add edits to.

Class com.lightdev.app.shtm.FrmMain.AppendTableColAction extends javax.swing.AbstractAction implements Serializable

Class com.lightdev.app.shtm.FrmMain.AppendTableRowAction extends javax.swing.AbstractAction implements Serializable

Class com.lightdev.app.shtm.FrmMain.BoldAction extends javax.swing.text.StyledEditorKit.BoldAction implements Serializable

Class com.lightdev.app.shtm.FrmMain.DeleteTableColAction extends javax.swing.AbstractAction implements Serializable

Class com.lightdev.app.shtm.FrmMain.DeleteTableRowAction extends javax.swing.AbstractAction implements Serializable

Class com.lightdev.app.shtm.FrmMain.DocumentTitleAction extends javax.swing.AbstractAction implements Serializable

Class com.lightdev.app.shtm.FrmMain.EditAnchorsAction extends javax.swing.AbstractAction implements Serializable

Class com.lightdev.app.shtm.FrmMain.EditLinkAction extends javax.swing.AbstractAction implements Serializable

Class com.lightdev.app.shtm.FrmMain.EditNamedStyleAction extends javax.swing.AbstractAction implements Serializable

Class com.lightdev.app.shtm.FrmMain.FindReplaceAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

caretPos

int caretPos

currentTab

int currentTab

Class com.lightdev.app.shtm.FrmMain.FontAction extends javax.swing.AbstractAction implements Serializable

Class com.lightdev.app.shtm.FrmMain.FontFamilyAction extends javax.swing.AbstractAction implements Serializable

Class com.lightdev.app.shtm.FrmMain.FontFamilyPicker extends javax.swing.JComboBox implements Serializable

Serialized Fields

ignoreActions

boolean ignoreActions
switch for the action listener

Class com.lightdev.app.shtm.FrmMain.FontSizeAction extends javax.swing.AbstractAction implements Serializable

Class com.lightdev.app.shtm.FrmMain.FontSizePicker extends javax.swing.JComboBox implements Serializable

Serialized Fields

ignoreActions

boolean ignoreActions

key

java.lang.Object key

Class com.lightdev.app.shtm.FrmMain.FormatImageAction extends javax.swing.AbstractAction implements Serializable

Class com.lightdev.app.shtm.FrmMain.FormatListAction extends javax.swing.AbstractAction implements Serializable

Class com.lightdev.app.shtm.FrmMain.FormatParaAction extends javax.swing.AbstractAction implements Serializable

Class com.lightdev.app.shtm.FrmMain.FormatTableAction extends javax.swing.AbstractAction implements Serializable

Class com.lightdev.app.shtm.FrmMain.GCAction extends javax.swing.AbstractAction implements Serializable

Class com.lightdev.app.shtm.FrmMain.InsertImageAction extends javax.swing.AbstractAction implements Serializable

Class com.lightdev.app.shtm.FrmMain.InsertTableAction extends javax.swing.AbstractAction implements Serializable

Class com.lightdev.app.shtm.FrmMain.InsertTableColAction extends javax.swing.AbstractAction implements Serializable

Class com.lightdev.app.shtm.FrmMain.InsertTableRowAction extends javax.swing.AbstractAction implements Serializable

Class com.lightdev.app.shtm.FrmMain.ItalicAction extends javax.swing.text.StyledEditorKit.ItalicAction implements Serializable

Class com.lightdev.app.shtm.FrmMain.NextTableCellAction extends javax.swing.AbstractAction implements Serializable

Class com.lightdev.app.shtm.FrmMain.PrevTableCellAction extends javax.swing.AbstractAction implements Serializable

Class com.lightdev.app.shtm.FrmMain.RedoAction extends javax.swing.AbstractAction implements Serializable

Class com.lightdev.app.shtm.FrmMain.SetDefaultStyleRefAction extends javax.swing.AbstractAction implements Serializable

Class com.lightdev.app.shtm.FrmMain.SetStyleAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

ignoreActions

boolean ignoreActions

Class com.lightdev.app.shtm.FrmMain.SetTagAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

ignoreActions

boolean ignoreActions

Class com.lightdev.app.shtm.FrmMain.ShowElementTreeAction extends javax.swing.AbstractAction implements Serializable

Class com.lightdev.app.shtm.FrmMain.SHTMLEditCopyAction extends javax.swing.text.DefaultEditorKit.CopyAction implements Serializable

Class com.lightdev.app.shtm.FrmMain.SHTMLEditCutAction extends javax.swing.text.DefaultEditorKit.CutAction implements Serializable

Class com.lightdev.app.shtm.FrmMain.SHTMLEditPasteAction extends javax.swing.text.DefaultEditorKit.PasteAction implements Serializable

Class com.lightdev.app.shtm.FrmMain.SHTMLEditPrefsAction extends javax.swing.AbstractAction implements Serializable

Class com.lightdev.app.shtm.FrmMain.SHTMLEditSelectAllAction extends javax.swing.AbstractAction implements Serializable

Class com.lightdev.app.shtm.FrmMain.SHTMLFileCloseAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

exitApp

boolean exitApp

Class com.lightdev.app.shtm.FrmMain.SHTMLFileCloseAllAction extends javax.swing.AbstractAction implements Serializable

Class com.lightdev.app.shtm.FrmMain.SHTMLFileExitAction extends javax.swing.AbstractAction implements Serializable

Class com.lightdev.app.shtm.FrmMain.SHTMLFileNewAction extends javax.swing.AbstractAction implements Serializable

Class com.lightdev.app.shtm.FrmMain.SHTMLFileOpenAction extends javax.swing.AbstractAction implements Serializable

Class com.lightdev.app.shtm.FrmMain.SHTMLFileSaveAction extends javax.swing.AbstractAction implements Serializable

Class com.lightdev.app.shtm.FrmMain.SHTMLFileSaveAllAction extends javax.swing.AbstractAction implements Serializable

Class com.lightdev.app.shtm.FrmMain.SHTMLFileSaveAsAction extends javax.swing.AbstractAction implements Serializable

Class com.lightdev.app.shtm.FrmMain.SHTMLFileTestAction extends javax.swing.AbstractAction implements Serializable

Class com.lightdev.app.shtm.FrmMain.SHTMLHelpAppInfoAction extends javax.swing.AbstractAction implements Serializable

Class com.lightdev.app.shtm.FrmMain.ToggleAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

attributeKey

java.lang.Object attributeKey
the attribute this action represents values for


selectedValue

java.lang.Object selectedValue
the value for the attribute being selected


unselectedValue

java.lang.Object unselectedValue
the value for the attribute not being selected

Class com.lightdev.app.shtm.FrmMain.ToggleListAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

listTag

javax.swing.text.html.HTML.Tag listTag

Class com.lightdev.app.shtm.FrmMain.UnderlineAction extends javax.swing.text.StyledEditorKit.UnderlineAction implements Serializable

Class com.lightdev.app.shtm.FrmMain.UndoAction extends javax.swing.AbstractAction implements Serializable

Class com.lightdev.app.shtm.ImageDialog extends DialogShell implements Serializable

Serialized Fields

imgDir

java.io.File imgDir
directory this ImageDialog maintains


keyHandler

com.lightdev.app.shtm.ImageDialog.KeyHandler keyHandler
KeyListener for watching changes in the scale text field


focusHandler

com.lightdev.app.shtm.ImageDialog.FocusHandler focusHandler
FocusListener for watching changes in the scale text field


originalAttributes

javax.swing.text.SimpleAttributeSet originalAttributes

ignoreChangeEvents

boolean ignoreChangeEvents
indicates whether or not changes in a SizeSelectorPanel are to be processed. Usually, changes caused by a method of this class are to be ignored


imgFileList

javax.swing.JList imgFileList
list with images in this image repository


addImgBtn

javax.swing.JButton addImgBtn
button to add an image file to the repository


delImgBtn

javax.swing.JButton delImgBtn
button to delete an image file from the repository


scale

javax.swing.JTextField scale
text field for manipulating the scale of an image


imgWidth

SizeSelectorPanel imgWidth
component to manipulate the image width


imgHeight

SizeSelectorPanel imgHeight
component to manipulate the image height


oWidth

javax.swing.JLabel oWidth
component to display the original width of an image


oHeight

javax.swing.JLabel oHeight
component to display the original height of an image


preview

ImagePreview preview
component to preview an image


scPrev

javax.swing.JScrollPane scPrev
component to scroll an image inside the preview


attributeComponents

java.util.Vector<E> attributeComponents
contains all components having attributes for the image represented in this ImageDialog


doc

SHTMLDocument doc
the document the image came from, if any

Class com.lightdev.app.shtm.ImagePreview extends javax.swing.JComponent implements Serializable

Serialized Fields

maxUnitIncrement

int maxUnitIncrement
scroll increment (for Scrollable implementation)


pic

javax.swing.ImageIcon pic
the image to be previewed

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

Serialized Fields

lineSeparator

java.lang.String lineSeparator

Class com.lightdev.app.shtm.LinkDialog extends DialogShell implements Serializable

Serialized Fields

linkTypes

java.util.Hashtable<K,V> linkTypes
table for link types: name -> type


linkTypeNames

java.util.Hashtable<K,V> linkTypeNames
table for link types: type -> name


addressCache

java.lang.String addressCache
cache for link address


doc

javax.swing.text.Document doc
the document this dialog was constructed with


linkStyle

javax.swing.JComboBox linkStyle
dialog components


linkType

javax.swing.JComboBox linkType

linkAddress

javax.swing.JTextField linkAddress

browseAddress

javax.swing.JButton browseAddress

linkAnchor

javax.swing.JTextField linkAnchor

browseAnchor

javax.swing.JButton browseAnchor

linkText

javax.swing.JTextField linkText

showAsText

javax.swing.JRadioButton showAsText

showAsImage

javax.swing.JRadioButton showAsImage

linkImageFileName

java.lang.String linkImageFileName

linkImage

ImagePreview linkImage

setImage

javax.swing.JButton setImage

linkImgWidth

javax.swing.JTextField linkImgWidth

linkImgHeight

javax.swing.JTextField linkImgHeight

linkTextPanel

javax.swing.JPanel linkTextPanel

linkImagePanel

javax.swing.JPanel linkImagePanel

LINK_TYPE_KEY

java.lang.String LINK_TYPE_KEY
some constants


LINK_TYPE_NAME_KEY

java.lang.String LINK_TYPE_NAME_KEY

LINK_TYPE_RELATIVE_KEY

java.lang.String LINK_TYPE_RELATIVE_KEY

LINK_TYPE_NEWS_KEY

java.lang.String LINK_TYPE_NEWS_KEY

LINK_TYPE_MAILTO_KEY

java.lang.String LINK_TYPE_MAILTO_KEY

LINK_TYPE_RELATIVE

java.lang.String LINK_TYPE_RELATIVE

LINK_TYPE_LOCAL

java.lang.String LINK_TYPE_LOCAL

LINK_TYPE_NEWS

java.lang.String LINK_TYPE_NEWS

LINK_TYPE_MAILTO

java.lang.String LINK_TYPE_MAILTO

ignoreActions

boolean ignoreActions
indicates, whether or not action handlers should react on events


imgDir

java.io.File imgDir
the image directory for the document links are edited from in this dialog


imgFile

java.lang.String imgFile
the currently selected image file for this link

Class com.lightdev.app.shtm.ListDialog extends DialogShell implements Serializable

Serialized Fields

listPanel

ListPanel listPanel

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

Serialized Fields

listType

AttributeComboBox listType
selector for list type


listPosition

AttributeComboBox listPosition
selector for list position


bndPanel

BoundariesPanel bndPanel
list indent selector


listTag

java.lang.String listTag
list tag from setValue/getValue (UL or OL)

Class com.lightdev.app.shtm.MarginPanel extends AttributePanel implements Serializable

Serialized Fields

margin

BoundariesPanel margin

padding

BoundariesPanel padding

Class com.lightdev.app.shtm.ParaStyleDialog extends DialogShell implements Serializable

Serialized Fields

standardStyleName

java.lang.String standardStyleName

saveStyleBtn

javax.swing.JButton saveStyleBtn
button to save a named style


saveStyleAsBtn

javax.swing.JButton saveStyleAsBtn
button to save a named style under a different name


deleteStyleBtn

javax.swing.JButton deleteStyleBtn
button to delete a named style


mode

int mode
the mode this dialog was created in


components

java.util.Vector<E> components
the AttributeComponents in this dialog


fp

FontPanel fp
the FontPanel for the paragraph font settings


styleList

javax.swing.JList styleList
list of styles available in style sheet


styles

javax.swing.text.html.StyleSheet styles
style sheet to use in MODE_NAMED_STYLES


doc

javax.swing.text.Document doc
the document this dialog is operating on when in MODE_NAMED_STYLES


mapSet

javax.swing.text.AttributeSet mapSet
set of attributes for mapping discrepancies between HTML and Java


sp

StylePanel sp
panel for setting paragraph styles (needed in the change listener of the list of named styles)


mp

MarginPanel mp
panel for setting margins (needed in the change listener of the list of named styles)


cTypes

java.util.Hashtable<K,V> cTypes
table to map between HTML tags and 'content types'


cType

javax.swing.JComboBox cType
selector for content type

Class com.lightdev.app.shtm.PrefsDialog extends DialogShell implements Serializable

Serialized Fields

lfinfo

javax.swing.UIManager.LookAndFeelInfo[] lfinfo
the look and feels avaliable in the system


prefs

java.util.prefs.Preferences prefs
reference for user preferences for this class


lafName

java.lang.String lafName

lafCombo

javax.swing.JComboBox lafCombo

saveHTML32

javax.swing.JRadioButton saveHTML32

saveHTML4

javax.swing.JRadioButton saveHTML4

useStdStyleSheet

javax.swing.JCheckBox useStdStyleSheet

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

Serialized Fields

context

javax.swing.text.AbstractDocument.AttributeContext context

Class com.lightdev.app.shtm.SHTMLEditorKit extends javax.swing.text.html.HTMLEditorKit implements Serializable

Class com.lightdev.app.shtm.SHTMLEditorPane extends javax.swing.JEditorPane implements Serializable

Serialized Fields

removeStart

int removeStart
start of block to remove


removeEnd

int removeEnd
end of block to remove


dropTarget

java.awt.dnd.DropTarget dropTarget
enables this component to be a Drop Target


dragSource

java.awt.dnd.DragSource dragSource
enables this component to be a Drag Source


lastSelStart

int lastSelStart
the last selection start


lastSelEnd

int lastSelEnd
the last selection end


dndEventLocation

int dndEventLocation
the location of the last event in the text component


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.


df

java.awt.datatransfer.DataFlavor df
a data flavor for transferables processed by this component


textCursor

java.awt.Cursor textCursor

defaultCursor

java.awt.Cursor defaultCursor

Class com.lightdev.app.shtm.SHTMLEditorPane.NewListItemAction extends javax.swing.AbstractAction implements Serializable

Class com.lightdev.app.shtm.SHTMLEditorPane.NextTableCellAction extends javax.swing.AbstractAction implements Serializable

Class com.lightdev.app.shtm.SHTMLEditorPane.PrevTableCellAction extends javax.swing.AbstractAction implements Serializable

Class com.lightdev.app.shtm.SHTMLWriter.PropertiesMissingException extends java.lang.Exception implements Serializable

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

Serialized Fields

attributeKey

java.lang.Object attributeKey

htmlAttrKey

java.lang.Object htmlAttrKey

valueSelector

javax.swing.JSpinner valueSelector

unitSelector

javax.swing.JComboBox unitSelector

unitName

javax.swing.JLabel unitName

setValueCalls

int setValueCalls

originalValue

int originalValue

originalUnit

java.lang.String originalUnit

allowNegative

boolean allowNegative

Class com.lightdev.app.shtm.SplashScreen extends java.awt.Canvas implements Serializable

Serialized Fields

win

java.awt.Window win

image

java.awt.Image image

offscreenImg

java.awt.Image offscreenImg

offscreenGfx

java.awt.Graphics offscreenGfx

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

Serialized Fields

panels

javax.swing.JSplitPane[] panels
the outer panels of this SplitPanel


majorAxis

int majorAxis
current setting for major axis of this SplitPanel

Class com.lightdev.app.shtm.StylePanel extends AttributePanel implements Serializable

Serialized Fields

ctAlgn

AttributeComboBox ctAlgn

cAlgn

AttributeComboBox cAlgn

Class com.lightdev.app.shtm.StyleSelector extends javax.swing.JComboBox implements Serializable

Serialized Fields

key

javax.swing.text.html.HTML.Attribute key
the CSS attribute key this AttributeComponent object represents


ignoreChanges

boolean ignoreChanges
indicates whether or not to ignore change events


standardStyleName

java.lang.String standardStyleName

Class com.lightdev.app.shtm.SyntaxPane extends javax.swing.JEditorPane implements Serializable

Serialized Fields

patterns

java.util.Vector<E> patterns
Patterns registered with this SnytaxPane


waitCursor

java.awt.Cursor waitCursor
the cursor to use to indicate a lengthy operation is going on

Class com.lightdev.app.shtm.TableDialog extends DialogShell implements Serializable

Serialized Fields

tableComponents

java.util.Vector<E> tableComponents
collection of all components with table related attributes


cellComponents

java.util.Vector<E> cellComponents
collection of all components with cell related attributes


cellRange

javax.swing.JComboBox cellRange
selector for cell range to apply cell attributes to

Class com.lightdev.app.shtm.TagSelector extends javax.swing.JComboBox implements Serializable

Serialized Fields

tags

java.util.Vector<E> tags
table with available tags to select


tagNames

java.util.Vector<E> tagNames
table with tag names corresponding to tags


Package com.lightdev.app.shtm.plugin

Class com.lightdev.app.shtm.plugin.ManagePluginsAction extends javax.swing.AbstractAction implements Serializable

Class com.lightdev.app.shtm.plugin.PluginManagerDialog extends DialogShell implements Serializable

Serialized Fields

dockLocation

javax.swing.JComboBox dockLocation
combo box for selecting the dock location


ignoreChanges

boolean ignoreChanges
indicates if we can ignore changes (when happenig programmatically


pluginNames

javax.swing.JList pluginNames
the list with available plug-ins


activateName

java.lang.String activateName
constant for activation button label


deactivateName

java.lang.String deactivateName
constant for deactivation button label


toggleActivationButton

javax.swing.JButton toggleActivationButton
button to toggle plug-in activation state


toggleActivationCheckbox

javax.swing.JCheckBox toggleActivationCheckbox
checkbox to toggle plug-in activation state


Package com.sun.demo

Class com.sun.demo.ElementTreePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

tree

javax.swing.JTree tree
Tree showing the documents element structure.


editor

javax.swing.text.JTextComponent editor
Text component showing elemenst for.


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

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<E> 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