Eclipse Remote Application Platform

Serialized Form


Package org.eclipse.rap.json

Class org.eclipse.rap.json.JsonArray extends JsonValue implements Serializable

Serialized Fields

values

java.util.List<E> values

Class org.eclipse.rap.json.JsonObject extends JsonValue implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream inputStream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

names

java.util.List<E> names

values

java.util.List<E> values

Class org.eclipse.rap.json.JsonValue extends java.lang.Object implements Serializable

Class org.eclipse.rap.json.ParseException extends java.lang.RuntimeException implements Serializable

Serialized Fields

offset

int offset

line

int line

column

int column

Package org.eclipse.rap.rwt.client

Class org.eclipse.rap.rwt.client.WebClient extends java.lang.Object implements Serializable


Package org.eclipse.rap.rwt.client.service

Class org.eclipse.rap.rwt.client.service.BrowserNavigationEvent extends java.util.EventObject implements Serializable

Serialized Fields

state

java.lang.String state

Package org.eclipse.rap.rwt.lifecycle

Class org.eclipse.rap.rwt.lifecycle.PhaseEvent extends java.util.EventObject implements Serializable

serialVersionUID: 1L

Serialized Fields

phaseId

PhaseId phaseId

Package org.eclipse.rap.rwt.remote

Class org.eclipse.rap.rwt.remote.AbstractOperationHandler extends java.lang.Object implements Serializable


Package org.eclipse.rap.rwt.service

Class org.eclipse.rap.rwt.service.ApplicationContextEvent extends java.util.EventObject implements Serializable

serialVersionUID: 1L

Class org.eclipse.rap.rwt.service.SettingStoreEvent extends java.util.EventObject implements Serializable

serialVersionUID: 1L

Serialized Fields

attributeName

java.lang.String attributeName

oldValue

java.lang.String oldValue

newValue

java.lang.String newValue

Class org.eclipse.rap.rwt.service.UISessionEvent extends java.util.EventObject implements Serializable

serialVersionUID: 1L


Package org.eclipse.rap.rwt.template

Class org.eclipse.rap.rwt.template.Cell extends java.lang.Object implements Serializable

Serialized Fields

type

java.lang.String type

name

java.lang.String name

bindingIndex

int bindingIndex

isSelectable

boolean isSelectable

foreground

Color foreground

background

Color background

font

Font font

left

java.lang.Integer left

right

java.lang.Integer right

top

java.lang.Integer top

bottom

java.lang.Integer bottom

width

java.lang.Integer width

height

java.lang.Integer height

horizontalAlignment

int horizontalAlignment

verticalAlignment

int verticalAlignment

Class org.eclipse.rap.rwt.template.ImageCell extends Cell<ImageCell> implements Serializable

Serialized Fields

image

Image image

scaleMode

ImageCell.ScaleMode scaleMode

Class org.eclipse.rap.rwt.template.Template extends java.lang.Object implements Serializable

Serialized Fields

cells

java.util.List<E> cells

Class org.eclipse.rap.rwt.template.TextCell extends Cell<TextCell> implements Serializable

Serialized Fields

text

java.lang.String text

wrap

boolean wrap

Package org.eclipse.swt

Class org.eclipse.swt.SWTError extends java.lang.Error implements Serializable

serialVersionUID: 3833467327105808433L

Serialized Fields

code

int code
The SWT error code, one of SWT.ERROR_*.


throwable

java.lang.Throwable throwable
The underlying throwable that caused the problem, or null if this information is not available.

Class org.eclipse.swt.SWTException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 3257282552304842547L

Serialized Fields

code

int code
The SWT error code, one of SWT.ERROR_*.


throwable

java.lang.Throwable throwable
The underlying throwable that caused the problem, or null if this information is not available.


Eclipse Remote Application Platform

Copyright (c) EclipseSource and others 2002, 2013. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0