Serialized Form
-
Package net.thevpc.echo.swing.helpers.actions
-
Class net.thevpc.echo.swing.helpers.actions.SwingAbstractAppAction
class SwingAbstractAppAction extends AbstractAction implements Serializable-
Serialized Fields
-
application
Application application
Deprecated. -
id
String id
Deprecated.
-
-
-
Class net.thevpc.echo.swing.helpers.actions.SwingAppUndoableAction
class SwingAppUndoableAction extends SwingAbstractAppAction implements Serializable -
Class net.thevpc.echo.swing.helpers.actions.SwingCloseWindowsAction
class SwingCloseWindowsAction extends SwingAbstractAppAction implements Serializable-
Serialized Fields
-
wins
InternalWindowsHelper wins
-
-
-
Class net.thevpc.echo.swing.helpers.actions.SwingDeiconifyWindowsAction
class SwingDeiconifyWindowsAction extends SwingAbstractAppAction implements Serializable-
Serialized Fields
-
wins
InternalWindowsHelper wins
-
-
-
Class net.thevpc.echo.swing.helpers.actions.SwingFontRelativeSizeAction
class SwingFontRelativeSizeAction extends SwingAbstractAppAction implements Serializable-
Serialized Fields
-
size
float size
-
-
-
Class net.thevpc.echo.swing.helpers.actions.SwingFontSizeAbsoluteAction
class SwingFontSizeAbsoluteAction extends SwingAbstractAppAction implements Serializable-
Serialized Fields
-
size
float size
-
-
-
Class net.thevpc.echo.swing.helpers.actions.SwingIconifyWindowsAction
class SwingIconifyWindowsAction extends SwingAbstractAppAction implements Serializable-
Serialized Fields
-
wins
InternalWindowsHelper wins
-
-
-
Class net.thevpc.echo.swing.helpers.actions.SwingIconSizeAction
class SwingIconSizeAction extends SwingAbstractAppAction implements Serializable-
Serialized Fields
-
size
int size
-
-
-
Class net.thevpc.echo.swing.helpers.actions.SwingQuitAction
class SwingQuitAction extends SwingAbstractAppAction implements Serializable -
Class net.thevpc.echo.swing.helpers.actions.SwingTileWindowsAction
class SwingTileWindowsAction extends SwingAbstractAppAction implements Serializable-
Serialized Fields
-
wins
InternalWindowsHelper wins
-
-
-
-
Package net.thevpc.echo.swing.helpers.list
-
Class net.thevpc.echo.swing.helpers.list.SwingListComponentModel
-
Serialized Fields
-
items
net.thevpc.common.props.ObservableList<T> items
-
-
-
-
Package net.thevpc.echo.swing.peers
-
Class net.thevpc.echo.swing.peers.SwingAlertHeader
class SwingAlertHeader extends Box implements Serializable-
Serialized Fields
-
hh
JLabel hh
-
-
-
-
Package net.thevpc.echo.swing.peers.htmleditor
-
Class net.thevpc.echo.swing.peers.htmleditor.EchoHTMLEditorKitInstallHelper.StrikeAction
class StrikeAction extends StyledEditorKit.StyledTextAction implements Serializable -
Class net.thevpc.echo.swing.peers.htmleditor.SwingRichHtmlEditorKit
class SwingRichHtmlEditorKit extends WysiwygHTMLEditorKit implements Serializable
-
-
Package net.thevpc.echo.swing.raw
-
Class net.thevpc.echo.swing.raw.JStatusBarGroup
class JStatusBarGroup extends JPanel implements Serializable -
Class net.thevpc.echo.swing.raw.JToolBarGroup
class JToolBarGroup extends JPanel implements Serializable
-
-
Package net.thevpc.echo.swing.util
-
Class net.thevpc.echo.swing.util.CustomHTMLAction
class CustomHTMLAction extends HTMLEditorKit.HTMLTextAction implements Serializable-
Serialized Fields
-
addTag
HTML.Tag addTag
Tag in HTML to start adding tags from. -
adjustSelection
boolean adjustSelection
True indicates the selection should be adjusted after an insert. -
alternateAddTag
HTML.Tag alternateAddTag
Alternate tag in HTML to start adding tags from if parentTag is not found and alternateParentTag is found. -
alternateParentTag
HTML.Tag alternateParentTag
Alternate Tag to check for in the document if parentTag is not found. -
html
String html
HTML to insert. -
parentTag
HTML.Tag parentTag
Tag to check for in the document.
-
-
-