Serialized Form


Package com.inet.browser

Class com.inet.browser.Browser extends javax.swing.JFrame implements Serializable

Serialized Fields

address

javax.swing.JTextField address

currentView

BrowserView currentView

backward

javax.swing.JButton backward

forward

javax.swing.JButton forward

reload

javax.swing.JButton reload

home

javax.swing.JButton home

Class com.inet.browser.BrowserView extends javax.swing.JTabbedPane implements Serializable

Serialized Fields

browser

Browser browser

Package com.inet.editor

Class com.inet.editor.AddImageAction extends javax.swing.text.html.HTMLEditorKit.HTMLTextAction implements Serializable

serialVersionUID: 1L

Class com.inet.editor.BaseEditor extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

text

InetTextPane text

undoAction

com.inet.editor.BaseEditor.UndoAction undoAction

redoAction

com.inet.editor.BaseEditor.RedoAction redoAction

undoManager

javax.swing.undo.UndoManager undoManager

compactOriginalText

java.lang.String compactOriginalText

originalIsHtml

boolean originalIsHtml

base

java.net.URL base

tools

BaseEditorToolBar tools

isCaretUpdate

boolean isCaretUpdate
Ein Thread ist innerhalb der Methode caretUpdate. Event der Toolbar ist zu ignorieren. Schleifenbildung.


popup

javax.swing.JPopupMenu popup
Kontextmenü


editorHtmlConfig

InetHtmlConfiguration editorHtmlConfig
Features enable/disable


defaultFont

java.awt.Font defaultFont
The default font will not be set in the documents internal style! This would result in unexpected results on inserts.


persistentDocProperties

java.util.Dictionary<K,V> persistentDocProperties
The document properties are lost with every change of the content type so we have to keep them in the editor object, not in the document


loadingID

int loadingID
Whenever setText is called the loadingID is increased. After the loading and parsing has finished, the finishedID will be increased. So, if these IDs are equal, no document is currently loading. If the Parser-Thread finishes an the loadingID has changed in meantime, it must not set the parsed document.


finishedID

int finishedID

showLinkURL

boolean showLinkURL
A switch to descide whether a link-tooltip always displayes the target URL. By default set to false, which means, that the link tooltips will only show the target if there is no title-attribute defined.


textAntiAlias

boolean textAntiAlias
Enables or disables the text anti alias on HTML views


hyperlinkListener

DefaultHyperlinkListener hyperlinkListener

fontScale

float fontScale

internalFocusListener

java.awt.event.FocusListener internalFocusListener
Konvertiert die Fokusevents der inneren Componenten zu FokusEvents dieser Komponente.

Class com.inet.editor.ColorButton extends javax.swing.JButton implements Serializable

serialVersionUID: 1L

Serialized Fields

color

java.awt.Color color

buttonBorderPainted

boolean buttonBorderPainted

border

javax.swing.border.Border border
Border for FontColorButton


mouseListener

java.awt.event.MouseAdapter mouseListener
The mouse listener for handling of mouse events

Class com.inet.editor.HyperlinkAction extends javax.swing.text.html.HTMLEditorKit.HTMLTextAction implements Serializable

serialVersionUID: 1L

Class com.inet.editor.HyperlinkActionPopup extends javax.swing.AbstractAction implements Serializable

serialVersionUID: 1428792977186450745L

Serialized Fields

editor

javax.swing.JEditorPane editor

Class com.inet.editor.InetTextPane extends javax.swing.JTextPane implements Serializable

serialVersionUID: 2172337629876615093L

Serialized Fields

scrollRectToVisibleCalls

int scrollRectToVisibleCalls

last

java.awt.Dimension last

Class com.inet.editor.InetToolBar extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

expandbutton

javax.swing.JButton expandbutton

toolbar

javax.swing.JToolBar toolbar

expandPopup

javax.swing.JPopupMenu expandPopup

isWorking

boolean isWorking

requireReLayout

boolean requireReLayout

syncObj

java.lang.Object syncObj

extendMenus

java.util.HashMap<K,V> extendMenus

extendAction

java.awt.event.ActionListener extendAction

Class com.inet.editor.LineNumTextPane extends javax.swing.JTextPane implements Serializable

serialVersionUID: 1L

Serialized Fields

areaWidth

int areaWidth
The area width.


areaColor

java.awt.Color areaColor
The area color.


lineNumbersVisible

boolean lineNumbersVisible
The line numbers visible.

Class com.inet.editor.ScrollPopup extends javax.swing.JPopupMenu implements Serializable

serialVersionUID: 1L

Serialized Fields

sp

javax.swing.JScrollPane sp

content

com.inet.editor.ScrollPopup.MenuPanel content

windowAdapter

java.awt.event.WindowAdapter windowAdapter

Class com.inet.editor.SourceCodeAction extends javax.swing.text.html.HTMLEditorKit.HTMLTextAction implements Serializable

serialVersionUID: 1L

Serialized Fields

editor

BaseEditor editor

Class com.inet.editor.SourceCodeDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

textpane

javax.swing.JTextPane textpane

window

java.awt.Window window

wordwrap

boolean wordwrap

cbWrap

javax.swing.JCheckBox cbWrap

scrollPane

javax.swing.JScrollPane scrollPane

textcomponent

javax.swing.text.JTextComponent textcomponent

btApply

javax.swing.JButton btApply

btConvert

javax.swing.JButton btConvert

toolbar

javax.swing.JToolBar toolbar

undoManager

javax.swing.undo.UndoManager undoManager

Package com.inet.html

Class com.inet.html.InetHtmlDocument extends javax.swing.text.html.HTMLDocument implements Serializable

Serialized Fields

styleResolver

StyleResolver styleResolver
This is the resolver, which will handle all style-sheet activities


docType

int docType

docVersion

float docVersion

docVariant

int docVariant

eventsLocked

boolean eventsLocked
This flag can be used to deactivate all fire-Event methods. It is currently used to block the events fired by the old undo/redo implementation.


allowTableEdit

boolean allowTableEdit
If this flag is set to true, operations which would change a table structure will be blocked


configuration

InetHtmlConfiguration configuration
The current configuration of the document. May be used to display correct HTML or to support editing.


documentProperties

java.util.Dictionary<K,V> documentProperties
The property map of this document, keys are the PROPERTY_* constants


siteCount

int siteCount
This flag changes with every complete change of the document, e.g. if another site is loaded. It is intended to stop the layouter if the current model will be dropped anyways


revision

int revision
This flag changes with every minor model update. It's increased every time, an update event is fired. Can be used for error handling. For example, if a exception occurs while layouting or painting it may be a real bug or an error caused by a recent model change. This counter helps to identify the cause of the exception.

Class com.inet.html.InetHtmlDocument.ExtendedDocuementEvent extends javax.swing.text.AbstractDocument.DefaultDocumentEvent implements Serializable

Serialized Fields

editByParagraph

java.util.HashMap<K,V> editByParagraph

changes

java.util.ArrayList<E> changes

type

javax.swing.event.DocumentEvent.EventType type

contentChangeLen

int contentChangeLen

contentChangeStart

int contentChangeStart

Class com.inet.html.InetHtmlDocument.ImpliedElement extends javax.swing.text.AbstractDocument.BranchElement implements Serializable

Serialized Fields

children

java.util.ArrayList<E> children

attributes

javax.swing.text.MutableAttributeSet attributes

parent

javax.swing.text.Element parent

Class com.inet.html.InetHtmlDocument.StyleSheetClearEdit extends javax.swing.undo.AbstractUndoableEdit implements Serializable

Serialized Fields

oldStyleSheet

Styles oldStyleSheet

Class com.inet.html.InetHtmlEditorKit extends javax.swing.text.StyledEditorKit implements Serializable

serialVersionUID: 1L

Serialized Fields

inputAttributes

javax.swing.text.MutableAttributeSet inputAttributes

tracker

com.inet.html.InetHtmlEditorKit.InetHtmlAttributeTracker tracker

linkController

InetHtmlEditorKit.LinkController linkController

defaultCursor

java.awt.Cursor defaultCursor

linkCursor

java.awt.Cursor linkCursor

defaultConfig

InetHtmlConfiguration defaultConfig

prevTransferHandler

javax.swing.TransferHandler prevTransferHandler

recentEditor

java.lang.Object recentEditor

factory

InetHtmlFactory factory

fontFactory

com.inet.html.InetHtmlEditorKit.ScalingFontFactory fontFactory

parserTimeout

long parserTimeout

Class com.inet.html.InetHtmlEditorKit.ExtendedHyperlinkEvent extends javax.swing.event.HyperlinkEvent implements Serializable

serialVersionUID: 1737694883377397946L

Serialized Fields

target

java.lang.String target

Class com.inet.html.InetHtmlEditorKit.LinkController extends java.awt.event.MouseAdapter implements Serializable

serialVersionUID: 1L

Serialized Fields

curElem

javax.swing.text.Element curElem

anchor

javax.swing.text.Element anchor

href

java.lang.String href
If true, the current element (curElem) represents an image.


wasCtrlPressed

boolean wasCtrlPressed

Class com.inet.html.InetHtmlTransferHandler extends javax.swing.TransferHandler implements Serializable

Serialized Fields

editor

javax.swing.JEditorPane editor

customPasteHandler

PasteFileHandler customPasteHandler

exportComp

javax.swing.text.JTextComponent exportComp

shouldRemove

boolean shouldRemove

exportOccured

boolean exportOccured

dropPending

boolean dropPending

sourceStart

int sourceStart

sourceEnd

int sourceEnd

insertStart

int insertStart

insertEnd

int insertEnd

pasteAlwaysPlain

boolean pasteAlwaysPlain
set by the pastePlain proxy action to indicate that the next paste will be plain text


pasteAlwaysPlainActivationTime

long pasteAlwaysPlainActivationTime

Package com.inet.html.actions

Class com.inet.html.actions.AlignmentAction extends InetHtmlAction implements Serializable

serialVersionUID: 1L

Serialized Fields

a

int a

Class com.inet.html.actions.BeginEndLineAction extends InetHtmlAction implements Serializable

serialVersionUID: 1L

Serialized Fields

select

boolean select
whether to extend the selection when changing the caret position.


begin

boolean begin
whether move the cursor to begin or end of the line

Class com.inet.html.actions.BoldAction extends InetHtmlAction implements Serializable

serialVersionUID: 1L

Class com.inet.html.actions.DeleteNextCharAction extends InetHtmlAction implements Serializable

serialVersionUID: 1L

Class com.inet.html.actions.DeletePrevCharAction extends InetHtmlAction implements Serializable

serialVersionUID: 1L

Class com.inet.html.actions.EnterAction extends InetHtmlAction implements Serializable

serialVersionUID: 1L

Serialized Fields

defaultAction

javax.swing.Action defaultAction
Sollte die urspr�nglich Action enthalten


editor

javax.swing.JEditorPane editor

Class com.inet.html.actions.HRuleAction extends InetHtmlAction implements Serializable

serialVersionUID: 1L

Serialized Fields

editor

javax.swing.JEditorPane editor

Class com.inet.html.actions.InetHtmlAction extends javax.swing.text.StyledEditorKit.StyledTextAction implements Serializable

serialVersionUID: 1L

Class com.inet.html.actions.InsertHtmlAction extends InetHtmlAction implements Serializable

serialVersionUID: 1L

Serialized Fields

htmlStartP

java.lang.String htmlStartP

htmlInsideP

java.lang.String htmlInsideP

htmlEndP

java.lang.String htmlEndP

Class com.inet.html.actions.ItalicAction extends InetHtmlAction implements Serializable

serialVersionUID: 1L

Class com.inet.html.actions.ListAction extends InetHtmlAction implements Serializable

serialVersionUID: 1L

Serialized Fields

numberedList

boolean numberedList

Class com.inet.html.actions.ParagraphIndentAction extends InetHtmlAction implements Serializable

serialVersionUID: 1L

Serialized Fields

stepSize

int stepSize

typeLeft

boolean typeLeft

Class com.inet.html.actions.TabKeyAction extends InetHtmlAction implements Serializable

serialVersionUID: 1L

Serialized Fields

typeReverse

boolean typeReverse

Class com.inet.html.actions.UnderlineAction extends InetHtmlAction implements Serializable

serialVersionUID: 1L


Package com.inet.html.views

Class com.inet.html.views.ViewPositionInfo extends java.awt.Rectangle implements Serializable

serialVersionUID: 1L

Serialized Fields

view

BoxView view

Package com.inet.html.views.layouts

Class com.inet.html.views.layouts.Layout.PositionInfo extends Layout.ViewPosition implements Serializable

serialVersionUID: 1L

Serialized Fields

baseline

short baseline

vAlign

byte vAlign

isVarSpace

boolean isVarSpace

isFixed

boolean isFixed

isLayouted

boolean isLayouted

paintInFlow

boolean paintInFlow
true if this view can be painted by the layouter, false if it has to be painted by the stack manager

Class com.inet.html.views.layouts.Layout.ViewPosition extends java.awt.Rectangle implements Serializable

serialVersionUID: 1L

Serialized Fields

view

BoxView view

Class com.inet.html.views.layouts.TableLayout.CellPositionInfo extends Layout.PositionInfo implements Serializable

serialVersionUID: 6888370347647866367L

Serialized Fields

columnPainter

IBackgroundPainter columnPainter
an optional painter for column backgrounds


rowPainter

IBackgroundPainter rowPainter
an optional painter for row backgrounds