Serialized Form

  • Package com.lightdev.app.shtm

    • Class com.lightdev.app.shtm.ScaledStyleSheet

      class ScaledStyleSheet extends StyleSheet implements Serializable
      serialVersionUID:
      1L
    • Class com.lightdev.app.shtm.SHTMLDocument

      class SHTMLDocument extends HTMLDocument implements Serializable
      • Serialized Fields

        • baseDirChecked
          boolean baseDirChecked
        • compoundEdit
          CompoundEdit compoundEdit
        • compoundEditDepth
          int compoundEditDepth
        • inSetParagraphAttributes
          boolean inSetParagraphAttributes
        • keepSpanTag
          boolean keepSpanTag
    • Class com.lightdev.app.shtm.SHTMLEditorKit

      class SHTMLEditorKit extends HTMLEditorKit implements Serializable
    • Class com.lightdev.app.shtm.SHTMLEditorKitActions.RemoveStyleAttributeAction

      class RemoveStyleAttributeAction extends AbstractAction implements Serializable
    • Class com.lightdev.app.shtm.SHTMLEditorPane

      class SHTMLEditorPane extends JEditorPane implements Serializable
      • Serialized Fields

        • dndEventLocation
          int dndEventLocation
          the location of the last event in the text component
        • dragSource
          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
          DropTarget dropTarget
          enables this component to be a Drop Target
        • forceConstantPasteMode
          boolean forceConstantPasteMode
        • htmlTextDataFlavor
          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
          JPopupMenu popup
    • Class com.lightdev.app.shtm.SHTMLPanel

      class SHTMLPanel extends JPanel implements Serializable
    • Class com.lightdev.app.shtm.SHTMLPanelImpl

      class 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
          JPopupMenu editorPopup
        • emptyIcon
          String emptyIcon
          id in TextResources for a relative path to an empty menu icon
        • formatToolBar
          JToolBar formatToolBar
          tool bar for formatting commands
        • helpMenuId
          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
          ActionListener openHyperlinkHandler
        • paraToolBar
          JToolBar paraToolBar
          tool bar for formatting commands
        • pluginMenuId
          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
          UndoManager undo
          UndoManager that we add edits to.
        • undoHandler
          UndoableEditListener undoHandler
          Listener for edits on a document.
    • Class com.lightdev.app.shtm.SplashScreen

      class SplashScreen extends JWindow implements Serializable
  • Package com.sun.demo

  • Package de.calcom.cclib.text