Serialized Form


Package com.guiseframework.component.layout

Class com.guiseframework.component.layout.LayoutConstraintsPropertyChangeEvent extends com.globalmentor.beans.GenericPropertyChangeEvent<V> implements Serializable

Serialized Fields

component

Component component
The component for which a constraint value changed.


constraints

Constraints constraints
The constraints for which a value changed.


Package com.guiseframework.converter

Class com.guiseframework.converter.ConversionException extends java.lang.Exception implements Serializable

Serialized Fields

value

java.lang.Object value
The value being converted, which may be of any type, or null if the value being converted is not available.


Package com.guiseframework.event

Class com.guiseframework.event.AbstractFocusedGestureInputEvent extends AbstractGestureInputEvent implements Serializable

Class com.guiseframework.event.AbstractFocusedInputEvent extends AbstractInputEvent implements Serializable

Class com.guiseframework.event.AbstractGestureInputEvent extends AbstractInputEvent implements Serializable

Serialized Fields

keys

java.util.Set<E> keys
The keys that were pressed when this event was generated.

Class com.guiseframework.event.AbstractGuiseEvent extends com.globalmentor.event.AbstractEvent implements Serializable

Serialized Fields

session

GuiseSession session
The Guise session in which this event was generated.

Class com.guiseframework.event.AbstractInputEvent extends AbstractGuiseEvent implements Serializable

Serialized Fields

consumed

boolean consumed
Whether the input associated with this event has been consumed.

Class com.guiseframework.event.AbstractKeyboardEvent extends AbstractFocusedGestureInputEvent implements Serializable

Serialized Fields

key

Key key
The key that was pressed.

Class com.guiseframework.event.AbstractMouseEvent extends AbstractGestureInputEvent implements Serializable

Serialized Fields

target

java.lang.Object target
The target of the event, or null if the event target is not known.


targetBounds

Rectangle targetBounds
The absolute bounds of the event target.


viewportBounds

Rectangle viewportBounds
The absolute bounds of the viewport.


mousePosition

Point mousePosition
The position of the mouse relative to the viewport.

Class com.guiseframework.event.AbstractTargetedGuiseEvent extends AbstractGuiseEvent implements Serializable

Serialized Fields

target

java.lang.Object target
The target of the event, or null if the event target is not known.

Class com.guiseframework.event.ActionEvent extends AbstractTargetedGuiseEvent implements Serializable

Serialized Fields

option

int option
The zero-based option indicated by this action.


force

int force
The force with which the action was initiated.

Class com.guiseframework.event.CollectionEvent extends AbstractGuiseEvent implements Serializable

Serialized Fields

addedElement

java.lang.Object addedElement
The element that was added to the collection, or null if no element was added or it is unknown whether or which elements were added.


removedElement

java.lang.Object removedElement
The element that was removed from the collection, or null if no element was removed or it is unknown whether or which elements were removed.

Class com.guiseframework.event.CommandEvent extends AbstractFocusedInputEvent implements Serializable

Serialized Fields

command

Command command
The command.

Class com.guiseframework.event.ComponentEvent extends AbstractTargetedGuiseEvent implements Serializable

Serialized Fields

component

Component component
The component affected by the event.

Class com.guiseframework.event.EditEvent extends AbstractTargetedGuiseEvent implements Serializable

Class com.guiseframework.event.KeyPressEvent extends AbstractKeyboardEvent implements Serializable

Class com.guiseframework.event.KeyReleaseEvent extends AbstractKeyboardEvent implements Serializable

Class com.guiseframework.event.ListEvent extends CollectionEvent<E> implements Serializable

Serialized Fields

index

int index
The index at which an element was added and/or removed, or -1 if the index is unknown.

Class com.guiseframework.event.ListSelectionEvent extends SetEvent<java.lang.Integer> implements Serializable

Class com.guiseframework.event.ModalEvent extends AbstractGuiseEvent implements Serializable

Class com.guiseframework.event.MouseClickEvent extends AbstractMouseEvent implements Serializable

Serialized Fields

button

MouseButton button
The button that was clicked.


count

int count
The number of clicks that were input (e.g. 1 for a single click, 2 for a double click, etc.).

Class com.guiseframework.event.MouseEnterEvent extends AbstractMouseEvent implements Serializable

Class com.guiseframework.event.MouseExitEvent extends AbstractMouseEvent implements Serializable

Class com.guiseframework.event.NavigationEvent extends AbstractGuiseEvent implements Serializable

Serialized Fields

navigationPath

com.globalmentor.net.URIPath navigationPath
The navigation path relative to the application context path.


bookmark

Bookmark bookmark
The bookmark for which navigation should occur at the navigation path, or null if there is no bookmark involved in navigation.


referrerURI

java.net.URI referrerURI
The URI of the referring navigation panel or other entity with no query or fragment, or null if no referring URI is known.

Class com.guiseframework.event.NotificationEvent extends AbstractTargetedGuiseEvent implements Serializable

Serialized Fields

notification

Notification notification
The notification information.

Class com.guiseframework.event.ProgressEvent extends AbstractGuiseEvent implements Serializable

Serialized Fields

task

java.lang.String task
The task being performed, or null if not indicated.


taskState

com.globalmentor.model.TaskState taskState
The state of the task.


progress

java.lang.Object progress
The current progress, or null if not known.


completion

java.lang.Object completion
The goal, or null if not known.

Class com.guiseframework.event.SetEvent extends CollectionEvent<E> implements Serializable

Class com.guiseframework.event.ValueEvent extends AbstractGuiseEvent implements Serializable

Serialized Fields

value

java.lang.Object value
The value being reported.


Package com.guiseframework.platform

Class com.guiseframework.platform.AbstractDepictEvent extends AbstractPlatformEvent implements Serializable

Class com.guiseframework.platform.AbstractPlatformEvent extends AbstractGuiseEvent implements Serializable

Class com.guiseframework.platform.PlatformDropEvent extends AbstractDepictEvent implements Serializable

Serialized Fields

dragSource

DepictedObject dragSource
The source of the drag-drop gesture.

Class com.guiseframework.platform.PlatformFocusEvent extends AbstractDepictEvent implements Serializable


Package com.guiseframework.platform.web

Class com.guiseframework.platform.web.AbstractWebDepictEvent extends AbstractDepictEvent implements Serializable

Class com.guiseframework.platform.web.AbstractWebPlatformEvent extends AbstractPlatformEvent implements Serializable

Class com.guiseframework.platform.web.WebActionDepictEvent extends AbstractWebDepictEvent implements Serializable

Serialized Fields

targetID

java.lang.String targetID
The ID of the component target site, or null if there was no component target.


actionID

java.lang.String actionID
The action identifier, or null if this event represents a general action.


option

int option
The zero-based option, such as 0 for a left click or 1 for a right click.

Class com.guiseframework.platform.web.WebChangeDepictEvent extends AbstractWebDepictEvent implements Serializable

Serialized Fields

properties

java.util.Map<K,V> properties
The read-only map of properties.

Class com.guiseframework.platform.web.WebCommandDepictEvent extends AbstractWebDepictEvent implements Serializable

Serialized Fields

command

WebPlatformCommand command
The command.


parameters

java.util.Map<K,V> parameters
The read-only map of parameters, which will be encoded in JavaScript Object Notation (JSON).

Class com.guiseframework.platform.web.WebFormEvent extends AbstractWebPlatformEvent implements Serializable

Serialized Fields

exhaustive

boolean exhaustive
Whether this event represents all components on the form.


parameterListMap

com.globalmentor.collections.CollectionMap<K,V,C extends java.util.Collection<V>> parameterListMap
The map of parameter lists.

Class com.guiseframework.platform.web.WebInitializeEvent extends AbstractWebPlatformEvent implements Serializable

Serialized Fields

hour

int hour
The hour of the browser.


utcOffset

int utcOffset
The current offset, in milliseconds, from UTC.


utcOffset01

int utcOffset01
The offset, in milliseconds, from UTC in January of the current year.


utcOffset06

int utcOffset06
The offset, in milliseconds, from UTC in June of the current year.


language

java.lang.String language
The user language.


colorDepth

int colorDepth
The user color depth.


screenWidth

int screenWidth
The width of the screen.


screenHeight

int screenHeight
The height of the screen.


browserWidth

int browserWidth
The width of the browser.


browserHeight

int browserHeight
The height of the browser.


javascriptVersion

java.lang.String javascriptVersion
The version of JavaScript supported by the client, or null if JavaScript is not supported.


javaEnabled

boolean javaEnabled
Whether Java is enabled for the user.


referrerURI

java.net.URI referrerURI
The referring URI of the document, or null if there is no referrer.

Class com.guiseframework.platform.web.WebPollEvent extends AbstractWebPlatformEvent implements Serializable

Class com.guiseframework.platform.web.WebProgressDepictEvent extends AbstractWebDepictEvent implements Serializable

Serialized Fields

task

java.lang.String task
The task being performed, or null if not indicated.


taskState

com.globalmentor.model.TaskState taskState
The state of the task.


progress

long progress
The amount of progress that has been made, or -1 if the progress is unknown.


goal

long goal
The total amount of progress that will have been made upon completion, or -1 if the goal is unknown.


Package com.guiseframework.platform.web.css

Class com.guiseframework.platform.web.css.Selector extends java.util.ArrayList<com.globalmentor.model.NameValuePair<Combinator,java.util.List<SimpleSelector>>> implements Serializable


Package com.guiseframework.prototype

Class com.guiseframework.prototype.AbstractCompositeComponentPrototypeProvisionStrategy extends AbstractPrototypeProvisionStrategy implements Serializable

Serialized Fields

parentComponent

CompositeComponent parentComponent
The composite component the top-level prototype provider children of which will be monitored.


compositeComponentListener

CompositeComponentListener compositeComponentListener
The listener that listens for prototype producers being added and removed and manages those that are top-level prototype producers under the parent component. If one or more prototypes provider is added or removed, prototype provisions are processed.

See Also:
AbstractPrototypeProvisionStrategy.processPrototypeProvisions()

Class com.guiseframework.prototype.AbstractMenuToolCompositeComponentPrototypeProvisionStrategy extends AbstractCompositeComponentPrototypeProvisionStrategy implements Serializable

Serialized Fields

prototypeProvisionMenuComponentMap

com.globalmentor.collections.ReadWriteLockReverseMap<K,V> prototypeProvisionMenuComponentMap
The reverse map of menu components that have been used to represent processed prototypes, keyed to the prototype infos they represent.


prototypeProvisionToolComponentMap

com.globalmentor.collections.ReadWriteLockReverseMap<K,V> prototypeProvisionToolComponentMap
The reverse map of tool components that have been used to represent processed prototypes, keyed to the prototype infos they represent; this map uses the same locks as the one for menu components.


lastComponents

java.util.Set<E> lastComponents
The weak set of static components in the menu or the toolbar that should be displayed last; all components based upon prototypes will be inserted before the components.

Class com.guiseframework.prototype.AbstractPrototypeProvisionStrategy extends java.util.concurrent.locks.ReentrantReadWriteLock implements Serializable

Serialized Fields

prototypeProviders

java.util.Set<E> prototypeProviders
The prototype providers known to this provision strategy.


prototypeProvisionsChangeListener

java.beans.PropertyChangeListener prototypeProvisionsChangeListener
The change listener that listens for the provided prototypes of a prototype provider to change, and in response gathers prototype provisions from all the prototype providers and processes them.

See Also:
AbstractPrototypeProvisionStrategy.processPrototypeProvisions()

Class com.guiseframework.prototype.DefaultMenuToolPrototypeProvisionStrategy extends AbstractMenuToolCompositeComponentPrototypeProvisionStrategy implements Serializable

Serialized Fields

menu

Menu menu
The menu being managed, or null if no menu is being managed.


toolbar

Toolbar toolbar
The toolbar being managed, or null if no toolbar is being managed.

Class com.guiseframework.prototype.FrameMenuToolPrototypeProvisionStrategy extends AbstractMenuToolCompositeComponentPrototypeProvisionStrategy implements Serializable


Package com.guiseframework.validator

Class com.guiseframework.validator.ValidationException extends java.lang.Exception implements Serializable

Serialized Fields

value

java.lang.Object value
The value being validated, which may be of any type, or null if the value being validated is not available.

Class com.guiseframework.validator.ValidationsException extends java.lang.Exception implements Serializable

Serialized Fields

validationExceptionList

java.util.List<E> validationExceptionList
The mutable list of validation exceptions.



Copyright © 2005-2010 GlobalMentor, Inc. All Rights Reserved.