Serialized Form
-
Package io.guise.framework.component.layout
-
Class io.guise.framework.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
T extends Constraints constraints
The constraints for which a value changed.
-
-
-
-
Package io.guise.framework.converter
-
Class io.guise.framework.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, ornull
if the value being converted is not available.
-
-
-
-
Package io.guise.framework.event
-
Class io.guise.framework.event.AbstractFocusedGestureInputEvent extends AbstractGestureInputEvent implements Serializable
-
Class io.guise.framework.event.AbstractFocusedInputEvent extends AbstractInputEvent implements Serializable
-
Class io.guise.framework.event.AbstractGestureInputEvent extends AbstractInputEvent implements Serializable
-
Serialized Fields
-
keys
java.util.Set<Key> keys
The keys that were pressed when this event was generated.
-
-
-
Class io.guise.framework.event.AbstractGuiseEvent extends com.globalmentor.event.AbstractEvent implements Serializable
-
Serialized Fields
-
session
GuiseSession session
The Guise session in which this event was generated.
-
-
-
Class io.guise.framework.event.AbstractInputEvent extends AbstractGuiseEvent implements Serializable
-
Serialized Fields
-
consumed
boolean consumed
Whether the input associated with this event has been consumed.
-
-
-
Class io.guise.framework.event.AbstractKeyboardEvent extends AbstractFocusedGestureInputEvent implements Serializable
-
Serialized Fields
-
key
Key key
The key that was pressed.
-
-
-
Class io.guise.framework.event.AbstractMouseEvent extends AbstractGestureInputEvent implements Serializable
-
Serialized Fields
-
mousePosition
Point mousePosition
The position of the mouse relative to the viewport. -
target
java.lang.Object target
The target of the event, ornull
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.
-
-
-
Class io.guise.framework.event.AbstractTargetedGuiseEvent extends AbstractGuiseEvent implements Serializable
-
Serialized Fields
-
target
java.lang.Object target
The target of the event, ornull
if the event target is not known.
-
-
-
Class io.guise.framework.event.ActionEvent extends AbstractTargetedGuiseEvent implements Serializable
-
Serialized Fields
-
force
int force
The force with which the action was initiated. -
option
int option
The zero-based option indicated by this action.
-
-
-
Class io.guise.framework.event.CollectionEvent extends AbstractGuiseEvent implements Serializable
-
Serialized Fields
-
addedElement
E addedElement
The element that was added to the collection, ornull
if no element was added or it is unknown whether or which elements were added. -
removedElement
E removedElement
The element that was removed from the collection, ornull
if no element was removed or it is unknown whether or which elements were removed.
-
-
-
Class io.guise.framework.event.CommandEvent extends AbstractFocusedInputEvent implements Serializable
-
Serialized Fields
-
command
Command command
The command.
-
-
-
Class io.guise.framework.event.ComponentEvent extends AbstractTargetedGuiseEvent implements Serializable
-
Serialized Fields
-
component
Component component
The component affected by the event.
-
-
-
Class io.guise.framework.event.EditEvent extends AbstractTargetedGuiseEvent implements Serializable
-
Class io.guise.framework.event.KeyPressEvent extends AbstractKeyboardEvent implements Serializable
-
Class io.guise.framework.event.KeyReleaseEvent extends AbstractKeyboardEvent implements Serializable
-
Class io.guise.framework.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 io.guise.framework.event.ListSelectionEvent extends SetEvent<java.lang.Integer> implements Serializable
-
Class io.guise.framework.event.ModalEvent extends AbstractGuiseEvent implements Serializable
-
Class io.guise.framework.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 io.guise.framework.event.MouseEnterEvent extends AbstractMouseEvent implements Serializable
-
Class io.guise.framework.event.MouseExitEvent extends AbstractMouseEvent implements Serializable
-
Class io.guise.framework.event.NavigationEvent extends AbstractGuiseEvent implements Serializable
-
Serialized Fields
-
bookmark
Bookmark bookmark
The bookmark for which navigation should occur at the navigation path, ornull
if there is no bookmark involved in navigation. -
navigationPath
com.globalmentor.net.URIPath navigationPath
The navigation path relative to the application context path. -
referrerURI
java.net.URI referrerURI
The URI of the referring navigation panel or other entity with no query or fragment, ornull
if no referring URI is known.
-
-
-
Class io.guise.framework.event.NotificationEvent extends AbstractTargetedGuiseEvent implements Serializable
-
Serialized Fields
-
notification
Notification notification
The notification information.
-
-
-
Class io.guise.framework.event.ProgressEvent extends AbstractGuiseEvent implements Serializable
-
Class io.guise.framework.event.SetEvent extends CollectionEvent<E> implements Serializable
-
Class io.guise.framework.event.ValueEvent extends AbstractGuiseEvent implements Serializable
-
Serialized Fields
-
value
V value
The value being reported.
-
-
-
-
Package io.guise.framework.platform
-
Class io.guise.framework.platform.AbstractDepictEvent extends AbstractPlatformEvent implements Serializable
-
Class io.guise.framework.platform.AbstractPlatformEvent extends AbstractGuiseEvent implements Serializable
-
Class io.guise.framework.platform.PlatformDropEvent extends AbstractDepictEvent implements Serializable
-
Serialized Fields
-
dragSource
DepictedObject dragSource
The source of the drag-drop gesture.
-
-
-
Class io.guise.framework.platform.PlatformFocusEvent extends AbstractDepictEvent implements Serializable
-
-
Package io.guise.framework.platform.web
-
Class io.guise.framework.platform.web.AbstractWebDepictEvent extends AbstractDepictEvent implements Serializable
-
Class io.guise.framework.platform.web.AbstractWebPlatformEvent extends AbstractPlatformEvent implements Serializable
-
Class io.guise.framework.platform.web.GuiseHTTPServlet extends com.globalmentor.servlet.http.DefaultHTTPServlet implements Serializable
-
Serialized Fields
-
AJAX_REQUEST_COMPONENT_XPATH_EXPRESSION
com.globalmentor.xml.xpath.PathExpression AJAX_REQUEST_COMPONENT_XPATH_EXPRESSION
-
AJAX_REQUEST_CONTROL_XPATH_EXPRESSION
com.globalmentor.xml.xpath.PathExpression AJAX_REQUEST_CONTROL_XPATH_EXPRESSION
-
AJAX_REQUEST_EVENTS_WILDCARD_XPATH_EXPRESSION
com.globalmentor.xml.xpath.PathExpression AJAX_REQUEST_EVENTS_WILDCARD_XPATH_EXPRESSION
-
AJAX_REQUEST_MOUSE_XPATH_EXPRESSION
com.globalmentor.xml.xpath.PathExpression AJAX_REQUEST_MOUSE_XPATH_EXPRESSION
-
AJAX_REQUEST_SOURCE_XPATH_EXPRESSION
com.globalmentor.xml.xpath.PathExpression AJAX_REQUEST_SOURCE_XPATH_EXPRESSION
-
AJAX_REQUEST_TARGET_XPATH_EXPRESSION
com.globalmentor.xml.xpath.PathExpression AJAX_REQUEST_TARGET_XPATH_EXPRESSION
-
AJAX_REQUEST_VIEWPORT_XPATH_EXPRESSION
com.globalmentor.xml.xpath.PathExpression AJAX_REQUEST_VIEWPORT_XPATH_EXPRESSION
-
elff
com.globalmentor.text.elff.ELFF elff
The ELFF logger for this Guise application. -
elffWriterInitializer
com.globalmentor.io.IOOperation<java.io.Writer> elffWriterInitializer
The initializer for initializing ELFF writers. This implementation writes the default directives along with theStart-Date
directive. -
elffWriterUninitializer
com.globalmentor.io.IOOperation<java.io.Writer> elffWriterUninitializer
The uninitializer for uninitializing ELFF writers. This implementation writes theEnd-Date
directive. -
guiseApplication
AbstractGuiseApplication guiseApplication
The Guise application controlled by this servlet. -
guiseContainer
HTTPServletGuiseContainer guiseContainer
The Guise container that owns the applications. -
guiseContainerMutex
java.lang.Object guiseContainerMutex
The mutex that prevents two threads from trying to initialize the Guise container simultaneously.
-
-
-
Class io.guise.framework.platform.web.WebActionDepictEvent extends AbstractWebDepictEvent implements Serializable
-
Serialized Fields
-
actionID
java.lang.String actionID
The action identifier, ornull
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. -
targetID
java.lang.String targetID
The ID of the component target site, ornull
if there was no component target.
-
-
-
Class io.guise.framework.platform.web.WebChangeDepictEvent extends AbstractWebDepictEvent implements Serializable
-
Serialized Fields
-
properties
java.util.Map<java.lang.String,java.lang.Object> properties
The read-only map of properties.
-
-
-
Class io.guise.framework.platform.web.WebCommandDepictEvent extends AbstractWebDepictEvent implements Serializable
-
Serialized Fields
-
command
WebPlatformCommand command
The command. -
parameters
java.util.Map<java.lang.String,java.lang.Object> parameters
The read-only map of parameters, which will be encoded in JavaScript Object Notation (JSON).
-
-
-
Class io.guise.framework.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<java.lang.String,java.lang.Object,java.util.List<java.lang.Object>> parameterListMap
The map of parameter lists.
-
-
-
Class io.guise.framework.platform.web.WebInitializeEvent extends AbstractWebPlatformEvent implements Serializable
-
Serialized Fields
-
browserHeight
int browserHeight
The height of the browser. -
browserWidth
int browserWidth
The width of the browser. -
colorDepth
int colorDepth
The user color depth. -
hour
int hour
The hour of the browser. -
javaEnabled
boolean javaEnabled
Whether Java is enabled for the user. -
javascriptVersion
java.lang.String javascriptVersion
The version of JavaScript supported by the client, ornull
if JavaScript is not supported. -
language
java.lang.String language
The user language. -
referrerURI
java.net.URI referrerURI
The referring URI of the document, ornull
if there is no referrer. -
screenHeight
int screenHeight
The height of the screen. -
screenWidth
int screenWidth
The width of the screen. -
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.
-
-
-
Class io.guise.framework.platform.web.WebPollEvent extends AbstractWebPlatformEvent implements Serializable
-
Class io.guise.framework.platform.web.WebProgressDepictEvent extends AbstractWebDepictEvent implements Serializable
-
Serialized Fields
-
goal
long goal
The total amount of progress that will have been made upon completion, or -1 if the goal is unknown. -
progress
long progress
The amount of progress that has been made, or -1 if the progress is unknown. -
task
java.lang.String task
The task being performed, ornull
if not indicated. -
taskState
com.globalmentor.model.TaskState taskState
The state of the task.
-
-
-
-
Package io.guise.framework.platform.web.css
-
Class io.guise.framework.platform.web.css.Selector extends java.util.ArrayList<com.globalmentor.model.NameValuePair<Combinator,java.util.List<SimpleSelector>>> implements Serializable
-
-
Package io.guise.framework.prototype
-
Class io.guise.framework.prototype.AbstractCompositeComponentPrototypeProvisionStrategy extends AbstractPrototypeProvisionStrategy implements Serializable
-
Serialized Fields
-
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. -
parentComponent
CompositeComponent parentComponent
The composite component the top-level prototype provider children of which will be monitored.
-
-
-
Class io.guise.framework.prototype.AbstractMenuToolCompositeComponentPrototypeProvisionStrategy extends AbstractCompositeComponentPrototypeProvisionStrategy implements Serializable
-
Serialized Fields
-
lastComponents
java.util.Set<Component> 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. -
prototypeProvisionMenuComponentMap
com.globalmentor.collections.ReadWriteLockReverseMap<PrototypeProvision<?>,Component> 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<PrototypeProvision<?>,Component> 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.
-
-
-
Class io.guise.framework.prototype.AbstractPrototypeProvisionStrategy extends java.util.concurrent.locks.ReentrantReadWriteLock implements Serializable
-
Serialized Fields
-
prototypeProviders
java.util.Set<PrototypeProvider> 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.
-
-
-
Class io.guise.framework.prototype.DefaultMenuToolPrototypeProvisionStrategy extends AbstractMenuToolCompositeComponentPrototypeProvisionStrategy implements Serializable
-
Class io.guise.framework.prototype.FrameMenuToolPrototypeProvisionStrategy extends AbstractMenuToolCompositeComponentPrototypeProvisionStrategy implements Serializable
-
-
Package io.guise.framework.theme
-
Class io.guise.framework.theme.Theme extends java.util.ArrayList<Rule> implements Serializable
-
Serialized Fields
-
classRuleMap
com.globalmentor.collections.CollectionMap<java.lang.Class<?>,Rule,java.util.Set<Rule>> classRuleMap
The map of sets of rules that have selectors selecting classes. -
description
io.urf.model.UrfResourceDescription description
-
parent
Theme parent
The theme parent, ornull
if there is no resolving parent. -
uri
java.net.URI uri
-
-
-
-
Package io.guise.framework.validator
-
Class io.guise.framework.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, ornull
if the value being validated is not available.
-
-
-
Class io.guise.framework.validator.ValidationsException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
validationExceptionList
java.util.List<ValidationException> validationExceptionList
The mutable list of validation exceptions.
-
-
-