Serialized Form


Package chrriis.dj.nativeswing.swtimpl

Class chrriis.dj.nativeswing.swtimpl.CommandMessage extends Message implements Serializable

Serialized Fields

args

Object[] args

Class chrriis.dj.nativeswing.swtimpl.LocalMessage extends CommandMessage implements Serializable

Class chrriis.dj.nativeswing.swtimpl.Message extends Object implements Serializable

Serialized Fields

id

int id

isSyncExec

boolean isSyncExec

isUI

boolean isUI

Class chrriis.dj.nativeswing.swtimpl.NativeComponent extends Canvas implements Serializable

Class chrriis.dj.nativeswing.swtimpl.NSPanelComponent extends JPanel implements Serializable

Serialized Fields

nativeComponent

NativeComponent nativeComponent

Package chrriis.dj.nativeswing.swtimpl.components

Class chrriis.dj.nativeswing.swtimpl.components.DefaultFlashPlayerDecorator extends FlashPlayerDecorator implements Serializable

Serialized Fields

RESOURCES

ResourceBundle RESOURCES

flashPlayer

JFlashPlayer flashPlayer

controlBar

DefaultFlashPlayerDecorator.FlashPlayerControlBar controlBar

nativeComponentBorderContainerPane

JPanel nativeComponentBorderContainerPane

Class chrriis.dj.nativeswing.swtimpl.components.DefaultFlashPlayerDecorator.FlashPlayerControlBar extends JPanel implements Serializable

Serialized Fields

playButton

JButton playButton

pauseButton

JButton pauseButton

stopButton

JButton stopButton

webBrowserListener

WebBrowserAdapter webBrowserListener

Class chrriis.dj.nativeswing.swtimpl.components.DefaultVLCPlayerDecorator extends VLCPlayerDecorator implements Serializable

Serialized Fields

RESOURCES

ResourceBundle RESOURCES

lastVolume

int lastVolume

vlcPlayer

JVLCPlayer vlcPlayer

controlBar

DefaultVLCPlayerDecorator.VLCPlayerControlBar controlBar

nativeComponentBorderContainerPane

JPanel nativeComponentBorderContainerPane

Class chrriis.dj.nativeswing.swtimpl.components.DefaultVLCPlayerDecorator.VLCPlayerControlBar extends JPanel implements Serializable

Serialized Fields

playButton

JButton playButton

pauseButton

JButton pauseButton

stopButton

JButton stopButton

seekBarSlider

JSlider seekBarSlider

isAdjustingSeekBar

boolean isAdjustingSeekBar

updateThread

Thread updateThread

timeLabel

JLabel timeLabel

volumeButton

JButton volumeButton

volumeSlider

JSlider volumeSlider

isAdjustingVolume

boolean isAdjustingVolume

webBrowserListener

WebBrowserAdapter webBrowserListener

isMute

boolean isMute

volume

int volume

Class chrriis.dj.nativeswing.swtimpl.components.DefaultWebBrowserDecorator extends WebBrowserDecorator implements Serializable

Serialized Fields

RESOURCES

ResourceBundle RESOURCES

isViewMenuVisible

boolean isViewMenuVisible

menuBar

DefaultWebBrowserDecorator.WebBrowserMenuBar menuBar

buttonBar

DefaultWebBrowserDecorator.WebBrowserButtonBar buttonBar

locationBar

DefaultWebBrowserDecorator.WebBrowserLocationBar locationBar

statusBar

chrriis.dj.nativeswing.swtimpl.components.DefaultWebBrowserDecorator.WebBrowserStatusBar statusBar

webBrowser

JWebBrowser webBrowser

nativeWebBrowser

chrriis.dj.nativeswing.swtimpl.components.internal.INativeWebBrowser nativeWebBrowser

menuToolAndLocationBarPanel

JPanel menuToolAndLocationBarPanel

nativeWebBrowserBorderContainerPane

JPanel nativeWebBrowserBorderContainerPane

Class chrriis.dj.nativeswing.swtimpl.components.DefaultWebBrowserDecorator.WebBrowserButtonBar extends JToolBar implements Serializable

Serialized Fields

backButton

JButton backButton

forwardButton

JButton forwardButton

reloadButton

JButton reloadButton

stopButton

JButton stopButton

Class chrriis.dj.nativeswing.swtimpl.components.DefaultWebBrowserDecorator.WebBrowserLocationBar extends JToolBar implements Serializable

Serialized Fields

locationField

JTextField locationField

goButton

JButton goButton

Class chrriis.dj.nativeswing.swtimpl.components.DefaultWebBrowserDecorator.WebBrowserMenuBar extends JMenuBar implements Serializable

Serialized Fields

fileMenu

JMenu fileMenu

viewMenu

JMenu viewMenu

buttonBarCheckBoxMenuItem

JCheckBoxMenuItem buttonBarCheckBoxMenuItem

locationBarCheckBoxMenuItem

JCheckBoxMenuItem locationBarCheckBoxMenuItem

statusBarCheckBoxMenuItem

JCheckBoxMenuItem statusBarCheckBoxMenuItem

backMenuItem

JMenuItem backMenuItem

forwardMenuItem

JMenuItem forwardMenuItem

reloadMenuItem

JMenuItem reloadMenuItem

stopMenuItem

JMenuItem stopMenuItem

Class chrriis.dj.nativeswing.swtimpl.components.FlashPlayerCommandEvent extends EventObject implements Serializable

Serialized Fields

flashPlayer

JFlashPlayer flashPlayer

command

String command

parameters

Object[] parameters

Class chrriis.dj.nativeswing.swtimpl.components.FlashPlayerDecorator extends JPanel implements Serializable

Class chrriis.dj.nativeswing.swtimpl.components.HTMLEditorDirtyStateEvent extends HTMLEditorEvent implements Serializable

Serialized Fields

isDirty

boolean isDirty

Class chrriis.dj.nativeswing.swtimpl.components.HTMLEditorEvent extends EventObject implements Serializable

Serialized Fields

htmlEditor

JHTMLEditor htmlEditor

Class chrriis.dj.nativeswing.swtimpl.components.HTMLEditorSaveEvent extends HTMLEditorEvent implements Serializable

Serialized Fields

text

String text

Class chrriis.dj.nativeswing.swtimpl.components.JFlashPlayer extends NSPanelComponent implements Serializable

Serialized Fields

flashPlayerDecorator

FlashPlayerDecorator flashPlayerDecorator

webBrowser

JWebBrowser webBrowser

webBrowserObject

WebBrowserObject webBrowserObject

customJavascriptDefinitions

String customJavascriptDefinitions

options

FlashPluginOptions options

referenceClassLoaderList

List<E> referenceClassLoaderList

Class chrriis.dj.nativeswing.swtimpl.components.JHTMLEditor extends NSPanelComponent implements Serializable

Serialized Fields

webBrowser

JWebBrowser webBrowser

instanceID

int instanceID

implementation

chrriis.dj.nativeswing.swtimpl.components.JHTMLEditor.JHTMLEditorImplementation implementation

isDirty

boolean isDirty

Class chrriis.dj.nativeswing.swtimpl.components.JSyntaxHighlighter extends NSPanelComponent implements Serializable

Serialized Fields

webBrowser

JWebBrowser webBrowser

Class chrriis.dj.nativeswing.swtimpl.components.JVLCPlayer extends NSPanelComponent implements Serializable

Serialized Fields

vlcPlayerDecorator

VLCPlayerDecorator vlcPlayerDecorator

webBrowser

JWebBrowser webBrowser

webBrowserObject

WebBrowserObject webBrowserObject

options

VLCPluginOptions options

vlcAudio

VLCAudio vlcAudio

vlcInput

VLCInput vlcInput

vlcPlaylist

VLCPlaylist vlcPlaylist

vlcVideo

VLCVideo vlcVideo

referenceClassLoaderList

List<E> referenceClassLoaderList

Class chrriis.dj.nativeswing.swtimpl.components.JWebBrowser extends NSPanelComponent implements Serializable

Serialized Fields

webBrowserDecorator

WebBrowserDecorator webBrowserDecorator

nativeWebBrowser

chrriis.dj.nativeswing.swtimpl.components.internal.INativeWebBrowser nativeWebBrowser

webBrowserListenerToNativeWebBrowserListenerMap

Map<K,V> webBrowserListenerToNativeWebBrowserListenerMap

Class chrriis.dj.nativeswing.swtimpl.components.VLCPlayerDecorator extends JPanel implements Serializable

Class chrriis.dj.nativeswing.swtimpl.components.WebBrowserCommandEvent extends WebBrowserEvent implements Serializable

Serialized Fields

command

String command

parameters

Object[] parameters

Class chrriis.dj.nativeswing.swtimpl.components.WebBrowserDecorator extends JPanel implements Serializable

Class chrriis.dj.nativeswing.swtimpl.components.WebBrowserEvent extends EventObject implements Serializable

Serialized Fields

webBrowser

JWebBrowser webBrowser

Class chrriis.dj.nativeswing.swtimpl.components.WebBrowserNavigationEvent extends WebBrowserEvent implements Serializable

Serialized Fields

newResourceLocation

String newResourceLocation

isTopFrame

boolean isTopFrame

isConsumed

boolean isConsumed

Class chrriis.dj.nativeswing.swtimpl.components.WebBrowserWindowOpeningEvent extends WebBrowserEvent implements Serializable

Serialized Fields

newWebBrowser

JWebBrowser newWebBrowser

location

Point location

size

Dimension size

Class chrriis.dj.nativeswing.swtimpl.components.WebBrowserWindowWillOpenEvent extends WebBrowserEvent implements Serializable

Serialized Fields

newWebBrowser

JWebBrowser newWebBrowser

isDialogWindow

boolean isDialogWindow

Package chrriis.dj.nativeswing.swtimpl.components.win32

Class chrriis.dj.nativeswing.swtimpl.components.win32.JWMediaPlayer extends NSPanelComponent implements Serializable

Serialized Fields

nativeComponent

chrriis.dj.nativeswing.swtimpl.components.win32.internal.INativeWMediaPlayer nativeComponent

wmpSettings

WMPSettings wmpSettings

wmpControls

WMPControls wmpControls

wmpMedia

WMPMedia wmpMedia

referenceClassLoaderList

List<E> referenceClassLoaderList