Serialized Form
-
Package org.eclipse.rap.fileupload
-
Class org.eclipse.rap.fileupload.FileUploadEvent
class FileUploadEvent extends EventObject implements Serializable- serialVersionUID:
- 1L
-
Exception org.eclipse.rap.fileupload.UploadSizeLimitExceededException
class UploadSizeLimitExceededException extends Exception implements Serializable-
Serialized Fields
-
fileName
String fileName
-
sizeLimit
long sizeLimit
-
-
-
Exception org.eclipse.rap.fileupload.UploadTimeLimitExceededException
class UploadTimeLimitExceededException extends Exception implements Serializable-
Serialized Fields
-
fileName
String fileName
-
timeLimit
long timeLimit
-
-
-
-
Package org.eclipse.rap.json
-
Class org.eclipse.rap.json.JsonArray
class JsonArray extends JsonValue implements Serializable -
Class org.eclipse.rap.json.JsonObject
class JsonObject extends JsonValue implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
-
Class org.eclipse.rap.json.JsonValue
class JsonValue extends Object implements Serializable -
Exception org.eclipse.rap.json.ParseException
class ParseException extends RuntimeException implements Serializable-
Serialized Fields
-
column
int column
-
line
int line
-
offset
int offset
-
-
-
-
Package org.eclipse.rap.rwt.application
-
Class org.eclipse.rap.rwt.application.AbstractEntryPoint
class AbstractEntryPoint extends Object implements Serializable
-
-
Package org.eclipse.rap.rwt.client
-
Class org.eclipse.rap.rwt.client.WebClient
class WebClient extends Object implements Serializable
-
-
Package org.eclipse.rap.rwt.client.service
-
Package org.eclipse.rap.rwt.remote
-
Class org.eclipse.rap.rwt.remote.AbstractOperationHandler
class AbstractOperationHandler extends Object implements Serializable
-
-
Package org.eclipse.rap.rwt.service
-
Class org.eclipse.rap.rwt.service.ApplicationContextEvent
class ApplicationContextEvent extends EventObject implements Serializable- serialVersionUID:
- 1L
-
Class org.eclipse.rap.rwt.service.SettingStoreEvent
class SettingStoreEvent extends EventObject implements Serializable- serialVersionUID:
- 1L
-
Class org.eclipse.rap.rwt.service.UISessionEvent
class UISessionEvent extends EventObject implements Serializable- serialVersionUID:
- 1L
-
-
Package org.eclipse.rap.rwt.template
-
Class org.eclipse.rap.rwt.template.Cell
class Cell extends Object implements Serializable-
Serialized Fields
-
background
Color background
-
bindingIndex
int bindingIndex
-
bottom
org.eclipse.rap.rwt.template.Position bottom
-
font
Font font
-
foreground
Color foreground
-
height
Integer height
-
horizontalAlignment
int horizontalAlignment
-
isSelectable
boolean isSelectable
-
left
org.eclipse.rap.rwt.template.Position left
-
name
String name
-
right
org.eclipse.rap.rwt.template.Position right
-
top
org.eclipse.rap.rwt.template.Position top
-
type
String type
-
verticalAlignment
int verticalAlignment
-
width
Integer width
-
-
-
Class org.eclipse.rap.rwt.template.ImageCell
-
Serialized Fields
-
image
Image image
-
scaleMode
ImageCell.ScaleMode scaleMode
-
-
-
Class org.eclipse.rap.rwt.template.Template
class Template extends Object implements Serializable -
Class org.eclipse.rap.rwt.template.TextCell
-
Serialized Fields
-
text
String text
-
wrap
boolean wrap
-
-
-
-
Package org.eclipse.rap.rwt.theme
-
Class org.eclipse.rap.rwt.theme.BoxDimensions
class BoxDimensions extends Object implements Serializable-
Serialized Fields
-
bottom
int bottom
the value for the lower edge -
left
int left
the value for the left edge -
right
int right
the value for the right edge -
top
int top
the value for the upper edge
-
-
-
-
Package org.eclipse.swt
-
Error org.eclipse.swt.SWTError
class SWTError extends Error implements Serializable- serialVersionUID:
- 3833467327105808433L
-
Serialized Fields
-
code
int code
The SWT error code, one of SWT.ERROR_*. -
throwable
Throwable throwable
The underlying throwable that caused the problem, or null if this information is not available.
-
-
Exception org.eclipse.swt.SWTException
class SWTException extends RuntimeException implements Serializable- serialVersionUID:
- 3257282552304842547L
-
Serialized Fields
-
code
int code
The SWT error code, one of SWT.ERROR_*. -
throwable
Throwable throwable
The underlying throwable that caused the problem, or null if this information is not available.
-
-