A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

AboutPanel - Class in com.guiseframework.component
Panel to display information about an object such as the application.
AboutPanel() - Constructor for class com.guiseframework.component.AboutPanel
Default constructor with a default vertical flow layout.
AbstractActionControl - Class in com.guiseframework.component
Abstract control with an action model.
AbstractActionControl(InfoModel, ActionModel, Enableable) - Constructor for class com.guiseframework.component.AbstractActionControl
Info model, action model, and enableable object constructor.
AbstractActionPrototype - Class in com.guiseframework.prototype
Abstract prototype information for an action control.
AbstractActionPrototype() - Constructor for class com.guiseframework.prototype.AbstractActionPrototype
Default constructor.
AbstractActionPrototype(String) - Constructor for class com.guiseframework.prototype.AbstractActionPrototype
Label constructor.
AbstractActionPrototype(String, URI) - Constructor for class com.guiseframework.prototype.AbstractActionPrototype
Label and icon constructor.
AbstractActionValueControl<V> - Class in com.guiseframework.component
Abstract implementation of an action control containing a value.
AbstractActionValueControl(InfoModel, ActionModel, ValueModel<V>, Enableable) - Constructor for class com.guiseframework.component.AbstractActionValueControl
Info model, action model, value model, and enableable object constructor.
AbstractApplicationFrame - Class in com.guiseframework.component
Abstract implementation of an application frame.
AbstractApplicationFrame(Component) - Constructor for class com.guiseframework.component.AbstractApplicationFrame
Component constructor.
AbstractArrayCompositeComponent - Class in com.guiseframework.component
Abstract implementation of a composite component that keeps track of its child components at specific indices in an array.
AbstractArrayCompositeComponent(int) - Constructor for class com.guiseframework.component.AbstractArrayCompositeComponent
Maximum component count constructor with a default info model.
AbstractArrayCompositeComponent(InfoModel, int) - Constructor for class com.guiseframework.component.AbstractArrayCompositeComponent
Info model and maximum component count constructor.
AbstractBooleanSelectActionControl - Class in com.guiseframework.component
Selectable action control that stores a Boolean value in its model representing the selected state.
AbstractBooleanSelectActionControl(InfoModel, ActionModel, ValueModel<Boolean>, Enableable) - Constructor for class com.guiseframework.component.AbstractBooleanSelectActionControl
Info model, action model, value model, and enableable object constructor.
AbstractBox - Class in com.guiseframework.component
An abstract base class for boxes.
AbstractBox(Layout<? extends Constraints>) - Constructor for class com.guiseframework.component.AbstractBox
Layout constructor.
AbstractBrandedProduct<BRAND extends java.lang.Enum<BRAND> & BrandedProduct.Brand> - Class in com.guiseframework.platform
The default implementation of the identification of a branded product, such as a user agent or a plugin, on a particular platform.
AbstractBrandedProduct(String, BRAND, String, String, double, int[]) - Constructor for class com.guiseframework.platform.AbstractBrandedProduct
ID, brand, name, and version constructor.
AbstractButtonControl - Class in com.guiseframework.component
Abstract implementation of a button.
AbstractButtonControl(InfoModel, ActionModel, Enableable) - Constructor for class com.guiseframework.component.AbstractButtonControl
Info model, action model, and enableable object constructor.
AbstractCardCoupler - Class in com.guiseframework.coupler
Abstract coupler to one or more cards in a CardControl.
AbstractCardCoupler(Component...) - Constructor for class com.guiseframework.coupler.AbstractCardCoupler
Card constructor.
AbstractCardPanel - Class in com.guiseframework.component
An abstract panel with a card layout.
AbstractCardPanel(CardLayout) - Constructor for class com.guiseframework.component.AbstractCardPanel
Layout constructor.
AbstractComparableRangeValidator<V extends java.lang.Comparable<V>> - Class in com.guiseframework.validator
An abstract implementation of a range validator that handles comparable values.
AbstractComparableRangeValidator(V, V, V, boolean) - Constructor for class com.guiseframework.validator.AbstractComparableRangeValidator
Minimum, maximum, step, and value required constructor.
AbstractComponent - Class in com.guiseframework.component
An abstract implementation of a component.
AbstractComponent() - Constructor for class com.guiseframework.component.AbstractComponent
Default constructor.
AbstractComponent(InfoModel) - Constructor for class com.guiseframework.component.AbstractComponent
Info model constructor.
AbstractComponent.AbstractFlyoverFrameStrategy<S extends Component> - Class in com.guiseframework.component
An abstract flyover strategy that uses flyover frames.
AbstractComponent.AbstractFlyoverFrameStrategy(S) - Constructor for class com.guiseframework.component.AbstractComponent.AbstractFlyoverFrameStrategy
Component constructor.
AbstractComponent.AbstractFlyoverStrategy<S extends Component> - Class in com.guiseframework.component
An abstract implementation of a strategy for showing and hiding flyovers in response to mouse events.
AbstractComponent.AbstractFlyoverStrategy(S) - Constructor for class com.guiseframework.component.AbstractComponent.AbstractFlyoverStrategy
Component constructor.
AbstractComponent.DefaultFlyoverStrategy<S extends Component> - Class in com.guiseframework.component
The default strategy for showing and hiding flyovers in response to mouse events.
AbstractComponent.DefaultFlyoverStrategy(S) - Constructor for class com.guiseframework.component.AbstractComponent.DefaultFlyoverStrategy
Component constructor.
AbstractComponentDepictor<C extends Component> - Class in com.guiseframework.platform
An abstract implementation of a component depictor.
AbstractComponentDepictor() - Constructor for class com.guiseframework.platform.AbstractComponentDepictor
Default constructor.
AbstractComponentDepictor.DepictedCompositeComponentListener - Class in com.guiseframework.platform
A listener that marks this depiction as dirty if direct children are added or deleted.
AbstractComponentDepictor.DepictedCompositeComponentListener() - Constructor for class com.guiseframework.platform.AbstractComponentDepictor.DepictedCompositeComponentListener
 
AbstractCompositeComponent - Class in com.guiseframework.component
An abstract implementation of a composite component.
AbstractCompositeComponent(InfoModel) - Constructor for class com.guiseframework.component.AbstractCompositeComponent
Info model constructor.
AbstractCompositeComponentPrototypeProvisionStrategy - Class in com.guiseframework.prototype
Abstract strategy for keeping track of prototype providers and working with provisioned prototypes.
AbstractCompositeComponentPrototypeProvisionStrategy(CompositeComponent, PrototypeProvider...) - Constructor for class com.guiseframework.prototype.AbstractCompositeComponentPrototypeProvisionStrategy
Parent component and prototype providers constructor.
AbstractCompositeStateComponent<T,S extends AbstractCompositeStateComponent.ComponentState> - Class in com.guiseframework.component
A composite component that represents the state of its child components.
AbstractCompositeStateComponent(InfoModel) - Constructor for class com.guiseframework.component.AbstractCompositeStateComponent
Info model constructor.
AbstractCompositeStateComponent.ComponentState - Class in com.guiseframework.component
An encapsulation of the state of a representation component.
AbstractCompositeStateComponent.ComponentState(Component) - Constructor for class com.guiseframework.component.AbstractCompositeStateComponent.ComponentState
Constructor
AbstractCompositeStateControl<T,S extends AbstractCompositeStateComponent.ComponentState> - Class in com.guiseframework.component
An abstract implementation of a composite control that represents the state of its child components.
AbstractCompositeStateControl() - Constructor for class com.guiseframework.component.AbstractCompositeStateControl
Default constructor.
AbstractCompositeStateControl(InfoModel, Enableable) - Constructor for class com.guiseframework.component.AbstractCompositeStateControl
Info model and enableable object constructor.
AbstractConstraints - Class in com.guiseframework.component.layout
An abstract implementation of constraints of individual component layout.
AbstractConstraints() - Constructor for class com.guiseframework.component.layout.AbstractConstraints
 
AbstractContainer - Class in com.guiseframework.component
Abstract implementation of a container component.
AbstractContainer(Layout<? extends Constraints>) - Constructor for class com.guiseframework.component.AbstractContainer
Layout constructor with a default info model.
AbstractContainer(InfoModel, Layout<? extends Constraints>) - Constructor for class com.guiseframework.component.AbstractContainer
Info model and layout constructor.
AbstractContainerControl - Class in com.guiseframework.component
An abstract implementation of a container that is also a control.
AbstractContainerControl(Layout<?>) - Constructor for class com.guiseframework.component.AbstractContainerControl
Layout constructor with a default info model and enableable.
AbstractContainerControl(InfoModel, Enableable, Layout<?>) - Constructor for class com.guiseframework.component.AbstractContainerControl
Info model, enableable, and layout constructor.
AbstractContainerValueControl<V> - Class in com.guiseframework.component
An abstract implementation of a container that is also a value control.
AbstractContainerValueControl(Layout<?>, ValueModel<V>) - Constructor for class com.guiseframework.component.AbstractContainerValueControl
Layout and value model constructor.
AbstractControl - Class in com.guiseframework.component
An abstract implementation of a model component that allows user interaction to modify the model.
AbstractControl(InfoModel, Enableable) - Constructor for class com.guiseframework.component.AbstractControl
Info model and enableable object constructor.
AbstractConverter<V,L> - Class in com.guiseframework.converter
An abstract implementation an object that can convert a value from and to its lexical form.
AbstractConverter() - Constructor for class com.guiseframework.converter.AbstractConverter
 
AbstractDateStringLiteralConverter<V> - Class in com.guiseframework.converter
An object that can convert a date object from and to a string.
AbstractDateStringLiteralConverter(DateStringLiteralStyle, TimeStringLiteralStyle) - Constructor for class com.guiseframework.converter.AbstractDateStringLiteralConverter
Date style and time style constructor.
AbstractDecoratedWebComponentDepictor<C extends Component> - Class in com.guiseframework.platform.web
An abstract XHTML component depictor that writes component decorations such as label and error.
AbstractDecoratedWebComponentDepictor() - Constructor for class com.guiseframework.platform.web.AbstractDecoratedWebComponentDepictor
Default constructor with no element representation for the body.
AbstractDecoratedWebComponentDepictor(URI, String) - Constructor for class com.guiseframework.platform.web.AbstractDecoratedWebComponentDepictor
Body element namespace and local name constructor that doesn't create an empty element, even if there is no content.
AbstractDecoratedWebComponentDepictor(URI, String, boolean) - Constructor for class com.guiseframework.platform.web.AbstractDecoratedWebComponentDepictor
Body element namespace and local name constructor.
AbstractDepictContext - Class in com.guiseframework.platform
Abstract encapsulation of information related to the current depiction.
AbstractDepictContext(GuiseSession, Destination) - Constructor for class com.guiseframework.platform.AbstractDepictContext
Guise session constructor.
AbstractDepictedObject - Class in com.guiseframework.platform
Abstract implementation of an object that can be depicted on some platform.
AbstractDepictedObject() - Constructor for class com.guiseframework.platform.AbstractDepictedObject
Default constructor.
AbstractDepictEvent - Class in com.guiseframework.platform
The base class for events to or from a depicted object on some platform.
AbstractDepictEvent(DepictedObject) - Constructor for class com.guiseframework.platform.AbstractDepictEvent
Depicted object constructor.
AbstractDepictor<O extends DepictedObject> - Class in com.guiseframework.platform
An abstract strategy for depicting objects on some platform.
AbstractDepictor() - Constructor for class com.guiseframework.platform.AbstractDepictor
Default constructor.
AbstractDepictor.DepictedPropertyChangeListener - Class in com.guiseframework.platform
A listener that marks this depiction as dirty if changes occur.
AbstractDepictor.DepictedPropertyChangeListener() - Constructor for class com.guiseframework.platform.AbstractDepictor.DepictedPropertyChangeListener
 
AbstractDestination - Class in com.guiseframework
Abstract implementation of a navigation point, its properties, and its restrictions.
AbstractDestination(URIPath) - Constructor for class com.guiseframework.AbstractDestination
Path constructor.
AbstractDestination(Pattern) - Constructor for class com.guiseframework.AbstractDestination
Path pattern constructor.
AbstractDialogFrame<V> - Class in com.guiseframework.component
Abstract implementation of a frame meant for communication of a value.
AbstractDialogFrame(ValueModel<V>, Component) - Constructor for class com.guiseframework.component.AbstractDialogFrame
Value model, and component constructor.
AbstractEditComponentTextControl<EC extends Component> - Class in com.guiseframework.component
Control that allows some component text property to be edited in-place.
AbstractEditComponentTextControl(EC, String, ValueControl<String>, Flow) - Constructor for class com.guiseframework.component.AbstractEditComponentTextControl
Edited component, value control, and flow constructor.
AbstractEditComponentTextControl.Mode - Enum in com.guiseframework.component
The mode of this component; whether the component is being edited.
AbstractEditValueControl<V> - Class in com.guiseframework.component
Abstract value control that is an edit component.
AbstractEditValueControl(InfoModel, ValueModel<V>, Enableable) - Constructor for class com.guiseframework.component.AbstractEditValueControl
Info model, value model, and enableable constructor.
AbstractEditValuePanel<V> - Class in com.guiseframework.component
An abstract panel that edits a value.
AbstractEditValuePanel(Class<V>, Layout<? extends Constraints>) - Constructor for class com.guiseframework.component.AbstractEditValuePanel
Value class and layout constructor.
AbstractEffect - Class in com.guiseframework.component.effect
An abstract implementation of a component effect.
AbstractEffect() - Constructor for class com.guiseframework.component.effect.AbstractEffect
Default constructor with no delay.
AbstractEffect(int) - Constructor for class com.guiseframework.component.effect.AbstractEffect
Delay constructor.
AbstractEnableablePrototype - Class in com.guiseframework.prototype
Contains enableable prototype information, appropriate for a control, for example.
AbstractEnableablePrototype() - Constructor for class com.guiseframework.prototype.AbstractEnableablePrototype
Default constructor.
AbstractEnableablePrototype(String) - Constructor for class com.guiseframework.prototype.AbstractEnableablePrototype
Label constructor.
AbstractEnableablePrototype(String, URI) - Constructor for class com.guiseframework.prototype.AbstractEnableablePrototype
Label and icon constructor.
AbstractEnableableProxyPrototype<P extends Prototype & InfoModel & Enableable> - Class in com.guiseframework.prototype
An enableable prototype that is a proxy for another enableable prototype.
AbstractEnableableProxyPrototype(P) - Constructor for class com.guiseframework.prototype.AbstractEnableableProxyPrototype
Proxied prototype constructor.
AbstractEnumCompositeComponent<E extends java.lang.Enum<E>> - Class in com.guiseframework.component
Abstract implementation of a composite component that keeps track of its child components at specific indices in an array.
AbstractEnumCompositeComponent(E[]) - Constructor for class com.guiseframework.component.AbstractEnumCompositeComponent
Enum values constructor.
AbstractEnvironment - Class in com.guiseframework.platform
An abstract implementation of the platform user local environment.
AbstractEnvironment() - Constructor for class com.guiseframework.platform.AbstractEnvironment
 
AbstractFlowConstraints - Class in com.guiseframework.component.layout
Abstract constraints on individual component flow.
AbstractFlowConstraints() - Constructor for class com.guiseframework.component.layout.AbstractFlowConstraints
 
AbstractFlowLayout<T extends AbstractFlowConstraints> - Class in com.guiseframework.component.layout
A layout that flows information along an axis.
AbstractFlowLayout(Flow, boolean) - Constructor for class com.guiseframework.component.layout.AbstractFlowLayout
Flow and wrap constructor.
AbstractFlyoverFrame - Class in com.guiseframework.component
Abstract implementation of a frame for flyovers.
AbstractFlyoverFrame(Component) - Constructor for class com.guiseframework.component.AbstractFlyoverFrame
Component constructor.
AbstractFocusedGestureInputEvent - Class in com.guiseframework.event
An abstract gesture input event such as a keypress that is directed towards the component with input focus.
AbstractFocusedGestureInputEvent(Object, Key...) - Constructor for class com.guiseframework.event.AbstractFocusedGestureInputEvent
Source constructor.
AbstractFocusedInputEvent - Class in com.guiseframework.event
An abstract input event such as a command that is directed towards the component with input focus.
AbstractFocusedInputEvent(Object) - Constructor for class com.guiseframework.event.AbstractFocusedInputEvent
Source constructor.
AbstractFrame - Class in com.guiseframework.component
Abstract implementation of a frame.
AbstractFrame(Component) - Constructor for class com.guiseframework.component.AbstractFrame
Component constructor.
AbstractFrame.DefaultPrototypeProvider - Class in com.guiseframework.component
The default implementation of a prototype provider for a frame.
AbstractFrame.DefaultPrototypeProvider() - Constructor for class com.guiseframework.component.AbstractFrame.DefaultPrototypeProvider
 
AbstractFrame.FrameComponent - Enum in com.guiseframework.component
The enumeration of frame components.
AbstractGestureInput - Class in com.guiseframework.input
An abstract encapsulation of user input from a gesture.
AbstractGestureInput(Key...) - Constructor for class com.guiseframework.input.AbstractGestureInput
Keys constructor.
AbstractGestureInputEvent - Class in com.guiseframework.event
An abstract event providing information on input from a user gesture.
AbstractGestureInputEvent(Object, Key...) - Constructor for class com.guiseframework.event.AbstractGestureInputEvent
Source constructor.
AbstractGroupTreeNodeModel<V extends com.globalmentor.urf.maqro.Group> - Class in com.guiseframework.model.rdf.maqro
Abstract functionality for a tree node model that represents a group.
AbstractGroupTreeNodeModel(Class<V>) - Constructor for class com.guiseframework.model.rdf.maqro.AbstractGroupTreeNodeModel
Value class constructor with no initial value.
AbstractGroupTreeNodeModel(Class<V>, V) - Constructor for class com.guiseframework.model.rdf.maqro.AbstractGroupTreeNodeModel
Initial value constructor.
AbstractGroupTreeNodeModel(Class<V>, FollowupEvaluation, V) - Constructor for class com.guiseframework.model.rdf.maqro.AbstractGroupTreeNodeModel
Property and initial value constructor.
AbstractGuiseApplication - Class in com.guiseframework
An abstract base class for a Guise application.
AbstractGuiseApplication(URI) - Constructor for class com.guiseframework.AbstractGuiseApplication
URI constructor.
AbstractGuiseContainer - Class in com.guiseframework
An abstract base class for a Guise instance.
AbstractGuiseContainer(URI) - Constructor for class com.guiseframework.AbstractGuiseContainer
Container base URI constructor.
AbstractGuiseEvent - Class in com.guiseframework.event
The base class for custom Guise events.
AbstractGuiseEvent(Object) - Constructor for class com.guiseframework.event.AbstractGuiseEvent
Source constructor.
AbstractGuiseSession - Class in com.guiseframework
An abstract implementation that keeps track of the components of a user session.
AbstractGuiseSession(GuiseApplication, Platform) - Constructor for class com.guiseframework.AbstractGuiseSession
Application and platform constructor.
AbstractImageComponent - Class in com.guiseframework.component
An abstract implementation of an image component.
AbstractImageComponent(InfoModel, ImageModel) - Constructor for class com.guiseframework.component.AbstractImageComponent
Info model and image model constructor.
AbstractImageComponent.DefaultTransferable - Class in com.guiseframework.component
The default transferable object for an image.
AbstractImageComponent.DefaultTransferable(ImageComponent) - Constructor for class com.guiseframework.component.AbstractImageComponent.DefaultTransferable
Source constructor.
AbstractInputEvent - Class in com.guiseframework.event
An abstract event providing information on input such as a keystroke or a command.
AbstractInputEvent(Object) - Constructor for class com.guiseframework.event.AbstractInputEvent
Source constructor.
AbstractInputStrategy - Class in com.guiseframework.input
An abstract implementation of a strategy for processing input.
AbstractInputStrategy(InputStrategy) - Constructor for class com.guiseframework.input.AbstractInputStrategy
Parent constructor.
AbstractInteractionTreeNodeModel<V extends com.globalmentor.urf.maqro.Interaction> - Class in com.guiseframework.model.rdf.maqro
Abstract functionality for a tree node model that represents an interaction.
AbstractInteractionTreeNodeModel(Class<V>) - Constructor for class com.guiseframework.model.rdf.maqro.AbstractInteractionTreeNodeModel
Value class constructor with no initial value.
AbstractInteractionTreeNodeModel(Class<V>, V) - Constructor for class com.guiseframework.model.rdf.maqro.AbstractInteractionTreeNodeModel
Initial value constructor.
AbstractInteractionTreeNodeModel(Class<V>, FollowupEvaluation, V) - Constructor for class com.guiseframework.model.rdf.maqro.AbstractInteractionTreeNodeModel
Property and initial value constructor.
AbstractInteractionTreeNodeRepresentationStrategy<V extends com.globalmentor.urf.maqro.Interaction> - Class in com.guiseframework.component.rdf.maqro
Abstract functionality for a tree node representation strategy representing a MAQRO interaction.
AbstractInteractionTreeNodeRepresentationStrategy() - Constructor for class com.guiseframework.component.rdf.maqro.AbstractInteractionTreeNodeRepresentationStrategy
Default constructor with a default RDF XMLifier.
AbstractInteractionTreeNodeRepresentationStrategy(RDFXMLGenerator) - Constructor for class com.guiseframework.component.rdf.maqro.AbstractInteractionTreeNodeRepresentationStrategy
RDF XMLifier constructor.
AbstractKeyboardEvent - Class in com.guiseframework.event
An abstract event providing information on a keyboard key event.
AbstractKeyboardEvent(Object, Key, Key...) - Constructor for class com.guiseframework.event.AbstractKeyboardEvent
Source constructor.
AbstractLabel - Class in com.guiseframework.component
A abstract component the label of which comprises the main content of the component.
AbstractLabel() - Constructor for class com.guiseframework.component.AbstractLabel
Default constructor with a default info model.
AbstractLabel(InfoModel) - Constructor for class com.guiseframework.component.AbstractLabel
Info model constructor.
AbstractLabel.DefaultTransferable - Class in com.guiseframework.component
The default transferable object for a label.
AbstractLabel.DefaultTransferable(LabelComponent) - Constructor for class com.guiseframework.component.AbstractLabel.DefaultTransferable
Source constructor.
AbstractLayout<T extends Constraints> - Class in com.guiseframework.component.layout
Abstract implementation of layout information for a layout component.
AbstractLayout() - Constructor for class com.guiseframework.component.layout.AbstractLayout
 
AbstractLayout.ConstraintsPropertyChangeListener - Class in com.guiseframework.component.layout
A property change listener that listens for changes in a constraint object's properties and fires a layout constraints property change event in response.
AbstractLayout.ConstraintsPropertyChangeListener() - Constructor for class com.guiseframework.component.layout.AbstractLayout.ConstraintsPropertyChangeListener
 
AbstractLayoutComponent - Class in com.guiseframework.component
Abstract implementation of a layout component.
AbstractLayoutComponent(Layout<? extends Constraints>) - Constructor for class com.guiseframework.component.AbstractLayoutComponent
Layout constructor with a default info model.
AbstractLayoutComponent(InfoModel, Layout<? extends Constraints>) - Constructor for class com.guiseframework.component.AbstractLayoutComponent
Info model and layout constructor.
AbstractLayoutControl - Class in com.guiseframework.component
An abstract implementation of a layout component that is also a control.
AbstractLayoutControl(Layout<?>) - Constructor for class com.guiseframework.component.AbstractLayoutControl
Layout constructor with a default info model and enableable.
AbstractLayoutControl(InfoModel, Enableable, Layout<?>) - Constructor for class com.guiseframework.component.AbstractLayoutControl
Info model, enableable, and layout constructor.
AbstractLayoutValueControl<V> - Class in com.guiseframework.component
An abstract implementation of a layout component that is also a value control.
AbstractLayoutValueControl(Layout<?>, ValueModel<V>) - Constructor for class com.guiseframework.component.AbstractLayoutValueControl
Layout and value model constructor.
AbstractLinkControl - Class in com.guiseframework.component
Abstract implementation of a link.
AbstractLinkControl(InfoModel, ActionModel, Enableable) - Constructor for class com.guiseframework.component.AbstractLinkControl
Info model, action model, and enableable object constructor.
AbstractListCompositeComponent - Class in com.guiseframework.component
Abstract implementation of a composite component that keeps track of its child components in sequence.
AbstractListCompositeComponent(InfoModel) - Constructor for class com.guiseframework.component.AbstractListCompositeComponent
Info model constructor.
AbstractListSelectContainerControl - Class in com.guiseframework.component
An abstract list select control that is also a container.
AbstractListSelectContainerControl(AbstractValueLayout<?>) - Constructor for class com.guiseframework.component.AbstractListSelectContainerControl
Layout constructor.
AbstractListSelectContainerControl.ComponentRepresentationStrategy - Class in com.guiseframework.component
A strategy for to represent components in a list select model as themselves.
AbstractListSelectContainerControl.ComponentRepresentationStrategy() - Constructor for class com.guiseframework.component.AbstractListSelectContainerControl.ComponentRepresentationStrategy
 
AbstractListSelectControl<V> - Class in com.guiseframework.component
Abstract implementation of a control to allow selection by the user of a value from a list.
AbstractListSelectControl(ListSelectModel<V>, ListSelectControl.ValueRepresentationStrategy<V>) - Constructor for class com.guiseframework.component.AbstractListSelectControl
List select model and value representation strategy constructor.
AbstractListSelectControl.ConverterInfoModelValueRepresentationStrategy<VV> - Class in com.guiseframework.component
A list select value representation strategy that creates a component by converting the value to a info model.
AbstractListSelectControl.ConverterInfoModelValueRepresentationStrategy(Class<VV>, Class<? extends Component>) - Constructor for class com.guiseframework.component.AbstractListSelectControl.ConverterInfoModelValueRepresentationStrategy
Value class constructor with a default converter.
AbstractListSelectControl.ConverterInfoModelValueRepresentationStrategy(Class<? extends Component>, Converter<VV, String>) - Constructor for class com.guiseframework.component.AbstractListSelectControl.ConverterInfoModelValueRepresentationStrategy
Converter constructor.
AbstractListSelectControl.DefaultValueRepresentationStrategy<VV> - Class in com.guiseframework.component
A default list select value representation strategy that creates a Label.
AbstractListSelectControl.DefaultValueRepresentationStrategy(Class<VV>) - Constructor for class com.guiseframework.component.AbstractListSelectControl.DefaultValueRepresentationStrategy
Value class constructor with a default converter.
AbstractListSelectControl.DefaultValueRepresentationStrategy(Converter<VV, String>) - Constructor for class com.guiseframework.component.AbstractListSelectControl.DefaultValueRepresentationStrategy
Converter constructor.
AbstractListSelectControl.ValueComponentState - Class in com.guiseframework.component
An encapsulation of a component for a tree node along with other metadata, such as whether the component was editable when created.
AbstractListSelectControl.ValueComponentState(Component) - Constructor for class com.guiseframework.component.AbstractListSelectControl.ValueComponentState
Constructor
AbstractListSelectEditor<V> - Class in com.guiseframework.model
An abstract class for editing values in a list model.
AbstractListSelectEditor(ListSelectModel<V>) - Constructor for class com.guiseframework.model.AbstractListSelectEditor
List select model constructor.
AbstractListSelectionPolicy<V> - Class in com.guiseframework.model
An abstract implementation of a list selection strategy for a list select model.
AbstractListSelectionPolicy() - Constructor for class com.guiseframework.model.AbstractListSelectionPolicy
 
AbstractListSelectTableModel<V> - Class in com.guiseframework.model
An abstract implementation of a table model representing selectable list values.
AbstractListSelectTableModel(Class<V>, TableColumnModel<?>...) - Constructor for class com.guiseframework.model.AbstractListSelectTableModel
Constructs a list select table model indicating the type of values it can hold, using a default multiple selection strategy.
AbstractListSelectTableModel(Class<V>, ListSelectionPolicy<V>, TableColumnModel<?>...) - Constructor for class com.guiseframework.model.AbstractListSelectTableModel
Constructs a list select table model indicating the type of values it can hold.
AbstractMenu - Class in com.guiseframework.component
An abstract menu component.
AbstractMenu(InfoModel, ActionModel, Enableable, MenuLayout) - Constructor for class com.guiseframework.component.AbstractMenu
Info model, action model, enableable, and menu layout constructor.
AbstractMenuToolCompositeComponentPrototypeProvisionStrategy - Class in com.guiseframework.prototype
Abstract strategy for keeping track of prototype providers and working with provisioned prototypes, merging them into a menu and/or a toolbar of a frame.
AbstractMenuToolCompositeComponentPrototypeProvisionStrategy(CompositeComponent, PrototypeProvider...) - Constructor for class com.guiseframework.prototype.AbstractMenuToolCompositeComponentPrototypeProvisionStrategy
Parent component and prototype providers constructor.
AbstractModalFrame<R> - Class in com.guiseframework.component
Abstract implementation of a modal frame.
AbstractModalFrame(Component) - Constructor for class com.guiseframework.component.AbstractModalFrame
Component constructor.
AbstractModalNavigationPanel<R> - Class in com.guiseframework.component
Abstract implementation of a modal navigation panel.
AbstractModalNavigationPanel(Layout<?>) - Constructor for class com.guiseframework.component.AbstractModalNavigationPanel
Layout constructor.
AbstractModel - Class in com.guiseframework.model
A base abstract class implementing helpful functionality for models.
AbstractModel() - Constructor for class com.guiseframework.model.AbstractModel
Default constructor.
AbstractModeledColor<C extends java.lang.Enum<C> & ModeledColor.Component> - Class in com.guiseframework.style
Abstract representation of a color value in a color space.
AbstractModeledColor(double...) - Constructor for class com.guiseframework.style.AbstractModeledColor
Constructs a color with the given components.
AbstractModelGroup<M extends Model> - Class in com.guiseframework.model
An abstract implementation of a group of similar models for providing such functions as communication or mutual exclusion.
AbstractModelGroup(M...) - Constructor for class com.guiseframework.model.AbstractModelGroup
Model constructor.
AbstractMouseEvent - Class in com.guiseframework.event
An abstract event providing mouse input information.
AbstractMouseEvent(Object, Object, Rectangle, Rectangle, Point, Key...) - Constructor for class com.guiseframework.event.AbstractMouseEvent
Source and target constructor.
AbstractMouseInput - Class in com.guiseframework.input
An abstract encapsulation of user input from a mouse.
AbstractMouseInput(Key...) - Constructor for class com.guiseframework.input.AbstractMouseInput
Keys constructor.
AbstractMultipleCompositeComponent - Class in com.guiseframework.component
An abstract implementation of a composite component that can contain multiple components.
AbstractMultipleCompositeComponent(InfoModel) - Constructor for class com.guiseframework.component.AbstractMultipleCompositeComponent
Info model constructor.
AbstractNavigateActionListener - Class in com.guiseframework.event
An abstract that listens for action events and keeps information for navigating in response.
AbstractNavigateActionListener(URIPath) - Constructor for class com.guiseframework.event.AbstractNavigateActionListener
Constructs a listener to navigate to the provided path.
AbstractNavigateActionListener(URI) - Constructor for class com.guiseframework.event.AbstractNavigateActionListener
Constructs a listener to navigate to the provided URI.
AbstractNavigateActionListener(URI, String) - Constructor for class com.guiseframework.event.AbstractNavigateActionListener
Constructs a listener to navigate to the provided URI in the identified viewport.
AbstractNavigateModalActionListener - Class in com.guiseframework.event
A abstract object that listens for action events and keeps information for modally navigating in response.
AbstractNavigateModalActionListener(String, ModalNavigationListener) - Constructor for class com.guiseframework.event.AbstractNavigateModalActionListener
Constructs a listener to navigate modally to the provided path.
AbstractNavigateModalActionListener(URI, ModalNavigationListener) - Constructor for class com.guiseframework.event.AbstractNavigateModalActionListener
Constructs a listener to navigate modally to the provided URI.
AbstractNumberStringLiteralConverter<V extends java.lang.Number> - Class in com.guiseframework.converter
An abstract implementation an object that can convert a number from and to a string.
AbstractNumberStringLiteralConverter(NumberStringLiteralConverter.Style, Currency) - Constructor for class com.guiseframework.converter.AbstractNumberStringLiteralConverter
Style and currency constructor.
AbstractObjectTransferable<S> - Class in com.guiseframework.component.transfer
A abstract transferable that carries one or more Java objects.
AbstractObjectTransferable(S, Class<?>...) - Constructor for class com.guiseframework.component.transfer.AbstractObjectTransferable
Source and object esclass constructor.
AbstractOptionDialogFrame<O> - Class in com.guiseframework.component
Abstract implementation of a frame for communication of an option.
AbstractOptionDialogFrame(ValueModel<O>, Component, O...) - Constructor for class com.guiseframework.component.AbstractOptionDialogFrame
Value model, component, and options constructor.
AbstractPanel - Class in com.guiseframework.component
An abstract base class for panels.
AbstractPanel(Layout<? extends Constraints>) - Constructor for class com.guiseframework.component.AbstractPanel
Layout constructor.
AbstractPlatform - Class in com.guiseframework.platform
The platform on which Guise objects are being depicted.
AbstractPlatform(GuiseApplication) - Constructor for class com.guiseframework.platform.AbstractPlatform
Application constructor.
AbstractPlatformEvent - Class in com.guiseframework.platform
The base class for events to or from the platform on which objects are being depicted.
AbstractPlatformEvent(Object) - Constructor for class com.guiseframework.platform.AbstractPlatformEvent
Source constructor.
AbstractPlatformFile - Class in com.guiseframework.platform
An abstract implementation of a local file on a platform.
AbstractPlatformFile(String, long) - Constructor for class com.guiseframework.platform.AbstractPlatformFile
Name and size constructor.
AbstractPlatformMessage - Class in com.guiseframework.platform
The base class for messages to or from the platform on which objects are being depicted.
AbstractPlatformMessage() - Constructor for class com.guiseframework.platform.AbstractPlatformMessage
 
AbstractPresentationModel - Class in com.guiseframework.model.ui
An abstract implementation of presentation-related information.
AbstractPresentationModel() - Constructor for class com.guiseframework.model.ui.AbstractPresentationModel
Default constructor.
AbstractProduct - Class in com.guiseframework.platform
The default implementation of the identification of a product, such as a user agent or a plugin, on a particular platform.
AbstractProduct(String, String, String, double, int[]) - Constructor for class com.guiseframework.platform.AbstractProduct
ID, name, and version constructor.
AbstractPrototype - Class in com.guiseframework.prototype
Contains abstract prototype information for a component.
AbstractPrototype() - Constructor for class com.guiseframework.prototype.AbstractPrototype
Default constructor.
AbstractPrototype(String) - Constructor for class com.guiseframework.prototype.AbstractPrototype
Label constructor.
AbstractPrototype(String, URI) - Constructor for class com.guiseframework.prototype.AbstractPrototype
Label and icon constructor.
AbstractPrototypeProvider - Class in com.guiseframework.prototype
An abstract implementation of a prototype provider.
AbstractPrototypeProvider() - Constructor for class com.guiseframework.prototype.AbstractPrototypeProvider
 
AbstractPrototypeProvisionStrategy - Class in com.guiseframework.prototype
Abstract strategy for keeping track of prototype providers and working with provisioned prototypes.
AbstractPrototypeProvisionStrategy(PrototypeProvider...) - Constructor for class com.guiseframework.prototype.AbstractPrototypeProvisionStrategy
Prototype providers constructor.
AbstractProxyPrototype<P extends Prototype & InfoModel> - Class in com.guiseframework.prototype
Abstract prototype information that is a proxy for another prototype.
AbstractProxyPrototype(P) - Constructor for class com.guiseframework.prototype.AbstractProxyPrototype
Proxied prototype constructor.
AbstractRangeValidator<V> - Class in com.guiseframework.validator
An abstract implementation of a validator restricted to a range.
AbstractRangeValidator(V, V, V, boolean) - Constructor for class com.guiseframework.validator.AbstractRangeValidator
Minimum, maximum, step, and value required constructor.
AbstractRDFObjectTreeNodeRepresentationStrategy<V extends com.globalmentor.rdf.RDFObject> - Class in com.guiseframework.component.rdf
An abstract tree node representation strategy representing an RDF object.
AbstractRDFObjectTreeNodeRepresentationStrategy(RDFXMLGenerator) - Constructor for class com.guiseframework.component.rdf.AbstractRDFObjectTreeNodeRepresentationStrategy
RDF XMLifier constructor.
AbstractRDFResourceTreeNodeModel<V extends com.globalmentor.rdf.RDFResource> - Class in com.guiseframework.model.rdf
Abstract functionality for a tree node model that represents an RDF resource.
AbstractRDFResourceTreeNodeModel(Class<V>) - Constructor for class com.guiseframework.model.rdf.AbstractRDFResourceTreeNodeModel
Value class constructor with no initial value.
AbstractRDFResourceTreeNodeModel(Class<V>, V) - Constructor for class com.guiseframework.model.rdf.AbstractRDFResourceTreeNodeModel
Initial value constructor.
AbstractRDFResourceTreeNodeModel(Class<V>, RDFResource, V) - Constructor for class com.guiseframework.model.rdf.AbstractRDFResourceTreeNodeModel
Property and initial value constructor.
AbstractRDFResourceTreeNodeRepresentationStrategy<V extends com.globalmentor.rdf.RDFResource> - Class in com.guiseframework.component.rdf
Abstract functionality for a tree node representation strategy representing an RDF resource.
AbstractRDFResourceTreeNodeRepresentationStrategy() - Constructor for class com.guiseframework.component.rdf.AbstractRDFResourceTreeNodeRepresentationStrategy
Default constructor with a default RDF XMLifier.
AbstractRDFResourceTreeNodeRepresentationStrategy(RDFXMLGenerator) - Constructor for class com.guiseframework.component.rdf.AbstractRDFResourceTreeNodeRepresentationStrategy
RDF XMLifier constructor.
AbstractReferenceDestination - Class in com.guiseframework
Abstract implementation of a destination referencing another destination.
AbstractReferenceDestination(URIPath, Destination) - Constructor for class com.guiseframework.AbstractReferenceDestination
Path and referenced destination constructor.
AbstractReferenceDestination(Pattern, Destination) - Constructor for class com.guiseframework.AbstractReferenceDestination
Path pattern and referenced destination constructor.
AbstractRegularExpressionValidator<V> - Class in com.guiseframework.validator
An abstract validator that can validate against regular expressions.
AbstractRegularExpressionValidator(String) - Constructor for class com.guiseframework.validator.AbstractRegularExpressionValidator
Constructs a string regular expression validator from a regular expression string, without requiring a non-null value..
AbstractRegularExpressionValidator(String, boolean) - Constructor for class com.guiseframework.validator.AbstractRegularExpressionValidator
Constructs a string regular expression validator from a regular expression string.
AbstractRegularExpressionValidator(Pattern) - Constructor for class com.guiseframework.validator.AbstractRegularExpressionValidator
Constructs a string regular expression validator from a regular expression pattern, without requiring a non-null value.
AbstractRegularExpressionValidator(Pattern, boolean) - Constructor for class com.guiseframework.validator.AbstractRegularExpressionValidator
Constructs a string regular expression validator from a regular expression pattern.
AbstractSelectActionControl - Class in com.guiseframework.component
Abstract selectable action control.
AbstractSelectActionControl(InfoModel, ActionModel, Enableable) - Constructor for class com.guiseframework.component.AbstractSelectActionControl
Info model, action model, and enableable object constructor.
AbstractSelectActionControl.SelectActionListener - Class in com.guiseframework.component
An action listener that selects a select action listener if auto-select is turned on, toggling the select status if necessary.
AbstractSelectActionControl.SelectActionListener(SelectActionControl) - Constructor for class com.guiseframework.component.AbstractSelectActionControl.SelectActionListener
Select action control constructor.
AbstractSelectActionValueControl<V> - Class in com.guiseframework.component
Selectable action value control for which the selected state is distinct from the contained value.
AbstractSelectActionValueControl(InfoModel, ActionModel, ValueModel<V>, Enableable) - Constructor for class com.guiseframework.component.AbstractSelectActionValueControl
Info model, action model, value model, and enableable object constructor.
AbstractSequenceTaskPanel - Class in com.guiseframework.component
Abstract base class for a panel that allows progression in a sequence.
AbstractSequenceTaskPanel(SequenceTaskController) - Constructor for class com.guiseframework.component.AbstractSequenceTaskPanel
Task controller constructor.
AbstractSimpleWebComponentDepictor<C extends Component> - Class in com.guiseframework.platform.web
A component depictor that uses its top-level XHTML element as its main or body component.
AbstractSimpleWebComponentDepictor() - Constructor for class com.guiseframework.platform.web.AbstractSimpleWebComponentDepictor
Default constructor with no element representation.
AbstractSimpleWebComponentDepictor(URI, String) - Constructor for class com.guiseframework.platform.web.AbstractSimpleWebComponentDepictor
Element namespace and local name constructor that doesn't create an empty element, even if there is no content.
AbstractSimpleWebComponentDepictor(URI, String, boolean) - Constructor for class com.guiseframework.platform.web.AbstractSimpleWebComponentDepictor
Element namespace and local name constructor.
AbstractSingleCompositeComponent - Class in com.guiseframework.component
An abstract implementation of a composite component that can contain a single component.
AbstractSingleCompositeComponent(InfoModel) - Constructor for class com.guiseframework.component.AbstractSingleCompositeComponent
Info model constructor.
AbstractStringLiteralConverter<V> - Class in com.guiseframework.converter
An abstract implementation an object that can convert a value from and to a string.
AbstractStringLiteralConverter() - Constructor for class com.guiseframework.converter.AbstractStringLiteralConverter
 
AbstractTableModel - Class in com.guiseframework.model
An abstract implementation of a table model.
AbstractTableModel(TableColumnModel<?>...) - Constructor for class com.guiseframework.model.AbstractTableModel
Columns constructor.
AbstractTargetedGuiseEvent - Class in com.guiseframework.event
An abstract implementation of a Guise event that is targeted.
AbstractTargetedGuiseEvent(Object) - Constructor for class com.guiseframework.event.AbstractTargetedGuiseEvent
Source constructor.
AbstractTargetedGuiseEvent(Object, Object) - Constructor for class com.guiseframework.event.AbstractTargetedGuiseEvent
Source and target constructor.
AbstractTextControl<V> - Class in com.guiseframework.component
Control to accept text input from the user representing a particular value type.
AbstractTextControl(Class<V>) - Constructor for class com.guiseframework.component.AbstractTextControl
Value class constructor with a default data model to represent a given type and a default converter.
AbstractTextControl(ValueModel<V>) - Constructor for class com.guiseframework.component.AbstractTextControl
Value model constructor with a default converter.
AbstractTextControl(ValueModel<V>, Converter<V, String>) - Constructor for class com.guiseframework.component.AbstractTextControl
Value model and converter constructor.
AbstractTextDepictContext - Class in com.guiseframework.platform
Abstract encapsulation of text information related to the current depiction.
AbstractTextDepictContext(GuiseSession, Destination) - Constructor for class com.guiseframework.platform.AbstractTextDepictContext
Guise session constructor.
AbstractTransferable<S> - Class in com.guiseframework.component.transfer
An abstract object that can be transferred, such as between components using drag and drop.
AbstractTransferable(S) - Constructor for class com.guiseframework.component.transfer.AbstractTransferable
Source constructor.
AbstractURFDynamicTreeNodeModel<V> - Class in com.guiseframework.model.urf
Abstract dynamic functionality for all tree node models representing URF.
AbstractURFDynamicTreeNodeModel(Class<V>) - Constructor for class com.guiseframework.model.urf.AbstractURFDynamicTreeNodeModel
Value class constructor with no initial value.
AbstractURFDynamicTreeNodeModel(Class<V>, V) - Constructor for class com.guiseframework.model.urf.AbstractURFDynamicTreeNodeModel
Initial value constructor.
AbstractURFResourceTreeNodeRepresentationStrategy<V extends com.globalmentor.urf.URFResource> - Class in com.guiseframework.component.urf
An abstract tree node representation strategy representing an URF resource.
AbstractURFResourceTreeNodeRepresentationStrategy(TURFNamespaceLabelManager) - Constructor for class com.guiseframework.component.urf.AbstractURFResourceTreeNodeRepresentationStrategy
Namespace label manager constructor.
AbstractURIStringLiteralConverter - Class in com.guiseframework.converter
An abstract converter that converts a URI from and to a string literal, correctly resolving relative URIs.
AbstractURIStringLiteralConverter() - Constructor for class com.guiseframework.converter.AbstractURIStringLiteralConverter
 
AbstractValidator<V> - Class in com.guiseframework.validator
An abstract implementation of an object that can determine whether a value is valid.
AbstractValidator() - Constructor for class com.guiseframework.validator.AbstractValidator
Default constructor with no value required.
AbstractValidator(boolean) - Constructor for class com.guiseframework.validator.AbstractValidator
Value required constructor.
AbstractValueControl<V> - Class in com.guiseframework.component
Abstract implementation of a control to accept input from the user.
AbstractValueControl(InfoModel, ValueModel<V>, Enableable) - Constructor for class com.guiseframework.component.AbstractValueControl
Info model, value model, and enableable constructor.
AbstractValuedPanel<V> - Class in com.guiseframework.component
An abstract panel that represents a value.
AbstractValuedPanel(Class<V>, Layout<? extends Constraints>) - Constructor for class com.guiseframework.component.AbstractValuedPanel
Value class and layout constructor.
AbstractValueLayout<T extends Constraints> - Class in com.guiseframework.component.layout
A layout that manages the selection of child components, only one of which can be selected at a time.
AbstractValueLayout() - Constructor for class com.guiseframework.component.layout.AbstractValueLayout
Default constructor.
AbstractValueModel<V> - Class in com.guiseframework.model
An abstract implementation of a model representing a value.
AbstractValueModel(Class<V>) - Constructor for class com.guiseframework.model.AbstractValueModel
Constructs a value model indicating the type of value it can hold.
AbstractWebActionControlDepictor<C extends ActionControl> - Class in com.guiseframework.platform.web
Abstract depictor for rendering simple action controls in XHTML.
AbstractWebActionControlDepictor() - Constructor for class com.guiseframework.platform.web.AbstractWebActionControlDepictor
Default constructor with no element representation.
AbstractWebActionControlDepictor(URI, String) - Constructor for class com.guiseframework.platform.web.AbstractWebActionControlDepictor
Element namespace and local name constructor that doesn't create an empty element, even if there is no content.
AbstractWebActionControlDepictor(URI, String, boolean) - Constructor for class com.guiseframework.platform.web.AbstractWebActionControlDepictor
Element namespace and local name constructor.
AbstractWebComponentDepictor<C extends Component> - Class in com.guiseframework.platform.web
The abstract base class for all application/xhtml+xml depictions.
AbstractWebComponentDepictor() - Constructor for class com.guiseframework.platform.web.AbstractWebComponentDepictor
Default constructor with no element representation.
AbstractWebComponentDepictor(URI, String) - Constructor for class com.guiseframework.platform.web.AbstractWebComponentDepictor
Element namespace and local name constructor that doesn't create an empty element, even if there is no content.
AbstractWebComponentDepictor(URI, String, boolean) - Constructor for class com.guiseframework.platform.web.AbstractWebComponentDepictor
Element namespace and local name constructor.
AbstractWebDepictContext - Class in com.guiseframework.platform.web
Abstract implementation of information related to the current depiction on the web platform.
AbstractWebDepictContext(GuiseSession, Destination) - Constructor for class com.guiseframework.platform.web.AbstractWebDepictContext
Guise session constructor.
AbstractWebDepictEvent - Class in com.guiseframework.platform.web
The base class for events to or from a depicted object on the web platform.
AbstractWebDepictEvent(DepictedObject) - Constructor for class com.guiseframework.platform.web.AbstractWebDepictEvent
Depicted object constructor.
AbstractWebDepictor<O extends DepictedObject> - Class in com.guiseframework.platform.web
An abstract depictor for the web.
AbstractWebDepictor() - Constructor for class com.guiseframework.platform.web.AbstractWebDepictor
 
AbstractWebFrameDepictor<C extends Frame> - Class in com.guiseframework.platform.web
Abstract strategy for rendering a frame as a series of XHTML elements.
AbstractWebFrameDepictor() - Constructor for class com.guiseframework.platform.web.AbstractWebFrameDepictor
Default constructor with no element representation.
AbstractWebFrameDepictor(URI, String) - Constructor for class com.guiseframework.platform.web.AbstractWebFrameDepictor
Element namespace and local name constructor that doesn't create an empty element, even if there is no content.
AbstractWebFrameDepictor(URI, String, boolean) - Constructor for class com.guiseframework.platform.web.AbstractWebFrameDepictor
Element namespace and local name constructor.
AbstractWebLayoutComponentDepictor<C extends LayoutComponent> - Class in com.guiseframework.platform.web
The abstract base class for all application/xhtml+xml composite components that use layouts.
AbstractWebLayoutComponentDepictor() - Constructor for class com.guiseframework.platform.web.AbstractWebLayoutComponentDepictor
Default constructor with no element representation.
AbstractWebLayoutComponentDepictor(URI, String) - Constructor for class com.guiseframework.platform.web.AbstractWebLayoutComponentDepictor
Element namespace and local name constructor that doesn't create an empty element, even if there is no content.
AbstractWebLayoutComponentDepictor(URI, String, boolean) - Constructor for class com.guiseframework.platform.web.AbstractWebLayoutComponentDepictor
Element namespace and local name constructor.
AbstractWebMenuDepictor<C extends Menu> - Class in com.guiseframework.platform.web
Abstract strategy for rendering a menu.
AbstractWebMenuDepictor() - Constructor for class com.guiseframework.platform.web.AbstractWebMenuDepictor
Default constructor with no element representation.
AbstractWebMenuDepictor(URI, String) - Constructor for class com.guiseframework.platform.web.AbstractWebMenuDepictor
Element namespace and local name constructor that doesn't create an empty element, even if there is no content.
AbstractWebMenuDepictor(URI, String, boolean) - Constructor for class com.guiseframework.platform.web.AbstractWebMenuDepictor
Element namespace and local name constructor.
AbstractWebMessage - Class in com.guiseframework.platform.web
The base class for message to or from the web platform.
AbstractWebMessage() - Constructor for class com.guiseframework.platform.web.AbstractWebMessage
 
AbstractWebPlatform - Class in com.guiseframework.platform.web
An abstract implementation of a web platform for Guise.
AbstractWebPlatform(GuiseApplication) - Constructor for class com.guiseframework.platform.web.AbstractWebPlatform
Application.
AbstractWebPlatformEvent - Class in com.guiseframework.platform.web
The base class for events to or from the web platform.
AbstractWebPlatformEvent(Object) - Constructor for class com.guiseframework.platform.web.AbstractWebPlatformEvent
Source constructor.
AbstractWebPlatformFileCollectorDepictor - Class in com.guiseframework.platform.web
An abstract depictor for a collector of platform files for the web platform.
AbstractWebPlatformFileCollectorDepictor() - Constructor for class com.guiseframework.platform.web.AbstractWebPlatformFileCollectorDepictor
 
AbstractWebPlatformFileCollectorDepictor.WebPlatformFileCollectorCommand - Enum in com.guiseframework.platform.web
The web commands for controlling the platform file collector.
AbstractXHTMLDepictContext - Class in com.guiseframework.platform
Abstract encapsulation of application/xhtml+xml information related to the current depiction.
AbstractXHTMLDepictContext(GuiseSession, Destination) - Constructor for class com.guiseframework.platform.AbstractXHTMLDepictContext
Guise session constructor.
AbstractXMLDepictContext - Class in com.guiseframework.platform
Abstract encapsulation of text/xml information related to the current depiction.
AbstractXMLDepictContext(GuiseSession, Destination) - Constructor for class com.guiseframework.platform.AbstractXMLDepictContext
Guise session constructor.
acceptEdit() - Method in class com.guiseframework.component.AbstractEditComponentTextControl
Accepts edits.
acceptEdit(String) - Method in class com.guiseframework.component.AbstractEditComponentTextControl
Accepts edits with the given text.
AccordionMenu - Class in com.guiseframework.component
A menu that collapses its children's children between its children, like an accordion.
AccordionMenu(Flow) - Constructor for class com.guiseframework.component.AccordionMenu
Axis constructor.
AccordionMenu(InfoModel, ActionModel, Enableable, Flow) - Constructor for class com.guiseframework.component.AccordionMenu
Info model, action model, enableable, and menu layout constructor.
AccordionMenu(MenuPrototype, Flow) - Constructor for class com.guiseframework.component.AccordionMenu
Prototype and axis constructor.
action(int, int) - Method in class com.guiseframework.model.DefaultActionModel
Performs whatever is necessary.
action(int, int) - Method in class com.guiseframework.prototype.AbstractActionPrototype
Performs whatever is necessary.
action(int, int) - Method in class com.guiseframework.prototype.MenuPrototype
 
action(int, int) - Method in class com.guiseframework.prototype.NavigateActionPrototype
 
ACTION_CLASS - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
A component that can send back an action.
ACTION_INPUT_ID_SEGMENT - Static variable in class com.guiseframework.platform.web.WebApplicationFrameDepictor
The ID segment for the hidden action input field.
ACTION_PROPERTY - Static variable in class com.guiseframework.coupler.ActionCardCoupler
The bound property of the action.
ActionCardCoupler - Class in com.guiseframework.coupler
Associates an action control with a card in a card control.
ActionCardCoupler() - Constructor for class com.guiseframework.coupler.ActionCardCoupler
Default constructor.
ActionCardCoupler(ActionControl, Component...) - Constructor for class com.guiseframework.coupler.ActionCardCoupler
Action and cards constructor.
ActionControl - Interface in com.guiseframework.component
A general control with an action model.
ActionEvent - Class in com.guiseframework.event
An event indicating an action should take place.
ActionEvent(Object) - Constructor for class com.guiseframework.event.ActionEvent
Source constructor with a default force and option.
ActionEvent(Object, int, int) - Constructor for class com.guiseframework.event.ActionEvent
Source, force, and option constructor.
ActionEvent(Object, Object, int, int) - Constructor for class com.guiseframework.event.ActionEvent
Source, target, force, and option constructor.
ActionEvent(Object, ActionEvent) - Constructor for class com.guiseframework.event.ActionEvent
Copy constructor that specifies a different source.
ActionEvent.Command - Enum in com.guiseframework.event
The commands that can be represented by an action.
ActionListenable - Interface in com.guiseframework.event
An object that allows the registration of action listeners.
ActionListener - Interface in com.guiseframework.event
An object that listens for action events.
ActionModel - Interface in com.guiseframework.model
A model for a potential action.
actionPerformed(ActionEvent) - Method in class com.guiseframework.component.AbstractSelectActionControl.SelectActionListener
Called when an action is initiated.
actionPerformed(ActionEvent) - Method in class com.guiseframework.event.AbstractNavigateActionListener
Called when an action is initiated.
actionPerformed(ActionEvent) - Method in interface com.guiseframework.event.ActionListener
Called when an action is initiated.
actionPerformed(ActionEvent) - Method in class com.guiseframework.event.NavigateModalActionListener
Called when an action is initiated.
ActionPrototype - Interface in com.guiseframework.prototype
Contains prototype information for an action control.
ActionValueControl<V> - Interface in com.guiseframework.component
An action control that also contains a value in its model.
ACTIVE_PROPERTY - Static variable in interface com.guiseframework.model.Activeable
The active bound property.
Activeable - Interface in com.guiseframework.model
An object that can be set active or inactive.
add(int, Component) - Method in class com.guiseframework.component.AbstractContainer
Adds a child component with default constraints to the container at the specified index.
add(Component) - Method in class com.guiseframework.component.AbstractContainer
Adds a component with default constraints to the container.
add(int, Component, Constraints) - Method in class com.guiseframework.component.AbstractContainer
Adds a component along with constraints to the container at the specified index.
add(Component, Constraints) - Method in class com.guiseframework.component.AbstractContainer
Adds a component along with constraints to the container.
add(int, Prototype) - Method in class com.guiseframework.component.AbstractContainer
Adds a component based upon the given prototype to the container with default constraints at the specified index.
add(Prototype) - Method in class com.guiseframework.component.AbstractContainer
Adds a component based upon the given prototype to the container with default constraints.
add(int, Prototype, Constraints) - Method in class com.guiseframework.component.AbstractContainer
Adds a component based upon the given prototype to the container along with constraints at the specified index.
add(Prototype, Constraints) - Method in class com.guiseframework.component.AbstractContainer
Adds a component based upon the given prototype to the container along with constraints.
add(V) - Method in class com.guiseframework.component.AbstractListSelectControl
Appends the specified value to the end of this model.
add(int, V) - Method in class com.guiseframework.component.AbstractListSelectControl
Inserts the specified value at the specified position in this model.
add(Component) - Method in interface com.guiseframework.component.Container
Adds a component with default constraints to the container.
add(int, Component, Constraints) - Method in interface com.guiseframework.component.Container
Adds a component along with constraints to the container at the specified index.
add(Component, Constraints) - Method in interface com.guiseframework.component.Container
Adds a component along with constraints to the container.
add(int, Prototype) - Method in interface com.guiseframework.component.Container
Adds a component based upon the given prototype to the container with default constraints at the specified index.
add(Prototype) - Method in interface com.guiseframework.component.Container
Adds a component based upon the given prototype to the container with default constraints.
add(int, Prototype, Constraints) - Method in interface com.guiseframework.component.Container
Adds a component based upon the given prototype to the container along with constraints at the specified index.
add(Prototype, Constraints) - Method in interface com.guiseframework.component.Container
Adds a component based upon the given prototype to the container along with constraints.
add(M) - Method in class com.guiseframework.model.AbstractModelGroup
Adds a model to the group.
add(V) - Method in class com.guiseframework.model.DefaultListSelectModel
Appends the specified value to the end of this model.
add(int, V) - Method in class com.guiseframework.model.DefaultListSelectModel
Inserts the specified value at the specified position in this model.
add(TreeNodeModel<?>) - Method in class com.guiseframework.model.DefaultTreeNodeModel
Adds a child tree node to this tree node.
add(M) - Method in interface com.guiseframework.model.ModelGroup
Adds a model to the group.
add(TreeNodeModel<?>) - Method in interface com.guiseframework.model.TreeNodeModel
Adds a child tree node to this tree node.
add(Container, PrototypeProvision<?>) - Method in class com.guiseframework.prototype.AbstractMenuToolCompositeComponentPrototypeProvisionStrategy
Adds a prototype to a container in the correct order by examining the prototype information of the other components added to the container The prototype is inserted before the first component that was created from prototype info with a larger order.
add(ValidationException) - Method in exception com.guiseframework.validator.ValidationsException
Ensures that this collection contains the specified element (optional operation).
addActionListener(ActionListener) - Method in class com.guiseframework.component.AbstractActionControl
Adds an action listener.
addActionListener(ActionListener) - Method in class com.guiseframework.component.AbstractMenu
Adds an action listener.
addActionListener(ActionListener) - Method in class com.guiseframework.component.ImageActionControl
Adds an action listener.
addActionListener(ActionListener) - Method in class com.guiseframework.component.TreeControl
Adds an action listener.
addActionListener(ActionListener) - Method in interface com.guiseframework.event.ActionListenable
Adds an action listener.
addActionListener(ActionListener) - Method in class com.guiseframework.model.DefaultActionModel
Adds an action listener.
addActionListener(ActionListener) - Method in class com.guiseframework.model.DefaultTreeModel
Adds an action listener.
addActionListener(ActionListener) - Method in class com.guiseframework.model.DefaultTreeNodeModel
Adds an action listener.
addActionListener(ActionListener) - Method in class com.guiseframework.prototype.AbstractActionPrototype
Adds an action listener.
addActionListener(ActionListener) - Method in class com.guiseframework.prototype.ProxyActionPrototype
Adds an action listener.
addAll(Collection<? extends Component>) - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Appends all of the values in the specified collection to the end of this model, in the order that they are returned by the specified collection's iterator.
addAll(int, Collection<? extends Component>) - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Inserts all of the values in the specified collection into this model at the specified position.
addAll(Collection<? extends V>) - Method in class com.guiseframework.component.AbstractListSelectControl
Appends all of the values in the specified collection to the end of this model, in the order that they are returned by the specified collection's iterator.
addAll(int, Collection<? extends V>) - Method in class com.guiseframework.component.AbstractListSelectControl
Inserts all of the values in the specified collection into this model at the specified position.
addAll(Collection<? extends V>) - Method in class com.guiseframework.model.DefaultListSelectModel
Appends all of the values in the specified collection to the end of this model, in the order that they are returned by the specified collection's iterator.
addAll(int, Collection<? extends V>) - Method in class com.guiseframework.model.DefaultListSelectModel
Inserts all of the values in the specified collection into this model at the specified position.
addAll(Collection<? extends ValidationException>) - Method in exception com.guiseframework.validator.ValidationsException
Adds all of the elements in the specified collection to this collection (optional operation).
addChildFrame(Frame) - Method in class com.guiseframework.component.AbstractApplicationFrame
Adds a frame to the list of child frames.
addChildFrame(Frame) - Method in interface com.guiseframework.component.ApplicationFrame
Adds a frame to the list of child frames.
addColumn(TableColumnModel<?>) - Method in class com.guiseframework.model.AbstractTableModel
Adds a column to the table.
addCommandListener(CommandListener) - Method in class com.guiseframework.component.AbstractComponent
Adds a command listener.
addCommandListener(CommandListener) - Method in interface com.guiseframework.component.Component
Adds a command listener.
addComponent(int, Component) - Method in class com.guiseframework.component.AbstractLayoutComponent
Adds a child component at the specified index.
addComponent(int, Component) - Method in class com.guiseframework.component.AbstractListCompositeComponent
Adds a child component at the specified index.
addComponent(Component) - Method in class com.guiseframework.component.AbstractListCompositeComponent
Adds a child component to the last position.
addComponent(int, Component) - Method in class com.guiseframework.component.AbstractMenu
Adds a child component at the specified index.
addComponent(Component) - Method in class com.guiseframework.component.AbstractMultipleCompositeComponent
Adds a child component.
addComponent(Component) - Method in class com.guiseframework.component.BooleanValueControlSelectControl
Adds a component to the layout component with default constraints.
addComponent(Component) - Method in class com.guiseframework.component.layout.AbstractLayout
Adds a component to the layout.
addComponent(Component) - Method in class com.guiseframework.component.layout.AbstractValueLayout
Adds a component to the layout.
addComponent(Component) - Method in interface com.guiseframework.component.layout.Layout
Adds a component to the layout.
addComponent(int, Component) - Method in class com.guiseframework.component.SequenceCardPanel
Adds a child component at the specified index.
addCompositeComponentListener(CompositeComponentListener) - Method in class com.guiseframework.component.AbstractCompositeComponent
Adds a composite component listener.
addCompositeComponentListener(CompositeComponentListener) - Method in interface com.guiseframework.component.CompositeComponent
Adds a composite component listener.
addDestination(Destination) - Method in class com.guiseframework.AbstractGuiseApplication
Registers a destination so that it can be matched against one or more paths.
addDestination(Destination, boolean) - Method in class com.guiseframework.AbstractGuiseApplication
Registers a destination so that it can be matched against one or more paths.
addDestination(Destination) - Method in interface com.guiseframework.GuiseApplication
Registers a destination so that it can be matched against one or more paths.
addDestination(Destination, boolean) - Method in interface com.guiseframework.GuiseApplication
Registers a destination so that it can be matched against one or more paths.
addEditListener(EditListener) - Method in class com.guiseframework.component.AbstractEditComponentTextControl
Adds an edit listener.
addEditListener(EditListener) - Method in class com.guiseframework.component.AbstractEditValueControl
Adds an edit listener.
addEditListener(EditListener) - Method in class com.guiseframework.component.AbstractEditValuePanel
Adds an edit listener.
addEditListener(EditListener) - Method in class com.guiseframework.component.Table
Adds an edit listener.
addEditListener(EditListener) - Method in interface com.guiseframework.event.EditListenable
Adds an edit listener.
addExportStrategy(ExportStrategy<?>) - Method in class com.guiseframework.component.AbstractComponent
Adds an export strategy to the component.
addExportStrategy(ExportStrategy<?>) - Method in interface com.guiseframework.component.Component
Adds an export strategy to the component.
addFlowStyleIDs(Set<String>, Flow) - Method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
Adds flow style IDs to the given set of style IDs based upon the given flow.
addGuiseSession(GuiseSession) - Method in class com.guiseframework.AbstractGuiseContainer
Adds and initializes a Guise session.
addImpl(M) - Method in class com.guiseframework.model.AbstractModelGroup
Actual implementation of adding a model to the group.
addImpl(ValueModel<V>) - Method in class com.guiseframework.model.ValuePolicyModelGroup
Actual implementation of adding a model to the group.
addImportStrategy(ImportStrategy<?>) - Method in class com.guiseframework.component.AbstractComponent
Adds an import strategy to the component.
addImportStrategy(ImportStrategy<?>) - Method in interface com.guiseframework.component.Component
Adds an import strategy to the component.
addKeyListener(KeyboardListener) - Method in class com.guiseframework.component.AbstractComponent
Adds a key listener.
addKeyListener(KeyboardListener) - Method in interface com.guiseframework.component.Component
Adds a key listener.
addListListener(ListListener<Component>) - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Adds a list listener.
addListListener(ListListener<V>) - Method in class com.guiseframework.component.AbstractListSelectControl
Adds a list listener.
addListListener(ListListener<E>) - Method in interface com.guiseframework.event.ListListenable
Adds a list listener.
addListListener(ListListener<V>) - Method in class com.guiseframework.model.DefaultListSelectModel
Adds a list listener.
addListListener(ListListener<V>) - Method in interface com.guiseframework.model.ListSelectModel
Adds a list listener.
addListSelectionListener(ListSelectionListener<Component>) - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Adds a list selection listener.
addListSelectionListener(ListSelectionListener<V>) - Method in class com.guiseframework.component.AbstractListSelectControl
Adds a list selection listener.
addListSelectionListener(ListSelectionListener<V>) - Method in class com.guiseframework.model.DefaultListSelectModel
Adds a list selection listener.
addListSelectionListener(ListSelectionListener<V>) - Method in interface com.guiseframework.model.ListSelectModel
Adds a list selection listener.
addMouseListener(MouseListener) - Method in class com.guiseframework.component.AbstractComponent
Adds a mouse listener.
addMouseListener(MouseListener) - Method in interface com.guiseframework.component.Component
Adds a mouse listener.
addNotificationListener(NotificationListener) - Method in class com.guiseframework.component.AbstractComponent
Adds a notification listener.
addNotificationListener(NotificationListener) - Method in interface com.guiseframework.component.Component
Adds a notification listener.
addPreferenceProperty(String) - Method in class com.guiseframework.component.AbstractComponent
Adds a property to be saved and loaded as a preference.
addPreferenceProperty(String) - Method in interface com.guiseframework.component.Component
Adds a property to be saved and loaded as a preference.
addProgressListener(ProgressListener<Long>) - Method in class com.guiseframework.audio.Audio
Adds a progress listener.
addProgressListener(ProgressListener<Long>) - Method in class com.guiseframework.component.PlatformFileUploadPanel
Adds a progress listener.
addProgressListener(ProgressListener) - Method in class com.guiseframework.component.ResourceCollectControl
Adds a progress listener.
addProgressListener(ProgressListener<P>) - Method in interface com.guiseframework.event.ProgressListenable
Adds a progress listener.
addProgressListener(ProgressListener<Long>) - Method in class com.guiseframework.platform.AbstractPlatformFile
Adds a progress listener.
addProgressListener(ProgressListener<Long>) - Method in class com.guiseframework.platform.PlatformFileUploadTask
Adds a progress listener.
addPrototypeProvider(PrototypeProvider) - Method in class com.guiseframework.prototype.AbstractPrototypeProvisionStrategy
Add a prototoype provider to be managed.
addResourcePath(String) - Method in class com.guiseframework.component.ResourceCollectControl
Adds a new resource path.
addSelectedIndexes(int...) - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Adds a selection at the given indices.
addSelectedIndexes(int...) - Method in class com.guiseframework.component.AbstractListSelectControl
Adds a selection at the given indices.
addSelectedIndexes(int...) - Method in class com.guiseframework.model.DefaultListSelectModel
Adds a selection at the given indices.
addSelectedIndexes(int...) - Method in interface com.guiseframework.model.ListSelectModel
Adds a selection at the given indices.
AJAX_JAVASCRIPT_PATH - Static variable in interface com.guiseframework.platform.web.WebPlatform
The path of the AJAX JavaScript file, relative to the application.
ALICE_BLUE - Static variable in class com.guiseframework.style.RGBColor
 
ALIGNMENT_PROPERTY - Static variable in class com.guiseframework.component.layout.AbstractFlowConstraints
The bound property of the alignment.
ALIGNMENT_PROPERTY - Static variable in class com.guiseframework.component.layout.AbstractFlowLayout
The bound property of the alignment.
ALLOW_SCRIPT_ACCESS_PARAMETER - Static variable in class com.guiseframework.platform.web.WebFlashDepictor
The "allowScriptAccess" parameter.
ALLOW_SCRIPT_ACCESS_PARAMETER_ALWAYS - Static variable in class com.guiseframework.platform.web.WebFlashDepictor
The "allowScriptAccess" parameter "always" value.
ALLOW_SCRIPT_ACCESS_PARAMETER_NEVER - Static variable in class com.guiseframework.platform.web.WebFlashDepictor
The "allowScriptAccess" parameter "never" value.
ALLOW_SCRIPT_ACCESS_PARAMETER_SAME_DOMAIN - Static variable in class com.guiseframework.platform.web.WebFlashDepictor
The "allowScriptAccess" parameter "sameDomain" value.
ANTIQUE_WHITE - Static variable in class com.guiseframework.style.RGBColor
 
appendCSSOpacityProperty(StringBuilder, double) - Method in class com.guiseframework.platform.web.AbstractWebDepictContext
Appends a CSS property designation.
appendCSSValue(StringBuilder, Color) - Static method in class com.guiseframework.platform.web.AbstractWebDepictContext
Appends a CSS string representation of the given color.
appendCSSValue(StringBuilder, Cursor, Orientation) - Static method in class com.guiseframework.platform.web.AbstractWebDepictContext
Appends a CSS string representation of the given cursor.
appendCSSValue(StringBuilder, Extent) - Static method in class com.guiseframework.platform.web.AbstractWebDepictContext
Appends a CSS string representation of the given extent.
appendCSSValue(StringBuilder, FontStyle) - Static method in class com.guiseframework.platform.web.AbstractWebDepictContext
Appends a CSS string representation of the given font style.
appendCSSValue(StringBuilder, LineStyle) - Static method in class com.guiseframework.platform.web.AbstractWebDepictContext
Appends a CSS string representation of the given line style, such as used for a border style.
appendCSSValue(StringBuilder, List<?>) - Static method in class com.guiseframework.platform.web.AbstractWebDepictContext
Appends a CSS string containing the given list of items.
appendCSSValue(StringBuilder, URI) - Method in class com.guiseframework.platform.web.AbstractWebDepictContext
Appends a CSS string representation of the given URI.
APPLICATION_COPYRIGHT - Static variable in class com.guiseframework.Resources
 
APPLICATION_DESCRIPTION - Static variable in class com.guiseframework.Resources
 
APPLICATION_INIT_PARAMETER - Static variable in class com.guiseframework.platform.web.GuiseHTTPServlet
The init parameter, "application", used to specify the relative path to the application description file.
APPLICATION_LABEL - Static variable in class com.guiseframework.Resources
 
APPLICATION_NAME - Static variable in class com.guiseframework.Resources
 
APPLICATION_NAME_SHORT - Static variable in class com.guiseframework.Resources
 
APPLICATION_VERSION - Static variable in class com.guiseframework.Resources
 
ApplicationFrame - Interface in com.guiseframework.component
The root frame of an application.
apply(Object, PLOOPURFProcessor) - Method in class com.guiseframework.theme.Rule
Applies this rule to the given object.
apply(Object, PLOOPURFProcessor) - Method in class com.guiseframework.theme.Template
Applies this template to a given object.
apply(Object) - Method in class com.guiseframework.theme.Theme
Applies this theme to the given object.
APPLY_PROPERTY_URI - Static variable in class com.guiseframework.theme.Theme
The apply property name.
applyTheme() - Method in class com.guiseframework.component.AbstractComponent
Applies the theme to this object.
applyTheme(Theme) - Method in class com.guiseframework.component.AbstractComponent
Applies a theme and its parents to this object.
applyTheme() - Method in class com.guiseframework.component.AbstractLayoutComponent
Applies the theme to this object.
applyTheme(Theme) - Method in class com.guiseframework.component.AbstractLayoutComponent
Applies a theme and its parents to this object.
applyTheme() - Method in class com.guiseframework.component.BooleanValueControlSelectControl
Applies the theme to this object.
applyTheme(Theme) - Method in class com.guiseframework.component.BooleanValueControlSelectControl
Applies a theme and its parents to this object.
applyTheme() - Method in interface com.guiseframework.component.Component
Applies the theme to this object.
applyTheme(Theme) - Method in interface com.guiseframework.component.Component
Applies a theme and its parents to this object.
AQUA - Static variable in class com.guiseframework.style.RGBColor
 
AQUA_MARINE - Static variable in class com.guiseframework.style.RGBColor
 
ArrangeContainer - Interface in com.guiseframework.component
A container that that semantically demarcates an area that arranges other components.
ArrangePanel - Class in com.guiseframework.component
A panel that semantically demarcates an area that arranges other components.
ArrangePanel() - Constructor for class com.guiseframework.component.ArrangePanel
Default constructor with a default vertical flow layout.
ArrangePanel(Layout<?>) - Constructor for class com.guiseframework.component.ArrangePanel
Layout constructor.
asHSL() - Method in interface com.guiseframework.style.Color
 
asHSL() - Method in class com.guiseframework.style.HSLColor
 
asHSL() - Method in class com.guiseframework.style.ResourceColor
Returns the color in the HSL color space.
asHSL() - Method in class com.guiseframework.style.RGBColor
Converts this RGB color to an HSL color.
asRGB() - Method in interface com.guiseframework.style.Color
 
asRGB() - Method in class com.guiseframework.style.HSLColor
Converts this HSL color to an RGB color.
asRGB() - Method in class com.guiseframework.style.ResourceColor
Returns the color in the RGB color space.
asRGB() - Method in class com.guiseframework.style.RGBColor
 
ATTRIBUTE_ATTRIBUTE_HASH - Static variable in interface com.guiseframework.platform.web.WebPlatform
The Guise attribute containing the hash of the element attributes.
ATTRIBUTE_CLASS_CONTENT - Static variable in interface com.guiseframework.platform.web.WebPlatform
The HTML class attribute indicating content.
ATTRIBUTE_CONTENT_HASH - Static variable in interface com.guiseframework.platform.web.WebPlatform
The Guise attribute containing the hash of the element content.
ATTRIBUTE_CONTENT_TYPE - Static variable in interface com.guiseframework.platform.web.WebPlatform
The Guise attribute indicating the content type of an element's contents.
ATTRIBUTE_PATCH_TYPE - Static variable in interface com.guiseframework.platform.web.WebPlatform
The Guise attribute indicating the type of patching that should occur.
ATTRIBUTE_PATCH_TYPE_NO_VALUE - Static variable in interface com.guiseframework.platform.web.WebPlatform
The Guise attribute value indicating that no patching should occur on the value.
ATTRIBUTE_PATCH_TYPE_NONE - Static variable in interface com.guiseframework.platform.web.WebPlatform
The Guise attribute value indicating that no patching should occur.
ATTRIBUTE_PATCH_TYPE_TEMP - Static variable in interface com.guiseframework.platform.web.WebPlatform
The Guise attribute value indicating that the element is a temporary element that will be replaced later; functions just like "none" for patching except that this element will be removed from the original hierarchy.
Audio - Class in com.guiseframework.audio
Audio that can be played.
Audio() - Constructor for class com.guiseframework.audio.Audio
Default constructor.
Audio(URI) - Constructor for class com.guiseframework.audio.Audio
Audio URI constructor.
Audio.Depictor<A extends Audio> - Interface in com.guiseframework.audio
The custom depictor type for audio.
AUDIO_URI_PROPERTY - Static variable in class com.guiseframework.audio.Audio
The bound property of the audio URI.
AUDIO_URI_PROPERTY - Static variable in enum com.guiseframework.platform.web.WebAudioDepictor.AudioCommand
The property for specifying the URI of the audio.
authenticated(HttpServletRequest, URI, String, String, Principal, String, AuthenticateCredentials, boolean) - Method in class com.guiseframework.platform.web.GuiseHTTPServlet
Called when a principal has went through authentication and indicates the result of authentication.
AuthorizeUsersPanel - Class in com.guiseframework.demo
Authorize Users Guise demonstration panel.
AuthorizeUsersPanel() - Constructor for class com.guiseframework.demo.AuthorizeUsersPanel
Default constructor.
AuthorizeUsersPanel.UserAuthorizationTableModel - Class in com.guiseframework.demo
A table model based upon a list of users, each column representing a property of the user.
AuthorizeUsersPanel.UserAuthorizationTableModel(TableColumnModel<?>...) - Constructor for class com.guiseframework.demo.AuthorizeUsersPanel.UserAuthorizationTableModel
Constructs a demo user list select table model indicating the type of values it can hold, using a default multiple selection strategy.
AUTO_COMMIT_PATTERN_PROPERTY - Static variable in class com.guiseframework.component.AbstractTextControl
The auto commit pattern bound property.
AUTO_SELECT_PROPERTY - Static variable in interface com.guiseframework.component.SelectActionControl
The auto-select bound property.
AutoNavigationPathBreadcrumbLinkPanel - Class in com.guiseframework.component
A panel displaying a navigation path as a series of breadcrumb links for the path segments.
AutoNavigationPathBreadcrumbLinkPanel() - Constructor for class com.guiseframework.component.AutoNavigationPathBreadcrumbLinkPanel
Default constructor with a default horizontal flow layout.
AutoNavigationPathBreadcrumbLinkPanel(URIPath) - Constructor for class com.guiseframework.component.AutoNavigationPathBreadcrumbLinkPanel
Navigation path constructor with a default horizontal flow layout.
AutoNavigationPathBreadcrumbLinkPanel(Layout<?>) - Constructor for class com.guiseframework.component.AutoNavigationPathBreadcrumbLinkPanel
Layout constructor.
AutoNavigationPathBreadcrumbLinkPanel(Layout<?>, URIPath) - Constructor for class com.guiseframework.component.AutoNavigationPathBreadcrumbLinkPanel
Layout and URI constructor.
Axis - Enum in com.guiseframework.geometry
Indicates an absolute axis; for example, a direction of layout.
AXIS_PROPERTY - Static variable in class com.guiseframework.component.TabContainerControl
The axis bound property.
AXIS_PROPERTY - Static variable in class com.guiseframework.component.TabControl
The axis bound property.
AXIS_X_CLASS - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class indicating the X axis.
AXIS_Y_CLASS - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class indicating the Y axis.
AXIS_Z_CLASS - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class indicating the Z axis.
AZURE - Static variable in class com.guiseframework.style.RGBColor
 

B

BACKGROUND_COLOR_PROPERTY - Static variable in interface com.guiseframework.model.ui.PresentationModel
The bound property of the background color.
BaseURIStringLiteralConverter - Class in com.guiseframework.converter
A URI converter that resolves relative URIs to some base URI.
BaseURIStringLiteralConverter(URI) - Constructor for class com.guiseframework.converter.BaseURIStringLiteralConverter
Base URI constructor.
beginModalNavigation(ModalNavigationPanel<?>, ModalNavigation) - Method in class com.guiseframework.AbstractGuiseSession
Begins modal interaction for a particular modal panel.
beginModalNavigation(ModalNavigationPanel<?>, ModalNavigation) - Method in interface com.guiseframework.GuiseSession
Begins modal interaction for a particular modal panel.
beginModalNavigation(GuiseApplication, GuiseSession, ModalNavigation) - Method in class com.guiseframework.platform.web.GuiseHTTPServlet
Begins modal navigation based upon modal navigation information.
beginRegion(RegionLayout, RegionConstraints, Orientation) - Method in class com.guiseframework.platform.web.AbstractWebLayoutComponentDepictor
Writes an XHTML style attribute for the given region, if style information is needed for that region.
beginRegion(RegionLayout, RegionConstraints, Orientation, boolean, boolean) - Method in class com.guiseframework.platform.web.AbstractWebLayoutComponentDepictor
Writes an XHTML style attribute for the given region, if style information is needed for that region.
BEIGE - Static variable in class com.guiseframework.style.RGBColor
 
bind(Input, Input) - Method in class com.guiseframework.input.BindingInputStrategy
Binds the given input to other input.
bind(Input, ActionModel) - Method in class com.guiseframework.input.BindingInputStrategy
Binds the given input to an action.
BindingInputStrategy - Class in com.guiseframework.input
An input strategy based upon input bindings between input and other input or actions.
BindingInputStrategy() - Constructor for class com.guiseframework.input.BindingInputStrategy
Default constructor with no parent.
BindingInputStrategy(InputStrategy) - Constructor for class com.guiseframework.input.BindingInputStrategy
Parent constructor.
BISQUE - Static variable in class com.guiseframework.style.RGBColor
 
BLACK - Static variable in class com.guiseframework.style.RGBColor
 
BLANCHE_DALMOND - Static variable in class com.guiseframework.style.RGBColor
 
BLANK_MP3_PATH - Static variable in interface com.guiseframework.platform.web.WebPlatform
The path of the blank MP3 file, relative to the application.
BLUE - Static variable in class com.guiseframework.style.RGBColor
 
BLUE_VIOLET - Static variable in class com.guiseframework.style.RGBColor
 
BODY_END_PATTERN - Static variable in class com.guiseframework.platform.web.AbstractWebComponentDepictor
The pattern matching the HTML body end tag.
BODY_START_PATTERN - Static variable in class com.guiseframework.platform.web.AbstractWebComponentDepictor
The pattern matching the HTML body start tag.
BookDescriptionPanel - Class in com.guiseframework.demo
Drop Details Guise demonstration panel.
BookDescriptionPanel() - Constructor for class com.guiseframework.demo.BookDescriptionPanel
Default constructor.
Bookmark - Class in com.guiseframework
An identification of a saved state at a navigation point.
Bookmark(CharSequence) - Constructor for class com.guiseframework.Bookmark
String constructor.
Bookmark(List<Bookmark.Parameter>) - Constructor for class com.guiseframework.Bookmark
Parameter list constructor.
Bookmark(Bookmark.Parameter...) - Constructor for class com.guiseframework.Bookmark
Parameter array constructor.
Bookmark.Parameter - Class in com.guiseframework
A bookmark parameter name/value pair.
Bookmark.Parameter(String, String) - Constructor for class com.guiseframework.Bookmark.Parameter
Constructor specifying the name and value.
BOOKMARK_ENABLED_PROPERTY - Static variable in interface com.guiseframework.component.Component
The bound property of whether the component has bookmarks enabled.
BookmarksPanel - Class in com.guiseframework.demo
Bookmark Guise demonstration panel.
BookmarksPanel() - Constructor for class com.guiseframework.demo.BookmarksPanel
Default constructor.
BooleanSelectButton - Class in com.guiseframework.component
Button that stores a Boolean value in its model representing the selected state.
BooleanSelectButton() - Constructor for class com.guiseframework.component.BooleanSelectButton
Default constructor.
BooleanSelectButton(InfoModel, ActionModel, ValueModel<Boolean>, Enableable) - Constructor for class com.guiseframework.component.BooleanSelectButton
Info model, action model, value model, and enableable object constructor.
BooleanSelectButton(ValuePrototype<Boolean>) - Constructor for class com.guiseframework.component.BooleanSelectButton
Prototype constructor.
BooleanSelectLink - Class in com.guiseframework.component
Link that stores a Boolean value in its model representing the selected state.
BooleanSelectLink() - Constructor for class com.guiseframework.component.BooleanSelectLink
Default constructor.
BooleanSelectLink(InfoModel, ActionModel, ValueModel<Boolean>, Enableable) - Constructor for class com.guiseframework.component.BooleanSelectLink
Info model, action model, value model, and enableable object constructor.
BooleanSelectLink(ValuePrototype<Boolean>) - Constructor for class com.guiseframework.component.BooleanSelectLink
Prototype constructor.
BooleanSelectToolButton - Class in com.guiseframework.component
Button that stores a Boolean value in its model representing the selected state.
BooleanSelectToolButton() - Constructor for class com.guiseframework.component.BooleanSelectToolButton
Default constructor.
BooleanSelectToolButton(InfoModel, ActionModel, ValueModel<Boolean>, Enableable) - Constructor for class com.guiseframework.component.BooleanSelectToolButton
Info model, action model, value model, and enableable object constructor.
BooleanSelectToolButton(ValuePrototype<Boolean>) - Constructor for class com.guiseframework.component.BooleanSelectToolButton
Prototype constructor.
BooleanStringLiteralConverter - Class in com.guiseframework.converter
A converter that converts a Boolean from and to a string literal.
BooleanStringLiteralConverter() - Constructor for class com.guiseframework.converter.BooleanStringLiteralConverter
 
BooleanValueControlSelectControl<V> - Class in com.guiseframework.component
A list select control that uses child components to show the list items.
BooleanValueControlSelectControl(Class<V>) - Constructor for class com.guiseframework.component.BooleanValueControlSelectControl
Value class constructor with a default data model to represent a given type with multiple selection and a FlowLayout with Flow.PAGE flow.
BooleanValueControlSelectControl(Class<V>, ListSelectControl.ValueRepresentationStrategy<V>) - Constructor for class com.guiseframework.component.BooleanValueControlSelectControl
Value class and value representation strategy constructor with a default data model to represent a given type with multiple selection and a FlowLayout with Flow.PAGE flow.
BooleanValueControlSelectControl(Class<V>, ListSelectionPolicy<V>) - Constructor for class com.guiseframework.component.BooleanValueControlSelectControl
Value class and selection strategy constructor with a default data model to represent a given type and a FlowLayout with Flow.PAGE flow.
BooleanValueControlSelectControl(Class<V>, ListSelectionPolicy<V>, ListSelectControl.ValueRepresentationStrategy<V>) - Constructor for class com.guiseframework.component.BooleanValueControlSelectControl
Value class, selection strategy, and value representation strategy constructor with a default data model to represent a given type and a FlowLayout with Flow.PAGE flow.
BooleanValueControlSelectControl(ListSelectModel<V>) - Constructor for class com.guiseframework.component.BooleanValueControlSelectControl
List select model constructor with a FlowLayout with Flow.PAGE flow.
BooleanValueControlSelectControl(ListSelectModel<V>, ListSelectControl.ValueRepresentationStrategy<V>) - Constructor for class com.guiseframework.component.BooleanValueControlSelectControl
List select model and value representation strategy constructor with a FlowLayout with Flow.PAGE flow.
BooleanValueControlSelectControl(Class<V>, Layout<?>) - Constructor for class com.guiseframework.component.BooleanValueControlSelectControl
Value class and layout constructor with a default data model to represent a given type with multiple selection.
BooleanValueControlSelectControl(Class<V>, Layout<?>, ListSelectControl.ValueRepresentationStrategy<V>) - Constructor for class com.guiseframework.component.BooleanValueControlSelectControl
Value class, layout, and value representation strategy constructor with a default data model to represent a given type with multiple selection.
BooleanValueControlSelectControl(Class<V>, ListSelectionPolicy<V>, Layout<?>) - Constructor for class com.guiseframework.component.BooleanValueControlSelectControl
Value class, selection strategy, and layout constructor with a default data model to represent a given type.
BooleanValueControlSelectControl(Class<V>, ListSelectionPolicy<V>, Layout<?>, ListSelectControl.ValueRepresentationStrategy<V>) - Constructor for class com.guiseframework.component.BooleanValueControlSelectControl
Value class, selection strategy, layout, and value representation strategy constructor with a default data model to represent a given type.
BooleanValueControlSelectControl(ListSelectModel<V>, Layout<?>) - Constructor for class com.guiseframework.component.BooleanValueControlSelectControl
List select model and layout constructor.
BooleanValueControlSelectControl(ListSelectModel<V>, Layout<?>, ListSelectControl.ValueRepresentationStrategy<V>) - Constructor for class com.guiseframework.component.BooleanValueControlSelectControl
List select model, layout, and value representation strategy constructor.
Border - Enum in com.guiseframework.component.layout
The points at which the four logical flows end.
BORDER_LINE_FAR_COLOR_PROPERTY - Static variable in interface com.guiseframework.model.ui.PresentationModel
The bound property of the line far border color.
BORDER_LINE_FAR_EXTENT_PROPERTY - Static variable in interface com.guiseframework.model.ui.PresentationModel
The bound property of the line far border extent.
BORDER_LINE_FAR_STYLE_PROPERTY - Static variable in interface com.guiseframework.model.ui.PresentationModel
The bound property of the line far border style.
BORDER_LINE_NEAR_COLOR_PROPERTY - Static variable in interface com.guiseframework.model.ui.PresentationModel
The bound property of the line near border color.
BORDER_LINE_NEAR_EXTENT_PROPERTY - Static variable in interface com.guiseframework.model.ui.PresentationModel
The bound property of the line near border extent.
BORDER_LINE_NEAR_STYLE_PROPERTY - Static variable in interface com.guiseframework.model.ui.PresentationModel
The bound property of the line near border style.
BORDER_PAGE_FAR_COLOR_PROPERTY - Static variable in interface com.guiseframework.model.ui.PresentationModel
The bound property of the page far border color.
BORDER_PAGE_FAR_EXTENT_PROPERTY - Static variable in interface com.guiseframework.model.ui.PresentationModel
The bound property of the page far border extent.
BORDER_PAGE_FAR_STYLE_PROPERTY - Static variable in interface com.guiseframework.model.ui.PresentationModel
The bound property of the page far border style.
BORDER_PAGE_NEAR_COLOR_PROPERTY - Static variable in interface com.guiseframework.model.ui.PresentationModel
The bound property of the page near border color.
BORDER_PAGE_NEAR_EXTENT_PROPERTY - Static variable in interface com.guiseframework.model.ui.PresentationModel
The bound property of the page near border extent.
BORDER_PAGE_NEAR_STYLE_PROPERTY - Static variable in interface com.guiseframework.model.ui.PresentationModel
The bound property of the page near border style.
BorderLineFarColor() - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Returns the border color of the line far page near border.
BorderLineFarColor() - Method in interface com.guiseframework.model.ui.PresentationModel
Returns the border color of the line far page near border.
BorderLineFarExtent() - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Returns the border extent of the line far page near border.
BorderLineFarExtent() - Method in interface com.guiseframework.model.ui.PresentationModel
Returns the border extent of the line far page near border.
BorderLineFarStyle() - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Returns the border style of the line far page near border.
BorderLineFarStyle() - Method in interface com.guiseframework.model.ui.PresentationModel
Returns the border style of the line far page near border.
BorderLineNearColor() - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Returns the border color of the line near page near border.
BorderLineNearColor() - Method in interface com.guiseframework.model.ui.PresentationModel
Returns the border color of the line near page near border.
BorderLineNearExtent() - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Returns the border extent of the line near page near border.
BorderLineNearExtent() - Method in interface com.guiseframework.model.ui.PresentationModel
Returns the border extent of the line near page near border.
BorderLineNearStyle() - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Returns the border style of the line near page near border.
BorderLineNearStyle() - Method in interface com.guiseframework.model.ui.PresentationModel
Returns the border style of the line near page near border.
BorderPageFarColor() - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Returns the border color of the line far page far border.
BorderPageFarColor() - Method in interface com.guiseframework.model.ui.PresentationModel
Returns the border color of the line far page far border.
BorderPageFarExtent() - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Returns the border extent of the line far page far border.
BorderPageFarExtent() - Method in interface com.guiseframework.model.ui.PresentationModel
Returns the border extent of the line far page far border.
BorderPageFarStyle() - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Returns the border style of the line far page far border.
BorderPageFarStyle() - Method in interface com.guiseframework.model.ui.PresentationModel
Returns the border style of the line far page far border.
BorderPageNearColor() - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Returns the border color of the line near page far border.
BorderPageNearColor() - Method in interface com.guiseframework.model.ui.PresentationModel
Returns the border color of the line near page far border.
BorderPageNearExtent() - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Returns the border extent of the line near page far border.
BorderPageNearExtent() - Method in interface com.guiseframework.model.ui.PresentationModel
Returns the border extent of the line near page far border.
BorderPageNearStyle() - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Returns the border style of the line near page far border.
BorderPageNearStyle() - Method in interface com.guiseframework.model.ui.PresentationModel
Returns the border style of the line near page far border.
Box - Interface in com.guiseframework.component
Rectangular components that are laid out.
BrandedProduct<BRAND extends java.lang.Enum<BRAND> & BrandedProduct.Brand> - Interface in com.guiseframework.platform
The identification of a branded product, such as a user agent or a plugin, on the platform.
BrandedProduct.Brand - Interface in com.guiseframework.platform
The individual brand of the product.
Breadcrumb - Class in com.guiseframework
Encapsulates navigation information for particular location, such as the segment of a navigation URI.
Breadcrumb(URIPath) - Constructor for class com.guiseframework.Breadcrumb
Navigation path constructor.
Breadcrumb(URIPath, String) - Constructor for class com.guiseframework.Breadcrumb
Navigation path and Label constructor.
Breadcrumb(URIPath, String, URI) - Constructor for class com.guiseframework.Breadcrumb
Navigation path, label, and glyph URI constructor.
BROWN - Static variable in class com.guiseframework.style.RGBColor
 
browse() - Method in class com.guiseframework.platform.PlatformFileCollector
Requests that the user be presented a dialog for browsing files.
browse() - Method in interface com.guiseframework.platform.PlatformFileCollector.Depictor
Requests that user be displayed a dialog for browsing files.
browse() - Method in class com.guiseframework.platform.web.AbstractWebPlatformFileCollectorDepictor
Requests that the user be presented with a dialog to browse.
BUILD_ID - Static variable in class com.guiseframework.Guise
The identifier of this build.
buildLabelText(StringBuilder, TreeControl, TreeModel, TreeNodeModel<? extends V>, V) - Method in class com.guiseframework.component.rdf.AbstractRDFObjectTreeNodeRepresentationStrategy
Builds the label to be used for a tree node.
buildLabelText(StringBuilder, TreeControl, TreeModel, TreeNodeModel<? extends V>, V) - Method in class com.guiseframework.component.rdf.AbstractRDFResourceTreeNodeRepresentationStrategy
Builds the label to be used for a tree node.
buildLabelText(StringBuilder, TreeControl, TreeModel, TreeNodeModel<? extends V>, V) - Method in class com.guiseframework.component.rdf.maqro.AbstractInteractionTreeNodeRepresentationStrategy
Builds the label to be used for a tree node.
buildLabelText(StringBuilder, TreeControl, TreeModel, TreeNodeModel<? extends Question>, Question) - Method in class com.guiseframework.component.rdf.maqro.QuestionTreeNodeRepresentationStrategy
Builds the label to be used for a tree node.
buildLabelText(StringBuilder, TreeControl, TreeModel, TreeNodeModel<? extends RDFLiteral>, RDFLiteral) - Method in class com.guiseframework.component.rdf.RDFLiteralTreeNodeRepresentationStrategy
Builds the label to be used for a tree node.
buildLabelText(StringBuilder, TreeControl, TreeModel, TreeNodeModel<N>, N) - Method in class com.guiseframework.component.urf.AbstractURFResourceTreeNodeRepresentationStrategy
Builds the label to be used for a tree node.
BURLY_WOOD - Static variable in class com.guiseframework.style.RGBColor
 
BUSY_ID_SEGMENT - Static variable in class com.guiseframework.platform.web.WebApplicationFrameDepictor
The ID segment for the busy information.
BusyPanel - Class in com.guiseframework.component
The default panel used to indicate Guise busy status.
BusyPanel() - Constructor for class com.guiseframework.component.BusyPanel
Default constructor.
Button - Class in com.guiseframework.component
Control with an action model rendered as a button.
Button() - Constructor for class com.guiseframework.component.Button
Default constructor.
Button(String) - Constructor for class com.guiseframework.component.Button
Label constructor.
Button(String, URI) - Constructor for class com.guiseframework.component.Button
Label and icon constructor.
Button(InfoModel, ActionModel, Enableable) - Constructor for class com.guiseframework.component.Button
Info model, action model, and enableable object constructor.
Button(ActionPrototype) - Constructor for class com.guiseframework.component.Button
Prototype constructor.
Button - Enum in com.guiseframework.platform.web
A button on a mouse as reported by a browser's Event.button property.
ButtonControl - Interface in com.guiseframework.component
An action control with button behavior, including a "push" user interface.

C

CACHED_IMAGE_QUERY_PROPERTY - Static variable in class com.guiseframework.model.CachedImageModel
The cached image query bound property.
CACHED_IMAGE_URI_PROPERTY - Static variable in class com.guiseframework.model.CachedImageModel
The cached image URI bound property.
CachedImageModel<Q,V> - Class in com.guiseframework.model
An image model that can initiate retrieval of an image from a cache and update the image when fetching succeeds.
CachedImageModel(Cache<Q, V>) - Constructor for class com.guiseframework.model.CachedImageModel
Cache constructor.
CachedImageModel(Cache<Q, V>, URI) - Constructor for class com.guiseframework.model.CachedImageModel
Cached image URI constructor.
CachedImageModel.CachedImageListener - Class in com.guiseframework.model
A listener that changes the image URI when the an image is fetched into the cache.
CachedImageModel.CachedImageListener() - Constructor for class com.guiseframework.model.CachedImageModel.CachedImageListener
 
CADET_BLUE - Static variable in class com.guiseframework.style.RGBColor
 
CalendarControl - Class in com.guiseframework.component
Control that allows selection of a date.
CalendarControl() - Constructor for class com.guiseframework.component.CalendarControl
Default constructor with a default data model.
CalendarControl(ValueModel<Date>) - Constructor for class com.guiseframework.component.CalendarControl
Value model constructor.
CalendarControl.DayRepresentationStrategy - Class in com.guiseframework.component
A cell representation strategy for calendar days.
CalendarControl.DayRepresentationStrategy() - Constructor for class com.guiseframework.component.CalendarControl.DayRepresentationStrategy
 
CalendarDialogFrame - Class in com.guiseframework.component
A dialog frame meant for accepting entry of a date.
CalendarDialogFrame() - Constructor for class com.guiseframework.component.CalendarDialogFrame
Default constructor with no date.
CalendarDialogFrame(Date) - Constructor for class com.guiseframework.component.CalendarDialogFrame
Default date constructor.
CalendarDialogFrame(ValueModel<Date>) - Constructor for class com.guiseframework.component.CalendarDialogFrame
Value model constructor.
CalendarMonthTableModel - Class in com.guiseframework.model
A table model representing the days of a calendar month.
CalendarMonthTableModel() - Constructor for class com.guiseframework.model.CalendarMonthTableModel
Default constructor for current month using the current date.
CalendarMonthTableModel(Date) - Constructor for class com.guiseframework.model.CalendarMonthTableModel
Date constructor.
CalendarMonthTableModel.WeekDayTableColumnModel - Class in com.guiseframework.model
A day-of-week column in a calendar month table.
CalendarMonthTableModel.WeekDayTableColumnModel(int) - Constructor for class com.guiseframework.model.CalendarMonthTableModel.WeekDayTableColumnModel
Day-of-week constructor.
CalendarsPanel - Class in com.guiseframework.demo
Calendars Guise demonstration panel.
CalendarsPanel() - Constructor for class com.guiseframework.demo.CalendarsPanel
Default constructor.
CalendarStringLiteralConverter - Class in com.guiseframework.converter
An object that can convert a calendar from and to a string.
CalendarStringLiteralConverter(DateStringLiteralStyle) - Constructor for class com.guiseframework.converter.CalendarStringLiteralConverter
Date style constructor with no time style.
CalendarStringLiteralConverter(DateStringLiteralStyle, TimeStringLiteralStyle) - Constructor for class com.guiseframework.converter.CalendarStringLiteralConverter
Date style and time style constructor.
cancel() - Method in interface com.guiseframework.component.ResourceCollectControl.Depictor
Requests that resource collection be canceled.
cancel() - Method in class com.guiseframework.component.SequenceCardPanel
Cancels the sequence.
cancel() - Method in interface com.guiseframework.platform.PlatformFile
Cancels the current upload or download.
cancel(PlatformFile) - Method in class com.guiseframework.platform.PlatformFileCollector
Cancels a platform file upload or download.
cancel(PlatformFile) - Method in interface com.guiseframework.platform.PlatformFileCollector.Depictor
Cancels a platform file upload or download.
cancel() - Method in class com.guiseframework.platform.PlatformFileUploadTask
Cancels the task.
cancel(PlatformFile) - Method in class com.guiseframework.platform.web.AbstractWebPlatformFileCollectorDepictor
Cancels a platform file upload or download.
cancel() - Method in class com.guiseframework.platform.web.WebPlatformFile
Cancels the current upload or download.
cancel() - Method in class com.guiseframework.platform.web.WebResourceCollectDepictor
Requests that resource collection be canceled.
cancelReceive() - Method in class com.guiseframework.component.ResourceCollectControl
Cancels any currently occurring resource transfers.
canClose() - Method in class com.guiseframework.component.AbstractApplicationFrame
Determines whether the frame should be allowed to close.
canClose() - Method in class com.guiseframework.component.AbstractFrame
Determines whether the frame should be allowed to close.
canClose() - Method in interface com.guiseframework.component.Frame
Determines whether the frame should be allowed to close.
canImportTransfer(C, Transferable<?>) - Method in interface com.guiseframework.component.transfer.ImportStrategy
Determines whether this strategy can import the given transferable object.
canSubstitute(HttpServletRequest, URI, URI) - Method in class com.guiseframework.platform.web.GuiseHTTPServlet
Determines if another URI can be substituted for the requested URI.
canTransfer(ContentType) - Method in class com.guiseframework.component.transfer.AbstractObjectTransferable
Determines whether this transferable can transfer data with the given content type.
canTransfer(ContentType) - Method in class com.guiseframework.component.transfer.AbstractTransferable
Determines whether this transferable can transfer data with the given content type.
canTransfer(ContentType) - Method in interface com.guiseframework.component.transfer.Transferable
Determines whether this transferable can transfer data with the given content type.
canTransition(int) - Method in interface com.guiseframework.model.SequenceTransitionable
Determines whether transition can occur to the given relative index.
CARD_PROPERTY - Static variable in class com.guiseframework.coupler.AbstractCardCoupler
The bound property of the connected card.
CardConstraints - Class in com.guiseframework.component.layout
Constraints on an individual component in a card layout.
CardConstraints() - Constructor for class com.guiseframework.component.layout.CardConstraints
Default constructor.
CardConstraints(boolean) - Constructor for class com.guiseframework.component.layout.CardConstraints
Enabled constructor.
CardConstraints(String) - Constructor for class com.guiseframework.component.layout.CardConstraints
Label constructor.
CardConstraints(String, boolean) - Constructor for class com.guiseframework.component.layout.CardConstraints
Label and enabled constructor.
CardConstraints(InfoModel) - Constructor for class com.guiseframework.component.layout.CardConstraints
Info model constructor.
CardConstraints(InfoModel, boolean) - Constructor for class com.guiseframework.component.layout.CardConstraints
Info model and enabled constructor.
CardContainer - Interface in com.guiseframework.component
Container that uses a card layout.
CardControl - Interface in com.guiseframework.component
A card container that contains a list select model providing access to the cards.
CardLayout - Class in com.guiseframework.component.layout
A layout that manages child components as an ordered stack of cards.
CardLayout() - Constructor for class com.guiseframework.component.layout.CardLayout
 
CardPanel - Class in com.guiseframework.component
A panel with a card layout.
CardPanel() - Constructor for class com.guiseframework.component.CardPanel
Default constructor.
CardPanel(CardLayout) - Constructor for class com.guiseframework.component.CardPanel
Layout constructor.
CARDS_PROPERTY - Static variable in class com.guiseframework.coupler.AbstractCardCoupler
The bound property of the connected cards.
CardTabControl - Class in com.guiseframework.component
Convenience tab control that automatically controls the selected card of a card control.
CardTabControl(CardControl, Flow) - Constructor for class com.guiseframework.component.CardTabControl
Card control and axis constructor.
CardTabControl(CardControl, Flow, int) - Constructor for class com.guiseframework.component.CardTabControl
Card control, axis, and maximum tab count constructor.
CardTabControl(CardControl, ListSelectControl.ValueRepresentationStrategy<Component>, Flow) - Constructor for class com.guiseframework.component.CardTabControl
Card control, value representation strategy, and axis constructor.
CardTabControl(CardControl, ListSelectControl.ValueRepresentationStrategy<Component>, Flow, int) - Constructor for class com.guiseframework.component.CardTabControl
Card control, value representation strategy, axis, and maximum tab count constructor.
CardTabControl.CardRepresentationStrategy - Class in com.guiseframework.component
A value representation strategy for representing cards.
CardTabControl.CardRepresentationStrategy(CardLayout) - Constructor for class com.guiseframework.component.CardTabControl.CardRepresentationStrategy
Card layout constructor.
Category - Class in com.guiseframework
A general category used in Guise.
Category(String) - Constructor for class com.guiseframework.Category
Constructor for a category with the same ID and name.
Category(String, String) - Constructor for class com.guiseframework.Category
Constructor specifying the ID and name.
CharArrayStringLiteralConverter - Class in com.guiseframework.converter
A converter that converts a char[] from and to a string literal.
CharArrayStringLiteralConverter() - Constructor for class com.guiseframework.converter.CharArrayStringLiteralConverter
 
CHARTREUSE - Static variable in class com.guiseframework.style.RGBColor
 
CHECK_TYPE_PROPERTY - Static variable in class com.guiseframework.component.CheckControl
The check type bound property.
checkBearing(BigDecimal) - Static method in enum com.guiseframework.geometry.CompassPoint
Checks to ensure that the given bearing is valid.
checkComponentValue(double) - Static method in class com.guiseframework.style.AbstractModeledColor
Checks the range of a given color component.
CheckControl - Class in com.guiseframework.component
Control accepting boolean input rendered as a check, either a checked square or a circle.
CheckControl() - Constructor for class com.guiseframework.component.CheckControl
Default constructor with a default info model and a default value model.
CheckControl(CheckControl.CheckType) - Constructor for class com.guiseframework.component.CheckControl
Check type constructor with a default info model and value model.
CheckControl(String) - Constructor for class com.guiseframework.component.CheckControl
Label constructor.
CheckControl(String, URI) - Constructor for class com.guiseframework.component.CheckControl
Label and icon constructor.
CheckControl(InfoModel) - Constructor for class com.guiseframework.component.CheckControl
Info model constructor.
CheckControl(InfoModel, ValueModel<Boolean>) - Constructor for class com.guiseframework.component.CheckControl
Info model and value model constructor.
CheckControl(ValueModel<Boolean>) - Constructor for class com.guiseframework.component.CheckControl
Value model constructor.
CheckControl(ValueModel<Boolean>, CheckControl.CheckType) - Constructor for class com.guiseframework.component.CheckControl
Value model and check type constructor.
CheckControl(InfoModel, ValueModel<Boolean>, CheckControl.CheckType) - Constructor for class com.guiseframework.component.CheckControl
Info model, value model and check type constructor.
CheckControl(InfoModel, ValueModel<Boolean>, Enableable, CheckControl.CheckType) - Constructor for class com.guiseframework.component.CheckControl
Info model, value model, enableable object, and check type constructor.
CheckControl(ValuePrototype<Boolean>) - Constructor for class com.guiseframework.component.CheckControl
Prototype constructor.
CheckControl.CheckType - Enum in com.guiseframework.component
The type of check area to present to the user.
checkInstalled() - Method in class com.guiseframework.AbstractGuiseApplication
Checks to ensure that this application is installed.
checkInstalled() - Method in interface com.guiseframework.GuiseApplication
Checks to ensure that this application is installed.
checkNotInstalled() - Method in class com.guiseframework.AbstractGuiseApplication
Checks to ensure that this application is not installed.
childComponentAdded(ComponentEvent) - Method in interface com.guiseframework.event.CompositeComponentListener
Called when a child component is added to a composite component.
childComponentAdded(ComponentEvent) - Method in class com.guiseframework.platform.AbstractComponentDepictor.DepictedCompositeComponentListener
Called when a child component is added to a composite component.
childComponentRemoved(ComponentEvent) - Method in interface com.guiseframework.event.CompositeComponentListener
Called when a child component is removed from a composite component.
childComponentRemoved(ComponentEvent) - Method in class com.guiseframework.platform.AbstractComponentDepictor.DepictedCompositeComponentListener
Called when a child component is removed from a composite component.
childComponentValidPropertyChanged(Component, boolean, boolean) - Method in class com.guiseframework.component.AbstractCompositeComponent
Called when the Component.VALID_PROPERTY of a child component changes.
childComponentValidPropertyChanged(Component, boolean, boolean) - Method in class com.guiseframework.component.SequenceCardPanel
Called when the Component.VALID_PROPERTY of a child component changes.
childPropertyChangeListener - Variable in class com.guiseframework.platform.AbstractComponentDepictor
The listener that listens for the change of a child's property, such as a value model's value, and marks the view as dirty.
CHOCOLATE - Static variable in class com.guiseframework.style.RGBColor
 
ClassSelector - Class in com.guiseframework.platform.web.css
A class simple selector.
ClassSelector(String) - Constructor for class com.guiseframework.platform.web.css.ClassSelector
Class name constructor.
clear() - Method in class com.guiseframework.component.AbstractContainer
Removes all of the components from this container.
clear() - Method in class com.guiseframework.component.AbstractListSelectControl
Removes all of the values from this model.
clear() - Method in interface com.guiseframework.component.Container
Removes all of the components from this container.
clear() - Method in class com.guiseframework.model.DefaultListSelectModel
Removes all of the values from this model.
clear() - Method in class com.guiseframework.model.DefaultTreeNodeModel
Removes all of the child tree nodes from this tree node.
clear() - Method in class com.guiseframework.model.DynamicTreeNodeModel
Removes all of the child tree nodes from this tree node.
clear() - Method in interface com.guiseframework.model.TreeNodeModel
Removes all of the child tree nodes from this tree node.
clear() - Method in exception com.guiseframework.validator.ValidationsException
Removes all of the elements from this collection (optional operation).
clearColumns() - Method in class com.guiseframework.model.AbstractTableModel
Clears all columns from the table.
clearComponentStates() - Method in class com.guiseframework.component.AbstractCompositeStateComponent
Removes all child component states.
clearDepictText() - Method in class com.guiseframework.platform.AbstractTextDepictContext
Clears all data collected for depiction.
clearDepictText() - Method in class com.guiseframework.platform.AbstractXMLDepictContext
Clears all data collected for depiction.
clearDepictText() - Method in interface com.guiseframework.platform.TextDepictContext
Clears all data collected for depiction.
clearRequestedNavigation() - Method in class com.guiseframework.AbstractGuiseSession
Removes any requests for navigation.
clearRequestedNavigation() - Method in interface com.guiseframework.GuiseSession
Removes any requests for navigation.
clearResourcePaths() - Method in class com.guiseframework.component.ResourceCollectControl
Clears all resource paths.
clearValue() - Method in class com.guiseframework.component.AbstractActionValueControl
Clears the value by setting the value to null, which may be invalid according to any installed validators.
clearValue() - Method in class com.guiseframework.component.AbstractContainerValueControl
Clears the value by setting the value to null, which may be invalid according to any installed validators.
clearValue() - Method in class com.guiseframework.component.AbstractDialogFrame
Clears the value by setting the value to null, which may be invalid according to any installed validators.
clearValue() - Method in class com.guiseframework.component.AbstractLayoutValueControl
Clears the value by setting the value to null, which may be invalid according to any installed validators.
clearValue() - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Clears the value by setting the value to null, which may be invalid according to any installed validators.
clearValue() - Method in class com.guiseframework.component.AbstractListSelectControl
Clears the value by setting the value to null, which may be invalid according to any installed validators.
clearValue() - Method in class com.guiseframework.component.AbstractValueControl
Clears the value by setting the value to null, which may be invalid according to any installed validators.
clearValue() - Method in class com.guiseframework.component.layout.AbstractValueLayout
Clears the value by setting the value to null, which may be invalid according to any installed validators.
clearValue() - Method in class com.guiseframework.model.DefaultListSelectModel
Clears the value by setting the value to null, which may be invalid according to any installed validators.
clearValue() - Method in class com.guiseframework.model.DefaultValueModel
Clears the value by setting the value to null, which may be invalid according to any installed validators.
clearValue() - Method in interface com.guiseframework.model.ValueModel
Clears the value by setting the value to null, which may be invalid according to any installed validators.
clearValues() - Method in class com.guiseframework.component.PasswordAuthenticationPanel
Clears the username and password values.
ClientProduct - Interface in com.guiseframework.platform
The identification of the client software accessing Guise on the platform.
clone() - Method in class com.guiseframework.Bookmark
Creates a shallow clone of this object.
close() - Method in class com.guiseframework.component.AbstractFrame
Closes the frame.
close() - Method in interface com.guiseframework.component.Frame
Closes the frame.
CLOSE_ACTION_CONTROL_PROPERTY - Static variable in interface com.guiseframework.component.Frame
The close action control bound property.
closeFlyover() - Method in class com.guiseframework.component.AbstractComponent.AbstractFlyoverFrameStrategy
Closes the flyover for the component.
closeFlyover() - Method in interface com.guiseframework.component.Component.FlyoverStrategy
Closes the flyover for the component.
closeImpl() - Method in class com.guiseframework.component.AbstractFrame
Implementation of frame closing.
COLLATOR - Static variable in class com.guiseframework.demo.DemoUser
The collator for comparing user names.
CollectionEvent<E> - Class in com.guiseframework.event
An event indicating a collection has been modified.
CollectionEvent(Object) - Constructor for class com.guiseframework.event.CollectionEvent
Source constructor for general collection modification.
CollectionEvent(Object, E, E) - Constructor for class com.guiseframework.event.CollectionEvent
Source constructor for an added and/or removed element.
Color - Interface in com.guiseframework.style
Representation of a color.
COLOR_SELECTED_BACKGROUND - Static variable in class com.guiseframework.theme.Theme
 
COLUMN_COUNT_PROPERTY - Static variable in class com.guiseframework.component.AbstractTextControl
The column count bound property.
COLUMN_LABEL_DATE_STYLE_PROPERTY - Static variable in class com.guiseframework.model.CalendarMonthTableModel
The column style bound property.
COLUMN_REGION_CLASSES - Static variable in class com.guiseframework.platform.web.AbstractWebLayoutComponentDepictor
The style classes for each region in a column.
com.guiseframework - package com.guiseframework
 
com.guiseframework.audio - package com.guiseframework.audio
 
com.guiseframework.component - package com.guiseframework.component
 
com.guiseframework.component.effect - package com.guiseframework.component.effect
 
com.guiseframework.component.layout - package com.guiseframework.component.layout
 
com.guiseframework.component.rdf - package com.guiseframework.component.rdf
 
com.guiseframework.component.rdf.maqro - package com.guiseframework.component.rdf.maqro
 
com.guiseframework.component.text.directory.vcard - package com.guiseframework.component.text.directory.vcard
 
com.guiseframework.component.transfer - package com.guiseframework.component.transfer
 
com.guiseframework.component.urf - package com.guiseframework.component.urf
 
com.guiseframework.component.widget - package com.guiseframework.component.widget
 
com.guiseframework.controller - package com.guiseframework.controller
 
com.guiseframework.converter - package com.guiseframework.converter
 
com.guiseframework.coupler - package com.guiseframework.coupler
 
com.guiseframework.demo - package com.guiseframework.demo
 
com.guiseframework.event - package com.guiseframework.event
 
com.guiseframework.geometry - package com.guiseframework.geometry
 
com.guiseframework.input - package com.guiseframework.input
 
com.guiseframework.model - package com.guiseframework.model
 
com.guiseframework.model.rdf - package com.guiseframework.model.rdf
 
com.guiseframework.model.rdf.maqro - package com.guiseframework.model.rdf.maqro
 
com.guiseframework.model.ui - package com.guiseframework.model.ui
 
com.guiseframework.model.urf - package com.guiseframework.model.urf
 
com.guiseframework.platform - package com.guiseframework.platform
 
com.guiseframework.platform.web - package com.guiseframework.platform.web
 
com.guiseframework.platform.web.css - package com.guiseframework.platform.web.css
 
com.guiseframework.prototype - package com.guiseframework.prototype
 
com.guiseframework.style - package com.guiseframework.style
 
com.guiseframework.test - package com.guiseframework.test
 
com.guiseframework.theme - package com.guiseframework.theme
 
com.guiseframework.validator - package com.guiseframework.validator
 
Combinator - Enum in com.guiseframework.platform.web.css
A combinator separating sequences of simple selectors.
Command - Interface in com.guiseframework.input
A command that can be used as input.
commanded(CommandEvent) - Method in interface com.guiseframework.event.CommandListener
Called when a command is invoked.
CommandEvent - Class in com.guiseframework.event
A focused event providing information on an input user command.
CommandEvent(Object, Command) - Constructor for class com.guiseframework.event.CommandEvent
Command constructor.
CommandEvent(Object, CommandInput) - Constructor for class com.guiseframework.event.CommandEvent
Command input constructor.
CommandEvent(Object, CommandEvent) - Constructor for class com.guiseframework.event.CommandEvent
Copy constructor that specifies a different source.
CommandInput - Class in com.guiseframework.input
User input in the form of a command.
CommandInput(Command) - Constructor for class com.guiseframework.input.CommandInput
Command constructor.
CommandListener - Interface in com.guiseframework.event
An object that listens for commands.
commit() - Method in class com.guiseframework.component.SequenceCardPanel
Commits the data.
commit() - Method in interface com.guiseframework.model.Commitable
Commits the data.
Commitable - Interface in com.guiseframework.model
An object that can commit come data.
compareTo(DemoUser) - Method in class com.guiseframework.demo.DemoUser
Compares users based upon lastName+firstName+middleName+ID.
compareTo(Extent) - Method in class com.guiseframework.geometry.Extent
Compares this object with the specified object for order.
compareTo(ClassSelector) - Method in class com.guiseframework.platform.web.css.ClassSelector
Compares this object with the specified object for order.
compareTo(IDSelector) - Method in class com.guiseframework.platform.web.css.IDSelector
Compares this object with the specified object for order.
compareTo(PseudoClass) - Method in class com.guiseframework.platform.web.css.PseudoClass
Compares this object with the specified object for order.
compareTo(TypeSelector) - Method in class com.guiseframework.platform.web.css.TypeSelector
Compares this object with the specified object for order.
compareTo(PrototypeProvision<P>) - Method in class com.guiseframework.prototype.PrototypeProvision
Compares this object with the specified object for order.
CompassPoint - Enum in com.guiseframework.geometry
Navigational directions.
Component - Interface in com.guiseframework.component
Base interface for all Guise components.
Component.FlyoverStrategy<S extends Component> - Interface in com.guiseframework.component
A strategy for showing and hiding flyovers in response to mouse events.
COMPONENT_BODY_CLASS_SUFFIX - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class suffix for the body part of a component.
COMPONENT_CHILD_CLASS_SUFFIX - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class suffix for a single child of a component.
COMPONENT_CHILDREN_CLASS_SUFFIX - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class suffix for the list of children of a component.
COMPONENT_CONTAINER_CLASS_SUFFIX - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class suffix for the container part of a component.
COMPONENT_DESCRIPTION_CLASS_SUFFIX - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class suffix for the description part of a component.
COMPONENT_ERROR_CLASS_SUFFIX - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class suffix for the error part of a component.
COMPONENT_LABEL_CLASS_SUFFIX - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class suffix for the label part of a component.
COMPONENT_LAYOUT_CLASS_SUFFIX - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class suffix for the layout of a layout component.
COMPONENT_LINK_CLASS_SUFFIX - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class suffix for the link part of a component.
COMPONENT_REPRESENTATION_STRATEGY - Static variable in class com.guiseframework.component.AbstractListSelectContainerControl
The static representation strategy to represent component values as themselves.
componentConstraintsChanged(Component, Constraints, Constraints) - Method in class com.guiseframework.component.layout.AbstractLayout
Indicates that the constraints for a component have changed.
componentConstraintsChanged(Component, Constraints, Constraints) - Method in class com.guiseframework.component.layout.ReferenceLayout
Indicates that the constraints for a component have changed.
ComponentDepictor<C extends Component> - Interface in com.guiseframework.platform
A strategy for depicting components on some platform.
ComponentDestination - Class in com.guiseframework
Default implementation of a navigation point based upon a component.
ComponentDestination(URIPath, Class<? extends Component>) - Constructor for class com.guiseframework.ComponentDestination
Path and component constructor with no style specified.
ComponentDestination(URIPath, Class<? extends Component>, URI) - Constructor for class com.guiseframework.ComponentDestination
Path, component, and style constructor.
ComponentDestination(Pattern, Class<? extends Component>) - Constructor for class com.guiseframework.ComponentDestination
Path pattern and component constructor with no style specified.
ComponentDestination(Pattern, Class<? extends Component>, URI) - Constructor for class com.guiseframework.ComponentDestination
Path pattern, component, and style constructor.
ComponentEvent - Class in com.guiseframework.event
An event relating to a component.
ComponentEvent(Object, Component) - Constructor for class com.guiseframework.event.ComponentEvent
Source and component constructor.
ComponentEvent(Object, Object, Component) - Constructor for class com.guiseframework.event.ComponentEvent
Source, target, and component constructor.
ComponentEvent(Object, ComponentEvent) - Constructor for class com.guiseframework.event.ComponentEvent
Copy constructor that specifies a different source.
ComponentFactory<V,C extends Component> - Interface in com.guiseframework.component
Indicates a class that can provide a component to represent some value.
Components - Class in com.guiseframework.component
Utility methods for working with components.
Components() - Constructor for class com.guiseframework.component.Components
 
componentValueChangeListener - Variable in class com.guiseframework.component.BooleanValueControlSelectControl
The listener that detects changes to a child component's Boolean value and updates the control's selected values accordingly.
CompositeComponent - Interface in com.guiseframework.component
A component that can contain other components.
CompositeComponentListener - Interface in com.guiseframework.event
An object that listens for components being added to or removed from a composite component.
CONFIGURE_MENU_ORDER - Static variable in class com.guiseframework.prototype.PrototypeProvision
 
configureToolbar() - Method in class com.guiseframework.component.AbstractSequenceTaskPanel
Clears and the appropriate components to the toolbar based upon the current settings.
CONFIRM_DELAY - Static variable in class com.guiseframework.controller.SequenceTaskController
The length of time, in milliseconds, to wait for confirmation when applicable.
CONFIRM_NAVIGATION_PROPERTY - Static variable in class com.guiseframework.controller.SequenceTaskController
The bound property of whether navigation should be confirmed, of type Boolean.
constrain(Dimensions) - Method in class com.guiseframework.geometry.Dimensions
Constrains these inner dimensions within the given outer dimensions by scaling these dimensions so that no part lies outside the given outer dimensiona.
Constraints - Interface in com.guiseframework.component.layout
Constraint information about individual component layout.
CONSTRAINTS_PROPERTY - Static variable in interface com.guiseframework.component.Component
The bound property of the layout constraints.
consume() - Method in class com.guiseframework.event.AbstractInputEvent
Consumes the input associated with this event.
consume() - Method in interface com.guiseframework.event.InputEvent
Consumes the input associated with this event.
Container - Interface in com.guiseframework.component
Component that allows for addition and removal of child components.
ContainerControl - Interface in com.guiseframework.component
A container that is also a control.
contains(Object) - Method in class com.guiseframework.component.AbstractContainer
Determines whether this container contains the given component.
contains(Object) - Method in class com.guiseframework.component.AbstractListCompositeComponent
Determines whether this component contains the given component.
contains(Object) - Method in class com.guiseframework.component.AbstractListSelectControl
Determines whether this model contains the specified value.
contains(Object) - Method in interface com.guiseframework.component.Container
Determines whether this container contains the given component.
contains(Model) - Method in class com.guiseframework.model.AbstractModelGroup
Determines whether this group contains the given model.
contains(Object) - Method in class com.guiseframework.model.DefaultListSelectModel
Determines whether this model contains the specified value.
contains(Model) - Method in interface com.guiseframework.model.ModelGroup
Determines whether this group contains the given model.
contains(Object) - Method in exception com.guiseframework.validator.ValidationsException
Returns true if this collection contains the specified element.
containsAll(Collection<?>) - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Determines if this model contains all of the values of the specified collection.
containsAll(Collection<?>) - Method in class com.guiseframework.component.AbstractListSelectControl
Determines if this model contains all of the values of the specified collection.
containsAll(Collection<?>) - Method in class com.guiseframework.model.DefaultListSelectModel
Determines if this model contains all of the values of the specified collection.
containsAll(Collection<?>) - Method in exception com.guiseframework.validator.ValidationsException
Returns true if this collection contains all of the elements in the specified collection.
CONTENT_PROPERTY - Static variable in interface com.guiseframework.component.ContentComponent
The content bound property.
CONTENT_TYPE - Static variable in class com.guiseframework.theme.Theme
The content type for theme resources: application/theme+turf.
ContentComponent - Interface in com.guiseframework.component
A composite component that holds a child content component.
Control - Interface in com.guiseframework.component
A component that accepts user interaction to manipulate a data model.
Control.Status - Enum in com.guiseframework.component
The input status of a control.
ControlConstraints - Class in com.guiseframework.component.layout
Constraints on a component in a container control.
ControlConstraints() - Constructor for class com.guiseframework.component.layout.ControlConstraints
Default constructor.
ControlConstraints(boolean) - Constructor for class com.guiseframework.component.layout.ControlConstraints
Enabled constructor.
ConversionException - Exception in com.guiseframework.converter
Exception representing a conversion error.
ConversionException() - Constructor for exception com.guiseframework.converter.ConversionException
Constructs a new exception with null as its detail message.
ConversionException(String) - Constructor for exception com.guiseframework.converter.ConversionException
Constructs a new exception with the specified detail message.
ConversionException(String, Object) - Constructor for exception com.guiseframework.converter.ConversionException
Constructs a new exception with the specified detail message and value object.
ConversionException(Throwable) - Constructor for exception com.guiseframework.converter.ConversionException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()).
ConversionException(String, Throwable) - Constructor for exception com.guiseframework.converter.ConversionException
Constructs a new exception with the specified detail message and cause.
ConversionException(String, Throwable, Object) - Constructor for exception com.guiseframework.converter.ConversionException
Constructs a new exception with the specified detail message, cause, and value object.
convertDateLiteral(String) - Method in class com.guiseframework.converter.AbstractDateStringLiteralConverter
Converts a literal representation of a value from the lexical space into a date value in the date value space.
convertDateValue(Date) - Method in class com.guiseframework.converter.AbstractDateStringLiteralConverter
Converts a value from a date value space to a literal value in the lexical space.
Converter<V,L> - Interface in com.guiseframework.converter
Indicates an object that can convert a value from and to its lexical form.
CONVERTER_INVALID_VALUE_MESSAGE_RESOURCE_REFERENCE - Static variable in class com.guiseframework.Resources
The resource reference for a converter message indicating that a value is invalid.
CONVERTER_PROPERTY - Static variable in interface com.guiseframework.component.ValueControl
The converter bound property.
convertLiteral(String) - Method in class com.guiseframework.converter.AbstractURIStringLiteralConverter
Converts a literal representation of a value from the lexical space into a value in the value space.
convertLiteral(String) - Method in class com.guiseframework.converter.BooleanStringLiteralConverter
Converts a literal representation of a value from the lexical space into a value in the value space.
convertLiteral(String) - Method in class com.guiseframework.converter.CalendarStringLiteralConverter
Converts a literal representation of a value from the lexical space into a value in the value space.
convertLiteral(String) - Method in class com.guiseframework.converter.CharArrayStringLiteralConverter
Converts a literal representation of a value from the lexical space into a value in the value space.
convertLiteral(L) - Method in interface com.guiseframework.converter.Converter
Converts a literal representation of a value from the lexical space into a value in the value space.
convertLiteral(String) - Method in class com.guiseframework.converter.DateStringLiteralConverter
Converts a literal representation of a value from the lexical space into a value in the value space.
convertLiteral(String) - Method in class com.guiseframework.converter.DefaultStringLiteralConverter
Converts a literal representation of a value from the lexical space into a value in the value space.
convertLiteral(String) - Method in class com.guiseframework.converter.DoubleStringLiteralConverter
Converts a literal representation of a value from the lexical space into a value in the value space.
convertLiteral(String) - Method in class com.guiseframework.converter.EmailAddressStringLiteralConverter
Converts a literal representation of a value from the lexical space into a value in the value space.
convertLiteral(String) - Method in class com.guiseframework.converter.FloatStringLiteralConverter
Converts a literal representation of a value from the lexical space into a value in the value space.
convertLiteral(String) - Method in class com.guiseframework.converter.IntegerStringLiteralConverter
Converts a literal representation of a value from the lexical space into a value in the value space.
convertLiteral(String) - Method in class com.guiseframework.converter.LocaleStringLiteralConverter
Converts a literal representation of a value from the lexical space into a value in the value space.
convertLiteral(String) - Method in class com.guiseframework.converter.LongStringLiteralConverter
Converts a literal representation of a value from the lexical space into a value in the value space.
convertLiteral(String) - Method in class com.guiseframework.converter.PlainIntegerStringLiteralConverter
Converts a literal representation of a value from the lexical space into a value in the value space.
convertLiteral(String) - Method in class com.guiseframework.converter.PlainLongStringLiteralConverter
Converts a literal representation of a value from the lexical space into a value in the value space.
convertLiteral(String) - Method in class com.guiseframework.converter.StringStringLiteralConverter
Converts a literal representation of a value from the lexical space into a value in the value space.
convertLiteral(String) - Method in class com.guiseframework.converter.TelephoneNumberStringLiteralConverter
Converts a literal representation of a value from the lexical space into a value in the value space.
convertTemperature() - Method in class com.guiseframework.demo.TemperatureConversionPanel
Converts the temperature based upon the current UI values.
convertTemperature() - Method in class com.guiseframework.demo.TemperatureConversionPanel2
Converts the temperature based upon the current UI values.
convertValue(V) - Method in class com.guiseframework.converter.AbstractNumberStringLiteralConverter
Converts a value from the value space to a literal value in the lexical space.
convertValue(V) - Method in class com.guiseframework.converter.AbstractStringLiteralConverter
Converts a value from the value space to a literal value in the lexical space.
convertValue(Calendar) - Method in class com.guiseframework.converter.CalendarStringLiteralConverter
Converts a value from the value space to a literal value in the lexical space.
convertValue(char[]) - Method in class com.guiseframework.converter.CharArrayStringLiteralConverter
Converts a value from the value space to a literal value in the lexical space.
convertValue(V) - Method in interface com.guiseframework.converter.Converter
Converts a value from the value space to a literal value in the lexical space.
convertValue(Date) - Method in class com.guiseframework.converter.DateStringLiteralConverter
Converts a value from the value space to a literal value in the lexical space.
convertValue(Locale) - Method in class com.guiseframework.converter.LocaleStringLiteralConverter
Converts a value from the value space to a literal value in the lexical space.
convertValue(URI) - Method in class com.guiseframework.converter.RDFURIStringLiteralConverter
Converts a value from the value space to a literal value in the lexical space.
convertValue(String) - Method in class com.guiseframework.converter.StringStringLiteralConverter
Converts a value from the value space to a literal value in the lexical space.
CORAL - Static variable in class com.guiseframework.style.RGBColor
 
Corner - Enum in com.guiseframework.component.layout
The four logical flow corners.
CORNER_LINE_FAR_PAGE_FAR_ARC_SIZE_PROPERTY - Static variable in interface com.guiseframework.model.ui.PresentationModel
The bound property of the line far page far corner arc size.
CORNER_LINE_FAR_PAGE_NEAR_ARC_SIZE_PROPERTY - Static variable in interface com.guiseframework.model.ui.PresentationModel
The bound property of the line far page near corner arc size.
CORNER_LINE_NEAR_PAGE_FAR_ARC_SIZE_PROPERTY - Static variable in interface com.guiseframework.model.ui.PresentationModel
The bound property of the line near page far corner arc size.
CORNER_LINE_NEAR_PAGE_NEAR_ARC_SIZE_PROPERTY - Static variable in interface com.guiseframework.model.ui.PresentationModel
The bound property of the line near page near corner arc size.
CORNFLOWER_BLUE - Static variable in class com.guiseframework.style.RGBColor
 
CORNSILK - Static variable in class com.guiseframework.style.RGBColor
 
createAccordionMenu(Flow) - Method in class com.guiseframework.test.HomePanel
 
createApplicationFrame() - Method in class com.guiseframework.AbstractGuiseApplication
Creates a frame for the application.
createApplicationFrame() - Method in interface com.guiseframework.GuiseApplication
Creates a frame for the application.
createBusyComponent() - Method in class com.guiseframework.AbstractGuiseSession
Creates a component to indicate Guise busy status.
createBusyComponent() - Method in interface com.guiseframework.GuiseSession
Creates a component to indicate Guise busy status.
createComponent(Class<? extends Component>) - Method in class com.guiseframework.AbstractGuiseSession
Creates the component for the given class.
createComponent(Prototype) - Method in class com.guiseframework.component.AbstractContainer
Creates a component appropriate for the context of this component from the given prototype.
createComponent(ListSelectModel<Component>, Component, int, boolean, boolean) - Method in class com.guiseframework.component.AbstractListSelectContainerControl.ComponentRepresentationStrategy
Creates a component for the given list value.
createComponent(ListSelectModel<VV>, VV, int, boolean, boolean) - Method in class com.guiseframework.component.AbstractListSelectControl.ConverterInfoModelValueRepresentationStrategy
Creates a component for the given list value.
createComponent(ListSelectModel<VV>, VV, int, boolean, boolean) - Method in class com.guiseframework.component.AbstractListSelectControl.DefaultValueRepresentationStrategy
Creates a component for the given list value.
createComponent(Prototype) - Method in class com.guiseframework.component.AbstractMenu
Creates a component appropriate for the context of this component from the given prototype.
createComponent(Table, TableModel, int, TableColumnModel<C>, boolean, boolean, boolean) - Method in class com.guiseframework.component.CalendarControl.DayRepresentationStrategy
Creates a component for the given cell.
createComponent(ListSelectModel<Component>, Component, int, boolean, boolean) - Method in class com.guiseframework.component.CardTabControl.CardRepresentationStrategy
Creates a component for the given list value.
createComponent(V) - Method in interface com.guiseframework.component.ComponentFactory
Creates a component for the given value.
createComponent(ListSelectModel<VV>, VV, int, boolean, boolean) - Method in interface com.guiseframework.component.ListSelectControl.ValueRepresentationStrategy
Creates a component for the given list value.
createComponent(TreeControl, TreeModel, TreeNodeModel<N>, boolean, boolean, boolean) - Method in class com.guiseframework.component.rdf.AbstractRDFObjectTreeNodeRepresentationStrategy
Creates a component to represent the given tree node.
createComponent(Table, TableModel, int, TableColumnModel<C>, boolean, boolean, boolean) - Method in interface com.guiseframework.component.Table.CellRepresentationStrategy
Creates a component to represent the given cell.
createComponent(Table, TableModel, int, TableColumnModel<C>, boolean, boolean, boolean) - Method in class com.guiseframework.component.Table.DefaultCellRepresentationStrategy
Creates a component for the given cell.
createComponent(Prototype) - Method in class com.guiseframework.component.Toolbar
Creates a component appropriate for the context of this component from the given prototype.
createComponent(TreeControl, TreeModel, TreeNodeModel<N>, boolean, boolean, boolean) - Method in class com.guiseframework.component.TreeControl.DefaultValueRepresentationStrategy
Creates a component to represent the given tree node.
createComponent(TreeControl, TreeModel, TreeNodeModel<N>, boolean, boolean, boolean) - Method in class com.guiseframework.component.TreeControl.InfoModelTreeNodeRepresentationStrategy
Creates a label to represent the given tree node.
createComponent(TreeControl, TreeModel, TreeNodeModel<N>, boolean, boolean, boolean) - Method in class com.guiseframework.component.TreeControl.TextModelTreeNodeRepresentationStrategy
Creates a text component to represent the given tree node.
createComponent(TreeControl, TreeModel, TreeNodeModel<N>, boolean, boolean, boolean) - Method in interface com.guiseframework.component.TreeControl.TreeNodeRepresentationStrategy
Creates a component to represent the given tree node.
createComponent(TreeControl, TreeModel, TreeNodeModel<N>, boolean, boolean, boolean) - Method in class com.guiseframework.component.urf.AbstractURFResourceTreeNodeRepresentationStrategy
Creates a component to represent the given tree node.
createComponentState(T) - Method in class com.guiseframework.component.AbstractCompositeStateComponent
Creates a component state to represent the given object.
createComponentState(V) - Method in class com.guiseframework.component.AbstractListSelectControl
Creates a component state to represent the given object.
createComponentState(TableModel.Cell<?>) - Method in class com.guiseframework.component.Table
Creates a component state to represent the given object.
createComponentState(TreeNodeModel<?>) - Method in class com.guiseframework.component.TreeControl
Creates a component state to represent the given object.
createDateFormat(DateStringLiteralStyle, TimeStringLiteralStyle, Locale, TimeZone) - Static method in class com.guiseframework.converter.AbstractDateStringLiteralConverter
Creates a new date format object for the indicated styles and locale.
createDayRepresentationStrategy() - Method in class com.guiseframework.component.CalendarControl
Creates a representation strategy for each cell in a calendar.
createDefaultColumns(Class<C>, String...) - Static method in class com.guiseframework.model.DefaultTableModel
Creates default columns with the given column names.
createDefaultConstraints() - Method in class com.guiseframework.component.layout.CardLayout
Creates default constraints for the container.
createDefaultConstraints() - Method in class com.guiseframework.component.layout.FlowLayout
Creates default constraints for the container.
createDefaultConstraints() - Method in interface com.guiseframework.component.layout.Layout
Creates default constraints for the layout component.
createDefaultConstraints() - Method in class com.guiseframework.component.layout.MenuLayout
Creates default constraints for the container.
createDefaultConstraints() - Method in class com.guiseframework.component.layout.ReferenceLayout
Creates default constraints for the container.
createDefaultConstraints() - Method in class com.guiseframework.component.layout.RegionLayout
Creates default constraints for the container.
createDefaultConstraints() - Method in class com.guiseframework.component.layout.TabLayout
Creates default constraints for the container.
createFollowupInteractionTreeNode(FollowupEvaluation, Interaction) - Method in class com.guiseframework.model.rdf.maqro.QuestionTreeNodeModel
Creates a child node to represent an interaction and optional subject followup evaluation.
createFrame() - Method in class com.guiseframework.component.AbstractComponent.AbstractFlyoverFrameStrategy
 
createFrame() - Method in class com.guiseframework.component.AbstractComponent.DefaultFlyoverStrategy
 
createInfoModel(TreeControl, TreeModel, TreeNodeModel<N>) - Method in class com.guiseframework.component.rdf.AbstractRDFObjectTreeNodeRepresentationStrategy
Creates an info model for the representation label.
createInfoModel(TreeControl, TreeModel, TreeNodeModel<N>) - Method in class com.guiseframework.component.urf.AbstractURFResourceTreeNodeRepresentationStrategy
Creates an info model for the representation label.
createInputEvent(Input) - Method in class com.guiseframework.AbstractGuiseSession
Creates an input event for the given input.
createMenu(Flow) - Method in class com.guiseframework.test.HomePanel
 
createMessage(String) - Static method in class com.guiseframework.component.MessageOptionDialogFrame
Creates a message component with a message.
createMultiplicationTableTab(int) - Method in class com.guiseframework.demo.MultiplicationTablePanel
Creates a new tab component containing a multiplication table from zero to the given factor.
createNumberFormat(Locale) - Method in class com.guiseframework.converter.AbstractNumberStringLiteralConverter
Creates a new number format object for the indicated locale.
createOptionComponent(O) - Method in class com.guiseframework.component.AbstractOptionDialogFrame
Creates a component to represent the given option.
createOptionComponent(Notification.Option) - Method in class com.guiseframework.component.NotificationOptionDialogFrame
Creates a component to represent the given option.
createOptionContainer() - Method in class com.guiseframework.component.AbstractOptionDialogFrame
Creates a container for holding the options.
createPropertyVetoException(Object, ValidationException, String, VV, VV) - Static method in class com.guiseframework.model.AbstractValueModel
Creates a property veto exception that represents a validation exception.
createRDFLiteralTreeNode(RDFResource, RDFLiteral) - Method in class com.guiseframework.model.rdf.AbstractRDFResourceTreeNodeModel
Creates a child node to represent a property object literal and optional property.
createRDFResourceTreeNode(RDFResource, RDFResource) - Method in class com.guiseframework.model.rdf.AbstractRDFResourceTreeNodeModel
Creates a child node to represent a property object resource and optional property.
createRDFResourceTreeNode(RDFResource, RDFResource) - Method in class com.guiseframework.model.rdf.maqro.AbstractGroupTreeNodeModel
Creates a child node to represent a property object resource and optional property.
createSession(Platform) - Method in class com.guiseframework.AbstractGuiseApplication
Creates a new session for the application on the given platform.
createSession(Platform) - Method in interface com.guiseframework.GuiseApplication
Creates a new session for the application on the given platform.
createStringResourceReference(String) - Static method in class com.guiseframework.Resources
Creates a string containing a reference to the given string resource key.
createStringValueReference(String) - Static method in class com.guiseframework.Resources
Creates a string containing a value that can be used as an argument in formatting.
createTempAsset(String, String, GuiseSession) - Method in class com.guiseframework.AbstractGuiseApplication
Creates a temporary asset available at an application navigation path.
createTempAsset(String, String, GuiseSession) - Method in interface com.guiseframework.GuiseApplication
Creates a temporary asset available at an application navigation path.
createTempPublicResource(String, String) - Method in class com.guiseframework.AbstractGuiseSession
Creates a temporary resource available at a public application navigation path but with access restricted to this session.
createTempPublicResource(String, String) - Method in interface com.guiseframework.GuiseSession
Creates a temporary resource available at a public application navigation path but with access restricted to this session.
createTypedComponentState(TableModel.Cell<T>) - Method in class com.guiseframework.component.Table
Creates a component state to represent the given object.
createURFResourceTreeNode(URI, T) - Method in class com.guiseframework.model.urf.AbstractURFDynamicTreeNodeModel
Creates a child node to represent a property object resource and optional property.
createURIResourceReference(String) - Static method in class com.guiseframework.Resources
Creates a URI containing a reference to the given string resource key.
createValue() - Method in class com.guiseframework.model.AbstractListSelectEditor
Creates a new value to add to the list.
createValue() - Method in class com.guiseframework.model.DefaultListSelectEditor
Creates a new value to add to the list.
createValuedComponent() - Method in class com.guiseframework.model.AbstractListSelectEditor
Creates a component for editing a value.
createValuedComponent() - Method in class com.guiseframework.model.DefaultListSelectEditor
Creates a component for editing a value.
CRIMSON - Static variable in class com.guiseframework.style.RGBColor
 
CSS_PROPERTY_BORDER_X_COLOR_TEMPLATE - Static variable in interface com.guiseframework.platform.XHTMLDepictContext
The template for "border-?-color".
CSS_PROPERTY_BORDER_X_STYLE_TEMPLATE - Static variable in interface com.guiseframework.platform.XHTMLDepictContext
The template for "border-?-style".
CSS_PROPERTY_BORDER_X_WIDTH_TEMPLATE - Static variable in interface com.guiseframework.platform.XHTMLDepictContext
The template for "border-?-width".
CSS_PROPERTY_MARGIN_X_TEMPLATE - Static variable in interface com.guiseframework.platform.XHTMLDepictContext
The template for "margin-?".
CSS_PROPERTY_PADDING_X_TEMPLATE - Static variable in interface com.guiseframework.platform.XHTMLDepictContext
The template for "padding-?".
CSS_SIDES - Static variable in interface com.guiseframework.platform.XHTMLDepictContext
The sides supported by CSS.
CSSProcessor - Class in com.guiseframework.platform.web.css
Class to parse CSS stylesheets in order to manipulate them within Guise.
CSSProcessor() - Constructor for class com.guiseframework.platform.web.css.CSSProcessor
 
CSSStylesheet - Class in com.guiseframework.platform.web.css
A CSS stylesheet.
CSSStylesheet() - Constructor for class com.guiseframework.platform.web.css.CSSStylesheet
 
Cursor - Enum in com.guiseframework.platform.web
Standard Guise cursors that are converted to predefined CSS cursors.
CURSOR_CROSSHAIR - Static variable in class com.guiseframework.theme.Theme
 
CURSOR_DEFAULT - Static variable in class com.guiseframework.theme.Theme
 
CURSOR_HELP - Static variable in class com.guiseframework.theme.Theme
 
CURSOR_MOVE - Static variable in class com.guiseframework.theme.Theme
 
CURSOR_POINTER - Static variable in class com.guiseframework.theme.Theme
 
CURSOR_PROGRESS - Static variable in class com.guiseframework.theme.Theme
 
CURSOR_PROPERTY - Static variable in interface com.guiseframework.model.ui.PresentationModel
The bound property of the cursor.
CURSOR_RESIZE_LINE_FAR - Static variable in class com.guiseframework.theme.Theme
 
CURSOR_RESIZE_LINE_FAR_PAGE_FAR - Static variable in class com.guiseframework.theme.Theme
 
CURSOR_RESIZE_LINE_FAR_PAGE_NEAR - Static variable in class com.guiseframework.theme.Theme
 
CURSOR_RESIZE_LINE_NEAR - Static variable in class com.guiseframework.theme.Theme
 
CURSOR_RESIZE_LINE_NEAR_PAGE_FAR - Static variable in class com.guiseframework.theme.Theme
 
CURSOR_RESIZE_LINE_NEAR_PAGE_NEAR - Static variable in class com.guiseframework.theme.Theme
 
CURSOR_RESIZE_PAGE_FAR - Static variable in class com.guiseframework.theme.Theme
 
CURSOR_RESIZE_PAGE_NEAR - Static variable in class com.guiseframework.theme.Theme
 
CURSOR_TEXT - Static variable in class com.guiseframework.theme.Theme
 
CURSOR_WAIT - Static variable in class com.guiseframework.theme.Theme
 
CYAN - Static variable in class com.guiseframework.style.RGBColor
 

D

DARK_BLUE - Static variable in class com.guiseframework.style.RGBColor
 
DARK_CYAN - Static variable in class com.guiseframework.style.RGBColor
 
DARK_GOLDEN_ROD - Static variable in class com.guiseframework.style.RGBColor
 
DARK_GRAY - Static variable in class com.guiseframework.style.RGBColor
 
DARK_GREEN - Static variable in class com.guiseframework.style.RGBColor
 
DARK_KHAKI - Static variable in class com.guiseframework.style.RGBColor
 
DARK_MAGENTA - Static variable in class com.guiseframework.style.RGBColor
 
DARK_OLIVE_GREEN - Static variable in class com.guiseframework.style.RGBColor
 
DARK_ORANGE - Static variable in class com.guiseframework.style.RGBColor
 
DARK_ORCHID - Static variable in class com.guiseframework.style.RGBColor
 
DARK_RED - Static variable in class com.guiseframework.style.RGBColor
 
DARK_SALMON - Static variable in class com.guiseframework.style.RGBColor
 
DARK_SEA_GREEN - Static variable in class com.guiseframework.style.RGBColor
 
DARK_SLATE_BLUE - Static variable in class com.guiseframework.style.RGBColor
 
DARK_SLATE_GRAY - Static variable in class com.guiseframework.style.RGBColor
 
DARK_TURQUOISE - Static variable in class com.guiseframework.style.RGBColor
 
DARK_VIOLET - Static variable in class com.guiseframework.style.RGBColor
 
DATA_APPLICATION_FILENAME - Static variable in class com.guiseframework.platform.web.GuiseHTTPServlet
The name of the application configuration file in the data directory for supplemental application initialization.
DATE_PROPERTY - Static variable in class com.guiseframework.component.CalendarControl
The visible date bound property.
DATE_PROPERTY - Static variable in class com.guiseframework.model.CalendarMonthTableModel
The date bound property.
DateRangeValidator - Class in com.guiseframework.validator
A range validator for dates.
DateRangeValidator() - Constructor for class com.guiseframework.validator.DateRangeValidator
Default constructor with no value required and a step of one.
DateRangeValidator(boolean) - Constructor for class com.guiseframework.validator.DateRangeValidator
Value required constructor with a step of one.
DateRangeValidator(Date, Date) - Constructor for class com.guiseframework.validator.DateRangeValidator
Minimum, and maximum constructor with a step of one.
DateRangeValidator(Date, Date, Date) - Constructor for class com.guiseframework.validator.DateRangeValidator
Minimum, maximum, and step constructor.
DateRangeValidator(Date, Date, boolean) - Constructor for class com.guiseframework.validator.DateRangeValidator
Minimum, maximum, and value required constructor.
DateRangeValidator(Date, Date, Date, boolean) - Constructor for class com.guiseframework.validator.DateRangeValidator
Minimum, maximum, step, and value required constructor.
DateStringLiteralConverter - Class in com.guiseframework.converter
An object that can convert a date/time from and to a string.
DateStringLiteralConverter(DateStringLiteralStyle) - Constructor for class com.guiseframework.converter.DateStringLiteralConverter
Date style constructor with no time style.
DateStringLiteralConverter(DateStringLiteralStyle, TimeStringLiteralStyle) - Constructor for class com.guiseframework.converter.DateStringLiteralConverter
Date style and time style constructor.
DateStringLiteralStyle - Enum in com.guiseframework.converter
The style of a date in its string literal form.
DateTimeControl - Class in com.guiseframework.component
Control that allows selection of a date and/or a time, providing separate inputs for date and time with the option of a calendar popup.
DateTimeControl() - Constructor for class com.guiseframework.component.DateTimeControl
Default constructor with a default data model.
DateTimeControl(ValueModel<Date>) - Constructor for class com.guiseframework.component.DateTimeControl
Value model constructor.
DateTimeFieldsControl - Class in com.guiseframework.component
Control that allows selection of a date and/or a time, providing separate inputs for date/time fields with the option of a calendar popup.
DateTimeFieldsControl() - Constructor for class com.guiseframework.component.DateTimeFieldsControl
Default constructor with a default data model.
DateTimeFieldsControl(ValueModel<Date>) - Constructor for class com.guiseframework.component.DateTimeFieldsControl
Value model constructor.
DecimalRangeValidator<V extends java.lang.Number & java.lang.Comparable<V>> - Class in com.guiseframework.validator
A range validator for decimal numbers such as floating point numbers that uses BigInteger for validation accuracy.
DecimalRangeValidator() - Constructor for class com.guiseframework.validator.DecimalRangeValidator
Default constructor with no value required and a step of one.
DecimalRangeValidator(boolean) - Constructor for class com.guiseframework.validator.DecimalRangeValidator
Value required constructor with a step of one.
DecimalRangeValidator(V, V) - Constructor for class com.guiseframework.validator.DecimalRangeValidator
Minimum, and maximum constructor with no step.
DecimalRangeValidator(V, V, V) - Constructor for class com.guiseframework.validator.DecimalRangeValidator
Minimum, maximum, and step constructor.
DecimalRangeValidator(V, V, boolean) - Constructor for class com.guiseframework.validator.DecimalRangeValidator
Minimum, maximum, and value required constructor.
DecimalRangeValidator(V, V, V, boolean) - Constructor for class com.guiseframework.validator.DecimalRangeValidator
Minimum, maximum, step, and value required constructor.
decorateID(String, String, String) - Static method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
Modifies an ID (such as a component ID or a style ID) by adding a prefix and/or suffix as needed.
DEEP_PINK - Static variable in class com.guiseframework.style.RGBColor
 
DEEP_SKY_BLUE - Static variable in class com.guiseframework.style.RGBColor
 
DEFAULT_EXPORT_STRATEGY - Static variable in class com.guiseframework.component.AbstractImageComponent
The default export strategy for this component type.
DEFAULT_EXPORT_STRATEGY - Static variable in class com.guiseframework.component.AbstractLabel
The default export strategy for this component type.
DEFAULT_EXPORT_STRATEGY - Static variable in class com.guiseframework.component.TextControl
The default export strategy for this component type.
DEFAULT_FORCE - Static variable in class com.guiseframework.event.ActionEvent
The default action force.
DEFAULT_IMPORT_STRATEGY - Static variable in class com.guiseframework.component.TextControl
The default import strategy for this component type.
DEFAULT_OPTION - Static variable in class com.guiseframework.event.ActionEvent
The default action option.
DEFAULT_POLL_INTERVAL - Static variable in class com.guiseframework.platform.web.AbstractWebPlatform
The default polling interval in milleseconds.
DEFAULT_RESOURCE_BUNDLE_BASE_NAME - Static variable in class com.guiseframework.Resources
The default base name of the Guise resource bundle.
DefaultActionModel - Class in com.guiseframework.model
A default implementation of an action model.
DefaultActionModel() - Constructor for class com.guiseframework.model.DefaultActionModel
 
DefaultApplicationFrame - Class in com.guiseframework.component
Default implementation of an application frame with no default component.
DefaultApplicationFrame() - Constructor for class com.guiseframework.component.DefaultApplicationFrame
Default constructor.
DefaultApplicationFrame(Component) - Constructor for class com.guiseframework.component.DefaultApplicationFrame
Component constructor.
DefaultDialogFrame<V> - Class in com.guiseframework.component
Default implementation of a frame meant for communication of a value.
DefaultDialogFrame(Class<V>) - Constructor for class com.guiseframework.component.DefaultDialogFrame
Value class constructor.
DefaultDialogFrame(Class<V>, Component) - Constructor for class com.guiseframework.component.DefaultDialogFrame
Value class and component constructor.
DefaultDialogFrame(ValueModel<V>) - Constructor for class com.guiseframework.component.DefaultDialogFrame
Value model constructor.
DefaultDialogFrame(ValueModel<V>, Component) - Constructor for class com.guiseframework.component.DefaultDialogFrame
Value model and component constructor.
DefaultEnableable - Class in com.guiseframework.model
A default implementation of an object that can be enabled or disabled.
DefaultEnableable() - Constructor for class com.guiseframework.model.DefaultEnableable
 
DefaultEnvironment - Class in com.guiseframework.platform
The default implementation of the platform user local environment.
DefaultEnvironment() - Constructor for class com.guiseframework.platform.DefaultEnvironment
 
DefaultFlyoverFrame - Class in com.guiseframework.component
Default implementation of a flyover frame with default layout panel.
DefaultFlyoverFrame() - Constructor for class com.guiseframework.component.DefaultFlyoverFrame
Default constructor.
DefaultFlyoverFrame(Component) - Constructor for class com.guiseframework.component.DefaultFlyoverFrame
Component constructor.
DefaultFrame - Class in com.guiseframework.component
Default implementation of a nonmodal frame with default layout panel.
DefaultFrame() - Constructor for class com.guiseframework.component.DefaultFrame
Default constructor with a default layout panel child component.
DefaultFrame(Component) - Constructor for class com.guiseframework.component.DefaultFrame
Component constructor.
DefaultGuiseApplication - Class in com.guiseframework
The default implementation of a Guise application.
DefaultGuiseApplication() - Constructor for class com.guiseframework.DefaultGuiseApplication
Default constructor with no identifier.
DefaultGuiseApplication(URI) - Constructor for class com.guiseframework.DefaultGuiseApplication
URI constructor.
DefaultGuiseSession - Class in com.guiseframework
A default implementation of a Guise session.
DefaultGuiseSession(GuiseApplication, Platform) - Constructor for class com.guiseframework.DefaultGuiseSession
Application and platform constructor.
DefaultImageModel - Class in com.guiseframework.model
A default implementation of a model for an image.
DefaultImageModel() - Constructor for class com.guiseframework.model.DefaultImageModel
Default constructor.
DefaultImageModel(URI) - Constructor for class com.guiseframework.model.DefaultImageModel
Image URI constructor.
DefaultInfoModel - Class in com.guiseframework.model
A default implementation of a model for a label and descriptive information.
DefaultInfoModel() - Constructor for class com.guiseframework.model.DefaultInfoModel
Default constructor.
DefaultInfoModel(String) - Constructor for class com.guiseframework.model.DefaultInfoModel
Label constructor.
DefaultInfoModel(String, URI) - Constructor for class com.guiseframework.model.DefaultInfoModel
Label and glyph URI constructor.
DefaultInputFocusStrategy - Class in com.guiseframework.event
The default strategy for determining current input focus and progression of input focus.
DefaultInputFocusStrategy() - Constructor for class com.guiseframework.event.DefaultInputFocusStrategy
 
DefaultInteractionTreeNodeModel<V extends com.globalmentor.urf.maqro.Interaction> - Class in com.guiseframework.model.rdf.maqro
A tree node model that represents a general interaction.
DefaultInteractionTreeNodeModel() - Constructor for class com.guiseframework.model.rdf.maqro.DefaultInteractionTreeNodeModel
Default constructor with no initial value.
DefaultInteractionTreeNodeModel(Class<V>) - Constructor for class com.guiseframework.model.rdf.maqro.DefaultInteractionTreeNodeModel
Value class constructor with no initial value.
DefaultInteractionTreeNodeModel(Class<V>, V) - Constructor for class com.guiseframework.model.rdf.maqro.DefaultInteractionTreeNodeModel
Initial value constructor.
DefaultInteractionTreeNodeModel(Class<V>, FollowupEvaluation, V) - Constructor for class com.guiseframework.model.rdf.maqro.DefaultInteractionTreeNodeModel
Property and initial value constructor.
DefaultLabelModel - Class in com.guiseframework.model
A default implementation of a model for an identifier such as text and/or an icon.
DefaultLabelModel() - Constructor for class com.guiseframework.model.DefaultLabelModel
Default constructor.
DefaultLabelModel(String) - Constructor for class com.guiseframework.model.DefaultLabelModel
Label constructor.
DefaultLabelModel(String, URI) - Constructor for class com.guiseframework.model.DefaultLabelModel
Label and glyph URI constructor.
DefaultListSelectEditor<V> - Class in com.guiseframework.model
The default implementation for editing values in a list model.
DefaultListSelectEditor(ListSelectModel<V>, Class<? extends ValuedComponent<V>>) - Constructor for class com.guiseframework.model.DefaultListSelectEditor
List select model and valued component constructor.
DefaultListSelectModel<V> - Class in com.guiseframework.model
The default implementation of a model for selecting one or more values from a list.
DefaultListSelectModel(Class<V>) - Constructor for class com.guiseframework.model.DefaultListSelectModel
Constructs a list select model indicating the type of values it can hold, using a default multiple selection strategy.
DefaultListSelectModel(Class<V>, ListSelectionPolicy<V>) - Constructor for class com.guiseframework.model.DefaultListSelectModel
Constructs a list select model indicating the type of values it can hold.
DefaultListSelectModel.ValueState - Class in com.guiseframework.model
An encapsulation of the state of a value in the model.
DefaultListSelectModel.ValueState(V) - Constructor for class com.guiseframework.model.DefaultListSelectModel.ValueState
Constructor
DefaultListSelectModel.ValueState(V, DefaultListSelectModel<V>.ValueState) - Constructor for class com.guiseframework.model.DefaultListSelectModel.ValueState
State copy constructor
DefaultMenuToolPrototypeProvisionStrategy - Class in com.guiseframework.prototype
The default strategy for keeping track of prototype providers and working with provisioned prototypes, merging them into a menu and/or a toolbar.
DefaultMenuToolPrototypeProvisionStrategy(CompositeComponent, Menu, Toolbar, PrototypeProvider...) - Constructor for class com.guiseframework.prototype.DefaultMenuToolPrototypeProvisionStrategy
Parent component, menu, toolbar, and prototype providers constructor.
DefaultModalFrame<R> - Class in com.guiseframework.component
Default implementation of a modal frame with a default layout panel.
DefaultModalFrame() - Constructor for class com.guiseframework.component.DefaultModalFrame
Default constructor with a default layout panel.
DefaultModalFrame(Component) - Constructor for class com.guiseframework.component.DefaultModalFrame
Component constructor.
DefaultModalNavigationPanel<R> - Class in com.guiseframework.component
Default implementation of a panel that represents a point of modal navigation with default region layout.
DefaultModalNavigationPanel() - Constructor for class com.guiseframework.component.DefaultModalNavigationPanel
Default constructor with a default region layout.
DefaultModalNavigationPanel(Layout<?>) - Constructor for class com.guiseframework.component.DefaultModalNavigationPanel
Layout constructor.
DefaultProduct - Class in com.guiseframework.platform
The default implementation of a product with no brand.
DefaultProduct(String, String, String, double) - Constructor for class com.guiseframework.platform.DefaultProduct
ID, name, and version constructor.
DefaultProduct(String, String, String, double, int[]) - Constructor for class com.guiseframework.platform.DefaultProduct
ID, name, and version constructor.
DefaultStringLiteralConverter<V> - Class in com.guiseframework.converter
A converter that converts any object to a string literal using its Object.toString() method.
DefaultStringLiteralConverter(Class<V>) - Constructor for class com.guiseframework.converter.DefaultStringLiteralConverter
Constructs a default string literal converter indicating the type of value to convert.
DefaultTableColumnModel<V> - Class in com.guiseframework.model
The default implementation of a column in a table.
DefaultTableColumnModel(Class<V>) - Constructor for class com.guiseframework.model.DefaultTableColumnModel
Value class constructor.
DefaultTableColumnModel(Class<V>, String) - Constructor for class com.guiseframework.model.DefaultTableColumnModel
Value class and label constructor.
DefaultTableColumnModel(Class<V>, String, URI) - Constructor for class com.guiseframework.model.DefaultTableColumnModel
Value class, label, and glyph URI constructor.
DefaultTableModel - Class in com.guiseframework.model
The default implementation of a table model.
DefaultTableModel(Class<C>, String...) - Constructor for class com.guiseframework.model.DefaultTableModel
Constructs a default table model indicating the type of values it can hold, using default column models.
DefaultTableModel(TableColumnModel<?>...) - Constructor for class com.guiseframework.model.DefaultTableModel
Constructs a default table model indicating the type of values it can hold along with column definitions.
DefaultTableModel(Class<C>, C[][], String...) - Constructor for class com.guiseframework.model.DefaultTableModel
Constructs a default table model indicating the type of values it can hold and column names.
DefaultTableModel(Object[][], TableColumnModel<?>...) - Constructor for class com.guiseframework.model.DefaultTableModel
Constructs a default table model indicating the type of values it can hold.
DefaultTextModel - Class in com.guiseframework.model
The default implementation of a model for text and an associated label.
DefaultTextModel() - Constructor for class com.guiseframework.model.DefaultTextModel
Default constructor.
DefaultTextModel(String) - Constructor for class com.guiseframework.model.DefaultTextModel
Text constructor with a default Model.PLAIN_TEXT_CONTENT_TYPE content type.
DefaultTextModel(String, ContentType) - Constructor for class com.guiseframework.model.DefaultTextModel
Text and content type constructor
DefaultTreeModel - Class in com.guiseframework.model
A default implementation of a tree model.
DefaultTreeModel() - Constructor for class com.guiseframework.model.DefaultTreeModel
Default constructor with a dummy root tree node.
DefaultTreeModel(TreeNodeModel<?>) - Constructor for class com.guiseframework.model.DefaultTreeModel
Root node constructor.
DefaultTreeNodeModel<V> - Class in com.guiseframework.model
A default node in a tree model.
DefaultTreeNodeModel(Class<V>) - Constructor for class com.guiseframework.model.DefaultTreeNodeModel
Constructs a tree node model indicating the type of value it can hold.
DefaultTreeNodeModel(Class<V>, V) - Constructor for class com.guiseframework.model.DefaultTreeNodeModel
Constructs a tree node model indicating the type of value it can hold, along with an initial value.
DefaultURFResourceTreeNodeRepresentationStrategy - Class in com.guiseframework.component.urf
A default tree node representation strategy representing an URF resource.
DefaultURFResourceTreeNodeRepresentationStrategy() - Constructor for class com.guiseframework.component.urf.DefaultURFResourceTreeNodeRepresentationStrategy
Default constructor with a default namespace label manager.
DefaultURFResourceTreeNodeRepresentationStrategy(TURFNamespaceLabelManager) - Constructor for class com.guiseframework.component.urf.DefaultURFResourceTreeNodeRepresentationStrategy
RDF XMLifier constructor.
DefaultURIStringLiteralConverter - Class in com.guiseframework.converter
A URI converter that allows any URI allowed by the URI class, even relative URIs.
DefaultURIStringLiteralConverter() - Constructor for class com.guiseframework.converter.DefaultURIStringLiteralConverter
 
DefaultValueModel<V> - Class in com.guiseframework.model
A default implementation of a model representing a value.
DefaultValueModel(Class<V>) - Constructor for class com.guiseframework.model.DefaultValueModel
Constructs a value model indicating the type of value it can hold.
DefaultValueModel(Class<V>, V) - Constructor for class com.guiseframework.model.DefaultValueModel
Constructs a value model indicating the type of value it can hold, along with an initial value.
DefaultWebPlatformFileCollectorDepictor - Class in com.guiseframework.platform.web
The default web depictor for a platform file collector.
DefaultWebPlatformFileCollectorDepictor() - Constructor for class com.guiseframework.platform.web.DefaultWebPlatformFileCollectorDepictor
 
DefaultWebUserAgentProduct - Class in com.guiseframework.platform.web
The default implementation of the identification of the user agent client, such as a browser, accessing Guise on the web platform.
DefaultWebUserAgentProduct(String, WebUserAgentProduct.Brand, String, String, double, int[], Iterable<ContentType>, Iterable<Locale>) - Constructor for class com.guiseframework.platform.web.DefaultWebUserAgentProduct
ID, brand, name, and version constructor.
DELAY_PROPERTY - Static variable in interface com.guiseframework.component.effect.Effect
The delay bound property.
DelayEffect - Class in com.guiseframework.component.effect
An effect for simple delay.
DelayEffect() - Constructor for class com.guiseframework.component.effect.DelayEffect
Default constructor with no delay.
DelayEffect(int) - Constructor for class com.guiseframework.component.effect.DelayEffect
Delay constructor.
deleteLabel() - Method in class com.guiseframework.component.AbstractEditComponentTextControl
Removes the current label by setting it to null.
DemoApplication - Class in com.guiseframework.demo
Demonstration Guise application.
DemoApplication() - Constructor for class com.guiseframework.demo.DemoApplication
Default constructor with no identifier.
DemoApplication(URI) - Constructor for class com.guiseframework.demo.DemoApplication
URI constructor.
DemoUser - Class in com.guiseframework.demo
A user class for the Guise demo.
DemoUser(String, String, String, String, char[], String) - Constructor for class com.guiseframework.demo.DemoUser
Constructor.
depict() - Method in class com.guiseframework.component.AbstractComponent
Updates the depiction of the object.
depict() - Method in class com.guiseframework.platform.AbstractComponentDepictor
Updates the depiction of the object.
depict() - Method in class com.guiseframework.platform.AbstractDepictedObject
Updates the depiction of the object.
depict() - Method in class com.guiseframework.platform.AbstractDepictor
Updates the depiction of the object.
depict() - Method in interface com.guiseframework.platform.DepictedObject
Updates the depiction of the object.
depict() - Method in interface com.guiseframework.platform.Depictor
Updates the depiction of the object.
depict() - Method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
Orchestrates the entire depiction process for the given component.
DEPICT_ID_STRING_PREFIX - Static variable in class com.guiseframework.platform.web.AbstractWebPlatform
The prefix used for creating depict ID strings on this platform.
depictBegin() - Method in class com.guiseframework.platform.web.AbstractDecoratedWebComponentDepictor
Begins the rendering process.
depictBegin() - Method in class com.guiseframework.platform.web.AbstractSimpleWebComponentDepictor
Begins the rendering process.
depictBegin() - Method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
Begins the depiction process.
depictBegin() - Method in class com.guiseframework.platform.web.WebAccordionMenuDepictor
Begins the rendering process.
depictBegin() - Method in class com.guiseframework.platform.web.WebApplicationFrameDepictor
Begins the rendering process.
depictBegin() - Method in class com.guiseframework.platform.web.WebButtonDepictor
Begins the rendering process.
depictBegin() - Method in class com.guiseframework.platform.web.WebCardPanelDepictor
Begins the rendering process.
depictBegin() - Method in class com.guiseframework.platform.web.WebCheckControlDepictor
Begins the rendering process.
depictBegin() - Method in class com.guiseframework.platform.web.WebCustomButtonDepictor
Begins the rendering process.
depictBegin() - Method in class com.guiseframework.platform.web.WebDropMenuDepictor
Begins the rendering process.
depictBegin() - Method in class com.guiseframework.platform.web.WebFieldsetDepictor
Begins the rendering process.
depictBegin() - Method in class com.guiseframework.platform.web.WebFileInputDepictor
Begins the rendering process.
depictBegin() - Method in class com.guiseframework.platform.web.WebFrameDepictor
Begins the rendering process.
depictBegin() - Method in class com.guiseframework.platform.web.WebHeadingLinkDepictor
Begins the rendering process.
depictBegin() - Method in class com.guiseframework.platform.web.WebImageBooleanSelectActionControlViewer
Begins the rendering process.
depictBegin() - Method in class com.guiseframework.platform.web.WebLabelPanelDepictor
Begins the rendering process.
depictBegin() - Method in class com.guiseframework.platform.web.WebLayoutComponentDepictor
Begins the rendering process.
depictBegin() - Method in class com.guiseframework.platform.web.WebLinkDepictor
Begins the rendering process.
depictBegin() - Method in class com.guiseframework.platform.web.WebPictureDepictor
Begins the rendering process.
depictBegin() - Method in class com.guiseframework.platform.web.WebResourceCollectDepictor
Begins the rendering process.
depictBegin() - Method in class com.guiseframework.platform.web.WebSelectDepictor
Begins the rendering process.
depictBegin() - Method in class com.guiseframework.platform.web.WebSliderDepictor
Begins the rendering process.
depictBegin() - Method in class com.guiseframework.platform.web.WebTabbedPanelDepictor
Begins the rendering process.
depictBegin() - Method in class com.guiseframework.platform.web.WebTableDepictor
Begins the rendering process.
depictBegin() - Method in class com.guiseframework.platform.web.WebTextControlDepictor
Begins the rendering process.
depictBody() - Method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
Depicts the body of the component.
depictBody() - Method in class com.guiseframework.platform.web.AbstractWebFrameDepictor
Renders the body of the component.
depictBody() - Method in class com.guiseframework.platform.web.WebFlashDepictor
Renders the body of the component.
depictBody() - Method in class com.guiseframework.platform.web.WebImageActionControlDepictor
Renders the body of the component.
depictBody() - Method in class com.guiseframework.platform.web.WebImageDepictor
Renders the body of the component.
depictBody() - Method in class com.guiseframework.platform.web.WebLabelDepictor
Renders the body of the component.
depictBody() - Method in class com.guiseframework.platform.web.WebLinkDepictor
Renders the body of the component.
depictBody() - Method in class com.guiseframework.platform.web.WebMessageDepictor
Renders the body of the component.
depictBody() - Method in class com.guiseframework.platform.web.WebSliderDepictor
Renders the body of the component.
depictBody() - Method in class com.guiseframework.platform.web.WebTabDepictor
Renders the body of the component.
depictBody() - Method in class com.guiseframework.platform.web.WebTableDepictor
Renders the body of the component.
depictBody() - Method in class com.guiseframework.platform.web.WebTextControlDepictor
Renders the body of the component.
depictChild(Component) - Method in class com.guiseframework.platform.AbstractComponentDepictor
Depicts a single child.
depictChildren() - Method in class com.guiseframework.platform.AbstractComponentDepictor
Depicts any child components.
depictChildren() - Method in class com.guiseframework.platform.web.AbstractWebLayoutComponentDepictor
Updates the views of any children.
depictChildren() - Method in class com.guiseframework.platform.web.WebAccordionMenuDepictor
Updates the views of any children.
depictChildren() - Method in class com.guiseframework.platform.web.WebListDepictor
Updates the views of any children.
depictChildren() - Method in class com.guiseframework.platform.web.WebSelectDepictor
Updates the views of any children.
depictChildren() - Method in class com.guiseframework.platform.web.WebTabDepictor
Updates the views of any children.
depictChildren() - Method in class com.guiseframework.platform.web.WebTableDepictor
Updates the views of any children.
depictChildren() - Method in class com.guiseframework.platform.web.WebTextBoxDepictor
Updates the views of any children.
depictChildren() - Method in class com.guiseframework.platform.web.WebTreeControlDepictor
Updates the views of any children.
DepictContext - Interface in com.guiseframework.platform
Encapsulation of information related to the current depiction.
DepictedObject - Interface in com.guiseframework.platform
An object that can be depicted on some platform.
depictedObjectPropertyChange(PropertyChangeEvent) - Method in class com.guiseframework.platform.AbstractComponentDepictor
Called when a depicted object bound property is changed.
depictedObjectPropertyChange(PropertyChangeEvent) - Method in class com.guiseframework.platform.AbstractDepictor
Called when a depicted object bound property is changed.
depictedObjectPropertyChange(PropertyChangeEvent) - Method in class com.guiseframework.platform.web.WebImageActionControlDepictor
Called when a depicted object bound property is changed.
depictedObjectPropertyChange(PropertyChangeEvent) - Method in class com.guiseframework.platform.web.WebImageDepictor
Called when a depicted object bound property is changed.
depictedObjectPropertyChange(PropertyChangeEvent) - Method in class com.guiseframework.platform.web.WebResourceCollectDepictor
Called when a depicted object bound property is changed.
depictEnd() - Method in class com.guiseframework.platform.web.AbstractDecoratedWebComponentDepictor
Ends the rendering process.
depictEnd() - Method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
Ends the depiction process.
depictEnd() - Method in class com.guiseframework.platform.web.WebAccordionMenuDepictor
Ends the rendering process.
depictEnd() - Method in class com.guiseframework.platform.web.WebApplicationFrameDepictor
Ends the rendering process.
depictEnd() - Method in class com.guiseframework.platform.web.WebCardPanelDepictor
Ends the rendering process.
depictEnd() - Method in class com.guiseframework.platform.web.WebCheckControlDepictor
Ends the rendering process.
depictEnd() - Method in class com.guiseframework.platform.web.WebDropMenuDepictor
Ends the rendering process.
depictEnd() - Method in class com.guiseframework.platform.web.WebFrameDepictor
Ends the rendering process.
depictEnd() - Method in class com.guiseframework.platform.web.WebHeadingLinkDepictor
Ends the depiction process.
depictEnd() - Method in class com.guiseframework.platform.web.WebLabelPanelDepictor
Ends the rendering process.
depictEnd() - Method in class com.guiseframework.platform.web.WebPictureDepictor
Ends the rendering process.
depictEnd() - Method in class com.guiseframework.platform.web.WebSliderDepictor
Ends the rendering process.
depictEnd() - Method in class com.guiseframework.platform.web.WebTabbedPanelDepictor
Ends the rendering process.
depictEnd() - Method in class com.guiseframework.platform.web.WebTableDepictor
Ends the rendering process.
DepictEvent - Interface in com.guiseframework.platform
An event to or from a depicted object on some platform.
Depictor<O extends DepictedObject> - Interface in com.guiseframework.platform
A strategy for depicting objects on some platform.
dereferenceString(String) - Method in class com.guiseframework.AbstractGuiseSession
Dereferences a string by replacing any string references with a string from the resources.
dereferenceString(String) - Method in interface com.guiseframework.GuiseSession
Dereferences a string by replacing any string references with a string from the resources.
dereferenceURI(URI, String...) - Method in class com.guiseframework.AbstractGuiseSession
Dereferences a URI by looking up any references from the resources if necessary.
dereferenceURI(URI, String...) - Method in interface com.guiseframework.GuiseSession
Dereferences a URI by looking up any references from the resources if necessary.
DESCRIPTION_CONTENT_TYPE_PROPERTY - Static variable in interface com.guiseframework.model.InfoModel
The description content type bound property.
DESCRIPTION_DISPLAYED_PROPERTY - Static variable in class com.guiseframework.component.Picture
The bound property of whether the description is displayed.
DESCRIPTION_PROPERTY - Static variable in interface com.guiseframework.model.InfoModel
The description bound property.
Destination - Interface in com.guiseframework
Description of a navigation point, its properties, and its restrictions.
DESTINATION_BOOKMARK_PROPERTY - Static variable in class com.guiseframework.component.PlatformFileUploadPanel
The bound property of the destination bookmark.
DESTINATION_URI_PROPERTY - Static variable in class com.guiseframework.component.PlatformFileUploadPanel
The bound property of the destination URI.
DESTINATION_URI_PROPERTY - Static variable in enum com.guiseframework.platform.web.AbstractWebPlatformFileCollectorDepictor.WebPlatformFileCollectorCommand
The property for specifying the destination URI of a file upload.
DESTINATION_URI_PROPERTY - Static variable in enum com.guiseframework.platform.web.WebResourceCollectDepictor.ResourceCollectCommand
The property for specifying the destination URI of the resources to receive.
destroy() - Method in class com.guiseframework.AbstractGuiseSession
Called when the session is destroyed.
destroy() - Method in interface com.guiseframework.GuiseSession
Called when the session is destroyed.
destroy() - Method in class com.guiseframework.platform.web.GuiseHTTPServlet
Called by the servlet container to indicate to a servlet that the servlet is being taken out of service.
determineChildren() - Method in class com.guiseframework.model.DynamicTreeNodeModel
Dynamically determines children.
determineChildren() - Method in class com.guiseframework.model.rdf.AbstractRDFResourceTreeNodeModel
Dynamically determines children.
determineChildren() - Method in class com.guiseframework.model.rdf.maqro.AbstractGroupTreeNodeModel
Dynamically determines children.
determineChildren() - Method in class com.guiseframework.model.rdf.maqro.QuestionTreeNodeModel
Dynamically determines children.
determineChildren() - Method in class com.guiseframework.model.urf.URFDynamicTreeNodeModel
Dynamically determines children.
determineChildren() - Method in class com.guiseframework.model.urf.URFResourceDynamicTreeNodeModel
Dynamically determines children.
determineChildrenValid() - Method in class com.guiseframework.component.AbstractCompositeComponent
Checks the state of child components for validity.
determineChildrenValid() - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Checks the state of child components for validity.
determineComponentState(T) - Method in class com.guiseframework.component.AbstractCompositeStateComponent
Retrieves a component state for the given object.
determineLeaf() - Method in class com.guiseframework.model.DynamicTreeNodeModel
Dynamically determines whether this node is a leaf.
determineLeaf() - Method in class com.guiseframework.model.rdf.AbstractRDFResourceTreeNodeModel
Dynamically determines whether this node is a leaf.
determineLeaf() - Method in class com.guiseframework.model.rdf.maqro.AbstractGroupTreeNodeModel
Dynamically determines whether this node is a leaf.
determineLeaf() - Method in class com.guiseframework.model.rdf.maqro.QuestionTreeNodeModel
Dynamically determines whether this node is a leaf.
determineLeaf() - Method in class com.guiseframework.model.urf.URFDynamicTreeNodeModel
Dynamically determines whether this node is a leaf.
determineLeaf() - Method in class com.guiseframework.model.urf.URFResourceDynamicTreeNodeModel
Dynamically determines whether this node is a leaf.
determineStatus() - Method in class com.guiseframework.component.AbstractCompositeStateControl
Checks the user input status of the control.
determineStatus() - Method in class com.guiseframework.component.AbstractContainerControl
Checks the user input status of the control.
determineStatus() - Method in class com.guiseframework.component.AbstractControl
Checks the user input status of the control.
determineStatus() - Method in class com.guiseframework.component.AbstractDialogFrame
Checks the user input status of the control.
determineStatus() - Method in class com.guiseframework.component.AbstractLayoutControl
Checks the user input status of the control.
determineStatus() - Method in class com.guiseframework.component.AbstractTextControl
Checks the user input status of the control.
determineStatus() - Method in class com.guiseframework.component.ImageActionControl
Checks the user input status of the control.
determineValid() - Method in class com.guiseframework.component.AbstractActionValueControl
Checks the state of the component for validity.
determineValid() - Method in class com.guiseframework.component.AbstractComponent
Checks the state of the component for validity.
determineValid() - Method in class com.guiseframework.component.AbstractCompositeComponent
Checks the state of the component for validity.
determineValid() - Method in class com.guiseframework.component.AbstractContainerValueControl
Checks the state of the component for validity.
determineValid() - Method in class com.guiseframework.component.AbstractDialogFrame
Checks the state of the component for validity.
determineValid() - Method in class com.guiseframework.component.AbstractLayoutValueControl
Checks the state of the component for validity.
determineValid() - Method in class com.guiseframework.component.AbstractListSelectControl
Checks the state of the component for validity.
determineValid() - Method in class com.guiseframework.component.AbstractTextControl
Checks the state of the component for validity.
determineValid() - Method in class com.guiseframework.component.AbstractValueControl
Checks the state of the component for validity.
determineValid() - Method in class com.guiseframework.component.PasswordAuthenticationPanel
Checks the state of the component for validity.
determineValid() - Method in class com.guiseframework.demo.EditUserPanel
Checks the state of the component for validity.
diagnose() - Method in class com.guiseframework.demo.DiagnosticPanel
Updates diagnostic labels.
DiagnosticPanel - Class in com.guiseframework.demo
Diagnostic Guise demonstration panel.
DiagnosticPanel() - Constructor for class com.guiseframework.demo.DiagnosticPanel
Default constructor.
DialogFrame<V> - Interface in com.guiseframework.component
A frame for communication of a value.
DIM_GRAY - Static variable in class com.guiseframework.style.RGBColor
 
Dimensions - Class in com.guiseframework.geometry
A measurement of an object's width, height, and depth along the X, Y, and Z dimensions, respectively.
Dimensions(double, double, Unit) - Constructor for class com.guiseframework.geometry.Dimensions
Width and height unit constructor with a depth of one.
Dimensions(double, Unit, double, Unit) - Constructor for class com.guiseframework.geometry.Dimensions
Width unit and height unit constructor with a depth of one.
Dimensions(double, double, double, Unit) - Constructor for class com.guiseframework.geometry.Dimensions
Width, height, and depth unit constructor.
Dimensions(Extent, Extent) - Constructor for class com.guiseframework.geometry.Dimensions
Width and height extent constructor with a default depth of zero pixels.
Dimensions(Extent, Extent, Extent) - Constructor for class com.guiseframework.geometry.Dimensions
Width, height, and depth extent constructor.
DIR_LTR_CLASS - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class indicating left-to-right line direction.
DIR_RTL_CLASS - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class indicating right-to-left line direction.
DISABLED_CLASS - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class indicating disabled state.
discontinuePollInterval(DepictedObject) - Method in class com.guiseframework.platform.web.AbstractWebPlatform
Indicates that a depicted object no longer requests a particular polling interval.
discontinuePollInterval(DepictedObject) - Method in interface com.guiseframework.platform.web.WebPlatform
Indicates that a depicted object no longer requests a particular polling interval.
dispatchInputEvent(InputEvent) - Method in class com.guiseframework.component.AbstractComponent
Dispatches an input event to this component and all child components, if any.
dispatchInputEvent(InputEvent) - Method in class com.guiseframework.component.AbstractCompositeComponent
Dispatches an input event to this component and all child components, if any.
dispatchInputEvent(InputEvent, Component) - Method in class com.guiseframework.component.AbstractCompositeComponent
Dispatches an input event to the specified target child hierarchy.
dispatchInputEvent(InputEvent) - Method in interface com.guiseframework.component.Component
Dispatches an input event to this component and all child components, if any.
DISPLAY_ROW_COUNT_PROPERTY - Static variable in class com.guiseframework.component.Table
The display row count bound property.
DISPLAY_ROW_START_INDEX_PROPERTY - Static variable in class com.guiseframework.component.Table
The display row start index bound property.
Displayable - Interface in com.guiseframework.model
An object that can be displayed or made to be hidden.
DISPLAYED_PROPERTY - Static variable in interface com.guiseframework.model.Displayable
The bound property of whether the object is displayed or has no representation, taking up no space.
DODGER_BLUE - Static variable in class com.guiseframework.style.RGBColor
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.guiseframework.platform.web.GuiseHTTPServlet
Services the GET method.
DOM_JAVASCRIPT_PATH - Static variable in interface com.guiseframework.platform.web.WebPlatform
The path of the DOM JavaScript file, relative to the application.
doPut(HttpServletRequest, HttpServletResponse) - Method in class com.guiseframework.platform.web.GuiseHTTPServlet
Services the PUT method.
DoubleStringLiteralConverter - Class in com.guiseframework.converter
A converter that converts a Double from and to a string literal.
DoubleStringLiteralConverter() - Constructor for class com.guiseframework.converter.DoubleStringLiteralConverter
Default constructor with a default number style.
DoubleStringLiteralConverter(NumberStringLiteralConverter.Style) - Constructor for class com.guiseframework.converter.DoubleStringLiteralConverter
Style constructor.
DoubleStringLiteralConverter(NumberStringLiteralConverter.Style, Currency) - Constructor for class com.guiseframework.converter.DoubleStringLiteralConverter
Style, and currency constructor.
DRAG_ENABLED_PROPERTY - Static variable in interface com.guiseframework.component.Component
The bound property of whether the component has dragging enabled.
DRAG_HANDLE_CLASS - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The handle of a drag source.
DRAG_SOURCE_CLASS - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The potential source of a drag and drop operation.
DROP_ENABLED_PROPERTY - Static variable in interface com.guiseframework.component.Component
The bound property of whether the component has dropping enabled.
DROP_TARGET_CLASS - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The potential target of a drag and drop operation.
DropDetailsPanel - Class in com.guiseframework.demo
Drop Details Guise demonstration panel.
DropDetailsPanel() - Constructor for class com.guiseframework.demo.DropDetailsPanel
Default constructor.
DropMenu - Class in com.guiseframework.component
A menu that drops its children down from the top or over to the side.
DropMenu(Flow) - Constructor for class com.guiseframework.component.DropMenu
Axis constructor.
DropMenu(InfoModel, ActionModel, Enableable, Flow) - Constructor for class com.guiseframework.component.DropMenu
Info model, action model, enableable, and menu layout constructor.
DropMenu(MenuPrototype, Flow) - Constructor for class com.guiseframework.component.DropMenu
Prototype and axis constructor.
DummyTreeNodeModel - Class in com.guiseframework.model
A dummy tree node that holds no value and, if placed as the root of a tree, will not be displayed.
DummyTreeNodeModel() - Constructor for class com.guiseframework.model.DummyTreeNodeModel
Constructs a dummy tree node model.
DynamicTreeNodeModel<V> - Class in com.guiseframework.model
A node in a tree model that can dynamically load its children when needed.
DynamicTreeNodeModel(Class<V>) - Constructor for class com.guiseframework.model.DynamicTreeNodeModel
Constructs a tree node model indicating the type of value it can hold.
DynamicTreeNodeModel(Class<V>, V) - Constructor for class com.guiseframework.model.DynamicTreeNodeModel
Constructs a tree node model indicating the type of value it can hold, along with an initial value.

E

EDIT_MENU_ORDER - Static variable in class com.guiseframework.prototype.PrototypeProvision
 
EDIT_USER_PANEL_NAVIGATION_PATH - Static variable in class com.guiseframework.demo.DemoApplication
The application-relative navigation path to the edit user modal panel.
EDITABLE_PROPERTY - Static variable in interface com.guiseframework.component.EditComponent
The editable bound property.
EditComponent - Interface in com.guiseframework.component
A component that has content that can be edited.
EditComponentLabelControl - Class in com.guiseframework.component
Control that allows a component's label to be edited in-place.
EditComponentLabelControl() - Constructor for class com.guiseframework.component.EditComponentLabelControl
Default constructor with a default label component, default text edit control, and Flow.LINE layout.
EditComponentLabelControl(Flow) - Constructor for class com.guiseframework.component.EditComponentLabelControl
Flow constructor with a default label component and text edit control.
EditComponentLabelControl(Component) - Constructor for class com.guiseframework.component.EditComponentLabelControl
Label component constructor with default text edit control and Flow.LINE flow.
EditComponentLabelControl(Component, Flow) - Constructor for class com.guiseframework.component.EditComponentLabelControl
Label component and flow constructor with default text edit control.
EditComponentLabelControl(Component, ValueControl<String>) - Constructor for class com.guiseframework.component.EditComponentLabelControl
Label component and value control constructor with default Flow.LINE flow.
EditComponentLabelControl(Component, ValueControl<String>, Flow) - Constructor for class com.guiseframework.component.EditComponentLabelControl
Label component, value control, and flow constructor.
EditComponentTextControl - Class in com.guiseframework.component
Control that allows a text component's text to be edited in-place.
EditComponentTextControl() - Constructor for class com.guiseframework.component.EditComponentTextControl
Default constructor with a default text component, default text edit control, and Flow.LINE layout.
EditComponentTextControl(Flow) - Constructor for class com.guiseframework.component.EditComponentTextControl
Flow constructor with a default text component and text edit control.
EditComponentTextControl(TextBox) - Constructor for class com.guiseframework.component.EditComponentTextControl
Text component constructor with default text edit control and Flow.LINE flow.
EditComponentTextControl(TextBox, Flow) - Constructor for class com.guiseframework.component.EditComponentTextControl
Text component and flow constructor with default text edit control.
EditComponentTextControl(TextBox, ValueControl<String>) - Constructor for class com.guiseframework.component.EditComponentTextControl
Text component and value control constructor with default Flow.LINE flow.
EditComponentTextControl(TextBox, ValueControl<String>, Flow) - Constructor for class com.guiseframework.component.EditComponentTextControl
Text component, value control, and flow constructor.
edited(EditEvent) - Method in interface com.guiseframework.event.EditListener
Called when a coarse-grained edit has occurred.
EditEvent - Class in com.guiseframework.event
An event indicating that coarse-grained editing occurred.
EditEvent(Object) - Constructor for class com.guiseframework.event.EditEvent
Source constructor.
EditEvent(Object, Object) - Constructor for class com.guiseframework.event.EditEvent
Source and target constructor.
EditEvent(Object, EditEvent) - Constructor for class com.guiseframework.event.EditEvent
Copy constructor that specifies a different source.
editLabel() - Method in class com.guiseframework.component.AbstractEditComponentTextControl
Initiates editing.
EditListenable - Interface in com.guiseframework.event
An object that allows the registration of edit listeners.
EditListener - Interface in com.guiseframework.event
An object that listens for edit events.
EditUserPanel - Class in com.guiseframework.demo
Edit User Guise demonstration panel.
EditUserPanel() - Constructor for class com.guiseframework.demo.EditUserPanel
Default constructor.
EditUsersPanel - Class in com.guiseframework.demo
Edit Users Guise demonstration panel.
EditUsersPanel() - Constructor for class com.guiseframework.demo.EditUsersPanel
Default constructor.
editValue(V, int, boolean) - Method in class com.guiseframework.model.AbstractListSelectEditor
Commences editing a value.
editValue() - Method in class com.guiseframework.model.AbstractListSelectEditor
Edits the currently selected value in the list.
editValue() - Method in interface com.guiseframework.model.ListSelectEditor
Edits the currently selected value in the list.
Effect - Interface in com.guiseframework.component.effect
Encapsulates information for a component effect.
ELEMENT_IMG_ATTRIBUTE_ORIGINAL_SRC - Static variable in interface com.guiseframework.platform.web.WebPlatform
The Guise image attribute indicating the original source location of the image.
ELEMENT_IMG_ATTRIBUTE_ROLLOVER_SRC - Static variable in interface com.guiseframework.platform.web.WebPlatform
The Guise image attribute indicating the source location of the image to be used for rollovers.
ELEMENT_TEXTAREA_ATTRIBUTE_MULTILINE - Static variable in interface com.guiseframework.platform.web.WebPlatform
The Guise textarea attribute indicating whether the user should be allowed to enter multiple physical lines; value is "true" or "false".
elffWriterInitializer - Variable in class com.guiseframework.platform.web.GuiseHTTPServlet
The initializer for initializing ELFF writers.
elffWriterUninitializer - Variable in class com.guiseframework.platform.web.GuiseHTTPServlet
The uninitializer for uninitializing ELFF writers.
EmailAddressStringLiteralConverter - Class in com.guiseframework.converter
A converter that converts an EmailAddress from and to a string literal.
EmailAddressStringLiteralConverter() - Constructor for class com.guiseframework.converter.EmailAddressStringLiteralConverter
 
EMPTY_RECTANGLE - Static variable in class com.guiseframework.geometry.Rectangle
A predefined rectangle with zero size on the zero plane.
Enableable - Interface in com.guiseframework.model
An object that can be enabled or disabled.
ENABLED_PROPERTY - Static variable in interface com.guiseframework.model.Enableable
The enabled bound property.
enabledPropertyChange(boolean, boolean) - Method in class com.guiseframework.component.AbstractLayoutControl
Called when the enabled property changes.
enabledPropertyChange(boolean, boolean) - Method in class com.guiseframework.component.DateTimeControl
Called when the enabled property changes.
encode(String) - Method in class com.guiseframework.platform.AbstractTextDepictContext
Encodes text information for writing.
encode(String) - Method in class com.guiseframework.platform.AbstractXMLDepictContext
Encodes text information for writing.
endModal(R) - Method in class com.guiseframework.component.AbstractModalFrame
Ends this frame's modal interaction and navigates either to the previous modal navigation or to this frame's referring URI, if any.
endModal(R) - Method in class com.guiseframework.component.AbstractModalNavigationPanel
Ends this navigation panel's modal interaction and navigates either to the previous modal navigation or to this navigation panel's referring URI, if any.
endModal(R) - Method in class com.guiseframework.component.DefaultModalNavigationPanel
Ends this frame's modal interaction and navigates either to the previous modal navigation or to this frame's referring URI, if any.
endModalNavigation(ModalNavigationPanel<?>) - Method in class com.guiseframework.AbstractGuiseSession
Ends modal interaction for a particular modal panel.
endModalNavigation(ModalNavigationPanel<?>) - Method in interface com.guiseframework.GuiseSession
Ends modal interaction for a particular modal panel.
Environment - Interface in com.guiseframework.platform
Access to the platform user local environment.
ENVIRONMENT_PROPERTY - Static variable in interface com.guiseframework.GuiseApplication
The environment bound property.
equals(Object) - Method in class com.guiseframework.AbstractDestination
Determines if this destination is equivalent to the given object.
equals(Object) - Method in class com.guiseframework.Bookmark
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.guiseframework.component.AbstractComponent
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.guiseframework.component.layout.Orientation
Determines whether the given object is equal to this object.
equals(Object) - Method in class com.guiseframework.demo.DemoUser
 
equals(Object) - Method in class com.guiseframework.geometry.Dimensions
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.guiseframework.geometry.Extent
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.guiseframework.geometry.Point
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.guiseframework.geometry.Rectangle
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.guiseframework.input.KeystrokeInput
Determines if this object equals another object.
equals(Object) - Method in class com.guiseframework.input.MouseClickInput
Determines if this object equals another object.
equals(Object) - Method in class com.guiseframework.model.DefaultListSelectModel.ValueState
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.guiseframework.model.TableModel.Cell
Determines whether the given object is equal to this object.
equals(Object) - Method in class com.guiseframework.platform.AbstractDepictedObject
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.guiseframework.platform.web.css.ClassSelector
Determines whether this object is equivalent to another object.
equals(Object) - Method in class com.guiseframework.platform.web.css.IDSelector
Determines whether this object is equivalent to another object.
equals(Object) - Method in class com.guiseframework.platform.web.css.PseudoClass
Determines whether this object is equivalent to another object.
equals(Object) - Method in class com.guiseframework.platform.web.css.TypeSelector
Determines whether this object is equivalent to another object.
equals(Object) - Method in class com.guiseframework.style.AbstractModeledColor
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.guiseframework.style.ResourceColor
Indicates whether some other object is "equal to" this one.
ERROR_CLASS - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class indicating error status.
EUR_CURRENCY - Static variable in interface com.guiseframework.converter.NumberStringLiteralConverter
Euro currency.
EventWizardPanel - Class in com.guiseframework.demo
Event wizard Guise demonstration panel.
EventWizardPanel() - Constructor for class com.guiseframework.demo.EventWizardPanel
Default constructor.
EventWizardPanel.BusinessAddressPanel - Class in com.guiseframework.demo
The panel with business address information.
EventWizardPanel.BusinessAddressPanel() - Constructor for class com.guiseframework.demo.EventWizardPanel.BusinessAddressPanel
Default constructor.
EventWizardPanel.BusinessNamePanel - Class in com.guiseframework.demo
The panel with business name information.
EventWizardPanel.BusinessNamePanel() - Constructor for class com.guiseframework.demo.EventWizardPanel.BusinessNamePanel
Default constructor.
EventWizardPanel.EventNamePanel - Class in com.guiseframework.demo
The panel with event name information.
EventWizardPanel.EventNamePanel() - Constructor for class com.guiseframework.demo.EventWizardPanel.EventNamePanel
Default constructor.
EventWizardPanel.PersonalAgePanel - Class in com.guiseframework.demo
The panel with personal age information.
EventWizardPanel.PersonalAgePanel() - Constructor for class com.guiseframework.demo.EventWizardPanel.PersonalAgePanel
Default constructor.
EventWizardPanel.PersonalEmailPanel - Class in com.guiseframework.demo
The panel with personal email information.
EventWizardPanel.PersonalEmailPanel() - Constructor for class com.guiseframework.demo.EventWizardPanel.PersonalEmailPanel
Default constructor.
EventWizardPanel.PersonalNamePanel - Class in com.guiseframework.demo
The panel with personal name information.
EventWizardPanel.PersonalNamePanel() - Constructor for class com.guiseframework.demo.EventWizardPanel.PersonalNamePanel
Default constructor.
EventWizardPanel2 - Class in com.guiseframework.demo
Event wizard Guise demonstration panel using URF PLOOP.
EventWizardPanel2() - Constructor for class com.guiseframework.demo.EventWizardPanel2
 
exists(GuiseSession, URIPath, Bookmark, URI) - Method in class com.guiseframework.AbstractDestination
Determines if the given location does indeed exist for this destination.
exists(GuiseSession, URIPath, Bookmark, URI) - Method in interface com.guiseframework.Destination
Determines if the given path does indeed exist for this destination.
exists(HttpServletRequest, URI) - Method in class com.guiseframework.platform.web.GuiseHTTPServlet
Determines if the resource at a given URI exists.
EXPANDED_PROPERTY - Static variable in interface com.guiseframework.model.TreeNodeModel
The expanded bound property.
ExportStrategy<C extends Component> - Interface in com.guiseframework.component.transfer
A strategy for exporting data from a component.
exportTransfer() - Method in class com.guiseframework.component.AbstractComponent
Exports data from the component.
exportTransfer() - Method in interface com.guiseframework.component.Component
Exports data from the component.
exportTransfer(C) - Method in interface com.guiseframework.component.transfer.ExportStrategy
Exports data from the given component.
exportTransfer() - Method in class com.guiseframework.platform.AbstractDepictedObject
Exports data from the depicted object.
exportTransfer() - Method in interface com.guiseframework.platform.DepictedObject
Exports data from the depicted object.
Extent - Class in com.guiseframework.geometry
A measurement such as a length, area, or volume.
Extent(double) - Constructor for class com.guiseframework.geometry.Extent
Value constructor for a one-dimensional pixel extent.
Extent(double, Unit) - Constructor for class com.guiseframework.geometry.Extent
Value and unit constructor with a degree of one.
Extent(double, Unit, int) - Constructor for class com.guiseframework.geometry.Extent
Value, unit, and degree constructor.

F

FELDSPAR - Static variable in class com.guiseframework.style.RGBColor
 
fetched(CacheFetchEvent<Q, V>) - Method in class com.guiseframework.model.CachedImageModel.CachedImageListener
 
FileItemResourceImport - Class in com.guiseframework.model
A resource import that accesses a web file upload through the Apache commons file item interface.
FileItemResourceImport(FileItem) - Constructor for class com.guiseframework.model.FileItemResourceImport
File item constructor.
finalize() - Method in class com.guiseframework.audio.Audio
Prepares the object for garbage collection.
finish() - Method in class com.guiseframework.component.SequenceCardPanel
Finishes the sequence.
FIRE_BRICK - Static variable in class com.guiseframework.style.RGBColor
 
fireActionPerformed(int, int) - Method in class com.guiseframework.component.AbstractActionControl
Fires an action event to all registered action listeners.
fireActionPerformed(ActionEvent) - Method in class com.guiseframework.component.AbstractActionControl
Fires a given action event to all registered action listeners.
fireActionPerformed(int, int) - Method in class com.guiseframework.component.AbstractMenu
Fires an action event to all registered action listeners.
fireActionPerformed(ActionEvent) - Method in class com.guiseframework.component.AbstractMenu
Fires a given action event to all registered action listeners.
fireActionPerformed(int, int) - Method in class com.guiseframework.component.ImageActionControl
Fires an action event to all registered action listeners.
fireActionPerformed(ActionEvent) - Method in class com.guiseframework.component.ImageActionControl
Fires a given action event to all registered action listeners.
fireActionPerformed(int, int) - Method in class com.guiseframework.component.TreeControl
Fires an action event to all registered action listeners.
fireActionPerformed(ActionEvent) - Method in class com.guiseframework.component.TreeControl
Fires a given action event to all registered action listeners.
fireActionPerformed(int, int) - Method in class com.guiseframework.model.DefaultActionModel
Fires an action event to all registered action listeners.
fireActionPerformed(ActionEvent) - Method in class com.guiseframework.model.DefaultActionModel
Fires a given action event to all registered action listeners.
fireActionPerformed(int, int) - Method in class com.guiseframework.model.DefaultTreeModel
Fires an action event to all registered action listeners.
fireActionPerformed(ActionEvent) - Method in class com.guiseframework.model.DefaultTreeModel
Fires a given action event to all registered action listeners.
fireActionPerformed(int, int) - Method in class com.guiseframework.model.DefaultTreeNodeModel
Fires an action event to all registered action listeners.
fireActionPerformed(ActionEvent) - Method in class com.guiseframework.model.DefaultTreeNodeModel
Fires a given action event to all registered action listeners.
fireActionPerformed(int, int) - Method in class com.guiseframework.prototype.AbstractActionPrototype
Fires an action event to all registered action listeners.
fireActionPerformed(ActionEvent) - Method in class com.guiseframework.prototype.AbstractActionPrototype
Fires a given action event to all registered action listeners.
fireActionPerformed(int, int) - Method in class com.guiseframework.prototype.ProxyActionPrototype
Fires an action event to all registered action listeners.
fireActionPerformed(ActionEvent) - Method in class com.guiseframework.prototype.ProxyActionPrototype
Fires a given action event to all registered action listeners.
fireChildComponentAdded(Component) - Method in class com.guiseframework.component.AbstractCompositeComponent
Fires a component added event to all registered composite component listeners.
fireChildComponentAdded(ComponentEvent) - Method in class com.guiseframework.component.AbstractCompositeComponent
Fires a given component added event to all registered composite component listeners.
fireChildComponentAdded(ComponentEvent) - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Fires a given component added event to all registered composite component listeners.
fireChildComponentRemoved(Component) - Method in class com.guiseframework.component.AbstractCompositeComponent
Fires a component removed event to all registered composite component listeners.
fireChildComponentRemoved(ComponentEvent) - Method in class com.guiseframework.component.AbstractCompositeComponent
Fires a given component removed event to all registered composite component listeners.
fireChildComponentRemoved(ComponentEvent) - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Fires a given component removed event to all registered composite component listeners.
fireConstraintsPropertyChange(Component, T, String, V, V) - Method in class com.guiseframework.component.layout.AbstractLayout
Reports that the bound property of a component's constraints has changed.
fireEdited() - Method in class com.guiseframework.component.AbstractEditComponentTextControl
Fires an edit event to all registered edit listeners.
fireEdited(EditEvent) - Method in class com.guiseframework.component.AbstractEditComponentTextControl
Fires a given edit event to all registered edit listeners.
fireEdited() - Method in class com.guiseframework.component.AbstractEditValueControl
Fires an edit event to all registered edit listeners.
fireEdited(EditEvent) - Method in class com.guiseframework.component.AbstractEditValueControl
Fires a given edit event to all registered edit listeners.
fireEdited() - Method in class com.guiseframework.component.AbstractEditValuePanel
Fires an edit event to all registered edit listeners.
fireEdited(EditEvent) - Method in class com.guiseframework.component.AbstractEditValuePanel
Fires a given edit event to all registered edit listeners.
fireEdited() - Method in class com.guiseframework.component.Table
Fires an edit event to all registered edit listeners.
fireEdited(EditEvent) - Method in class com.guiseframework.component.Table
Fires a given edit event to all registered edit listeners.
fireInputEvent(InputEvent) - Method in class com.guiseframework.component.AbstractComponent
Fire the given even to all registered listeners, if any.
fireInputEvent(InputEvent) - Method in interface com.guiseframework.component.Component
Fire the given even to all registered listeners, if any.
fireListModified(int, V, V) - Method in class com.guiseframework.component.AbstractListSelectControl
Fires an event to all registered list listeners indicating the list was modified.
fireListModified(int, V, V) - Method in class com.guiseframework.model.DefaultListSelectModel
Fires an event to all registered list listeners indicating the list was modified.
fireNavigated(URI) - Method in class com.guiseframework.AbstractGuiseSession
Fires a NavigationEvent to all NavigationListeners in the session application frame hierarchy.
fireNavigated(Component, NavigationEvent) - Method in class com.guiseframework.AbstractGuiseSession
Fires a NavigationEvent to all NavigationListeners in the given component hierarchy.
fireNavigated(URI) - Method in interface com.guiseframework.GuiseSession
Fires a NavigationEvent to all NavigationListeners in the session application frame hierarchy.
fireNotified(Notification) - Method in class com.guiseframework.component.AbstractComponent
Fires an event to all registered notification listeners with the new notification information.
fireNotified(NotificationEvent) - Method in class com.guiseframework.component.AbstractComponent
Fires an event to all registered notification listeners with the new notification information.
fireProgressed(long, long) - Method in class com.guiseframework.audio.Audio
Fires a progress event to all registered progress listeners.
fireProgressed(ProgressEvent<Long>) - Method in class com.guiseframework.audio.Audio
Fires a given progress event to all registered progress listeners.
fireProgressed(ProgressEvent<Long>) - Method in class com.guiseframework.component.PlatformFileUploadPanel
Fires a given progress event to all registered progress listeners.
fireProgressed(String, TaskState, long, long) - Method in class com.guiseframework.component.ResourceCollectControl
Fires a progress event to all registered progress listeners.
fireProgressed(ProgressEvent) - Method in class com.guiseframework.component.ResourceCollectControl
Fires a given progress event to all registered progress listeners.
fireProgressed(TaskState, long, long) - Method in class com.guiseframework.platform.AbstractPlatformFile
Fires a progress event to all registered progress listeners.
fireProgressed(ProgressEvent<Long>) - Method in class com.guiseframework.platform.AbstractPlatformFile
Fires a given progress event to all registered progress listeners.
fireProgressed() - Method in class com.guiseframework.platform.PlatformFileUploadTask
Fires a progress event to all registered progress listeners with the current .
fireProgressed(ProgressEvent<Long>) - Method in class com.guiseframework.platform.PlatformFileUploadTask
Fires a given progress event to all registered progress listeners.
fireProgressed(TaskState, long, long) - Method in class com.guiseframework.platform.web.WebPlatformFile
Fires a progress event to all registered progress listeners.
firePropertyChange(String, VV, VV) - Method in class com.guiseframework.component.AbstractActionValueControl
Reports that a bound property has changed.
firePropertyChange(String, VV, VV) - Method in class com.guiseframework.component.AbstractContainerValueControl
Reports that a bound property has changed.
firePropertyChange(String, VV, VV) - Method in class com.guiseframework.component.AbstractDialogFrame
Reports that a bound property has changed.
firePropertyChange(String, VV, VV) - Method in class com.guiseframework.component.AbstractLayoutValueControl
Reports that a bound property has changed.
firePropertyChange(String, VV, VV) - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Reports that a bound property has changed.
firePropertyChange(String, VV, VV) - Method in class com.guiseframework.component.AbstractListSelectControl
Reports that a bound property has changed.
fireProxiedPrototypeBoundPropertyChanges(P, P) - Method in class com.guiseframework.prototype.AbstractEnableableProxyPrototype
Fires appropriate property change events for the bound properties of the proxied prototype This implementation fires property change events for the following properties: Enableable.ENABLED_PROPERTY
fireProxiedPrototypeBoundPropertyChanges(P, P) - Method in class com.guiseframework.prototype.AbstractProxyPrototype
Fires appropriate property change events for the bound properties of the proxied prototype This implementation fires property change events for the following properties: LabelModel.LABEL_PROPERTY LabelModel.LABEL_CONTENT_TYPE_PROPERTY #GLYPH_URI InfoModel.DESCRIPTION_PROPERTY InfoModel.DESCRIPTION_CONTENT_TYPE_PROPERTY InfoModel.INFO_PROPERTY InfoModel.INFO_CONTENT_TYPE_PROPERTY
fireSelectionChanged(Integer, Integer) - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Fires an event to all registered selection listeners indicating the selection changed.
fireSelectionChanged(Integer, Integer) - Method in class com.guiseframework.component.AbstractListSelectControl
Fires an event to all registered selection listeners indicating the selection changed.
fireSelectionChanged(Integer, Integer) - Method in class com.guiseframework.model.DefaultListSelectModel
Fires an event to all registered selection listeners indicating the selection changed.
FIXED_PROPERTY - Static variable in class com.guiseframework.component.layout.RegionLayout
The bound property of the fixed setting.
fixIE6Stylesheet(CSSStylesheet) - Method in class com.guiseframework.platform.web.css.GuiseCSSProcessor
Modifies a CSS stylesheet to allow workarounds with IE6 shortcomings.
Flash - Class in com.guiseframework.component
A component representing a Macromedia Flash object.
Flash() - Constructor for class com.guiseframework.component.Flash
 
FLASH_CLASS_ID - Static variable in class com.guiseframework.platform.web.WebFlashDepictor
The Shockwave Flash player class ID.
FLASH_CONTENT_TYPE - Static variable in class com.guiseframework.platform.web.WebFlashDepictor
The content type for Flash objects.
FLASH_URI_PROPERTY - Static variable in class com.guiseframework.component.Flash
The flash URI bound property.
FloatStringLiteralConverter - Class in com.guiseframework.converter
A converter that converts a Float from and to a string literal.
FloatStringLiteralConverter() - Constructor for class com.guiseframework.converter.FloatStringLiteralConverter
Default constructor with a default number style.
FloatStringLiteralConverter(NumberStringLiteralConverter.Style) - Constructor for class com.guiseframework.converter.FloatStringLiteralConverter
Style constructor.
FloatStringLiteralConverter(NumberStringLiteralConverter.Style, Currency) - Constructor for class com.guiseframework.converter.FloatStringLiteralConverter
Style, and currency constructor.
FLORAL_WHITE - Static variable in class com.guiseframework.style.RGBColor
 
Flow - Enum in com.guiseframework.component.layout
Indicates a logical flow axis.
Flow.Direction - Enum in com.guiseframework.component.layout
The flow direction for a line or page, relative to the origin in the top, left-hand corner of the area.
Flow.End - Enum in com.guiseframework.component.layout
Indicates an end of a flow, relative to a direction.
FLOW_PROPERTY - Static variable in class com.guiseframework.component.layout.AbstractFlowLayout
The bound property of the flow.
FLOW_PROPERTY - Static variable in class com.guiseframework.component.SliderControl
The flow bound property.
FLOW_REGION_COUNT - Static variable in enum com.guiseframework.component.layout.Region
The number of regions for each of the the line and page flows.
FlowConstraints - Class in com.guiseframework.component.layout
Constraints on individual component flow.
FlowConstraints() - Constructor for class com.guiseframework.component.layout.FlowConstraints
 
FlowLayout - Class in com.guiseframework.component.layout
A layout that flows information along an axis.
FlowLayout() - Constructor for class com.guiseframework.component.layout.FlowLayout
Default constructor with Flow.PAGE layout.
FlowLayout(Flow) - Constructor for class com.guiseframework.component.layout.FlowLayout
Flow constructor with no wrapping.
FlowLayout(Flow, boolean) - Constructor for class com.guiseframework.component.layout.FlowLayout
Flow and wrap constructor.
FlowOrientation - Enum in com.guiseframework.component.layout
The orientation of a particular flow; its axis and direction.
FLYOVER_ENABLED_PROPERTY - Static variable in interface com.guiseframework.component.Component
The bound property of whether the component has flyovers enabled.
FLYOVER_IFRAME_ID_SEGMENT - Static variable in class com.guiseframework.platform.web.WebApplicationFrameDepictor
The ID segment for the flyover IFrame used with IE6.
FLYOVER_STRATEGY_PROPERTY - Static variable in interface com.guiseframework.component.Component
The bound property of the strategy controlling flyovers.
FlyoverFrame - Interface in com.guiseframework.component
A frame for flyovers.
FocusedInputEvent - Interface in com.guiseframework.event
An input event such as a keypress that is directed towards the component with input focus.
FONT_FAMILIES_PROPERTY - Static variable in interface com.guiseframework.model.ui.PresentationModel
The bound property of the font families.
FONT_SIZE_PROPERTY - Static variable in interface com.guiseframework.model.ui.PresentationModel
The bound property of the font size.
FONT_STYLE_PROPERTY - Static variable in interface com.guiseframework.model.ui.PresentationModel
The bound property of the font style.
FONT_WEIGHT_BOLD - Static variable in interface com.guiseframework.model.ui.PresentationModel
The bold font weight.
FONT_WEIGHT_NORMAL - Static variable in interface com.guiseframework.model.ui.PresentationModel
The normal font weight.
FONT_WEIGHT_PROPERTY - Static variable in interface com.guiseframework.model.ui.PresentationModel
The bound property of the font weight.
FontStyle - Enum in com.guiseframework.style
The style of a font.
FOREST_GREEN - Static variable in class com.guiseframework.style.RGBColor
 
FORM_ID_SEGMENT - Static variable in class com.guiseframework.platform.web.WebApplicationFrameDepictor
The ID segment for the form.
Frame - Interface in com.guiseframework.component
A root-level component such as a window or an HTML page.
Frame.Mode - Enum in com.guiseframework.component
The mode of this component; whether the frame is in exclusive interaction with the user.
Frame.State - Enum in com.guiseframework.component
The state of the frame.
FRAME_CLOSE_CLASS_SUFFIX - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class suffix identifying the frame close control.
FRAME_CLOSED_CLASS - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class for a closed frame.
FRAME_MENU_CLASS_SUFFIX - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class suffix identifying the frame menu.
FRAME_MODAL_CLASS - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class for an open, modal frame.
FRAME_NONMODAL_CLASS - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class for an open, nonmodal frame.
FRAME_TETHER_CLASS_SUFFIX - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class suffix identifying the frame tether.
FRAME_TITLE_CLASS_SUFFIX - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class suffix identifying the frame title.
FRAME_TITLE_CONTROLS_CLASS_SUFFIX - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class suffix identifying the frame title controls.
FrameMenuToolPrototypeProvisionStrategy - Class in com.guiseframework.prototype
The default strategy for keeping track of prototype providers and working with provisioned prototypes, merging them into the current menu and/or a toolbar of a frame.
FrameMenuToolPrototypeProvisionStrategy(Frame, PrototypeProvider...) - Constructor for class com.guiseframework.prototype.FrameMenuToolPrototypeProvisionStrategy
Frame prototype providers constructor.
FUCHSIA - Static variable in class com.guiseframework.style.RGBColor
 

G

GAINSBORO - Static variable in class com.guiseframework.style.RGBColor
 
GAP_AFTER_PROPERTY - Static variable in class com.guiseframework.component.layout.AbstractFlowLayout
The bound property of the gap after flowed components.
GAP_BEFORE_PROPERTY - Static variable in class com.guiseframework.component.layout.AbstractFlowLayout
The bound property of the gap before flowed components.
GAP_BETWEEN_PROPERTY - Static variable in class com.guiseframework.component.layout.AbstractFlowLayout
The bound property of the gap between flowed components.
gatherPrototypeProvisions() - Method in class com.guiseframework.prototype.AbstractPrototypeProvisionStrategy
Gather prototype provisions from the known prototype providers.
GENERAL_PROPERTY - Static variable in interface com.guiseframework.platform.Depictor
The property indicating general depicted object changes.
GenerateContentPanel - Class in com.guiseframework.demo
Generate Content Guise demonstration panel.
GenerateContentPanel() - Constructor for class com.guiseframework.demo.GenerateContentPanel
Default constructor.
generateDepictID() - Method in class com.guiseframework.platform.AbstractPlatform
Generates a new depict ID unique to this session platform.
generateDepictID() - Method in interface com.guiseframework.platform.Platform
Generates a new depict ID unique to this session platform.
generateUserID() - Method in class com.guiseframework.demo.DemoApplication
 
GestureInput - Interface in com.guiseframework.input
An encapsulation of user input from a gesture.
GestureInputEvent - Interface in com.guiseframework.event
An event providing information on input from a user gesture.
get(int) - Method in class com.guiseframework.component.AbstractContainer
Returns the component at the specified index in the container.
get(int) - Method in class com.guiseframework.component.AbstractListCompositeComponent
Returns the component at the specified index in the component.
get(int) - Method in class com.guiseframework.component.AbstractListSelectControl
Returns the value at the specified position in this model.
get(int) - Method in interface com.guiseframework.component.Container
Returns the component at the specified index in the container.
get(int) - Method in class com.guiseframework.model.DefaultListSelectModel
Returns the value at the specified position in this model.
getAbbreviation() - Method in enum com.guiseframework.geometry.CompassPoint
 
getAboutApplicationActionPrototype() - Method in class com.guiseframework.AbstractGuiseSession
 
getAboutApplicationActionPrototype() - Method in interface com.guiseframework.GuiseSession
 
getAbsoluteAlpha8() - Method in class com.guiseframework.style.RGBColor
 
getAbsoluteBlue8() - Method in class com.guiseframework.style.RGBColor
 
getAbsoluteComponent(C, int) - Method in class com.guiseframework.style.AbstractModeledColor
Determines the absolute value of the given color component with the given bit depth.
getAbsoluteComponent(C, int) - Method in interface com.guiseframework.style.ModeledColor
Determines the absolute value of the given color component with the given bit depth.
getAbsoluteGreen8() - Method in class com.guiseframework.style.RGBColor
 
getAbsoluteRed8() - Method in class com.guiseframework.style.RGBColor
 
getAcceptActionPrototype() - Method in class com.guiseframework.component.AbstractEditComponentTextControl
 
getAcceptedContentTypes() - Method in interface com.guiseframework.platform.ClientProduct
 
getAcceptedContentTypes() - Method in class com.guiseframework.platform.web.DefaultWebUserAgentProduct
 
getAcceptedContentTypes() - Method in class com.guiseframework.validator.ResourceImportValidator
 
getAcceptedExtensions() - Method in class com.guiseframework.validator.ResourceImportValidator
 
getAction() - Method in class com.guiseframework.coupler.ActionCardCoupler
 
getActionID() - Method in class com.guiseframework.platform.web.WebActionDepictEvent
 
getActionInputID(ApplicationFrame) - Static method in class com.guiseframework.platform.web.WebApplicationFrameDepictor
Determines the ID to be used for the hidden field associated with the given application frame.
getActionListeners() - Method in class com.guiseframework.component.AbstractActionControl
 
getActionListeners() - Method in class com.guiseframework.component.AbstractMenu
 
getActionListeners() - Method in class com.guiseframework.component.ImageActionControl
 
getActionListeners() - Method in class com.guiseframework.component.TreeControl
 
getActionListeners() - Method in interface com.guiseframework.model.ActionModel
 
getActionListeners() - Method in class com.guiseframework.model.DefaultActionModel
 
getActionListeners() - Method in class com.guiseframework.model.DefaultTreeModel
 
getActionListeners() - Method in class com.guiseframework.model.DefaultTreeNodeModel
 
getActionListeners() - Method in class com.guiseframework.prototype.AbstractActionPrototype
 
getActionListeners() - Method in class com.guiseframework.prototype.ProxyActionPrototype
 
getActionModel() - Method in class com.guiseframework.component.AbstractActionControl
 
getActionModel() - Method in class com.guiseframework.component.AbstractMenu
 
getActionModel() - Method in class com.guiseframework.component.ImageActionControl
 
getAddedElement() - Method in class com.guiseframework.event.CollectionEvent
 
getAdditionalNameControl() - Method in class com.guiseframework.component.text.directory.vcard.NamePanel
 
getAddSelectedIndices(ListSelectModel<V>, int[]) - Method in class com.guiseframework.model.AbstractListSelectionPolicy
Determines which requested indices may be added to the selection.
getAddSelectedIndices(ListSelectModel<V>, int[]) - Method in interface com.guiseframework.model.ListSelectionPolicy
Determines which requested indices may be added to the selection.
getAddSelectedIndices(ListSelectModel<V>, int[]) - Method in class com.guiseframework.model.SingleListSelectionPolicy
Determines which requested indices may be added to the selection.
getAdvanceActionPrototype() - Method in class com.guiseframework.controller.SequenceTaskController
The action prototype for advancing; serves as a proxy for the start, next, and finish actions, depending on the state of the sequence.
getAgeCheckControl() - Method in class com.guiseframework.demo.EventWizardPanel.PersonalNamePanel
 
getAlign(double, Axis, Flow.Direction) - Method in class com.guiseframework.platform.web.AbstractWebLayoutComponentDepictor
Determines the alignment string for an alignment on a particular axis.
getAlignment() - Method in class com.guiseframework.component.layout.AbstractFlowConstraints
 
getAlignment() - Method in class com.guiseframework.component.layout.AbstractFlowLayout
 
getAlignment(Flow) - Method in class com.guiseframework.component.layout.RegionConstraints
Returns the alignment of the indicated flow relative to the beginning of the alignment axis.
getAlignment(Flow) - Method in class com.guiseframework.component.layout.RegionLayout
Returns the default alignment of the indicated flow relative to the beginning of the alignment axis.
getAlpha() - Method in class com.guiseframework.style.RGBColor
 
getAncestor(Class<A>) - Method in class com.guiseframework.component.AbstractComponent
Retrieves the first ancestor of the given type.
getAncestor(Class<A>) - Method in interface com.guiseframework.component.Component
Retrieves the first ancestor of the given type.
getApplication() - Method in class com.guiseframework.AbstractGuiseSession
 
getApplication() - Method in interface com.guiseframework.GuiseSession
 
getApplication() - Method in class com.guiseframework.platform.AbstractPlatform
 
getApplication() - Method in interface com.guiseframework.platform.Platform
 
getApplicationFrame() - Method in class com.guiseframework.AbstractGuiseSession
Returns the application frame, which is available after AbstractGuiseSession.initialize() has been called.
getApplicationFrame() - Method in interface com.guiseframework.GuiseSession
 
getApplicationIO() - Static method in class com.guiseframework.platform.web.GuiseHTTPServlet
 
getApply() - Method in class com.guiseframework.theme.Rule
 
getAssetInputStream(String) - Method in class com.guiseframework.Guise
Retrieves an input stream to a Guise asset keyed to its location.
getAssetURL(URIPath, GuiseSession) - Method in class com.guiseframework.AbstractGuiseApplication
Returns a URL to the asset at the given path.
getAssetURL(String) - Method in class com.guiseframework.Guise
Retrieves a URL to a Guise asset keyed to its location.
getAssetURL(URIPath, GuiseSession) - Method in interface com.guiseframework.GuiseApplication
Returns a URL to the asset at the given path.
getAttributeHashAttributeQualifiedName() - Method in class com.guiseframework.platform.AbstractXMLDepictContext
 
getAttributeHashAttributeQualifiedName() - Method in class com.guiseframework.platform.web.HTTPServletWebDepictContext
 
getAttributeMap() - Method in class com.guiseframework.platform.XMLDepictContext.ElementState
 
getAttributeValue(QualifiedName, QualifiedName, String) - Method in class com.guiseframework.platform.AbstractXMLDepictContext
Retrieves the value of a given attribute.
getAttributeValue(QualifiedName, QualifiedName, String) - Method in class com.guiseframework.platform.web.HTTPServletWebDepictContext
Retrieves the value of a given attribute.
getAudioURI() - Method in class com.guiseframework.audio.Audio
 
getAutoCommitPattern() - Method in class com.guiseframework.component.AbstractTextControl
 
getAxis() - Method in enum com.guiseframework.component.layout.FlowOrientation
 
getAxis(Flow) - Method in class com.guiseframework.component.layout.Orientation
Determines the axis for the particular flow.
getAxis() - Method in class com.guiseframework.component.TabContainerControl
 
getAxis() - Method in class com.guiseframework.component.TabControl
 
getBackgroundColor() - Method in class com.guiseframework.model.ui.AbstractPresentationModel
 
getBackgroundColor() - Method in interface com.guiseframework.model.ui.PresentationModel
 
getBackgroundColor() - Method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
Determines the background color for rendering the component.
getBackgroundColor() - Method in class com.guiseframework.platform.web.WebSelectableLabelDepictor
Determines the background color for rendering the component.
getBasePath() - Method in class com.guiseframework.AbstractGuiseApplication
Reports the base path of the application.
getBasePath() - Method in class com.guiseframework.AbstractGuiseContainer
Reports the base path of the container.
getBasePath() - Method in interface com.guiseframework.GuiseApplication
Reports the base path of the application.
getBasePath() - Method in interface com.guiseframework.GuiseContainer
Reports the base path of the container.
getBasePlainLabel() - Method in class com.guiseframework.component.AbstractApplicationFrame
Retrieves the plain-text base title to use when constructing a label.
getBasePlainLabel() - Method in class com.guiseframework.component.DefaultApplicationFrame
Retrieves the plain-text base title to use when constructing a label.
getBaseStyleIDs(String, String) - Method in class com.guiseframework.platform.web.AbstractWebActionControlDepictor
Retrieves the base style IDs for the given component.
getBaseStyleIDs(String, String) - Method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
Retrieves the base style IDs for the given component.
getBaseStyleIDs(String, String) - Method in class com.guiseframework.platform.web.AbstractWebMenuDepictor
Retrieves the base style IDs for the given component.
getBaseStyleIDs(String, String) - Method in class com.guiseframework.platform.web.WebSliderDepictor
Retrieves the base style IDs for the given component.
getBaseStyleIDs(String, String) - Method in class com.guiseframework.platform.web.WebTabDepictor
Retrieves the base style IDs for the given component.
getBaseURI() - Method in class com.guiseframework.AbstractGuiseApplication
Reports the base URI where the application is installed.
getBaseURI() - Method in class com.guiseframework.AbstractGuiseContainer
Reports the base URI of the container.
getBaseURI() - Method in interface com.guiseframework.component.widget.Widget
Returns the base URI where the widget is embedded.
getBaseURI() - Method in class com.guiseframework.converter.BaseURIStringLiteralConverter
 
getBaseURI() - Method in interface com.guiseframework.GuiseContainer
Reports the base URI of the container.
getBearing() - Method in enum com.guiseframework.geometry.CompassPoint
 
getBlue() - Method in class com.guiseframework.style.RGBColor
 
getBodyLocalName() - Method in class com.guiseframework.platform.web.AbstractDecoratedWebComponentDepictor
Determines the local name of the body XML element.
getBodyLocalName() - Method in class com.guiseframework.platform.web.WebTextControlDepictor
Determines the local name of the body XML element.
getBodyNamespaceURI() - Method in class com.guiseframework.platform.web.AbstractDecoratedWebComponentDepictor
Determines the namespace URI of the body XML element.
getBodyStyleIDs(String, String) - Method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
Retrieves the style IDs for the main part of the component.
getBodyStyles() - Method in class com.guiseframework.platform.web.AbstractWebActionControlDepictor
Retrieves the styles for the body element of the component.
getBodyStyles() - Method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
Retrieves the styles for the body element of the component.
getBodyStyles() - Method in class com.guiseframework.platform.web.WebButtonDepictor
Retrieves the styles for the body element of the component.
getBodyStyles() - Method in class com.guiseframework.platform.web.WebDropMenuDepictor
Retrieves the styles for the body element of the component.
getBodyStyles() - Method in class com.guiseframework.platform.web.WebImageActionControlDepictor
Retrieves the styles for the body element of the component.
getBodyStyles() - Method in class com.guiseframework.platform.web.WebImageDepictor
Retrieves the styles for the body element of the component.
getBodyStyles() - Method in class com.guiseframework.platform.web.WebPictureDepictor
Retrieves the styles for the body element of the component.
getBodyStyles() - Method in class com.guiseframework.platform.web.WebToolButtonDepictor
Retrieves the styles for the body element of the component.
getBookmark() - Method in class com.guiseframework.AbstractGuiseSession
Reports the current bookmark relative to the current navigation path.
getBookmark() - Method in class com.guiseframework.event.NavigationEvent
 
getBookmark() - Method in interface com.guiseframework.GuiseSession
Reports the current bookmark relative to the current navigation path.
getBookmark() - Method in class com.guiseframework.platform.web.HTTPServletGuiseRequest
 
getBooleanResource(String) - Method in class com.guiseframework.AbstractGuiseSession
Retrieves a Boolean resource from the resource bundle.
getBooleanResource(String, Boolean) - Method in class com.guiseframework.AbstractGuiseSession
Retrieves a Boolean resource from the resource bundle, using a specified default if no such resource is available.
getBooleanResource(String) - Method in interface com.guiseframework.GuiseSession
Retrieves a Boolean resource from the resource bundle.
getBooleanResource(String, Boolean) - Method in interface com.guiseframework.GuiseSession
Retrieves a Boolean resource from the resource bundle, using a specified default if no such resource is available.
getBorder(Flow, Flow.End) - Static method in enum com.guiseframework.component.layout.Border
Determines the border from the flow and end.
getBorder(Side) - Method in class com.guiseframework.component.layout.Orientation
Determines the border that appears on the given side.
getBorderColor(Border) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Returns the border color of the indicated border.
getBorderColor(Border) - Method in interface com.guiseframework.model.ui.PresentationModel
Returns the border color of the indicated border.
getBorderExtent(Border) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Returns the border extent of the indicated border.
getBorderExtent(Border) - Method in interface com.guiseframework.model.ui.PresentationModel
Returns the border extent of the indicated border.
getBorderStyle(Border) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Returns the border style of the indicated border.
getBorderStyle(Border) - Method in interface com.guiseframework.model.ui.PresentationModel
Returns the border style of the indicated border.
getBrand() - Method in class com.guiseframework.platform.AbstractBrandedProduct
 
getBrand() - Method in interface com.guiseframework.platform.BrandedProduct
 
getBrand(String) - Static method in enum com.guiseframework.platform.web.WebUserAgentProduct.Brand
Retrieves a brand from a given user agent name.
getBreadcrumb(URIPath) - Method in class com.guiseframework.AbstractGuiseSession
Retrieves a breadcrumb for a particular navigation path.
getBreadcrumb(URIPath) - Method in interface com.guiseframework.GuiseSession
Retrieves a breadcrumb for a particular navigation path.
getBreadcrumbs(URIPath) - Method in class com.guiseframework.AbstractGuiseSession
Retrieves breadcrumbs for all the segments of a particular navigation path.
getBreadcrumbs(URIPath) - Method in interface com.guiseframework.GuiseSession
Retrieves breadcrumbs for all the segments of a particular navigation path.
getBrowseActionPrototype() - Method in class com.guiseframework.component.PlatformFileUploadPanel
 
getBrowserHeight() - Method in class com.guiseframework.platform.web.WebInitializeEvent
 
getBrowserWidth() - Method in class com.guiseframework.platform.web.WebInitializeEvent
 
getBusyID(ApplicationFrame) - Static method in class com.guiseframework.platform.web.WebApplicationFrameDepictor
Determines the ID to be used for an element containing busy component information.
getButton() - Method in class com.guiseframework.event.MouseClickEvent
The button that was clicked.
getButton() - Method in class com.guiseframework.input.MouseClickInput
The button that was clicked.
getCache() - Method in class com.guiseframework.model.CachedImageModel
The cache from which images will be retrieved.
getCachedImageQuery() - Method in class com.guiseframework.model.CachedImageModel
 
getCachedImageURI() - Method in class com.guiseframework.model.CachedImageModel
 
getCalendarButton() - Method in class com.guiseframework.component.DateTimeControl
The button allowing selection of the date.
getCalendarContainer() - Method in class com.guiseframework.component.CalendarControl
The container containing the calendars.
getCalendarTables() - Method in class com.guiseframework.component.CalendarControl
 
getCancelActionPrototype() - Method in class com.guiseframework.component.PlatformFileUploadPanel
 
getCancelActionPrototype() - Method in class com.guiseframework.component.SequenceCardPanel
 
getCard() - Method in class com.guiseframework.coupler.AbstractCardCoupler
 
getCardControl() - Method in class com.guiseframework.coupler.AbstractCardCoupler
 
getCardLayout() - Method in class com.guiseframework.component.CardTabControl.CardRepresentationStrategy
 
getCards() - Method in class com.guiseframework.coupler.AbstractCardCoupler
 
getCategories() - Method in class com.guiseframework.AbstractDestination
The read-only iterable of categories.
getCategories() - Method in class com.guiseframework.Category
The read-only iterable of categories.
getCategories() - Method in interface com.guiseframework.Destination
The read-only iterable of categories.
getCell() - Method in class com.guiseframework.component.Table.DefaultCellMessage
 
getCell() - Method in class com.guiseframework.component.Table.DefaultCellValueModel
 
getCellRepresentationStrategy(Class<V>) - Method in class com.guiseframework.component.Table
Returns the given cell representation strategy assigned to produce representation components for the given value class.
getCellRepresentationStrategy(TableColumnModel<V>) - Method in class com.guiseframework.component.Table
Returns the given cell representation strategy assigned to produce representation components for the given column.
getCellValue(RDFResource, int, TableColumnModel<C>) - Method in class com.guiseframework.component.rdf.RDFResourceTableModel
Returns the value's property for the given column.
getCellValue(TableModel.Cell<C>) - Method in class com.guiseframework.component.Table
Returns the cell value for the given cell.
getCellValue(int, TableColumnModel<C>) - Method in class com.guiseframework.component.Table
Returns the cell value at the given row and column.
getCellValue(URFResource, int, TableColumnModel<C>) - Method in class com.guiseframework.component.urf.URFResourceTableModel
Returns the value's property for the given column.
getCellValue(DemoUser, int, TableColumnModel<C>) - Method in class com.guiseframework.demo.AuthorizeUsersPanel.UserAuthorizationTableModel
Returns the value's property for the given column.
getCellValue(TableModel.Cell<C>) - Method in class com.guiseframework.model.AbstractListSelectTableModel
Returns the cell value for the given cell.
getCellValue(int, TableColumnModel<C>) - Method in class com.guiseframework.model.AbstractListSelectTableModel
Returns the cell value at the given row and column.
getCellValue(V, int, TableColumnModel<C>) - Method in class com.guiseframework.model.AbstractListSelectTableModel
Returns the value's property for the given column.
getCellValue(TableModel.Cell<C>) - Method in class com.guiseframework.model.AbstractTableModel
Returns the cell value for the given cell.
getCellValue(int, TableColumnModel<C>) - Method in class com.guiseframework.model.CalendarMonthTableModel
Returns the cell value at the given row and column.
getCellValue(int, TableColumnModel<C>) - Method in class com.guiseframework.model.DefaultTableModel
Returns the cell value at the given row and column.
getCellValue(TableModel.Cell<C>) - Method in interface com.guiseframework.model.TableModel
Returns the cell value for the given cell.
getCellValue(int, TableColumnModel<C>) - Method in interface com.guiseframework.model.TableModel
Returns the cell value at the given row and column.
getCellValueModel(int, int) - Method in class com.guiseframework.model.AbstractListSelectTableModel
Returns the model representing the cell value at the given row and column.
getCheckControlName(CheckControl) - Method in class com.guiseframework.platform.web.WebCheckControlDepictor
Determines the identifier to place in the name attribute of the component's XHTML element.
getCheckType() - Method in class com.guiseframework.component.CheckControl
 
getChildComponents() - Method in class com.guiseframework.component.AbstractArrayCompositeComponent
 
getChildComponents() - Method in class com.guiseframework.component.AbstractContainer
Returns a list of children.
getChildComponents() - Method in class com.guiseframework.component.AbstractListCompositeComponent
 
getChildComponents() - Method in class com.guiseframework.component.AbstractMultipleCompositeComponent
 
getChildComponents() - Method in class com.guiseframework.component.BooleanValueControlSelectControl
Returns an iterable to child components.
getChildComponents(CompositeComponent, Class<C>, T, boolean, boolean) - Static method in class com.guiseframework.component.Components
Retrieves all child components that are instances of the of the given class.
getChildComponents() - Method in interface com.guiseframework.component.CompositeComponent
 
getChildFrames() - Method in class com.guiseframework.component.AbstractApplicationFrame
 
getChildFrames() - Method in interface com.guiseframework.component.ApplicationFrame
 
getChildList() - Method in class com.guiseframework.component.AbstractApplicationFrame
Retrieves a list of all child components.
getChildList() - Method in class com.guiseframework.component.AbstractArrayCompositeComponent
Retrieves a list of all child components.
getChildren() - Method in class com.guiseframework.model.DefaultTreeNodeModel
Returns a list of children.
getChldren() - Method in class com.guiseframework.component.AbstractSingleCompositeComponent
 
getClass(ContentType) - Method in class com.guiseframework.component.transfer.AbstractObjectTransferable
Determines the class this content type matches.
getClassName() - Method in class com.guiseframework.platform.web.css.ClassSelector
 
getClassRules(Object) - Method in class com.guiseframework.theme.Theme
Retrieves the set of rules that selects the class of the given object, including parent classes.
getClientAcceptedLanguages() - Method in interface com.guiseframework.platform.ClientProduct
 
getClientAcceptedLanguages() - Method in class com.guiseframework.platform.web.DefaultWebUserAgentProduct
 
getClientProduct() - Method in interface com.guiseframework.platform.Platform
 
getClientProduct() - Method in class com.guiseframework.platform.web.HTTPServletWebPlatform
 
getClientProduct() - Method in interface com.guiseframework.platform.web.WebPlatform
 
getCloseActionControl() - Method in class com.guiseframework.component.AbstractFrame
 
getCloseActionControl() - Method in interface com.guiseframework.component.Frame
 
getCloseActionPrototype() - Method in class com.guiseframework.component.AbstractFrame
 
getCloseActionPrototype() - Method in interface com.guiseframework.component.Frame
 
getCode() - Method in enum com.guiseframework.platform.web.Button
 
getCode() - Method in enum com.guiseframework.platform.web.KeyCode
 
getCollatorInstance() - Method in class com.guiseframework.AbstractGuiseSession
Retrieves an instance of a collator appropriate for the current locale.
getCollatorInstance() - Method in interface com.guiseframework.GuiseSession
Retrieves an instance of a collator appropriate for the current locale.
getColor() - Method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
Determines the color for rendering the component.
getColor() - Method in class com.guiseframework.platform.web.WebSelectableLabelDepictor
Determines the color for rendering the component.
getColorDepth() - Method in class com.guiseframework.platform.web.WebInitializeEvent
 
getColorResource(String) - Method in class com.guiseframework.AbstractGuiseSession
Retrieves a Color resource from the resource bundle.
getColorResource(String, Color) - Method in class com.guiseframework.AbstractGuiseSession
Retrieves a Color resource from the resource bundle, using a specified default if no such resource is available.
getColorResource(String) - Method in interface com.guiseframework.GuiseSession
Retrieves a Color resource from the resource bundle.
getColorResource(String, Color) - Method in interface com.guiseframework.GuiseSession
Retrieves a Color resource from the resource bundle, using a specified default if no such resource is available.
getColumn() - Method in class com.guiseframework.model.TableModel.Cell
 
getColumnCount() - Method in class com.guiseframework.component.AbstractTextControl
 
getColumnCount() - Method in class com.guiseframework.component.Table
 
getColumnCount() - Method in class com.guiseframework.model.AbstractListSelectTableModel
 
getColumnCount() - Method in class com.guiseframework.model.AbstractTableModel
 
getColumnCount() - Method in interface com.guiseframework.model.TableModel
 
getColumnIndex(TableColumnModel<?>) - Method in class com.guiseframework.component.Table
Determines the logical index of the given table column.
getColumnIndex(TableColumnModel<?>) - Method in class com.guiseframework.model.AbstractListSelectTableModel
Determines the logical index of the given table column.
getColumnIndex(TableColumnModel<?>) - Method in class com.guiseframework.model.AbstractTableModel
Determines the logical index of the given table column.
getColumnIndex(TableColumnModel<?>) - Method in interface com.guiseframework.model.TableModel
Determines the logical index of the given table column.
getColumnLabelDateFormat() - Method in class com.guiseframework.model.CalendarMonthTableModel
 
getColumnLabelDateStyle() - Method in class com.guiseframework.model.CalendarMonthTableModel
 
getColumnLabelFontFamilies(TableColumnModel<?>) - Method in class com.guiseframework.component.Table
Returns the label font families for a given column.
getColumnLabelFontSize(TableColumnModel<?>) - Method in class com.guiseframework.component.Table
Returns the label font size for a given column.
getColumnLabelFontStyle(TableColumnModel<?>) - Method in class com.guiseframework.component.Table
Returns the label font style for a given column.
getColumnLabelFontWeight(TableColumnModel<?>) - Method in class com.guiseframework.component.Table
Returns the label font weight for a given column.
getColumnPaddingExtent(TableColumnModel<?>, Border) - Method in class com.guiseframework.component.Table
Returns the padding extent of the indicated column border.
getColumnPaddingLineFarExtent(TableColumnModel<?>) - Method in class com.guiseframework.component.Table
Returns the padding extent of the column line far page near border.
getColumnPaddingLineNearExtent(TableColumnModel<?>) - Method in class com.guiseframework.component.Table
Returns the padding extent of the column line near page near border.
getColumnPaddingPageFarExtent(TableColumnModel<?>) - Method in class com.guiseframework.component.Table
Returns the padding extent of the column line far page far border.
getColumnPaddingPageNearExtent(TableColumnModel<?>) - Method in class com.guiseframework.component.Table
Returns the padding extent of the column line near page far border.
getColumns() - Method in class com.guiseframework.component.Table
 
getColumns() - Method in class com.guiseframework.model.AbstractListSelectTableModel
 
getColumns() - Method in class com.guiseframework.model.AbstractTableModel
 
getColumns() - Method in interface com.guiseframework.model.TableModel
 
getColumnUIModel(TableColumnModel<?>) - Method in class com.guiseframework.component.Table
Retrieves the UI model for the given column.
getCommand() - Method in class com.guiseframework.event.ActionEvent
Determines the conventional command represented by this action.
getCommand() - Method in class com.guiseframework.event.CommandEvent
The command.
getCommand() - Method in class com.guiseframework.input.CommandInput
The command.
getCommand() - Method in interface com.guiseframework.platform.PlatformCommandMessage
 
getCommand() - Method in class com.guiseframework.platform.web.WebCommandDepictEvent
 
getCommand() - Method in class com.guiseframework.platform.web.WebCommandMessage
 
getCommandListeners() - Method in class com.guiseframework.component.AbstractComponent
 
getCompassPoint(Flow.End) - Method in enum com.guiseframework.component.layout.FlowOrientation
Retrieves a cardinal compass point indicating the absolute direction based upon the given flow end.
getCompassPoint(Flow, Flow.End) - Method in class com.guiseframework.component.layout.Orientation
Retrieves a cardinal compass point indicating the absolute direction based upon the given flow and end.
getCompassPoint(Flow.End, Flow.End) - Method in class com.guiseframework.component.layout.Orientation
Retrieves a cardinal or ordinal compass point indicating the absolute direction based upon the given line and/or page ends.
getCompassPoint(BigDecimal) - Static method in enum com.guiseframework.geometry.CompassPoint
Determines the closes compass point to the given bearing.
getCompletion() - Method in class com.guiseframework.event.ProgressEvent
 
getCompletion() - Method in class com.guiseframework.platform.PlatformFileUploadTask
 
getComponent(int) - Method in class com.guiseframework.component.AbstractArrayCompositeComponent
Returns the component at the specified index in the array.
getComponent(Bookmark) - Method in class com.guiseframework.component.AbstractCardPanel
Determines the component for navigation based upon the given bookmark.
getComponent() - Method in class com.guiseframework.component.AbstractComponent.AbstractFlyoverStrategy
 
getComponent() - Method in class com.guiseframework.component.AbstractCompositeStateComponent.ComponentState
 
getComponent(T) - Method in class com.guiseframework.component.AbstractCompositeStateComponent
Retrieves the component for the given object.
getComponent(E) - Method in class com.guiseframework.component.AbstractEnumCompositeComponent
Returns the component for the given enum value.
getComponent(Component) - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Retrieves the component for the given object.
getComponent(V) - Method in class com.guiseframework.component.AbstractListSelectControl
Retrieves the component for the given object.
getComponent() - Method in class com.guiseframework.component.AbstractSingleCompositeComponent
 
getComponent() - Method in class com.guiseframework.component.layout.LayoutConstraintsPropertyChangeEvent
 
getComponent(Region) - Method in class com.guiseframework.component.layout.RegionLayout
Retrieves a component for a given region.
getComponent(V) - Method in interface com.guiseframework.component.ListSelectControl
Retrieves the component for the given value.
getComponent(Bookmark) - Method in class com.guiseframework.component.SequenceCardPanel
Determines the component for navigation based upon the given bookmark.
getComponent(TableModel.Cell<?>) - Method in class com.guiseframework.component.Table
Retrieves the component for the given object.
getComponent(TreeNodeModel<?>) - Method in class com.guiseframework.component.TreeControl
Retrieves the component for the given object.
getComponent() - Method in class com.guiseframework.event.ComponentEvent
 
getComponent(C) - Method in class com.guiseframework.style.AbstractModeledColor
Determines the value of the given color component.
getComponent(C) - Method in interface com.guiseframework.style.ModeledColor
Determines the value of the given color component.
getComponentByID(Component, long) - Static method in class com.guiseframework.component.AbstractComponent
Retrieves a component with the given ID.
getComponentByID(String) - Method in class com.guiseframework.component.layout.ReferenceLayout
Retrieves a component bound to a given ID.
getComponentByName(Component, String) - Static method in class com.guiseframework.component.AbstractComponent
Retrieves a component with the given name.
getComponentClass() - Method in class com.guiseframework.ComponentDestination
 
getComponentConstraintsChangeListener() - Method in class com.guiseframework.component.layout.AbstractLayout
 
getComponentList() - Method in class com.guiseframework.component.AbstractListCompositeComponent
 
getComponentOrientation() - Method in class com.guiseframework.component.AbstractComponent
Determines the internationalization orientation of the component's contents.
getComponentOrientation() - Method in interface com.guiseframework.component.Component
Determines the internationalization orientation of the component's contents.
getComponents(Component) - Static method in class com.guiseframework.component.Components
Retrieves all components, including the given component and all descendant components.
getComponents(Component, T) - Static method in class com.guiseframework.component.Components
Retrieves all components, including the given component and all descendant components.
getComponents(Component, Class<C>, T, boolean, boolean) - Static method in class com.guiseframework.component.Components
Retrieves all components, including the given component, that are instances of the of the given class.
getComponentsByDepictName(Component, String, Set<Component>) - Method in class com.guiseframework.platform.web.GuiseHTTPServlet
Retrieves all descendant components, including the given component, that have a given depict name.
getComponentState(T) - Method in class com.guiseframework.component.AbstractCompositeStateComponent
Retrieves a component state for the given object.
getComponentStates() - Method in class com.guiseframework.component.AbstractCompositeStateComponent
 
getConfiguration(Class<C>) - Method in class com.guiseframework.AbstractGuiseApplication
Returns the configuration for the given configuration type.
getConfiguration(Class<C>) - Method in class com.guiseframework.AbstractGuiseSession
Returns the configuration for the given configuration type.
getConfiguration(Class<C>) - Method in class com.guiseframework.GuiseSessionThreadGroup
Returns the configuration for the given configuration type.
getConfirmActionPrototype() - Method in class com.guiseframework.controller.SequenceTaskController
 
getConfirmingActionPrototype() - Method in class com.guiseframework.controller.SequenceTaskController
The action prototype currently being confirmed and which, if confirmed, will be performed.
getConstraints() - Method in class com.guiseframework.component.AbstractComponent
 
getConstraints() - Method in interface com.guiseframework.component.Component
 
getConstraints(Component) - Method in class com.guiseframework.component.layout.AbstractLayout
Retreives layout constraints associated with a component.
getConstraints(Component) - Method in interface com.guiseframework.component.layout.Layout
Retreives layout constraints associated with a component.
getConstraints() - Method in class com.guiseframework.component.layout.LayoutConstraintsPropertyChangeEvent
 
getConstraintsClass() - Method in class com.guiseframework.component.layout.CardLayout
 
getConstraintsClass() - Method in class com.guiseframework.component.layout.FlowLayout
 
getConstraintsClass() - Method in interface com.guiseframework.component.layout.Layout
 
getConstraintsClass() - Method in class com.guiseframework.component.layout.MenuLayout
 
getConstraintsClass() - Method in class com.guiseframework.component.layout.ReferenceLayout
 
getConstraintsClass() - Method in class com.guiseframework.component.layout.RegionLayout
 
getConstraintsClass() - Method in class com.guiseframework.component.layout.TabLayout
 
getConstraintsPropertyChangeListener() - Method in class com.guiseframework.component.layout.AbstractLayout
 
getContainer() - Method in class com.guiseframework.AbstractGuiseApplication
 
getContainer() - Method in interface com.guiseframework.GuiseApplication
 
getContent() - Method in class com.guiseframework.component.AbstractFrame
 
getContent() - Method in class com.guiseframework.component.CalendarDialogFrame
 
getContent() - Method in interface com.guiseframework.component.ContentComponent
 
getContent() - Method in class com.guiseframework.component.ScrollControl
 
getContentContainer() - Method in class com.guiseframework.component.AbstractOptionDialogFrame
 
getContentHashAttributeQualifiedName() - Method in class com.guiseframework.platform.AbstractXMLDepictContext
 
getContentHashAttributeQualifiedName() - Method in class com.guiseframework.platform.web.HTTPServletWebDepictContext
 
getContentLength() - Method in class com.guiseframework.model.FileItemResourceImport
 
getContentLength() - Method in interface com.guiseframework.model.ResourceImport
 
getContentType() - Method in class com.guiseframework.model.FileItemResourceImport
 
getContentType() - Method in interface com.guiseframework.model.ResourceImport
 
getContentTypes() - Method in class com.guiseframework.component.AbstractImageComponent.DefaultTransferable
Determines the content types available for this transfer.
getContentTypes() - Method in class com.guiseframework.component.AbstractLabel.DefaultTransferable
Determines the content types available for this transfer.
getContentTypes() - Method in class com.guiseframework.component.TextControl.DefaultTransferable
Determines the content types available for this transfer.
getContentTypes() - Method in class com.guiseframework.component.transfer.AbstractObjectTransferable
Determines the content types available for this transfer.
getContentTypes() - Method in interface com.guiseframework.component.transfer.Transferable
 
getContextAbsoluteResourcePath(String) - Method in class com.guiseframework.platform.web.HTTPServletGuiseContainer
Determines the servlet context-relative absolute path of the given container-relative path.
getContinueActionPrototype() - Method in class com.guiseframework.component.SequenceCardPanel
 
getControlContainer() - Method in class com.guiseframework.component.CalendarControl
The container containing the controls.
getControlPanel() - Method in class com.guiseframework.component.PlatformFileUploadPanel
 
getConverter() - Method in class com.guiseframework.component.AbstractListSelectControl.ConverterInfoModelValueRepresentationStrategy
 
getConverter() - Method in class com.guiseframework.component.AbstractTextControl
 
getConverter() - Method in class com.guiseframework.component.SliderControl
 
getConverter() - Method in class com.guiseframework.component.Table.DefaultCellMessage
 
getConverter() - Method in class com.guiseframework.component.Table.DefaultCellRepresentationStrategy
 
getConverter() - Method in class com.guiseframework.component.TreeControl.DefaultValueRepresentationStrategy
 
getConverter() - Method in class com.guiseframework.model.ValueConverterInfoModel
 
getCopyrightLabel() - Method in class com.guiseframework.component.AboutPanel
 
getCorner(Flow.End, Flow.End) - Static method in enum com.guiseframework.component.layout.Corner
Determines the corner from the given line and page ends.
getCornerArcSize(Corner) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Returns the arc size for the indicated corner.
getCornerArcSize(Corner) - Method in interface com.guiseframework.model.ui.PresentationModel
Returns the arc size for the indicated corner.
getCornerLineFarPageFarArcSize() - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Returns the arc size for the line far page far corner.
getCornerLineFarPageFarArcSize() - Method in interface com.guiseframework.model.ui.PresentationModel
Returns the arc size for the line far page far corner.
getCornerLineFarPageNearArcSize() - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Returns the arc size for the line far page near corner.
getCornerLineFarPageNearArcSize() - Method in interface com.guiseframework.model.ui.PresentationModel
Returns the arc size for the line far page near corner.
getCornerLineNearPageFarArcSize() - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Returns the arc size for the line near page far corner.
getCornerLineNearPageFarArcSize() - Method in interface com.guiseframework.model.ui.PresentationModel
Returns the arc size for the line near page far corner.
getCornerLineNearPageNearArcSize() - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Returns the arc size for the line near page near corner.
getCornerLineNearPageNearArcSize() - Method in interface com.guiseframework.model.ui.PresentationModel
Returns the arc size for the line near page near corner.
getCount() - Method in class com.guiseframework.event.MouseClickEvent
 
getCount() - Method in class com.guiseframework.input.MouseClickInput
 
getCSSCursor(Orientation) - Method in enum com.guiseframework.platform.web.Cursor
Retrieves the CSS cursor that corresponds to the predefined cursor based in the given component orientation.
getCSSStyleString(Map<String, Object>, Orientation) - Method in class com.guiseframework.platform.web.AbstractWebDepictContext
Returns a string representation of the provided style declarations.
getCSSStyleString(Map<String, Object>, Orientation) - Method in interface com.guiseframework.platform.web.WebDepictContext
Returns a string representation of the provided style declarations.
getCurrency() - Method in class com.guiseframework.converter.AbstractNumberStringLiteralConverter
 
getCursor() - Method in class com.guiseframework.model.ui.AbstractPresentationModel
 
getCursor() - Method in interface com.guiseframework.model.ui.PresentationModel
 
getCursor(URI) - Static method in enum com.guiseframework.platform.web.Cursor
Determines a predefined cursor from the given URI
getDate() - Method in class com.guiseframework.component.CalendarControl
 
getDate() - Method in class com.guiseframework.model.CalendarMonthTableModel
 
getDateControl() - Method in class com.guiseframework.component.DateTimeControl
 
getDateFormat() - Method in class com.guiseframework.converter.AbstractDateStringLiteralConverter
Determines a date format object appropriate for the session's current locale and time zone.
getDateStyle() - Method in class com.guiseframework.converter.AbstractDateStringLiteralConverter
 
getDayControl() - Method in class com.guiseframework.component.DateTimeFieldsControl
 
getDayOffset() - Method in class com.guiseframework.model.CalendarMonthTableModel
 
getDCSID() - Method in class com.guiseframework.AbstractGuiseApplication
 
getDCSID() - Method in interface com.guiseframework.GuiseApplication
 
getDeclarations() - Method in class com.guiseframework.platform.web.css.Rule
 
getDefaultCC() - Method in class com.guiseframework.converter.TelephoneNumberStringLiteralConverter
 
getDefaultValue() - Method in class com.guiseframework.component.AbstractActionValueControl
 
getDefaultValue() - Method in class com.guiseframework.component.AbstractContainerValueControl
 
getDefaultValue() - Method in class com.guiseframework.component.AbstractDialogFrame
 
getDefaultValue() - Method in class com.guiseframework.component.AbstractLayoutValueControl
 
getDefaultValue() - Method in class com.guiseframework.component.AbstractListSelectContainerControl
 
getDefaultValue() - Method in class com.guiseframework.component.AbstractListSelectControl
 
getDefaultValue() - Method in class com.guiseframework.component.AbstractValueControl
 
getDefaultValue() - Method in class com.guiseframework.component.layout.AbstractValueLayout
 
getDefaultValue() - Method in class com.guiseframework.model.DefaultListSelectModel
 
getDefaultValue() - Method in class com.guiseframework.model.DefaultValueModel
 
getDefaultValue() - Method in interface com.guiseframework.model.ValueModel
 
getDefinitionBaseURI() - Method in interface com.guiseframework.component.widget.Widget
Returns the base URI of the definition of the widget.
getDegree() - Method in class com.guiseframework.geometry.Extent
 
getDelay() - Method in class com.guiseframework.component.effect.AbstractEffect
 
getDelay() - Method in interface com.guiseframework.component.effect.Effect
 
getDeleteActionPrototype() - Method in class com.guiseframework.component.AbstractEditComponentTextControl
 
getDepictContext() - Method in class com.guiseframework.platform.AbstractDepictor
Retrieves information and functionality related to the current depiction on the platform.
getDepictContext() - Method in interface com.guiseframework.platform.Depictor
Retrieves information and functionality related to the current depiction on the platform.
getDepictContext() - Method in interface com.guiseframework.platform.Platform
Retrieves information and functionality related to the current depiction.
getDepictContext() - Method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
Retrieves information and functionality related to the current depiction on the web platform.
getDepictContext() - Method in class com.guiseframework.platform.web.HTTPServletWebPlatform
Retrieves information and functionality related to the current depiction.
getDepictContext() - Method in interface com.guiseframework.platform.web.WebDepictor
Retrieves information and functionality related to the current depiction on the web platform.
getDepictContext() - Method in interface com.guiseframework.platform.web.WebPlatform
Retrieves information and functionality related to the current depiction.
getDepictedCompositeComponentListener() - Method in class com.guiseframework.platform.AbstractComponentDepictor
 
getDepictedObject() - Method in class com.guiseframework.platform.AbstractDepictEvent
 
getDepictedObject() - Method in class com.guiseframework.platform.AbstractDepictor
 
getDepictedObject(long) - Method in class com.guiseframework.platform.AbstractPlatform
Retrieves a depicted object that has been registered with the platform by the ID of the depicted object.
getDepictedObject() - Method in interface com.guiseframework.platform.DepictEvent
 
getDepictedObject() - Method in interface com.guiseframework.platform.Depictor
 
getDepictedObject(long) - Method in interface com.guiseframework.platform.Platform
Retrieves a depicted object that has been registered with the platform by the ID of the depicted object.
getDepictedPropertyChangeListener() - Method in class com.guiseframework.platform.AbstractDepictor
 
getDepictID() - Method in class com.guiseframework.component.AbstractComponent
 
getDepictID() - Method in class com.guiseframework.platform.AbstractDepictedObject
 
getDepictID() - Method in interface com.guiseframework.platform.DepictedObject
 
getDepictID(String) - Method in class com.guiseframework.platform.web.AbstractWebPlatform
Returns the depicted object ID represented by the given platform-specific ID string.
getDepictID(String) - Method in interface com.guiseframework.platform.web.WebPlatform
Returns the depicted object ID represented by the given platform-specific ID string.
getDepictIDString(long) - Method in class com.guiseframework.platform.web.AbstractWebPlatform
Generates an ID for the given depicted object appropriate for using on the platform.
getDepictIDString(long) - Method in interface com.guiseframework.platform.web.WebPlatform
Generates an ID for the given depicted object appropriate for using on the platform.
getDepictionRootURI() - Method in class com.guiseframework.AbstractGuiseSession
Reports the current depiction root URI of the session.
getDepictionRootURI() - Method in interface com.guiseframework.GuiseSession
Reports the current depiction root URI of the session.
getDepictionURI(URI, URIPath) - Method in class com.guiseframework.AbstractGuiseApplication
Determines the depiction URI based upon a navigation path.
getDepictionURI(URI, URI) - Method in class com.guiseframework.AbstractGuiseApplication
Determines the depiction URI based upon a navigation URI.
getDepictionURI(URIPath, String...) - Method in class com.guiseframework.AbstractGuiseSession
Determines the URI to use for depiction based upon a navigation path.
getDepictionURI(URI, String...) - Method in class com.guiseframework.AbstractGuiseSession
Determines the URI to use for depiction based upon a navigation URI.
getDepictionURI(URI, URIPath) - Method in interface com.guiseframework.GuiseApplication
Determines the depiction URI based upon a navigation path.
getDepictionURI(URI, URI) - Method in interface com.guiseframework.GuiseApplication
Determines the depiction URI based upon a navigation URI.
getDepictionURI(URIPath, String...) - Method in interface com.guiseframework.GuiseSession
Determines the URI to use for depiction based upon a navigation path.
getDepictionURI(URI, String...) - Method in interface com.guiseframework.GuiseSession
Determines the URI to use for depiction based upon a navigation URI.
getDepictionURI(URIPath, String...) - Method in class com.guiseframework.platform.AbstractDepictContext
Determines the URI to use for depiction based upon a navigation path.
getDepictionURI(URI, String...) - Method in class com.guiseframework.platform.AbstractDepictContext
Determines the URI to use for depiction based upon a navigation URI.
getDepictionURI() - Method in interface com.guiseframework.platform.DepictContext
 
getDepictionURI(URIPath, String...) - Method in interface com.guiseframework.platform.DepictContext
Determines the URI to use for depiction based upon a navigation path.
getDepictionURI(URI, String...) - Method in interface com.guiseframework.platform.DepictContext
Determines the URI to use for depiction based upon a navigation URI.
getDepictionURI() - Method in class com.guiseframework.platform.web.HTTPServletWebDepictContext
 
getDepictLock() - Method in class com.guiseframework.platform.AbstractPlatform
 
getDepictLock() - Method in interface com.guiseframework.platform.Platform
 
getDepictName() - Method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
Determines the identifier to place in the name attribute of the component's XHTML element, if appropriate.
getDepictName() - Method in class com.guiseframework.platform.web.WebCheckControlDepictor
Determines the identifier to place in the name attribute of the component's XHTML element.
getDepictName() - Method in interface com.guiseframework.platform.web.WebComponentDepictor
Determines the identifier to place in the name attribute of the component's XHTML element, if appropriate.
getDepictor() - Method in class com.guiseframework.audio.Audio
 
getDepictor() - Method in class com.guiseframework.component.AbstractComponent
 
getDepictor() - Method in interface com.guiseframework.component.Component
 
getDepictor() - Method in class com.guiseframework.component.ResourceCollectControl
 
getDepictor() - Method in class com.guiseframework.platform.AbstractDepictedObject
 
getDepictor(O) - Method in class com.guiseframework.platform.AbstractPlatform
Determines the depictor appropriate for the given depicted object.
getDepictor() - Method in interface com.guiseframework.platform.DepictedObject
 
getDepictor(O) - Method in interface com.guiseframework.platform.Platform
Determines the depictor appropriate for the given depicted object.
getDepictor() - Method in class com.guiseframework.platform.PlatformFileCollector
 
getDepictorClass(Class<O>) - Method in class com.guiseframework.platform.AbstractPlatform
Determines the depictor class appropriate for the given depicted object class.
getDepictStringBuilder() - Method in class com.guiseframework.platform.AbstractTextDepictContext
The string builder that holds the current content being collected, though not necessarily all the content collected.
getDepictStringBuilder() - Method in class com.guiseframework.platform.AbstractXMLDepictContext
The string builder that holds the current content being collected, though not necessarily all the content collected.
getDepictStringBuilder() - Method in interface com.guiseframework.platform.TextDepictContext
The string builder that holds the current content being collected, though not necessarily all the content collected.
getDepictStringBuilder() - Method in class com.guiseframework.platform.XMLDepictContext.ElementState
 
getDepictText() - Method in class com.guiseframework.platform.AbstractTextDepictContext
 
getDepictText() - Method in interface com.guiseframework.platform.TextDepictContext
 
getDepictURI() - Method in class com.guiseframework.platform.web.HTTPServletGuiseRequest
 
getDepth() - Method in class com.guiseframework.geometry.Dimensions
 
getDepth() - Method in class com.guiseframework.model.DefaultTreeNodeModel
Returns the zero-based depth of the node within in its tree.
getDepth() - Method in interface com.guiseframework.model.TreeNodeModel
Returns the zero-based depth of the node within in its tree.
getDescendantComponents(CompositeComponent) - Static method in class com.guiseframework.component.Components
Retrieves all descendant components.
getDescendantComponents(CompositeComponent, T) - Static method in class com.guiseframework.component.Components
Retrieves all descendant components.
getDescription() - Method in class com.guiseframework.component.AbstractComponent
 
getDescription() - Method in class com.guiseframework.component.layout.CardConstraints
 
getDescription() - Method in class com.guiseframework.model.DefaultInfoModel
 
getDescription() - Method in interface com.guiseframework.model.InfoModel
 
getDescription() - Method in class com.guiseframework.prototype.AbstractProxyPrototype
 
getDescription() - Method in class com.guiseframework.prototype.ValuePrototype
 
getDescriptionContentType() - Method in class com.guiseframework.component.AbstractComponent
 
getDescriptionContentType() - Method in class com.guiseframework.component.layout.CardConstraints
 
getDescriptionContentType() - Method in class com.guiseframework.model.DefaultInfoModel
 
getDescriptionContentType() - Method in interface com.guiseframework.model.InfoModel
 
getDescriptionContentType() - Method in class com.guiseframework.prototype.AbstractProxyPrototype
 
getDescriptionContentType() - Method in class com.guiseframework.prototype.ValuePrototype
 
getDestination(URIPath) - Method in class com.guiseframework.AbstractGuiseApplication
Determines the destination associated with the given application context-relative path.
getDestination() - Method in class com.guiseframework.AbstractReferenceDestination
 
getDestination(URIPath) - Method in interface com.guiseframework.GuiseApplication
Determines the destination associated with the given application context-relative path.
getDestination() - Method in class com.guiseframework.platform.AbstractDepictContext
 
getDestination() - Method in interface com.guiseframework.platform.DepictContext
 
getDestination() - Method in interface com.guiseframework.ReferenceDestination
 
getDestinationBaseURI() - Method in class com.guiseframework.platform.PlatformFileUploadTask
 
getDestinationBookmark() - Method in class com.guiseframework.component.PlatformFileUploadPanel
 
getDestinationBookmark() - Method in class com.guiseframework.component.ResourceCollectControl
 
getDestinationBookmark() - Method in class com.guiseframework.platform.PlatformFileUploadTask
 
getDestinationComponent(ComponentDestination) - Method in class com.guiseframework.AbstractGuiseSession
Retrieves the component bound to the given destination.
getDestinationComponent(ComponentDestination) - Method in interface com.guiseframework.GuiseSession
Retrieves the component bound to the given destination.
getDestinationPath() - Method in class com.guiseframework.component.ResourceCollectControl
Indicates the destination path relative to the application context path.
getDestinations() - Method in class com.guiseframework.AbstractGuiseApplication
Returns an iterable of destinations.
getDestinations() - Method in interface com.guiseframework.GuiseApplication
Returns an iterable of destinations.
getDestinationURI() - Method in class com.guiseframework.component.PlatformFileUploadPanel
 
getDirection() - Method in enum com.guiseframework.component.layout.FlowOrientation
 
getDirection(Flow) - Method in class com.guiseframework.component.layout.Orientation
Determines the direction of the particular flow.
getDirtyComponents(Component) - Static method in class com.guiseframework.component.AbstractComponent
Retrieves all components that have views needing updated.
getDirtyComponents(Component, List<Component>) - Static method in class com.guiseframework.component.AbstractComponent
Retrieves all components that have views needing updated.
getDisplayRowCount() - Method in class com.guiseframework.component.Table
 
getDisplayRowStartIndex() - Method in class com.guiseframework.component.Table
 
getDocument() - Method in class com.guiseframework.platform.web.WebTextBoxDepictor.CachedDocument
 
getDragSource() - Method in class com.guiseframework.platform.PlatformDropEvent
 
getDropTarget() - Method in class com.guiseframework.platform.PlatformDropEvent
 
getEditActionPrototype() - Method in class com.guiseframework.component.AbstractEditComponentTextControl
 
getEditActionPrototype() - Method in class com.guiseframework.model.AbstractListSelectEditor
 
getEditActionPrototype() - Method in interface com.guiseframework.model.ListSelectEditor
 
getEditControl() - Method in class com.guiseframework.component.AbstractEditComponentTextControl
The control used to edit the text.
getEditedComponent() - Method in class com.guiseframework.component.AbstractEditComponentTextControl
The component the text of which is to be edited.
getELFF() - Method in class com.guiseframework.platform.web.GuiseHTTPServlet
 
getEmail() - Method in class com.guiseframework.demo.DemoUser
 
getEnableable() - Method in class com.guiseframework.component.AbstractCompositeStateControl
 
getEnableable() - Method in class com.guiseframework.component.AbstractContainerControl
 
getEnableable() - Method in class com.guiseframework.component.AbstractControl
 
getEnableable() - Method in class com.guiseframework.component.AbstractLayoutControl
 
getEnableable() - Method in class com.guiseframework.component.ImageActionControl
 
getEnableable() - Method in class com.guiseframework.component.ScrollControl
 
getEnd() - Method in enum com.guiseframework.component.layout.Border
The end.
getEnd(Flow.Direction) - Method in enum com.guiseframework.component.layout.Flow.Direction
Determines the end at which the given direction would arrive relative to this direction.
getEnvironment() - Method in class com.guiseframework.AbstractGuiseApplication
 
getEnvironment() - Method in interface com.guiseframework.GuiseApplication
 
getEnvironment() - Method in interface com.guiseframework.platform.Platform
 
getEnvironment() - Method in class com.guiseframework.platform.web.AbstractWebPlatform
 
getError() - Method in class com.guiseframework.model.Notification
 
getErrorMessage() - Method in class com.guiseframework.platform.AbstractComponentDepictor
Constructs an error message for all component errors.
getEventListenerManager() - Method in class com.guiseframework.component.AbstractComponent
 
getEventListenerManager() - Method in class com.guiseframework.model.AbstractModel
 
getEventListenerManager() - Method in class com.guiseframework.platform.AbstractDepictedObject
 
getEventListenerManager() - Method in class com.guiseframework.platform.AbstractPlatformFile
 
getEventListenerManager() - Method in class com.guiseframework.platform.PlatformFileUploadTask
 
getExtent(Flow) - Method in class com.guiseframework.component.AbstractComponent.AbstractFlyoverStrategy
Returns the extent of the indicated flow.
getExtent(Flow) - Method in class com.guiseframework.component.layout.RegionConstraints
Returns the extent of the indicated flow.
getExtent(Flow) - Method in class com.guiseframework.component.layout.RegionLayout
Returns the default extent of the indicated flow.
getExtent(Flow) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Returns the extent of the indicated flow.
getExtent(Flow) - Method in interface com.guiseframework.model.ui.PresentationModel
Returns the extent of the indicated flow.
getFamilyNameControl() - Method in class com.guiseframework.component.text.directory.vcard.NamePanel
 
getFileItem() - Method in class com.guiseframework.model.FileItemResourceImport
 
getFinishActionPrototype() - Method in class com.guiseframework.component.SequenceCardPanel
 
getFinishActionPrototype() - Method in class com.guiseframework.controller.SequenceTaskController
 
getFirstActionPrototype() - Method in class com.guiseframework.component.Table
 
getFirstName() - Method in class com.guiseframework.demo.DemoUser
 
getFixClass() - Method in class com.guiseframework.platform.web.css.GuiseCSSProcessor.IE6FixClass
 
getFlashURI() - Method in class com.guiseframework.component.Flash
 
getFlow() - Method in class com.guiseframework.component.layout.AbstractFlowLayout
 
getFlow() - Method in enum com.guiseframework.component.layout.Border
The flow.
getFlow(Axis) - Method in class com.guiseframework.component.layout.Orientation
Determines the flow (line or page) that is aligned to the given axis.
getFlow() - Method in class com.guiseframework.component.SliderControl
 
getFlyoverIFrameID(ApplicationFrame) - Static method in class com.guiseframework.platform.web.WebApplicationFrameDepictor
Determines the ID to be used for an IFrame used for a flyover shield in IE6.
getFlyoverStrategy() - Method in class com.guiseframework.component.AbstractComponent
 
getFlyoverStrategy() - Method in interface com.guiseframework.component.Component
 
getFollowupEvaluation() - Method in class com.guiseframework.model.rdf.maqro.AbstractInteractionTreeNodeModel
 
getFontFamilies() - Method in class com.guiseframework.model.ui.AbstractPresentationModel
 
getFontFamilies() - Method in interface com.guiseframework.model.ui.PresentationModel
 
getFontSize() - Method in class com.guiseframework.model.ui.AbstractPresentationModel
 
getFontSize() - Method in interface com.guiseframework.model.ui.PresentationModel
 
getFontStyle() - Method in class com.guiseframework.model.ui.AbstractPresentationModel
 
getFontStyle() - Method in interface com.guiseframework.model.ui.PresentationModel
 
getFontWeight() - Method in class com.guiseframework.model.ui.AbstractPresentationModel
 
getFontWeight() - Method in interface com.guiseframework.model.ui.PresentationModel
 
getForce() - Method in class com.guiseframework.event.ActionEvent
Returns the force with which the action was initiated.
getFormID(ApplicationFrame) - Static method in class com.guiseframework.platform.web.WebApplicationFrameDepictor
Determines the ID to be used for a form associated with the given application frame.
getGapAfter() - Method in class com.guiseframework.component.layout.AbstractFlowLayout
 
getGapBefore() - Method in class com.guiseframework.component.layout.AbstractFlowLayout
 
getGapBetween() - Method in class com.guiseframework.component.layout.AbstractFlowLayout
 
getGivenNameControl() - Method in class com.guiseframework.component.text.directory.vcard.NamePanel
 
getGlyph() - Method in enum com.guiseframework.component.layout.FlowOrientation
 
getGlyph() - Method in enum com.guiseframework.input.MediaCommand
 
getGlyph() - Method in enum com.guiseframework.model.Notification.Option
 
getGlyph() - Method in enum com.guiseframework.model.Notification.Severity
 
getGlyph() - Method in enum com.guiseframework.model.View
 
getGlyphResourceReference(Class<E>) - Static method in class com.guiseframework.Resources
Returns a resource reference for the glyph aspect of a resource key based upon the given enum class.
getGlyphResourceReference(E) - Static method in class com.guiseframework.Resources
Returns a resource reference for the glyph aspect of a resource key based upon the given enum.
getGlyphURI() - Method in class com.guiseframework.component.AbstractComponent
 
getGlyphURI() - Method in class com.guiseframework.component.layout.CardConstraints
 
getGlyphURI() - Method in class com.guiseframework.model.DefaultLabelModel
 
getGlyphURI() - Method in interface com.guiseframework.model.LabelModel
 
getGlyphURI() - Method in class com.guiseframework.prototype.AbstractProxyPrototype
 
getGlyphURI() - Method in class com.guiseframework.prototype.ValuePrototype
 
getGoal() - Method in class com.guiseframework.platform.web.WebProgressDepictEvent
 
getGreen() - Method in class com.guiseframework.style.RGBColor
 
getGuiseApplication() - Method in class com.guiseframework.platform.web.GuiseHTTPServlet
 
getGuiseAsset(String) - Method in class com.guiseframework.Guise
Retrieves a Guise asset keyed to its location.
getGuiseContainer() - Method in class com.guiseframework.platform.web.GuiseHTTPServlet
Returns the Guise container.
getGuiseContainer(ServletContext, URI) - Static method in class com.guiseframework.platform.web.HTTPServletGuiseContainer
Retrieves the Guise container associated with the given servlet context.
getGuiseRequest() - Method in class com.guiseframework.platform.web.HTTPServletWebDepictContext
 
getGuiseSession() - Method in class com.guiseframework.Guise
Retrieves the Guise session information for the current thread.
getGuiseSession() - Method in class com.guiseframework.GuiseSessionThreadGroup
The Guise session to which this thread group belongs and in which its related threads run.
getGuiseSession(GuiseApplication, HttpServletRequest, HttpSession) - Method in class com.guiseframework.platform.web.HTTPServletGuiseContainer
Retrieves a Guise session for the given HTTP session.
getGuiseSession(HTTPServletGuiseContainer, GuiseApplication, HttpServletRequest) - Static method in class com.guiseframework.platform.web.HTTPServletGuiseSessionManager
Retrieves a session for the given HTTP request, creating a session if necessary.
getGuiseSession(HTTPServletGuiseContainer, GuiseApplication, HttpServletRequest, boolean) - Static method in class com.guiseframework.platform.web.HTTPServletGuiseSessionManager
Retrieves a session for the given HTTP request.
getHeadingLocalName(int) - Static method in class com.guiseframework.platform.web.WebHeadingDepictor
Determines the local name to use for a heading based upon a heading level.
getHeight() - Method in class com.guiseframework.geometry.Dimensions
 
getHomeDirectory() - Method in class com.guiseframework.AbstractGuiseApplication
Returns the home directory shared by all sessions of this application.
getHomeDirectory() - Method in interface com.guiseframework.GuiseApplication
Returns the home directory shared by all sessions of this application.
getHonorificPrefixControl() - Method in class com.guiseframework.component.text.directory.vcard.NamePanel
 
getHonorificSuffixControl() - Method in class com.guiseframework.component.text.directory.vcard.NamePanel
 
getHour() - Method in class com.guiseframework.platform.web.WebInitializeEvent
 
getHourControl() - Method in class com.guiseframework.component.DateTimeFieldsControl
 
getHTTPServletRequest() - Method in class com.guiseframework.platform.web.HTTPServletGuiseRequest
 
getHTTPSession() - Method in class com.guiseframework.platform.web.HTTPServletWebPlatform
 
getHue() - Method in class com.guiseframework.style.HSLColor
 
getHueDegrees() - Method in class com.guiseframework.style.HSLColor
Determines the value of the hue in degrees in the range (0.0-360.0].
getID() - Method in class com.guiseframework.component.layout.ReferenceConstraints
 
getID() - Method in class com.guiseframework.demo.DemoUser
 
getID() - Method in class com.guiseframework.platform.AbstractProduct
 
getID() - Method in interface com.guiseframework.platform.Product
 
getID() - Method in class com.guiseframework.platform.web.css.IDSelector
 
getID() - Method in class com.guiseframework.platform.web.WebPlatformFile
 
getIE6FixClasses() - Method in class com.guiseframework.platform.web.css.GuiseCSSProcessor
The list of IE6 fix classes.
getIE6FixClasses(URI) - Method in class com.guiseframework.platform.web.HTTPServletWebDepictContext
Returns a list of IE6 fix classes for the given stylesheet URI.
getIgnoredProperties() - Method in class com.guiseframework.platform.AbstractDepictor
 
getImageModel() - Method in class com.guiseframework.component.AbstractImageComponent
 
getImageModel() - Method in class com.guiseframework.component.ImageBooleanSelectActionControl
 
getImageOpacity() - Method in class com.guiseframework.component.Picture
 
getImageURI() - Method in class com.guiseframework.component.AbstractImageComponent
 
getImageURI() - Method in class com.guiseframework.component.ImageBooleanSelectActionControl
 
getImageURI() - Method in class com.guiseframework.model.DefaultImageModel
 
getImageURI() - Method in interface com.guiseframework.model.ImageModel
 
getImageURI() - Method in class com.guiseframework.platform.web.WebImageActionControlDepictor
Determines the image URI to use for this component.
getImageURI() - Method in class com.guiseframework.platform.web.WebImageBooleanSelectActionControlViewer
Determines the image URI to use for this component.
getImageURI() - Method in class com.guiseframework.platform.web.WebImageDepictor
Determines the image URI to use for this component.
getIndentLevel() - Method in class com.guiseframework.platform.AbstractTextDepictContext
 
getIndentLevel() - Method in interface com.guiseframework.platform.TextDepictContext
 
getIndex() - Method in class com.guiseframework.event.ListEvent
 
getIndex() - Method in class com.guiseframework.model.CalendarMonthTableModel.WeekDayTableColumnModel
 
getInfo() - Method in class com.guiseframework.component.AbstractComponent
 
getInfo() - Method in class com.guiseframework.component.layout.CardConstraints
 
getInfo() - Method in class com.guiseframework.model.DefaultInfoModel
 
getInfo() - Method in interface com.guiseframework.model.InfoModel
 
getInfo() - Method in class com.guiseframework.prototype.AbstractProxyPrototype
 
getInfo() - Method in class com.guiseframework.prototype.ValuePrototype
 
getInfoContentType() - Method in class com.guiseframework.component.AbstractComponent
 
getInfoContentType() - Method in class com.guiseframework.component.layout.CardConstraints
 
getInfoContentType() - Method in class com.guiseframework.model.DefaultInfoModel
 
getInfoContentType() - Method in interface com.guiseframework.model.InfoModel
 
getInfoContentType() - Method in class com.guiseframework.prototype.AbstractProxyPrototype
 
getInfoContentType() - Method in class com.guiseframework.prototype.ValuePrototype
 
getInfoModel() - Method in class com.guiseframework.component.AbstractComponent
 
getInfoModel() - Method in class com.guiseframework.component.layout.CardConstraints
 
getInfoResourceReference(Class<E>) - Static method in class com.guiseframework.Resources
Returns a resource reference for the info aspect of a resource key based upon the given enum class.
getInfoResourceReference(E) - Static method in class com.guiseframework.Resources
Returns a resource reference for the info aspect of a resource key based upon the given enum.
getInitIFrameID(ApplicationFrame) - Static method in class com.guiseframework.platform.web.WebApplicationFrameDepictor
Determines the ID to be used for an IFrame used for shielding the UI from user input during initialization.
getInput() - Method in class com.guiseframework.event.CommandEvent
 
getInput() - Method in interface com.guiseframework.event.GestureInputEvent
 
getInput() - Method in interface com.guiseframework.event.InputEvent
 
getInput() - Method in interface com.guiseframework.event.KeyboardEvent
 
getInput() - Method in class com.guiseframework.event.KeyPressEvent
 
getInput() - Method in class com.guiseframework.event.KeyReleaseEvent
Returns the key input associated with this event.
getInput() - Method in class com.guiseframework.event.MouseClickEvent
 
getInput() - Method in class com.guiseframework.event.MouseEnterEvent
 
getInput() - Method in class com.guiseframework.event.MouseExitEvent
 
getInput() - Method in interface com.guiseframework.event.MouseInputEvent
 
getInputFocusedComponent() - Method in class com.guiseframework.component.AbstractFrame
Indicates the component within this group that has the input focus.
getInputFocusedComponent() - Method in interface com.guiseframework.component.InputFocusGroupComponent
Indicates the component within this group that has the input focus.
getInputFocusStrategy() - Method in class com.guiseframework.component.AbstractFrame
 
getInputFocusStrategy() - Method in interface com.guiseframework.component.InputFocusGroupComponent
 
getInputStrategy() - Method in class com.guiseframework.AbstractGuiseSession
 
getInputStrategy() - Method in class com.guiseframework.component.AbstractComponent
 
getInputStrategy() - Method in interface com.guiseframework.component.Component
 
getInputStrategy() - Method in interface com.guiseframework.GuiseSession
 
getInputStream(URI) - Method in class com.guiseframework.AbstractGuiseApplication
Retrieves an input stream to the entity at the given URI.
getInputStream(URIPath) - Method in class com.guiseframework.AbstractGuiseApplication
Retrieves an input stream to the entity at the given path.
getInputStream(URI) - Method in class com.guiseframework.AbstractGuiseContainer
Retrieves an input stream to the entity at the given URI.
getInputStream(URI) - Method in interface com.guiseframework.GuiseApplication
Retrieves an input stream to the entity at the given URI.
getInputStream(URIPath) - Method in interface com.guiseframework.GuiseApplication
Retrieves an input stream to the entity at the given path.
getInputStream(URI) - Method in interface com.guiseframework.GuiseContainer
Retrieves an input stream to the entity at the given URI.
getInputStream() - Method in class com.guiseframework.model.FileItemResourceImport
Retrieves an input stream to the resource.
getInputStream() - Method in interface com.guiseframework.model.ResourceImport
Retrieves an input stream to the resource.
getInputStream(HttpServletRequest) - Method in class com.guiseframework.platform.web.GuiseHTTPServlet.DestinationResource
Returns an input stream to the resource.
getInputStream(URI) - Method in class com.guiseframework.platform.web.HTTPServletGuiseContainer
Retrieves an input stream to the entity at the given URI.
getInputStream(GuiseSession, URIPath, Bookmark, URI) - Method in interface com.guiseframework.ResourceReadDestination
Retrieves an input stream to the resource.
getInputType() - Method in class com.guiseframework.platform.web.WebCheckControlDepictor
Determines the XHTML input type to use for getting input from the user.
getInputType() - Method in class com.guiseframework.platform.web.WebTextControlDepictor
Determines the XHTML input type to use for getting input from the user.
getInsertActionPrototype() - Method in class com.guiseframework.model.AbstractListSelectEditor
 
getInsertActionPrototype() - Method in interface com.guiseframework.model.ListSelectEditor
 
getInstance(Class<VV>) - Static method in class com.guiseframework.converter.AbstractStringLiteralConverter
Creates a default string literal converter for the value type represented by the given value class.
getInstance() - Static method in class com.guiseframework.Guise
 
getIntegerResource(String) - Method in class com.guiseframework.AbstractGuiseSession
Retrieves an Integer resource from the resource bundle.
getIntegerResource(String, Integer) - Method in class com.guiseframework.AbstractGuiseSession
Retrieves an Integer resource from the resource bundle, using a specified default if no such resource is available.
getIntegerResource(String) - Method in interface com.guiseframework.GuiseSession
Retrieves an Integer resource from the resource bundle.
getIntegerResource(String, Integer) - Method in interface com.guiseframework.GuiseSession
Retrieves an Integer resource from the resource bundle, using a specified default if no such resource is available.
getInterval() - Method in class com.guiseframework.component.SliderControl
 
getInvalidValueMessage() - Method in class com.guiseframework.converter.AbstractConverter
 
getInvalidValueMessage() - Method in interface com.guiseframework.converter.Converter
 
getInvalidValueMessage() - Method in class com.guiseframework.validator.AbstractValidator
 
getInvalidValueMessage() - Method in interface com.guiseframework.validator.Validator
 
getJavaScriptProduct() - Method in class com.guiseframework.platform.web.HTTPServletWebPlatform
 
getJavaScriptVersion() - Method in class com.guiseframework.platform.web.WebInitializeEvent
 
getKey() - Method in class com.guiseframework.event.AbstractKeyboardEvent
The key that was pressed.
getKey() - Method in interface com.guiseframework.event.KeyboardEvent
The key that was pressed.
getKey() - Method in class com.guiseframework.input.KeystrokeInput
The key that was pressed.
getKey() - Method in enum com.guiseframework.platform.web.KeyCode
 
getKeyListeners() - Method in class com.guiseframework.component.AbstractComponent
 
getKeys() - Method in class com.guiseframework.event.AbstractGestureInputEvent
 
getKeys() - Method in interface com.guiseframework.event.GestureInputEvent
 
getKeys() - Method in class com.guiseframework.input.AbstractGestureInput
 
getKeys() - Method in interface com.guiseframework.input.GestureInput
 
getLabel() - Method in class com.guiseframework.component.AbstractComponent
 
getLabel() - Method in class com.guiseframework.component.layout.CardConstraints
 
getLabel() - Method in enum com.guiseframework.input.MediaCommand
 
getLabel() - Method in class com.guiseframework.model.CalendarMonthTableModel.WeekDayTableColumnModel
Determines the text of the label.
getLabel() - Method in class com.guiseframework.model.DefaultLabelModel
 
getLabel() - Method in interface com.guiseframework.model.LabelModel
 
getLabel() - Method in class com.guiseframework.model.LocaleInfoModel
Determines the text of the label.
getLabel() - Method in enum com.guiseframework.model.Notification.Option
 
getLabel() - Method in enum com.guiseframework.model.Notification.Severity
 
getLabel() - Method in class com.guiseframework.model.ValueConverterInfoModel
Determines the text of the label.
getLabel() - Method in enum com.guiseframework.model.View
 
getLabel() - Method in class com.guiseframework.prototype.AbstractProxyPrototype
 
getLabel() - Method in class com.guiseframework.prototype.ValuePrototype
 
getLabelContentType() - Method in class com.guiseframework.component.AbstractComponent
 
getLabelContentType() - Method in class com.guiseframework.component.layout.CardConstraints
 
getLabelContentType() - Method in class com.guiseframework.model.DefaultLabelModel
 
getLabelContentType() - Method in interface com.guiseframework.model.LabelModel
 
getLabelContentType() - Method in class com.guiseframework.prototype.AbstractProxyPrototype
 
getLabelContentType() - Method in class com.guiseframework.prototype.ValuePrototype
 
getLabelFontFamilies() - Method in class com.guiseframework.model.ui.AbstractPresentationModel
 
getLabelFontFamilies() - Method in interface com.guiseframework.model.ui.PresentationModel
 
getLabelFontSize() - Method in class com.guiseframework.model.ui.AbstractPresentationModel
 
getLabelFontSize() - Method in interface com.guiseframework.model.ui.PresentationModel
 
getLabelFontStyle() - Method in class com.guiseframework.model.ui.AbstractPresentationModel
 
getLabelFontStyle() - Method in interface com.guiseframework.model.ui.PresentationModel
 
getLabelFontWeight() - Method in class com.guiseframework.model.ui.AbstractPresentationModel
 
getLabelFontWeight() - Method in interface com.guiseframework.model.ui.PresentationModel
 
getLabelResourceReference(Class<E>) - Static method in class com.guiseframework.Resources
Returns a resource reference for the label aspect of a resource key based upon the given enum class.
getLabelResourceReference(E) - Static method in class com.guiseframework.Resources
Returns a resource reference for the label aspect of a resource key based upon the given enum.
getLabelStyles() - Method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
Retrieves the styles for the label of the component.
getLabelStyles(LabelModel) - Method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
Retrieves the styles for the label of the component.
getLabelStyles(LabelModel, PresentationModel) - Method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
Retrieves the styles for the label of the component.
getLabelStyles(LabelModel, PresentationModel) - Method in class com.guiseframework.platform.web.WebTableDepictor
Retrieves the styles for the label of the component.
getLabelTextColor() - Method in class com.guiseframework.model.ui.AbstractPresentationModel
 
getLabelTextColor() - Method in interface com.guiseframework.model.ui.PresentationModel
 
getLanguage() - Method in class com.guiseframework.platform.web.WebInitializeEvent
 
getLastActionPrototype() - Method in class com.guiseframework.component.Table
 
getLastComponents() - Method in class com.guiseframework.prototype.AbstractMenuToolCompositeComponentPrototypeProvisionStrategy
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.
getLastName() - Method in class com.guiseframework.demo.DemoUser
 
getLayout() - Method in class com.guiseframework.component.AbstractCardPanel
 
getLayout() - Method in class com.guiseframework.component.AbstractLayoutComponent
 
getLayout() - Method in class com.guiseframework.component.AbstractListSelectContainerControl
 
getLayout() - Method in class com.guiseframework.component.AbstractMenu
 
getLayout() - Method in class com.guiseframework.component.BooleanValueControlSelectControl
 
getLayout() - Method in interface com.guiseframework.component.CardContainer
 
getLayout() - Method in interface com.guiseframework.component.LayoutComponent
 
getLayout() - Method in interface com.guiseframework.component.Menu
 
getLayout() - Method in class com.guiseframework.component.SpinnerControl
 
getLayout() - Method in class com.guiseframework.component.TextBox
 
getLevel() - Method in class com.guiseframework.component.Heading
 
getLevel() - Method in interface com.guiseframework.component.HeadingComponent
 
getLevel() - Method in class com.guiseframework.component.HeadingLink
 
getLightness() - Method in class com.guiseframework.style.HSLColor
 
getLineAlignment() - Method in class com.guiseframework.component.layout.RegionConstraints
 
getLineAlignment() - Method in class com.guiseframework.component.layout.RegionLayout
 
getLineEnd() - Method in enum com.guiseframework.component.layout.Corner
The line end.
getLineExtent() - Method in class com.guiseframework.component.AbstractComponent.AbstractFlyoverStrategy
Returns the extent of the line flow.
getLineExtent() - Method in interface com.guiseframework.component.Component.FlyoverStrategy
 
getLineExtent() - Method in class com.guiseframework.component.layout.RegionConstraints
Returns the extent of the line flow.
getLineExtent() - Method in class com.guiseframework.component.layout.RegionLayout
Returns the default extent of the line flow.
getLineExtent() - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Returns the extent of the line flow.
getLineExtent() - Method in interface com.guiseframework.model.ui.PresentationModel
Returns the extent of the line flow.
getListSelect() - Method in class com.guiseframework.coupler.ListSelectCardCoupler
 
getListSelectModel() - Method in class com.guiseframework.component.AbstractListSelectControl
 
getListSelectModel() - Method in class com.guiseframework.model.AbstractListSelectEditor
 
getListSelectModel() - Method in interface com.guiseframework.model.ListSelectEditor
 
getLocale() - Method in class com.guiseframework.AbstractGuiseSession
 
getLocale() - Method in interface com.guiseframework.GuiseSession
 
getLocale() - Method in class com.guiseframework.model.LocaleInfoModel
 
getLocaleResourcePath(String, Locale) - Method in class com.guiseframework.AbstractGuiseApplication
Determines the locale-sensitive path of the given resource path.
getLocaleResourcePath(String, Locale) - Method in interface com.guiseframework.GuiseApplication
Determines the locale-sensitive path of the given resource path.
getLocales() - Method in class com.guiseframework.AbstractGuiseApplication
 
getLocales() - Method in interface com.guiseframework.GuiseApplication
 
getLocalName() - Method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
Determines the local name of the XML element.
getLocalName() - Method in class com.guiseframework.platform.web.WebHeadingDepictor
Determines the local name of the component.
getLogDirectory() - Method in class com.guiseframework.AbstractGuiseApplication
Returns the log directory shared by all sessions of this application.
getLogDirectory() - Method in interface com.guiseframework.GuiseApplication
Returns the log directory shared by all sessions of this application.
getLogWriter(String, IOOperation<Writer>, IOOperation<Writer>) - Method in class com.guiseframework.AbstractGuiseApplication
Retrieves a writer suitable for recording log information for the application.
getLogWriter() - Method in class com.guiseframework.AbstractGuiseSession
 
getLogWriter(String, IOOperation<Writer>, IOOperation<Writer>) - Method in interface com.guiseframework.GuiseApplication
Retrieves a writer suitable for recording log information for the application.
getLogWriter() - Method in interface com.guiseframework.GuiseSession
 
getLowerActionPrototype() - Method in class com.guiseframework.model.AbstractListSelectEditor
 
getLowerActionPrototype() - Method in interface com.guiseframework.model.ListSelectEditor
 
getMailProperties() - Method in class com.guiseframework.AbstractGuiseApplication
Returns the properties of the mail manager.
getMailProperties() - Method in interface com.guiseframework.GuiseApplication
Returns the properties of the mail manager.
getMailSendQueue() - Method in class com.guiseframework.AbstractGuiseApplication
Retrieves the queue used to send mail.
getMailSendQueue() - Method in interface com.guiseframework.GuiseApplication
Retrieves the queue used to send mail.
getMailSession() - Method in class com.guiseframework.AbstractGuiseApplication
Retrieves the current mail session.
getMailSession() - Method in interface com.guiseframework.GuiseApplication
Retrieves the current mail session.
getMarginExtent(Border) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Returns the margin extent of the indicated border.
getMarginExtent(Border) - Method in interface com.guiseframework.model.ui.PresentationModel
Returns the margin extent of the indicated border.
getMarginLineFarExtent() - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Returns the margin extent of the line far page near border.
getMarginLineFarExtent() - Method in interface com.guiseframework.model.ui.PresentationModel
Returns the margin extent of the line far page near border.
getMarginLineNearExtent() - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Returns the margin extent of the line near page near border.
getMarginLineNearExtent() - Method in interface com.guiseframework.model.ui.PresentationModel
Returns the margin extent of the line near page near border.
getMarginPageFarExtent() - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Returns the margin extent of the line far page far border.
getMarginPageFarExtent() - Method in interface com.guiseframework.model.ui.PresentationModel
Returns the margin extent of the line far page far border.
getMarginPageNearExtent() - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Returns the margin extent of the line near page far border.
getMarginPageNearExtent() - Method in interface com.guiseframework.model.ui.PresentationModel
Returns the margin extent of the line near page far border.
getMaxContentLength() - Method in class com.guiseframework.validator.ResourceImportValidator
 
getMaximum() - Method in class com.guiseframework.validator.AbstractRangeValidator
 
getMaximum() - Method in interface com.guiseframework.validator.RangeValidator
 
getMaximumLength() - Method in class com.guiseframework.component.TextControl
 
getMaxTabCount() - Method in class com.guiseframework.component.TabContainerControl
 
getMaxTabCount() - Method in class com.guiseframework.component.TabControl
 
getMenu() - Method in class com.guiseframework.component.AbstractFrame
 
getMenu() - Method in interface com.guiseframework.component.Frame
 
getMenu() - Method in class com.guiseframework.prototype.AbstractMenuToolCompositeComponentPrototypeProvisionStrategy
 
getMenu() - Method in class com.guiseframework.prototype.DefaultMenuToolPrototypeProvisionStrategy
 
getMenu() - Method in class com.guiseframework.prototype.FrameMenuToolPrototypeProvisionStrategy
 
getMessage() - Method in class com.guiseframework.component.Message
 
getMessage() - Method in class com.guiseframework.component.MessageOptionDialogFrame
 
getMessage() - Method in class com.guiseframework.component.Table.DefaultCellMessage
Determines the message text of the cell.
getMessage() - Method in class com.guiseframework.model.Notification
 
getMessageContentType() - Method in class com.guiseframework.component.Message
 
getMessageContentType() - Method in class com.guiseframework.model.Notification
 
getMessageDigest() - Method in class com.guiseframework.platform.AbstractXMLDepictContext
 
getMiddleName() - Method in class com.guiseframework.demo.DemoUser
 
getMillisecondControl() - Method in class com.guiseframework.component.DateTimeFieldsControl
 
getMinimum() - Method in class com.guiseframework.validator.AbstractRangeValidator
 
getMinimum() - Method in interface com.guiseframework.validator.RangeValidator
 
getMinuteControl() - Method in class com.guiseframework.component.DateTimeFieldsControl
 
getModalIFrameID(ApplicationFrame) - Static method in class com.guiseframework.platform.web.WebApplicationFrameDepictor
Determines the ID to be used for an IFrame used for a modal shield in IE6.
getModalListener() - Method in class com.guiseframework.ModalNavigation
 
getModalNavigation() - Method in class com.guiseframework.AbstractGuiseSession
 
getModalNavigation() - Method in interface com.guiseframework.GuiseSession
 
getMode() - Method in class com.guiseframework.component.AbstractEditComponentTextControl
 
getMode() - Method in class com.guiseframework.component.AbstractFrame
 
getMode() - Method in interface com.guiseframework.component.ModalComponent
 
getModel() - Method in class com.guiseframework.component.Table.DefaultCellValueModel
 
getModelListener() - Method in class com.guiseframework.event.AbstractNavigateModalActionListener
 
getModelSet() - Method in class com.guiseframework.model.AbstractModelGroup
 
getModifiedProperties() - Method in class com.guiseframework.platform.AbstractDepictor
 
getMonthCalendar() - Method in class com.guiseframework.model.CalendarMonthTableModel
 
getMonthListControl() - Method in class com.guiseframework.component.CalendarControl
 
getMonthListControl() - Method in class com.guiseframework.component.DateTimeFieldsControl
 
getMouseButton() - Method in enum com.guiseframework.platform.web.Button
 
getMouseListeners() - Method in class com.guiseframework.component.AbstractComponent
 
getMousePosition() - Method in class com.guiseframework.event.AbstractMouseEvent
 
getMousePosition() - Method in interface com.guiseframework.event.MouseEvent
 
getMutualExclusionGroupID(MutualExclusionPolicyModelGroup) - Method in class com.guiseframework.platform.web.WebCheckControlDepictor
Determines the ID for the mutual exclusion group.
getName() - Method in class com.guiseframework.component.AbstractComponent
 
getName() - Method in interface com.guiseframework.component.Component
 
getName() - Method in class com.guiseframework.demo.DemoUser
 
getName() - Method in class com.guiseframework.model.FileItemResourceImport
 
getName() - Method in interface com.guiseframework.model.ResourceImport
 
getName() - Method in class com.guiseframework.platform.AbstractPlatformFile
 
getName() - Method in class com.guiseframework.platform.AbstractProduct
 
getName() - Method in interface com.guiseframework.platform.PlatformFile
 
getName() - Method in interface com.guiseframework.platform.Product
 
getNameLabel() - Method in class com.guiseframework.component.AboutPanel
 
getNamespaceLabelManager() - Method in class com.guiseframework.component.urf.AbstractURFResourceTreeNodeRepresentationStrategy
 
getNamespaceURI(C) - Method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
Determines the namespace URI of the XML element.
getNavigateActionListener(ActionControl) - Static method in class com.guiseframework.platform.web.WebLinkDepictor
Retrieves the first NavigateActionListener or ModalNavigationListener registered with the given action control, if any.
getNavigationComponent(URIPath) - Method in class com.guiseframework.AbstractGuiseSession
Retrieves the component bound to the given application context-relative path.
getNavigationComponent(URIPath) - Method in interface com.guiseframework.GuiseSession
Retrieves the component bound to the given application context-relative path.
getNavigationPath(URI) - Method in class com.guiseframework.AbstractGuiseApplication
Determines the logical navigation path based upon a requested depiction URI.
getNavigationPath() - Method in class com.guiseframework.AbstractGuiseSession
Reports the navigation path relative to the application context path.
getNavigationPath() - Method in class com.guiseframework.Breadcrumb
 
getNavigationPath() - Method in class com.guiseframework.component.NavigationPathBreadcrumbLinkPanel
 
getNavigationPath() - Method in class com.guiseframework.event.NavigationEvent
 
getNavigationPath(URI) - Method in interface com.guiseframework.GuiseApplication
Determines the logical navigation path based upon a requested depiction URI.
getNavigationPath() - Method in interface com.guiseframework.GuiseSession
Reports the navigation path relative to the application context path.
getNavigationPath() - Method in class com.guiseframework.platform.web.HTTPServletGuiseRequest
 
getNavigationURI() - Method in class com.guiseframework.event.AbstractNavigateActionListener
 
getNavigationURI() - Method in class com.guiseframework.prototype.NavigateActionPrototype
 
getNewNavigationURI() - Method in class com.guiseframework.Navigation
 
getNext() - Method in class com.guiseframework.component.SequenceCardPanel
Determines the next component in the sequence.
getNextActionPrototype() - Method in class com.guiseframework.component.SequenceCardPanel
 
getNextActionPrototype() - Method in class com.guiseframework.component.Table
 
getNextActionPrototype() - Method in class com.guiseframework.controller.SequenceTaskController
 
getNoGlyph() - Static method in enum com.guiseframework.model.View
 
getNoLabel() - Static method in enum com.guiseframework.model.View
 
getNotification() - Method in class com.guiseframework.component.AbstractComponent
 
getNotification() - Method in interface com.guiseframework.component.Component
 
getNotifications(Component) - Static method in class com.guiseframework.component.AbstractComponent
Retrieves the the notifications of all components in a hierarchy.
getNotifications(Component, List<Notification>) - Static method in class com.guiseframework.component.AbstractComponent
Retrieves the the notifications of all components in a hierarchy.
getNumberFormat() - Method in class com.guiseframework.converter.AbstractNumberStringLiteralConverter
 
getObject(Component) - Method in class com.guiseframework.component.AbstractCompositeStateComponent
Retrieves the object for the given component.
getOldNavigationURI() - Method in class com.guiseframework.Navigation
 
getOpacity() - Method in class com.guiseframework.model.ui.AbstractPresentationModel
 
getOpacity() - Method in interface com.guiseframework.model.ui.PresentationModel
 
getOpenEffect() - Method in class com.guiseframework.component.AbstractComponent.AbstractFlyoverStrategy
 
getOpenEffect() - Method in class com.guiseframework.component.AbstractFrame
 
getOpenEffect() - Method in interface com.guiseframework.component.Component.FlyoverStrategy
 
getOpenEffect() - Method in interface com.guiseframework.component.Frame
 
getOption() - Method in class com.guiseframework.event.ActionEvent
Returns the option indicated by this action.
getOption() - Method in class com.guiseframework.platform.web.WebActionDepictEvent
 
getOptionComponent(O) - Method in class com.guiseframework.component.AbstractOptionDialogFrame
Returns the component that represents the specified option.
getOptionComponent(O) - Method in interface com.guiseframework.component.OptionDialogFrame
Returns the component that represents the specified option.
getOptionContainer() - Method in class com.guiseframework.component.AbstractOptionDialogFrame
 
getOptionContainer() - Method in interface com.guiseframework.component.OptionDialogFrame
 
getOptionContent() - Method in class com.guiseframework.component.AbstractOptionDialogFrame
 
getOptionContent() - Method in interface com.guiseframework.component.OptionDialogFrame
 
getOptions() - Method in class com.guiseframework.component.AbstractOptionDialogFrame
 
getOptions() - Method in interface com.guiseframework.component.OptionDialogFrame
 
getOptions() - Method in class com.guiseframework.model.Notification
 
getOrder() - Method in class com.guiseframework.prototype.PrototypeProvision
 
getOrdinalCompassPoint(CompassPoint, CompassPoint) - Static method in enum com.guiseframework.geometry.CompassPoint
Returns the ordinal or inter-cardinal compass point corresonding to 45 degrees between the given cardinal latitude and longitude compass points.
getOrientation() - Method in class com.guiseframework.AbstractGuiseSession
 
getOrientation() - Method in class com.guiseframework.component.AbstractComponent
Returns this component's requested orientation.
getOrientation() - Method in interface com.guiseframework.component.Component
Returns this component's requested orientation.
getOrientation(Flow) - Method in class com.guiseframework.component.layout.Orientation
Determines the orientation for the particular flow.
getOrientation(Locale) - Static method in class com.guiseframework.component.layout.Orientation
Retrieves the default orientation for a particular locale.
getOrientation() - Method in interface com.guiseframework.GuiseSession
 
getOuterStyles() - Method in class com.guiseframework.platform.web.AbstractSimpleWebComponentDepictor
Retrieves the styles for the outer element of the component.
getOuterStyles() - Method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
Retrieves the styles for the outer element of the component.
getOuterStyles() - Method in class com.guiseframework.platform.web.WebCheckControlDepictor
Retrieves the styles for the outer element of the component.
getOuterStyles() - Method in class com.guiseframework.platform.web.WebDropMenuDepictor
Retrieves the styles for the outer element of the component.
getOuterStyles() - Method in class com.guiseframework.platform.web.WebFrameDepictor
Retrieves the styles for the outer element of the component.
getOuterStyles() - Method in class com.guiseframework.platform.web.WebImageActionControlDepictor
Retrieves the styles for the outer element of the component.
getOuterStyles() - Method in class com.guiseframework.platform.web.WebLayoutComponentDepictor
Retrieves the styles for the outer element of the component.
getOuterStyles() - Method in class com.guiseframework.platform.web.WebScrollControlDepictor
Retrieves the styles for the outer element of the component.
getOuterStyles() - Method in class com.guiseframework.platform.web.WebTableDepictor
Retrieves the styles for the outer element of the component.
getOutputCharacterEncoding() - Method in interface com.guiseframework.platform.TextDepictContext
 
getOutputCharacterEncoding() - Method in class com.guiseframework.platform.web.HTTPServletWebDepictContext
 
getOutputContentType() - Method in interface com.guiseframework.platform.TextDepictContext
 
getOutputContentType() - Method in class com.guiseframework.platform.web.HTTPServletWebDepictContext
 
getOutputStream(URI) - Method in class com.guiseframework.AbstractGuiseApplication
Retrieves an output stream to the entity at the given URI.
getOutputStream(URIPath) - Method in class com.guiseframework.AbstractGuiseApplication
Retrieves an output stream to the entity at the given path.
getOutputStream(URI) - Method in interface com.guiseframework.GuiseApplication
Retrieves an output stream to the entity at the given URI.
getOutputStream(URIPath) - Method in interface com.guiseframework.GuiseApplication
Retrieves an output stream to the entity at the given path.
getOutputStream(URFResource, GuiseSession, URIPath, Bookmark, URI) - Method in interface com.guiseframework.ResourceWriteDestination
Retrieves an output stream to the resource.
getOwner() - Method in class com.guiseframework.component.layout.AbstractLayout
 
getOwner() - Method in class com.guiseframework.component.layout.AbstractValueLayout
 
getOwner() - Method in interface com.guiseframework.component.layout.Layout
 
getPaddingExtent(Border) - Method in class com.guiseframework.component.layout.RegionConstraints
Returns the padding extent of the indicated border.
getPaddingExtent(Border) - Method in class com.guiseframework.component.layout.RegionLayout
Returns the default padding extent of the indicated border.
getPaddingExtent(Border) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Returns the padding extent of the indicated border.
getPaddingExtent(Border) - Method in interface com.guiseframework.model.ui.PresentationModel
Returns the padding extent of the indicated border.
getPaddingLineFarExtent() - Method in class com.guiseframework.component.layout.RegionConstraints
Returns the padding extent of the line far page near border.
getPaddingLineFarExtent() - Method in class com.guiseframework.component.layout.RegionLayout
Returns the default padding extent of the line far page near border.
getPaddingLineFarExtent() - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Returns the padding extent of the line far page near border.
getPaddingLineFarExtent() - Method in interface com.guiseframework.model.ui.PresentationModel
Returns the padding extent of the line far page near border.
getPaddingLineNearExtent() - Method in class com.guiseframework.component.layout.RegionConstraints
Returns the padding extent of the line near page near border.
getPaddingLineNearExtent() - Method in class com.guiseframework.component.layout.RegionLayout
Returns the default padding extent of the line near page near border.
getPaddingLineNearExtent() - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Returns the padding extent of the line near page near border.
getPaddingLineNearExtent() - Method in interface com.guiseframework.model.ui.PresentationModel
Returns the padding extent of the line near page near border.
getPaddingPageFarExtent() - Method in class com.guiseframework.component.layout.RegionConstraints
Returns the padding extent of the line far page far border.
getPaddingPageFarExtent() - Method in class com.guiseframework.component.layout.RegionLayout
Returns the default padding extent of the line far page far border.
getPaddingPageFarExtent() - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Returns the padding extent of the line far page far border.
getPaddingPageFarExtent() - Method in interface com.guiseframework.model.ui.PresentationModel
Returns the padding extent of the line far page far border.
getPaddingPageNearExtent() - Method in class com.guiseframework.component.layout.RegionConstraints
Returns the padding extent of the line near page far border.
getPaddingPageNearExtent() - Method in class com.guiseframework.component.layout.RegionLayout
Returns the default padding extent of the line near page far border.
getPaddingPageNearExtent() - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Returns the padding extent of the line near page far border.
getPaddingPageNearExtent() - Method in interface com.guiseframework.model.ui.PresentationModel
Returns the padding extent of the line near page far border.
getPageAlignment() - Method in class com.guiseframework.component.layout.RegionConstraints
 
getPageAlignment() - Method in class com.guiseframework.component.layout.RegionLayout
 
getPageEnd() - Method in enum com.guiseframework.component.layout.Corner
The page end.
getPageExtent() - Method in class com.guiseframework.component.AbstractComponent.AbstractFlyoverStrategy
Returns the extent of the page flow.
getPageExtent() - Method in interface com.guiseframework.component.Component.FlyoverStrategy
 
getPageExtent() - Method in class com.guiseframework.component.layout.RegionConstraints
Returns the extent of the page flow.
getPageExtent() - Method in class com.guiseframework.component.layout.RegionLayout
Returns the default extent of the page flow.
getPageExtent() - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Returns the extent of the page flow.
getPageExtent() - Method in interface com.guiseframework.model.ui.PresentationModel
Returns the extent of the page flow.
getParameterListMap() - Method in class com.guiseframework.platform.web.WebFormEvent
 
getParameterNames() - Method in interface com.guiseframework.component.widget.Widget
Retrieves that names of parameters that are allowed to be accessed in a widget context.
getParameters() - Method in class com.guiseframework.Bookmark
 
getParameters() - Method in class com.guiseframework.platform.web.WebCommandDepictEvent
 
getParameters() - Method in class com.guiseframework.platform.web.WebCommandMessage
 
getParameters() - Method in interface com.guiseframework.platform.web.WebPlatformCommandMessage
 
getParameterValue(String) - Method in class com.guiseframework.Bookmark
Returns the value associated with the first parameter of the given name.
getParent() - Method in class com.guiseframework.component.AbstractComponent
 
getParent() - Method in interface com.guiseframework.component.Component
 
getParent() - Method in class com.guiseframework.input.AbstractInputStrategy
 
getParent() - Method in interface com.guiseframework.input.InputStrategy
 
getParent() - Method in class com.guiseframework.model.DefaultTreeNodeModel
 
getParent() - Method in interface com.guiseframework.model.TreeNodeModel
 
getParent() - Method in class com.guiseframework.theme.Theme
 
getParentComponent() - Method in class com.guiseframework.prototype.AbstractCompositeComponentPrototypeProvisionStrategy
 
getParentComponent() - Method in class com.guiseframework.prototype.FrameMenuToolPrototypeProvisionStrategy
 
getParentPrototypeProvision() - Method in class com.guiseframework.prototype.PrototypeProvision
 
getParentURI() - Method in class com.guiseframework.theme.Theme
Retrieves the URI indicating the parent theme.
getPassword(Principal) - Method in class com.guiseframework.AbstractGuiseApplication
Looks up the corresponding password for the given principal.
getPassword(AbstractGuiseApplication, Principal) - Method in class com.guiseframework.AbstractGuiseContainer
Looks up the corresponding password for the given principal.
getPassword() - Method in class com.guiseframework.component.PasswordAuthenticationPanel
 
getPassword(Principal) - Method in class com.guiseframework.demo.DemoApplication
Looks up the corresponding password for the given principal.
getPassword() - Method in class com.guiseframework.demo.DemoUser
 
getPassword(Principal) - Method in class com.guiseframework.platform.web.GuiseHTTPServlet
Looks up the corresponding password for the given principal.
getPassword(AbstractGuiseApplication, Principal) - Method in class com.guiseframework.platform.web.HTTPServletGuiseContainer
Looks up the corresponding password for the given principal.
getPasswordValidator() - Method in class com.guiseframework.component.PasswordAuthenticationPanel
 
getPath() - Method in class com.guiseframework.AbstractDestination
 
getPath(GuiseSession, URIPath, Bookmark, URI) - Method in class com.guiseframework.AbstractDestination
Determines the path to use for the requested path.
getPath() - Method in interface com.guiseframework.Destination
 
getPath(GuiseSession, URIPath, Bookmark, URI) - Method in interface com.guiseframework.Destination
Determines the path to use for the requested path.
getPathPattern() - Method in class com.guiseframework.AbstractDestination
 
getPathPattern() - Method in interface com.guiseframework.Destination
 
getPattern() - Method in class com.guiseframework.validator.AbstractRegularExpressionValidator
 
getPendingImageURI() - Method in class com.guiseframework.component.PendingImage
 
getPendingImageURI() - Method in class com.guiseframework.component.PendingImageActionControl
 
getPendingImageURI() - Method in interface com.guiseframework.component.PendingImageComponent
 
getPlainText(String, ContentType) - Static method in class com.guiseframework.model.AbstractModel
Determines the plain text form of the given text, based upon its content type.
getPlatform() - Method in class com.guiseframework.AbstractGuiseSession
 
getPlatform() - Method in interface com.guiseframework.GuiseSession
 
getPlatform() - Method in class com.guiseframework.platform.AbstractDepictContext
 
getPlatform() - Method in class com.guiseframework.platform.AbstractDepictor
 
getPlatform() - Method in interface com.guiseframework.platform.DepictContext
 
getPlatform() - Method in interface com.guiseframework.platform.Depictor
 
getPlatform() - Method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
 
getPlatform() - Method in class com.guiseframework.platform.web.AbstractWebDepictContext
 
getPlatform() - Method in class com.guiseframework.platform.web.AbstractWebDepictor
 
getPlatform() - Method in interface com.guiseframework.platform.web.WebDepictContext
 
getPlatform() - Method in interface com.guiseframework.platform.web.WebDepictor
 
getPlatform() - Method in class com.guiseframework.platform.web.WebFormEvent
 
getPlatformFile() - Method in class com.guiseframework.platform.PlatformFileUploadTask
 
getPlatformFile(String) - Method in class com.guiseframework.platform.web.AbstractWebPlatformFileCollectorDepictor
Retrieves a platform file by the ID assigned to it.
getPlatformFileCollector() - Method in class com.guiseframework.platform.web.WebPlatformFile
 
getPlatformFiles() - Method in class com.guiseframework.platform.PlatformFileCollector
 
getPlatformFiles() - Method in class com.guiseframework.platform.PlatformFileUploadTask
 
getPollInterval() - Method in class com.guiseframework.platform.web.AbstractWebPlatform
 
getPollInterval() - Method in interface com.guiseframework.platform.web.WebPlatform
 
getPosition() - Method in class com.guiseframework.geometry.Rectangle
 
getPreferenceProperties() - Method in class com.guiseframework.component.AbstractComponent
Returns all properties stored as preferences.
getPreferenceProperties() - Method in interface com.guiseframework.component.Component
Returns all properties stored as preferences.
getPreferences(Class<?>) - Method in class com.guiseframework.AbstractGuiseSession
Retrieves the saved preference properties for a given class.
getPreferences(Class<?>) - Method in interface com.guiseframework.GuiseSession
Retrieves the saved preference properties for a given class.
getPrevious() - Method in class com.guiseframework.component.SequenceCardPanel
Determines the previous component in the sequence.
getPrevious(Component) - Method in class com.guiseframework.component.SequenceCardPanel
Determines the previous component in the sequence relative to the given component.
getPreviousActionPrototype() - Method in class com.guiseframework.component.SequenceCardPanel
 
getPreviousActionPrototype() - Method in class com.guiseframework.component.Table
 
getPreviousActionPrototype() - Method in class com.guiseframework.controller.SequenceTaskController
 
getPrincipal(String) - Method in class com.guiseframework.AbstractGuiseApplication
Looks up a principal from the given ID.
getPrincipal(AbstractGuiseApplication, String) - Method in class com.guiseframework.AbstractGuiseContainer
Looks up an application principal from the given ID.
getPrincipal() - Method in class com.guiseframework.AbstractGuiseSession
 
getPrincipal(String) - Method in class com.guiseframework.demo.DemoApplication
Looks up a principal from the given ID.
getPrincipal() - Method in interface com.guiseframework.GuiseSession
 
getPrincipal(String) - Method in class com.guiseframework.platform.web.GuiseHTTPServlet
Looks up a principal from the given ID.
getPrincipal(AbstractGuiseApplication, String) - Method in class com.guiseframework.platform.web.HTTPServletGuiseContainer
Looks up an application principal from the given ID.
getProgress() - Method in class com.guiseframework.event.ProgressEvent
 
getProgress() - Method in class com.guiseframework.platform.PlatformFileUploadTask
 
getProgress() - Method in class com.guiseframework.platform.web.WebProgressDepictEvent
 
getProperties() - Method in class com.guiseframework.platform.AbstractEnvironment
Returns the available environment properties as a read-only map of property names and values.
getProperties() - Method in interface com.guiseframework.platform.Environment
Returns the available environment properties as a read-only map of property names and values.
getProperties() - Method in class com.guiseframework.platform.web.WebChangeDepictEvent
 
getProperty() - Method in class com.guiseframework.model.rdf.AbstractRDFResourceTreeNodeModel
 
getProperty() - Method in class com.guiseframework.model.rdf.RDFLiteralTreeNodeModel
 
getProperty() - Method in interface com.guiseframework.model.rdf.RDFObjectTreeNodeModel
 
getProperty(String) - Method in class com.guiseframework.platform.AbstractEnvironment
Retrieves an environment property by its name.
getProperty(String, T) - Method in class com.guiseframework.platform.AbstractEnvironment
Retrieves an environment property by its name, returning a default value if no value is available.
getProperty(String) - Method in interface com.guiseframework.platform.Environment
Retrieves an environment property by its name.
getProperty(String, T) - Method in interface com.guiseframework.platform.Environment
Retrieves an environment property by its name, returning a default value if no value is available.
getPropertyURI() - Method in class com.guiseframework.component.rdf.RDFPropertyTableColumnModel
 
getPropertyURI() - Method in class com.guiseframework.component.urf.URFPropertyTableColumnModel
 
getPropertyURI() - Method in class com.guiseframework.model.urf.URFResourceDynamicTreeNodeModel
 
getPrototype() - Method in class com.guiseframework.prototype.PrototypeProvision
 
getPrototypeProviders() - Method in class com.guiseframework.prototype.AbstractPrototypeProvisionStrategy
Returns an iterable to the prototype providers known to this provision strategy.
getPrototypeProvisions() - Method in class com.guiseframework.prototype.AbstractPrototypeProvider
Returns the prototypes currentl provisions provided by this provider.
getPrototypeProvisions() - Method in interface com.guiseframework.prototype.PrototypeProvider
Returns the prototypes provisions currently provided by this provider.
getPrototypeProvisionStrategy() - Method in class com.guiseframework.component.AbstractFrame
 
getProvisionalText() - Method in class com.guiseframework.component.AbstractTextControl
 
getProxiedPrototype() - Method in class com.guiseframework.prototype.AbstractProxyPrototype
 
getPseudoClassName() - Method in class com.guiseframework.platform.web.css.PseudoClass
 
getQualifiedName(URI, String) - Method in class com.guiseframework.platform.AbstractXMLDepictContext
Retrieves the qualified name of the given namespace and local name.
getQualifiedName(URI, String) - Method in interface com.guiseframework.platform.XMLDepictContext
Retrieves the qualified name of the given namespace and local name.
getRaiseActionPrototype() - Method in class com.guiseframework.model.AbstractListSelectEditor
 
getRaiseActionPrototype() - Method in interface com.guiseframework.model.ListSelectEditor
 
getRDFXMLGenerator() - Method in class com.guiseframework.converter.RDFURIStringLiteralConverter
 
getRealm(URIPath) - Method in class com.guiseframework.AbstractGuiseApplication
Determines the realm applicable for the resource indicated by the given application path.
getRealm(AbstractGuiseApplication, URI) - Method in class com.guiseframework.AbstractGuiseContainer
Determines the realm applicable for the resource indicated by the given URI.
getRealm(URI) - Method in class com.guiseframework.platform.web.GuiseHTTPServlet
Determines the realm applicable for the resource indicated by the given URI.
getRealm(AbstractGuiseApplication, URI) - Method in class com.guiseframework.platform.web.HTTPServletGuiseContainer
Determines the realm applicable for the resource indicated by the given URI.
getRed() - Method in class com.guiseframework.style.RGBColor
 
getReferenceIDComponentMap() - Method in class com.guiseframework.component.layout.ReferenceLayout
 
getReferrerURI() - Method in class com.guiseframework.event.NavigationEvent
 
getReferrerURI() - Method in class com.guiseframework.platform.web.HTTPServletGuiseRequest
 
getReferrerURI() - Method in class com.guiseframework.platform.web.WebInitializeEvent
 
getRegion(Orientation, Flow, int) - Static method in enum com.guiseframework.component.layout.Region
Determines the corresponding region for an orientation flow and absolute region number.
getRegion() - Method in class com.guiseframework.component.layout.RegionConstraints
The layout region for the associated component.
getRegisteredDepictorClass(Class<? extends DepictedObject>) - Method in class com.guiseframework.platform.AbstractPlatform
Determines the depictor class registered for the given depicted object class.
getRejectActionPrototype() - Method in class com.guiseframework.component.AbstractEditComponentTextControl
 
getRelatedComponent() - Method in class com.guiseframework.component.AbstractFrame
 
getRelatedComponent() - Method in interface com.guiseframework.component.Frame
 
getRemoveActionPrototype() - Method in class com.guiseframework.model.AbstractListSelectEditor
 
getRemoveActionPrototype() - Method in interface com.guiseframework.model.ListSelectEditor
 
getRemovedElement() - Method in class com.guiseframework.event.CollectionEvent
 
getRemoveSelectedIndices(ListSelectModel<V>, int[]) - Method in class com.guiseframework.model.AbstractListSelectionPolicy
Determines which requested indices may be removed from the selection.
getRemoveSelectedIndices(ListSelectModel<V>, int[]) - Method in interface com.guiseframework.model.ListSelectionPolicy
Determines which requested indices may be removed from the selection.
getRepeatActionListener() - Method in class com.guiseframework.prototype.ProxyActionPrototype
 
getRepeatEditListener() - Method in class com.guiseframework.component.AbstractEditValuePanel
 
getRequestContentType() - Method in class com.guiseframework.platform.web.HTTPServletGuiseRequest
 
getRequestedNavigation() - Method in class com.guiseframework.AbstractGuiseSession
 
getRequestedNavigation() - Method in interface com.guiseframework.GuiseSession
 
getRequestEvents(HTTPServletGuiseRequest, GuiseSession, DepictContext) - Method in class com.guiseframework.platform.web.GuiseHTTPServlet
Retrieves events from the HTTP request.
getRequiredProperty(String) - Method in class com.guiseframework.platform.AbstractEnvironment
Retrieves a required environment property by its name, throwing an exception if the value is missing.
getRequiredProperty(String) - Method in interface com.guiseframework.platform.Environment
Retrieves a required environment property by its name, throwing an exception if the value is missing.
getResource(String) - Method in class com.guiseframework.AbstractGuiseSession
Retrieves an object resource from the resource bundle.
getResource(String, T) - Method in class com.guiseframework.AbstractGuiseSession
Retrieves an object resource from the resource bundle, using a specified default if no such resource is available.
getResource(String) - Method in interface com.guiseframework.GuiseSession
Retrieves an object resource from the resource bundle.
getResource(String, T) - Method in interface com.guiseframework.GuiseSession
Retrieves an object resource from the resource bundle, using a specified default if no such resource is available.
getResource(HttpServletRequest, URI) - Method in class com.guiseframework.platform.web.GuiseHTTPServlet
Determines the requested resource.
getResourceAlteration() - Method in interface com.guiseframework.component.urf.URFResourceAlterationComponent
Retrieves the specification for modifying a resource based upon the contents of the component.
getResourceBundle() - Method in class com.guiseframework.AbstractGuiseSession
Retrieves a resource bundle to be used by this session.
getResourceBundle() - Method in interface com.guiseframework.GuiseSession
Retrieves a resource bundle to be used by this session.
getResourceBundleBaseName() - Method in class com.guiseframework.AbstractGuiseApplication
 
getResourceBundleBaseName() - Method in interface com.guiseframework.GuiseApplication
 
getResourceDescription(GuiseSession, URIPath, Bookmark, URI) - Method in interface com.guiseframework.ResourceReadDestination
Returns a description of the resource.
getResourceInputStream(String) - Method in class com.guiseframework.AbstractGuiseApplication
Retrieves an input stream to the resource at the given path.
getResourceInputStream(String) - Method in class com.guiseframework.AbstractGuiseContainer
Retrieves an input stream to the resource at the given path.
getResourceInputStream(String) - Method in interface com.guiseframework.GuiseApplication
Retrieves an input stream to the resource at the given path.
getResourceInputStream(String) - Method in class com.guiseframework.platform.web.HTTPServletGuiseContainer
Retrieves an input stream to the resource at the given path.
getResourceKey() - Method in class com.guiseframework.style.ResourceColor
 
getResourceKeyName(Enum<?>) - Static method in class com.guiseframework.Resources
Returns a form of the enum name appropriate for a resource key.
getResourcePaths() - Method in class com.guiseframework.component.ResourceCollectControl
Returns the paths of the currently collected resources.
getResourceResources(Locale) - Method in class com.guiseframework.theme.Theme
Retrieves the resources URF resources.
getResourcesIO() - Method in class com.guiseframework.AbstractGuiseApplication
 
getResourcesIO() - Method in interface com.guiseframework.GuiseApplication
 
getResponse() - Method in class com.guiseframework.platform.web.HTTPServletWebDepictContext
 
getResult() - Method in class com.guiseframework.component.AbstractModalFrame
 
getResult() - Method in class com.guiseframework.component.AbstractModalNavigationPanel
 
getResult() - Method in interface com.guiseframework.component.ModalFrame
 
getResult() - Method in interface com.guiseframework.component.ModalNavigationPanel
 
getRolloverImageURI() - Method in class com.guiseframework.component.ImageBooleanSelectActionControl
 
getRolloverImageURI() - Method in class com.guiseframework.platform.web.WebImageActionControlDepictor
Determines the rollover image URI to use for this component.
getRolloverImageURI() - Method in class com.guiseframework.platform.web.WebImageBooleanSelectActionControlViewer
Determines the rollover image URI to use for this component.
getRootComponent(Component) - Static method in class com.guiseframework.component.AbstractComponent
Determines the root parent of the given component.
getRootNode() - Method in class com.guiseframework.component.TreeControl
 
getRootNode() - Method in class com.guiseframework.model.DefaultTreeModel
 
getRootNode() - Method in interface com.guiseframework.model.TreeModel
 
getRowCount() - Method in class com.guiseframework.component.ListControl
 
getRowCount() - Method in class com.guiseframework.component.Table
 
getRowCount() - Method in class com.guiseframework.component.TextControl
 
getRowCount() - Method in class com.guiseframework.model.AbstractListSelectTableModel
 
getRowCount() - Method in class com.guiseframework.model.CalendarMonthTableModel
 
getRowCount() - Method in class com.guiseframework.model.DefaultTableModel
 
getRowCount() - Method in interface com.guiseframework.model.TableModel
 
getRowIndex() - Method in class com.guiseframework.model.TableModel.Cell
 
getRules() - Method in class com.guiseframework.platform.web.css.CSSStylesheet
 
getSaturation() - Method in class com.guiseframework.style.HSLColor
 
getScreenHeight() - Method in class com.guiseframework.platform.web.WebInitializeEvent
 
getScreenWidth() - Method in class com.guiseframework.platform.web.WebInitializeEvent
 
getSecondControl() - Method in class com.guiseframework.component.DateTimeFieldsControl
 
getSelectedBackgroundColor() - Method in class com.guiseframework.component.SelectableLabel
Returns the selected background color of the component.
getSelectedGlyphURI() - Method in class com.guiseframework.component.AbstractBooleanSelectActionControl
 
getSelectedGlyphURI() - Method in class com.guiseframework.component.AbstractSelectActionControl
 
getSelectedGlyphURI() - Method in class com.guiseframework.component.AbstractSelectActionValueControl
 
getSelectedGlyphURI() - Method in interface com.guiseframework.component.SelectActionControl
 
getSelectedImageURI() - Method in class com.guiseframework.component.ImageBooleanSelectActionControl
 
getSelectedIndex() - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Determines the selected index.
getSelectedIndex() - Method in class com.guiseframework.component.AbstractListSelectControl
Determines the selected index.
getSelectedIndex() - Method in class com.guiseframework.component.layout.AbstractValueLayout
 
getSelectedIndex() - Method in class com.guiseframework.model.DefaultListSelectModel
Determines the selected index.
getSelectedIndex() - Method in interface com.guiseframework.model.ListSelectModel
Determines the selected index.
getSelectedIndexes() - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Determines the selected indices.
getSelectedIndexes() - Method in class com.guiseframework.component.AbstractListSelectControl
Determines the selected indices.
getSelectedIndexes() - Method in class com.guiseframework.model.DefaultListSelectModel
Determines the selected indices.
getSelectedIndexes() - Method in interface com.guiseframework.model.ListSelectModel
Determines the selected indices.
getSelectedModel() - Method in class com.guiseframework.model.MutualExclusionPolicyModelGroup
 
getSelectedValue() - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Determines the selected value.
getSelectedValue() - Method in class com.guiseframework.component.AbstractListSelectControl
Determines the selected value.
getSelectedValue() - Method in class com.guiseframework.model.DefaultListSelectModel
Determines the selected value.
getSelectedValue() - Method in interface com.guiseframework.model.SelectModel
Determines the selected value.
getSelectedValues() - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Determines the selected values.
getSelectedValues() - Method in class com.guiseframework.component.AbstractListSelectControl
Determines the selected values.
getSelectedValues() - Method in class com.guiseframework.model.DefaultListSelectModel
Determines the selected values.
getSelectedValues() - Method in interface com.guiseframework.model.SelectModel
Determines the selected values.
getSelectionPolicy() - Method in class com.guiseframework.component.AbstractListSelectContainerControl
 
getSelectionPolicy() - Method in class com.guiseframework.component.AbstractListSelectControl
 
getSelectionPolicy() - Method in class com.guiseframework.model.DefaultListSelectModel
 
getSelectionPolicy() - Method in interface com.guiseframework.model.ListSelectModel
 
getSelector() - Method in class com.guiseframework.theme.Rule
Return this rule's selector, or null if this rule has no selector property or the value is not a Selector.
getSelectors() - Method in class com.guiseframework.platform.web.css.Rule
 
getSendMessageQueue() - Method in class com.guiseframework.platform.AbstractPlatform
 
getSendMessageQueue() - Method in interface com.guiseframework.platform.Platform
 
getSendMessageQueue() - Method in class com.guiseframework.platform.web.AbstractWebPlatform
 
getSendMessageQueue() - Method in interface com.guiseframework.platform.web.WebPlatform
 
getServletContext() - Method in class com.guiseframework.platform.web.HTTPServletGuiseContainer
 
getSession(UUID) - Method in class com.guiseframework.AbstractGuiseApplication
Retrieves a Guise session for the given UUID.
getSession() - Method in interface com.guiseframework.component.layout.Layout
 
getSession() - Method in interface com.guiseframework.converter.Converter
 
getSession() - Method in class com.guiseframework.event.AbstractGuiseEvent
 
getSession() - Method in class com.guiseframework.event.GuiseBoundPropertyObject
 
getSession() - Method in interface com.guiseframework.event.GuiseEvent
 
getSession(UUID) - Method in interface com.guiseframework.GuiseApplication
Retrieves a Guise session for the given UUID.
getSession() - Method in class com.guiseframework.model.CalendarMonthTableModel
 
getSession() - Method in class com.guiseframework.model.LocaleInfoModel
 
getSession() - Method in interface com.guiseframework.model.ui.PresentationModel
 
getSession() - Method in class com.guiseframework.platform.AbstractDepictContext
 
getSession() - Method in class com.guiseframework.platform.AbstractDepictor
 
getSession() - Method in interface com.guiseframework.platform.DepictContext
 
getSession() - Method in interface com.guiseframework.platform.DepictedObject
 
getSession() - Method in interface com.guiseframework.platform.Depictor
 
getSession() - Method in interface com.guiseframework.validator.Validator
 
getSetSelectedIndices(ListSelectModel<V>, int[]) - Method in class com.guiseframework.model.AbstractListSelectionPolicy
Determines which requested indices may be set as the selection.
getSetSelectedIndices(ListSelectModel<V>, int[]) - Method in interface com.guiseframework.model.ListSelectionPolicy
Determines which requested indices may be set as the selection.
getSetSelectedIndices(ListSelectModel<V>, int[]) - Method in class com.guiseframework.model.SingleListSelectionPolicy
Determines which requested indices may be set as the selection.
getSeverity() - Method in class com.guiseframework.model.Notification
 
getSide(Border) - Method in class com.guiseframework.component.layout.Orientation
Determines the side for the particular border.
getSimpleName() - Method in class com.guiseframework.model.FileItemResourceImport
Returns the simple name, such as the filename, of the resource.
getSimpleName() - Method in interface com.guiseframework.model.ResourceImport
Returns the simple name, such as the filename, of the resource.
getSimpleSelectorSequence() - Method in class com.guiseframework.platform.web.css.GuiseCSSProcessor.IE6FixClass
 
getSize() - Method in class com.guiseframework.geometry.Rectangle
 
getSize() - Method in class com.guiseframework.platform.AbstractPlatformFile
 
getSize() - Method in interface com.guiseframework.platform.PlatformFile
 
getSource() - Method in class com.guiseframework.component.transfer.AbstractObjectTransferable
 
getSource() - Method in class com.guiseframework.component.transfer.AbstractTransferable
 
getSource() - Method in interface com.guiseframework.component.transfer.Transferable
 
getSource() - Method in class com.guiseframework.event.ListSelectionEvent
 
getSource() - Method in class com.guiseframework.event.ModalEvent
 
getSpanFlow() - Method in class com.guiseframework.component.layout.RegionLayout
 
getStartActionPrototype() - Method in class com.guiseframework.controller.SequenceTaskController
 
getState() - Method in class com.guiseframework.audio.Audio
 
getState() - Method in class com.guiseframework.component.AbstractFrame
 
getState() - Method in interface com.guiseframework.component.Frame
 
getState() - Method in class com.guiseframework.component.ResourceCollectControl
 
getState() - Method in class com.guiseframework.component.SequenceCardPanel
 
getState() - Method in class com.guiseframework.platform.PlatformFileUploadTask
 
getStatus() - Method in class com.guiseframework.component.AbstractCompositeStateControl
 
getStatus() - Method in class com.guiseframework.component.AbstractContainerControl
 
getStatus() - Method in class com.guiseframework.component.AbstractControl
 
getStatus() - Method in class com.guiseframework.component.AbstractDialogFrame
 
getStatus() - Method in class com.guiseframework.component.AbstractLayoutControl
 
getStatus() - Method in interface com.guiseframework.component.Control
 
getStatus() - Method in class com.guiseframework.component.ImageActionControl
 
getStatus() - Method in class com.guiseframework.component.ScrollControl
 
getStep() - Method in class com.guiseframework.validator.AbstractRangeValidator
 
getStep() - Method in interface com.guiseframework.validator.RangeValidator
 
getStringResource(String) - Method in class com.guiseframework.AbstractGuiseSession
Retrieves a string resource from the resource bundle.
getStringResource(String, String) - Method in class com.guiseframework.AbstractGuiseSession
Retrieves a string resource from the resource bundle, using a specified default if no such resource is available.
getStringResource(String) - Method in interface com.guiseframework.GuiseSession
Retrieves a string resource from the resource bundle.
getStringResource(String, String) - Method in interface com.guiseframework.GuiseSession
Retrieves a string resource from the resource bundle, using a specified default if no such resource is available.
getStyle() - Method in class com.guiseframework.ComponentDestination
 
getStyle() - Method in class com.guiseframework.converter.AbstractNumberStringLiteralConverter
 
getStyle() - Method in class com.guiseframework.converter.LocaleStringLiteralConverter
 
getStyleID() - Method in class com.guiseframework.component.AbstractComponent.AbstractFlyoverStrategy
 
getStyleID() - Method in interface com.guiseframework.component.Component.FlyoverStrategy
 
getStyleID() - Method in class com.guiseframework.model.DefaultTableColumnModel
 
getStyleID() - Method in interface com.guiseframework.model.TableColumnModel
 
getStyleID() - Method in class com.guiseframework.model.ui.AbstractPresentationModel
 
getStyleID() - Method in interface com.guiseframework.model.ui.PresentationModel
 
getStyles() - Method in class com.guiseframework.platform.AbstractDepictContext
Retrieves styles for this context.
getStyles() - Method in interface com.guiseframework.platform.DepictContext
Retrieves styles for this context.
getStyles() - Method in class com.guiseframework.theme.Theme
Retrieves an iterable to the XML styles.
getStyleURI() - Method in class com.guiseframework.AbstractGuiseApplication
 
getStyleURI() - Method in interface com.guiseframework.GuiseApplication
 
getSupportedLocales() - Method in class com.guiseframework.AbstractGuiseApplication
 
getSWFlashCabURI(String, boolean) - Static method in class com.guiseframework.platform.web.WebFlashDepictor
Returns A URI appropriate for accessing the swflash.cab file at an optionally secure location with the given version.
getTableModel() - Method in class com.guiseframework.component.Table.DefaultCellMessage
 
getTableModel() - Method in class com.guiseframework.component.Table
 
getTarget() - Method in class com.guiseframework.event.AbstractMouseEvent
Returns the object to which the event applies.
getTarget() - Method in class com.guiseframework.event.AbstractTargetedGuiseEvent
Returns the object to which the event applies.
getTargetBounds() - Method in class com.guiseframework.event.AbstractMouseEvent
 
getTargetBounds() - Method in interface com.guiseframework.event.MouseEvent
 
getTargetID() - Method in class com.guiseframework.platform.web.WebActionDepictEvent
 
getTask() - Method in class com.guiseframework.controller.SequenceTaskController
 
getTask() - Method in class com.guiseframework.event.ProgressEvent
 
getTask() - Method in class com.guiseframework.platform.web.WebProgressDepictEvent
 
getTaskController() - Method in class com.guiseframework.component.AbstractSequenceTaskPanel
 
getTaskState() - Method in class com.guiseframework.component.layout.TaskCardConstraints
 
getTaskState() - Method in class com.guiseframework.event.ProgressEvent
 
getTaskState() - Method in class com.guiseframework.platform.web.WebProgressDepictEvent
 
getTempDirectory() - Method in class com.guiseframework.AbstractGuiseApplication
Returns the temprary directory shared by all sessions of this application.
getTempDirectory() - Method in interface com.guiseframework.GuiseApplication
Returns the temprary directory shared by all sessions of this application.
getTetherBearing() - Method in class com.guiseframework.component.AbstractComponent.AbstractFlyoverStrategy
 
getTetherBearing() - Method in class com.guiseframework.component.AbstractFlyoverFrame
 
getTetherBearing() - Method in interface com.guiseframework.component.FlyoverFrame
 
getTetherBearingCompassPoints() - Method in class com.guiseframework.component.AbstractFlyoverFrame
 
getTetherBearingCompassPoints() - Method in interface com.guiseframework.component.FlyoverFrame
 
getTetherImage() - Method in class com.guiseframework.component.AbstractFlyoverFrame
 
getTetherImage() - Method in interface com.guiseframework.component.FlyoverFrame
 
getText(EC) - Method in class com.guiseframework.component.AbstractEditComponentTextControl
Retrieves the text from the edited component.
getText() - Method in class com.guiseframework.component.AbstractTextControl
 
getText(Component) - Method in class com.guiseframework.component.EditComponentLabelControl
Retrieves the text from the edited component.
getText(TextBox) - Method in class com.guiseframework.component.EditComponentTextControl
Retrieves the text from the edited component.
getText() - Method in class com.guiseframework.component.TextBox
 
getText() - Method in class com.guiseframework.model.DefaultTextModel
 
getText() - Method in interface com.guiseframework.model.TextModel
 
getText() - Method in class com.guiseframework.platform.web.WebTextBoxDepictor.CachedDocument
 
getTextColor() - Method in class com.guiseframework.model.ui.AbstractPresentationModel
 
getTextColor() - Method in interface com.guiseframework.model.ui.PresentationModel
 
getTextContentType() - Method in class com.guiseframework.component.TextBox
 
getTextContentType() - Method in class com.guiseframework.model.DefaultTextModel
 
getTextContentType() - Method in interface com.guiseframework.model.TextModel
 
getTextModel() - Method in class com.guiseframework.component.TextBox
 
getTheme() - Method in class com.guiseframework.AbstractGuiseSession
Returns the current session theme.
getTheme() - Method in class com.guiseframework.component.AbstractComponent
Returns the theme to apply to this component.
getTheme() - Method in interface com.guiseframework.component.Component
Returns the theme to apply to this component.
getTheme() - Method in interface com.guiseframework.GuiseSession
Returns the current session theme.
getThemeIO() - Method in class com.guiseframework.AbstractGuiseApplication
 
getThemeIO() - Method in interface com.guiseframework.GuiseApplication
 
getThemeURI() - Method in class com.guiseframework.AbstractGuiseApplication
 
getThemeURI() - Method in class com.guiseframework.AbstractGuiseSession
 
getThemeURI() - Method in interface com.guiseframework.GuiseApplication
 
getThemeURI() - Method in interface com.guiseframework.GuiseSession
 
getThreadGroup(GuiseSession) - Method in class com.guiseframework.Guise
Determines the thread group to use for the given session.
getThumbImage(Axis) - Method in class com.guiseframework.component.SliderControl
Returns the thumb image for the indicated axis.
getTimeControl() - Method in class com.guiseframework.component.DateTimeControl
 
getTimeLength() - Method in class com.guiseframework.audio.Audio
 
getTimePosition() - Method in class com.guiseframework.audio.Audio
 
getTimeStyle() - Method in class com.guiseframework.converter.AbstractDateStringLiteralConverter
 
getTimeZone() - Method in class com.guiseframework.AbstractGuiseSession
 
getTimeZone() - Method in interface com.guiseframework.GuiseSession
 
getTitleBackgroundColor() - Method in class com.guiseframework.component.AbstractFrame
 
getTitleBackgroundColor() - Method in interface com.guiseframework.component.Frame
 
getToolbar() - Method in class com.guiseframework.component.AbstractFrame
 
getToolbar() - Method in interface com.guiseframework.component.Frame
 
getToolbar() - Method in class com.guiseframework.prototype.AbstractMenuToolCompositeComponentPrototypeProvisionStrategy
 
getToolbar() - Method in class com.guiseframework.prototype.DefaultMenuToolPrototypeProvisionStrategy
 
getToolbar() - Method in class com.guiseframework.prototype.FrameMenuToolPrototypeProvisionStrategy
 
getTrackImage(Axis) - Method in class com.guiseframework.component.SliderControl
Returns the track image for the indicated axis.
getTransition() - Method in class com.guiseframework.component.SequenceCardPanel
 
getTreeModel() - Method in class com.guiseframework.component.TreeControl
 
getTreeNode(long) - Method in class com.guiseframework.platform.web.WebTreeControlDepictor
Determines the tree node associated with the given ID.
getTreeNodeID(TreeNodeModel<?>) - Method in class com.guiseframework.platform.web.WebTreeControlDepictor
Determines the ID of the given tree node in this view.
getTreeNodeList() - Method in class com.guiseframework.model.DefaultTreeNodeModel
 
getTreeNodeRepresentationStrategy(Class<V>) - Method in class com.guiseframework.component.TreeControl
Returns the given tree node representation strategy assigned to produce representation components for the given value class.
getTreeNodeStyleIDs(TreeModel, TreeNodeModel<T>, String, String) - Method in class com.guiseframework.platform.web.WebTreeControlDepictor
Retrieves the style IDs for a tree node.
getTypeName() - Method in class com.guiseframework.platform.web.css.TypeSelector
 
getUnit() - Method in class com.guiseframework.geometry.Extent
 
getUnselectedGlyphURI() - Method in class com.guiseframework.component.AbstractBooleanSelectActionControl
 
getUnselectedGlyphURI() - Method in class com.guiseframework.component.AbstractSelectActionControl
 
getUnselectedGlyphURI() - Method in class com.guiseframework.component.AbstractSelectActionValueControl
 
getUnselectedGlyphURI() - Method in interface com.guiseframework.component.SelectActionControl
 
getUploadActionPrototype() - Method in class com.guiseframework.component.PlatformFileUploadPanel
 
getURI() - Method in class com.guiseframework.AbstractGuiseApplication
Returns the application identifier URI.
getURI() - Method in enum com.guiseframework.platform.web.Cursor
 
getURIResource(String) - Method in class com.guiseframework.AbstractGuiseSession
Retrieves a URI resource from the resource bundle.
getURIResource(String, URI) - Method in class com.guiseframework.AbstractGuiseSession
Retrieves a URI resource from the resource bundle, using a specified default if no such resource is available.
getURIResource(String) - Method in interface com.guiseframework.GuiseSession
Retrieves a URI resource from the resource bundle.
getURIResource(String, URI) - Method in interface com.guiseframework.GuiseSession
Retrieves a URI resource from the resource bundle, using a specified default if no such resource is available.
getUser() - Method in class com.guiseframework.demo.EditUserPanel
 
getUsername() - Method in class com.guiseframework.component.PasswordAuthenticationPanel
 
getUsernameValidator() - Method in class com.guiseframework.component.PasswordAuthenticationPanel
 
getUsers() - Method in class com.guiseframework.demo.DemoApplication
The synchronized list of application users.
getUTCOffset() - Method in class com.guiseframework.platform.web.WebInitializeEvent
 
getUTCOffset01() - Method in class com.guiseframework.platform.web.WebInitializeEvent
 
getUTCOffset06() - Method in class com.guiseframework.platform.web.WebInitializeEvent
 
getUUID() - Method in class com.guiseframework.AbstractGuiseSession
 
getUUID() - Method in interface com.guiseframework.GuiseSession
 
getValidator() - Method in class com.guiseframework.component.AbstractActionValueControl
 
getValidator() - Method in class com.guiseframework.component.AbstractContainerValueControl
 
getValidator() - Method in class com.guiseframework.component.AbstractDialogFrame
 
getValidator() - Method in class com.guiseframework.component.AbstractLayoutValueControl
 
getValidator() - Method in class com.guiseframework.component.AbstractListSelectContainerControl
 
getValidator() - Method in class com.guiseframework.component.AbstractListSelectControl
 
getValidator() - Method in class com.guiseframework.component.AbstractValueControl
 
getValidator() - Method in class com.guiseframework.component.layout.AbstractValueLayout
 
getValidator() - Method in class com.guiseframework.component.Table.DefaultCellValueModel
 
getValidator() - Method in class com.guiseframework.model.AbstractValueModel
 
getValidator() - Method in class com.guiseframework.model.DefaultTableColumnModel
 
getValidator() - Method in interface com.guiseframework.model.TableColumnModel
 
getValidator() - Method in interface com.guiseframework.model.ValueModel
 
getValidProducts() - Method in class com.guiseframework.validator.PANValidator
 
getValue() - Method in class com.guiseframework.component.AbstractActionValueControl
 
getValue() - Method in class com.guiseframework.component.AbstractContainerValueControl
 
getValue() - Method in class com.guiseframework.component.AbstractDialogFrame
 
getValue() - Method in class com.guiseframework.component.AbstractLayoutValueControl
 
getValue() - Method in class com.guiseframework.component.AbstractListSelectContainerControl
 
getValue() - Method in class com.guiseframework.component.AbstractListSelectControl
 
getValue() - Method in class com.guiseframework.component.AbstractValueControl
 
getValue() - Method in class com.guiseframework.component.layout.AbstractValueLayout
 
getValue() - Method in class com.guiseframework.component.Table.DefaultCellValueModel
 
getValue() - Method in interface com.guiseframework.component.ValuedComponent
 
getValue() - Method in exception com.guiseframework.converter.ConversionException
 
getValue() - Method in class com.guiseframework.coupler.ListSelectCardCoupler
 
getValue() - Method in class com.guiseframework.event.ValueEvent
 
getValue() - Method in class com.guiseframework.geometry.Extent
 
getValue() - Method in class com.guiseframework.model.DefaultListSelectModel
 
getValue() - Method in class com.guiseframework.model.DefaultListSelectModel.ValueState
 
getValue() - Method in class com.guiseframework.model.DefaultValueModel
 
getValue() - Method in class com.guiseframework.model.ValueConverterInfoModel
 
getValue() - Method in interface com.guiseframework.model.Valued
 
getValue() - Method in interface com.guiseframework.model.ValueModel
 
getValue() - Method in exception com.guiseframework.validator.ValidationException
 
getValueClass() - Method in class com.guiseframework.component.AbstractActionValueControl
 
getValueClass() - Method in class com.guiseframework.component.AbstractContainerValueControl
 
getValueClass() - Method in class com.guiseframework.component.AbstractDialogFrame
 
getValueClass() - Method in class com.guiseframework.component.AbstractLayoutValueControl
 
getValueClass() - Method in class com.guiseframework.component.AbstractListSelectContainerControl
 
getValueClass() - Method in class com.guiseframework.component.AbstractListSelectControl
 
getValueClass() - Method in class com.guiseframework.component.AbstractValueControl
 
getValueClass() - Method in class com.guiseframework.component.AbstractValuedPanel
 
getValueClass() - Method in class com.guiseframework.component.layout.AbstractValueLayout
 
getValueClass() - Method in interface com.guiseframework.component.ValuedComponent
 
getValueClass() - Method in class com.guiseframework.converter.DefaultStringLiteralConverter
 
getValueClass() - Method in class com.guiseframework.model.AbstractValueModel
 
getValueClass() - Method in class com.guiseframework.model.DefaultTableColumnModel
 
getValueClass() - Method in interface com.guiseframework.model.TableColumnModel
 
getValueClass() - Method in interface com.guiseframework.model.ValueModel
 
getValueContentType() - Method in class com.guiseframework.component.AbstractTextControl
 
getValuedComponentClass() - Method in class com.guiseframework.model.DefaultListSelectEditor
 
getValueGlyphURI(V) - Method in class com.guiseframework.component.AbstractActionValueControl
Retrieves the icon associated with a given value.
getValueGlyphURI(V) - Method in interface com.guiseframework.component.ActionValueControl
Retrieves the icon associated with a given value.
getValueModel() - Method in class com.guiseframework.component.AbstractActionValueControl
 
getValueModel() - Method in class com.guiseframework.component.AbstractContainerValueControl
 
getValueModel() - Method in class com.guiseframework.component.AbstractDialogFrame
 
getValueModel() - Method in class com.guiseframework.component.AbstractLayoutValueControl
 
getValueModel() - Method in class com.guiseframework.component.AbstractValueControl
 
getValueModel() - Method in class com.guiseframework.component.layout.AbstractValueLayout
 
getValuePolicyModelGroup() - Method in class com.guiseframework.component.BooleanValueControlSelectControl
 
getValueRepresentationStrategy() - Method in class com.guiseframework.component.AbstractListSelectContainerControl
 
getValueRepresentationStrategy() - Method in class com.guiseframework.component.AbstractListSelectControl
 
getValueRepresentationStrategy() - Method in interface com.guiseframework.component.ListSelectControl
 
getValueRequiredMessage() - Method in class com.guiseframework.validator.AbstractValidator
 
getValueRequiredMessage() - Method in interface com.guiseframework.validator.Validator
 
getValues() - Method in class com.guiseframework.style.AbstractModeledColor
 
getVCardName() - Method in class com.guiseframework.component.text.directory.vcard.NamePanel
 
getVersion() - Method in class com.guiseframework.platform.AbstractProduct
 
getVersion() - Method in interface com.guiseframework.platform.Product
 
getVersionLabel() - Method in class com.guiseframework.component.AboutPanel
 
getVersionNumber() - Method in class com.guiseframework.platform.AbstractProduct
 
getVersionNumber() - Method in interface com.guiseframework.platform.Product
 
getVersionNumbers() - Method in class com.guiseframework.platform.AbstractProduct
 
getVersionNumbers() - Method in interface com.guiseframework.platform.Product
 
getViewportBounds() - Method in class com.guiseframework.event.AbstractMouseEvent
 
getViewportBounds() - Method in interface com.guiseframework.event.MouseEvent
 
getViewportID() - Method in class com.guiseframework.event.AbstractNavigateActionListener
 
getViewportID() - Method in class com.guiseframework.Navigation
 
getWidth() - Method in class com.guiseframework.geometry.Dimensions
 
getX() - Method in class com.guiseframework.geometry.Point
 
getXMLGenerator() - Method in class com.guiseframework.component.rdf.AbstractRDFObjectTreeNodeRepresentationStrategy
 
getXMLNamespacePrefixManager() - Method in class com.guiseframework.platform.AbstractXMLDepictContext
 
getY() - Method in class com.guiseframework.geometry.Point
 
getYearControl() - Method in class com.guiseframework.component.CalendarControl
 
getYearControl() - Method in class com.guiseframework.component.DateTimeFieldsControl
 
getZ() - Method in class com.guiseframework.geometry.Point
 
GHOST_WHITE - Static variable in class com.guiseframework.style.RGBColor
 
GLYPH_ABOUT - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_ACCEPT - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_ACCEPT_MULTIPLE - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_ACCESS - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_ADD - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_ANIMATION - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_ARROW_DOWN - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_ARROW_LEFT - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_ARROW_RIGHT - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_ARROW_UP - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_AUDIO - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_BLANK - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_BROWSE - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_BUSY - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_CALENDAR - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_CANCEL - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_CLOSE - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_CONFIRM - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_DELETE - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_DOCUMENT - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_DOCUMENT_CONTENT - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_DOCUMENT_NEW - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_DOCUMENT_PREVIEW - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_DOCUMENT_RICH_CONTENT - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_DOCUMENT_STACk - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_DOWNLOAD - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_EDIT - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_EMAIL - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_ENTER - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_ERROR - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_EXCLAMATION - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_EXIT - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_EYEGLASSES - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_FINISH - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_FIRST - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_FOLDER - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_FOLDER_CLOSED - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_FOLDER_OPEN - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_FOLDER_RICH_CONTENT - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_FOLDER_TREE - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_HELP - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_HIDE - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_HIERARCHY - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_HOME - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_IMAGE - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_INFO - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_INSERT - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_JOIN - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_KEY - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_LAST - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_LIST - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_LOCK_CLOSED - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_LOCK_OPEN - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_LOGIN - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_LOGOUT - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_MEDIA_ADVANCE - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_MEDIA_NEXT - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_MEDIA_PAUSE - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_MEDIA_PLAY - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_MEDIA_PREVIOUS - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_MEDIA_RECEDE - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_MEDIA_RECORD - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_MEDIA_STOP - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_MUSIC - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_NEXT - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_ORDER - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_PASSWORD - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_PICTURE - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_POLYGON_CURVED - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_POLYGON_POINTS - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_PREVIEW - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_PREVIOUS - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_PRODUCT_JAVA - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_PROPERTIES - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_PROPERTY_KEY_ASPECT - Static variable in class com.guiseframework.Resources
The aspect used to identify glyphs as part of resource property keys.
GLYPH_QUESTION - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_REFRESH - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_REJECT - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_REJECT_MULTIPLE - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_REMOVE - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_RENAME - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_RESOURCE - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_RETRY - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_SELECTED - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_SORT - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_SPEECH_BUBBLE - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_SPEECH_BUBBLE_TEXT - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_SPEECH_BUBBLE_TEXT_ADD - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_START - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_STOP - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_STRING_EDIT - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_SUBMIT - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_SUBTRACT - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_THUMBNAILS - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_TREE - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_UNSELECTED - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_UPLOAD - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_URI_PROPERTY - Static variable in interface com.guiseframework.model.LabelModel
The icon bound property.
GLYPH_USER - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_VERIFY - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_VIEW - Static variable in class com.guiseframework.theme.Theme
 
GLYPH_WARN - Static variable in class com.guiseframework.theme.Theme
 
goCancel() - Method in class com.guiseframework.component.SequenceCardPanel
Cancels the sequence.
goFinish() - Method in class com.guiseframework.component.SequenceCardPanel
Finishes the sequence.
goFirst() - Method in class com.guiseframework.component.Table
Goes to the first set of table rows.
goLast() - Method in class com.guiseframework.component.Table
Goes to the last set of table rows if the display row count is restricted.
GOLD - Static variable in class com.guiseframework.style.RGBColor
 
GOLDEN_ROD - Static variable in class com.guiseframework.style.RGBColor
 
goNext() - Method in class com.guiseframework.component.SequenceCardPanel
Advances to the next step in the sequence.
goNext() - Method in class com.guiseframework.component.Table
Goes to the next set of table rows if the display row count is restricted.
goPrevious() - Method in class com.guiseframework.component.SequenceCardPanel
Goes to the previous step in the sequence.
goPrevious() - Method in class com.guiseframework.component.Table
Goes to the previous set of table rows if the display row count is restricted.
GRAY - Static variable in class com.guiseframework.style.RGBColor
 
GREEN - Static variable in class com.guiseframework.style.RGBColor
 
GREEN_YELLOW - Static variable in class com.guiseframework.style.RGBColor
 
GROUP_PANEL_CLASS - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class for panels meant to visually group components.
GroupPanel - Class in com.guiseframework.component
A panel for grouping multiple components with a default page flow layout.
GroupPanel() - Constructor for class com.guiseframework.component.GroupPanel
Default constructor with a default vertical flow layout.
GroupPanel(Layout<?>) - Constructor for class com.guiseframework.component.GroupPanel
Layout constructor.
GroupTreeNodeModel - Class in com.guiseframework.model.rdf.maqro
A tree node model that represents a MAQRO group.
GroupTreeNodeModel() - Constructor for class com.guiseframework.model.rdf.maqro.GroupTreeNodeModel
Default constructor with no initial value.
GroupTreeNodeModel(Group) - Constructor for class com.guiseframework.model.rdf.maqro.GroupTreeNodeModel
Initial value constructor.
GroupTreeNodeModel(FollowupEvaluation, Group) - Constructor for class com.guiseframework.model.rdf.maqro.GroupTreeNodeModel
Followup subject and initial value constructor.
Guise - Class in com.guiseframework
The singleton Guise class.
GUISE_AJAX_REQUEST_CONTENT_TYPE - Static variable in interface com.guiseframework.platform.web.WebPlatform
The content type of a Guise AJAX request, application/x-guise-ajax-request.
GUISE_AJAX_RESPONSE_CONTENT_TYPE - Static variable in interface com.guiseframework.platform.web.WebPlatform
The content type of a Guise AJAX response, application/x-guise-ajax-response.
GUISE_ASSETS_AUDIO_PATH - Static variable in interface com.guiseframework.GuiseApplication
The base path of audio assets, relative to the application.
GUISE_ASSETS_BASE_KEY - Static variable in class com.guiseframework.Guise
The base key to Guise assets bundled in the Guise distributable.
GUISE_ASSETS_BASE_PATH - Static variable in interface com.guiseframework.GuiseApplication
The base path to access all Guise assets.
GUISE_ASSETS_CABS_PATH - Static variable in interface com.guiseframework.GuiseApplication
The base path of CAB assets, relative to the application.
GUISE_ASSETS_DOCUMENTS_PATH - Static variable in interface com.guiseframework.GuiseApplication
The base path of document assets, relative to the application.
GUISE_ASSETS_DTD_PATH - Static variable in interface com.guiseframework.GuiseApplication
The base path of DTD assets, relative to the application.
GUISE_ASSETS_FLASH_PATH - Static variable in interface com.guiseframework.GuiseApplication
The base path of Flash assets, relative to the application.
GUISE_ASSETS_JAVASCRIPT_PATH - Static variable in interface com.guiseframework.GuiseApplication
The base path of JavaScript assets, relative to the application.
GUISE_ASSETS_TEMP_BASE_PATH - Static variable in interface com.guiseframework.GuiseApplication
The base path to access all Guise temporary assets.
GUISE_ASSETS_THEMES_PATH - Static variable in interface com.guiseframework.GuiseApplication
The base path of theme assets, relative to the application.
GUISE_BASIC_THEME_BASE_PATH - Static variable in interface com.guiseframework.GuiseApplication
The base path of the basic Guise theme, relative to the application.
GUISE_BASIC_THEME_PATH - Static variable in interface com.guiseframework.GuiseApplication
The path of the basic Guise theme, relative to the application.
GUISE_CONTENT_DISPOSITION_URI_QUERY_PARAMETER - Static variable in class com.guiseframework.platform.web.GuiseHTTPServlet
The URI query parameter indicating that the content disposition of the content of a ResourceReadDestination.
GUISE_DTD_PATH - Static variable in interface com.guiseframework.platform.web.WebPlatform
The path of the Guise DTD, relative to the application.
GUISE_DUMMY_NULL_VALUE - Static variable in class com.guiseframework.platform.web.WebSelectDepictor
The value for indicating a dummy null value when no value is selected.
GUISE_EMPTY_HTML_DOCUMENT_PATH - Static variable in interface com.guiseframework.platform.web.WebPlatform
The path of the empty HTML document, relative to the application.
GUISE_ENVIRONMENT_INIT_PARAMETER_PREFIX - Static variable in class com.guiseframework.platform.web.GuiseHTTPServlet
The init parameter prefix, "guise-environment:", used to indicate a Guise environment property.
GUISE_ENVIRONMENT_URI_INIT_PARAMETER_SUFFIX - Static variable in class com.guiseframework.platform.web.GuiseHTTPServlet
The init parameter suffix, ".uri", used to indicate that a Guise environment property should be processed as a URI.
GUISE_FLASH_ID - Static variable in class com.guiseframework.platform.web.WebApplicationFrameDepictor
The ID for the Guise SWF.
GUISE_FLASH_PATH - Static variable in interface com.guiseframework.platform.web.WebPlatform
The path of the Guise Flash file, relative to the application.
GUISE_IE6_FIX_CLASS_DELIMITER - Static variable in class com.guiseframework.platform.web.css.GuiseCSSProcessor
The class delimiter for classes that have been fixed for IE6.
GUISE_IE6_FIX_CLASS_PREFIX - Static variable in class com.guiseframework.platform.web.css.GuiseCSSProcessor
The class prefix for classes that have been fixed for IE6.
GUISE_IE6_FIX_TYPE_SELECTOR - Static variable in class com.guiseframework.platform.web.css.GuiseCSSProcessor
The type selector for indicating that a stylesheet has been fixed for IE6.
GUISE_JAVASCRIPT_PATH - Static variable in interface com.guiseframework.platform.web.WebPlatform
The path of the Guise JavaScript file, relative to the application.
GUISE_ML_NAMESPACE_PREFIX - Static variable in interface com.guiseframework.platform.web.WebPlatform
The standard prefix to use with the Guise markup language namespace.
GUISE_ML_NAMESPACE_URI - Static variable in interface com.guiseframework.platform.web.WebPlatform
The namespace of the Guise markup language to be used with XHTML.
GUISE_NAME - Static variable in class com.guiseframework.Guise
The name of Guise.
GUISE_RESERVED_BASE_PATH - Static variable in interface com.guiseframework.GuiseApplication
The base path reserved for exclusive Guise use.
GUISE_ROOT_THEME_BASE_PATH - Static variable in interface com.guiseframework.GuiseApplication
The base path of the default Guise theme, relative to the application.
GUISE_ROOT_THEME_CURSORS_PATH - Static variable in interface com.guiseframework.GuiseApplication
The base path of the default Guise theme cursors, relative to the application.
GUISE_ROOT_THEME_PATH - Static variable in interface com.guiseframework.GuiseApplication
The path of the root Guise theme, relative to the application.
GUISE_SESSION_UUID_URI_QUERY_PARAMETER - Static variable in interface com.guiseframework.platform.web.WebPlatform
The URI query parameter used to specify a Guise session by UUID, overriding the Guise session based upon the HTTP session identified by the request.
GUISE_VERSION_URI_QUERY_PARAMETER - Static variable in interface com.guiseframework.platform.web.WebPlatform
The URI query parameter used to indicate the Guise version to prevent caching between versions.
GUISE_WEB_URI - Static variable in class com.guiseframework.Guise
The web address of Guise.
GUISE_XHTML_DTD_PUBLIC_ID - Static variable in interface com.guiseframework.platform.web.WebPlatform
The public ID of the Guise XHTML DTD.
GuiseApplication - Interface in com.guiseframework
An application running Guise.
GuiseBoundPropertyObject - Class in com.guiseframework.event
A bound property object that reports all property change events to the current session.
GuiseBoundPropertyObject() - Constructor for class com.guiseframework.event.GuiseBoundPropertyObject
Default constructor.
GuiseContainer - Interface in com.guiseframework
The interface for a Guise container.
GuiseCSSProcessor - Class in com.guiseframework.platform.web.css
A CSS stylesheet processor that handles Guise-specific manipulations.
GuiseCSSProcessor() - Constructor for class com.guiseframework.platform.web.css.GuiseCSSProcessor
 
GuiseCSSProcessor.IE6FixClass - Class in com.guiseframework.platform.web.css
A specification for an IE6 fix class and the selectors that cause it to be added to an element's class list.
GuiseCSSProcessor.IE6FixClass(List<SimpleSelector>, String) - Constructor for class com.guiseframework.platform.web.css.GuiseCSSProcessor.IE6FixClass
Selectors and class constructor.
GuiseCSSStyleConstants - Class in com.guiseframework.platform.web
Constants to be used with the Guise stylesheet.
GuiseCSSStyleConstants() - Constructor for class com.guiseframework.platform.web.GuiseCSSStyleConstants
 
GuiseEvent - Interface in com.guiseframework.event
A Guise event.
GuiseEventListener - Interface in com.guiseframework.event
A base interface for all Guise event listeners
GuiseHTTPServlet - Class in com.guiseframework.platform.web
The servlet that controls a Guise web applications.
GuiseHTTPServlet() - Constructor for class com.guiseframework.platform.web.GuiseHTTPServlet
Default constructor.
GuiseHTTPServlet.CSSResource - Class in com.guiseframework.platform.web
A resource that represents a CSS file, decorating an existing resource.
GuiseHTTPServlet.CSSResource(DefaultHTTPServlet.HTTPServletResource) - Constructor for class com.guiseframework.platform.web.GuiseHTTPServlet.CSSResource
HTTP servlet resource constructor.
GuiseHTTPServlet.DestinationResource - Class in com.guiseframework.platform.web
A resource that is accessed through a Guise session's resource destination.
GuiseHTTPServlet.DestinationResource(URI, URFResource, HTTPServletGuiseContainer, GuiseApplication, GuiseSession, ResourceReadDestination, URIPath, Bookmark, URI) - Constructor for class com.guiseframework.platform.web.GuiseHTTPServlet.DestinationResource
Constructs a resource with a reference URI and resource description, along with the Guise container, application, session, and resource destination.
GuiseHTTPServlet.IE6CSSResource - Class in com.guiseframework.platform.web
A resource that represents an IE6 CSS file, decorating an existing resource.
GuiseHTTPServlet.IE6CSSResource(DefaultHTTPServlet.HTTPServletResource) - Constructor for class com.guiseframework.platform.web.GuiseHTTPServlet.IE6CSSResource
HTTP servlet resource constructor.
GuiseSession - Interface in com.guiseframework
Represents a session with a user.
GuiseSessionThreadGroup - Class in com.guiseframework
A thread group allocated to a Guise session.
GuiseSessionThreadGroup(GuiseSession) - Constructor for class com.guiseframework.GuiseSessionThreadGroup
Guise session constructor.

H

hasAltKey() - Method in class com.guiseframework.event.AbstractGestureInputEvent
Determines whether an Alt key was pressed when this event was generated.
hasAltKey() - Method in interface com.guiseframework.event.GestureInputEvent
Determines whether an Alt key was pressed when this event was generated.
hasAltKey() - Method in class com.guiseframework.input.AbstractGestureInput
Determines whether an Alt key was pressed when this input occurred.
hasAltKey() - Method in interface com.guiseframework.input.GestureInput
Determines whether an Alt key was pressed when this input occurred.
hasAncestor(Component, CompositeComponent) - Static method in class com.guiseframework.component.AbstractComponent
Determines whether a component has a given component as its ancestor, not including the component itself.
hasAsset(URIPath) - Method in class com.guiseframework.AbstractGuiseApplication
Determines whether this application has an asset at the given path.
hasAsset(String) - Method in class com.guiseframework.Guise
Determines if a specified Guise asset exists.
hasAsset(URIPath) - Method in interface com.guiseframework.GuiseApplication
Determines whether this application has an asset at the given path.
hasChild(TreeNodeModel<?>) - Method in class com.guiseframework.model.DefaultTreeNodeModel
Determines whether this tree node contains the given child tree node.
hasChild(TreeNodeModel<?>) - Method in interface com.guiseframework.model.TreeNodeModel
Determines whether this tree node contains the given child tree node.
hasChildComponent(CompositeComponent, Component) - Static method in class com.guiseframework.component.Components
Determines if the given composite component has the given component as one of its descendants.
hasChildComponent(CompositeComponent, Component, boolean) - Static method in class com.guiseframework.component.Components
Determines if the given composite component has the given component as one of its descendants.
hasChildComponents() - Method in class com.guiseframework.component.AbstractApplicationFrame
Determines whether this component has children.
hasChildComponents() - Method in class com.guiseframework.component.AbstractArrayCompositeComponent
 
hasChildComponents() - Method in class com.guiseframework.component.AbstractListCompositeComponent
 
hasChildComponents() - Method in class com.guiseframework.component.AbstractMultipleCompositeComponent
 
hasChildComponents() - Method in class com.guiseframework.component.AbstractSingleCompositeComponent
 
hasChildComponents() - Method in interface com.guiseframework.component.CompositeComponent
 
hasChildren() - Method in class com.guiseframework.model.DefaultTreeNodeModel
 
hasChildren() - Method in interface com.guiseframework.model.TreeNodeModel
 
hasCommandListeners() - Method in class com.guiseframework.component.AbstractComponent
 
hasCommandListeners() - Method in interface com.guiseframework.component.Component
 
hasComponent(Component, Component) - Static method in class com.guiseframework.component.Components
Determines if the given component is or has as a descendant the given other component.
hasComponent(Component, Component, boolean) - Static method in class com.guiseframework.component.Components
Determines if the given component is or has as a descendant the given other component.
hasControlKey() - Method in class com.guiseframework.event.AbstractGestureInputEvent
Determines whether a Control key was pressed when this event was generated.
hasControlKey() - Method in interface com.guiseframework.event.GestureInputEvent
Determines whether a Control key was pressed when this event was generated.
hasControlKey() - Method in class com.guiseframework.input.AbstractGestureInput
Determines whether a Control key was pressed when this input occurred.
hasControlKey() - Method in interface com.guiseframework.input.GestureInput
Determines whether a Control key was pressed when this input occurred.
hasDestination(URIPath) - Method in class com.guiseframework.AbstractGuiseApplication
Determines if there is a destination associated with the given appplication context-relative path.
hasDestination(URIPath) - Method in interface com.guiseframework.GuiseApplication
Determines if there is a destination associated with the given appplication context-relative path.
hashCode() - Method in class com.guiseframework.AbstractDestination
 
hashCode() - Method in class com.guiseframework.Bookmark
 
hashCode() - Method in class com.guiseframework.component.AbstractComponent
 
hashCode() - Method in class com.guiseframework.component.layout.Orientation
 
hashCode() - Method in class com.guiseframework.demo.DemoUser
 
hashCode() - Method in class com.guiseframework.geometry.Dimensions
 
hashCode() - Method in class com.guiseframework.geometry.Extent
 
hashCode() - Method in class com.guiseframework.geometry.Point
 
hashCode() - Method in class com.guiseframework.geometry.Rectangle
 
hashCode() - Method in class com.guiseframework.input.KeystrokeInput
Returns the hash code of this object.
hashCode() - Method in class com.guiseframework.input.MouseClickInput
Returns the hash code of this object.
hashCode() - Method in class com.guiseframework.model.DefaultListSelectModel.ValueState
 
hashCode() - Method in class com.guiseframework.model.TableModel.Cell
 
hashCode() - Method in class com.guiseframework.platform.AbstractDepictedObject
 
hashCode() - Method in class com.guiseframework.platform.web.css.ClassSelector
 
hashCode() - Method in class com.guiseframework.platform.web.css.IDSelector
 
hashCode() - Method in class com.guiseframework.platform.web.css.PseudoClass
 
hashCode() - Method in class com.guiseframework.platform.web.css.TypeSelector
 
hashCode() - Method in class com.guiseframework.style.AbstractModeledColor
 
hashCode() - Method in class com.guiseframework.style.ResourceColor
 
hasKeyListeners() - Method in class com.guiseframework.component.AbstractComponent
 
hasKeyListeners() - Method in interface com.guiseframework.component.Component
 
hasLabelContent() - Method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
Determines if the given component has label content.
hasLabelContent(boolean, boolean) - Method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
Determines if the given component has label content.
hasLabelContent(LabelModel) - Method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
Determines if the given label model has label content.
hasLabelContent(LabelModel, boolean, boolean) - Method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
Determines if the given label model has label content.
hasMouseListeners() - Method in class com.guiseframework.component.AbstractComponent
 
hasMouseListeners() - Method in interface com.guiseframework.component.Component
 
hasNext() - Method in class com.guiseframework.component.SequenceCardPanel
Determines if there is a next step in the sequence.
hasPrevious() - Method in class com.guiseframework.component.SequenceCardPanel
Determines if there is a previous step in the sequence.
hasProperty(String) - Method in class com.guiseframework.platform.AbstractEnvironment
Determines if an environment property exists.
hasProperty(String) - Method in interface com.guiseframework.platform.Environment
Determines if an environment property exists.
hasResource(String) - Method in class com.guiseframework.AbstractGuiseApplication
Determines if the application has a resource available stored at the given resource path.
hasResource(String) - Method in class com.guiseframework.AbstractGuiseContainer
Determines if the application has a resource available stored at the given resource path.
hasResource(String) - Method in interface com.guiseframework.GuiseApplication
Determines if the application has a resource available stored at the given resource path.
hasResource(String) - Method in class com.guiseframework.platform.web.HTTPServletGuiseContainer
Determines if the container has a resource available stored at the given resource path.
hasResourceImportControl(Component) - Static method in class com.guiseframework.platform.web.WebApplicationFrameDepictor
Determines whether the given component or any of its children contains a resource import control (a control with a resource import value model).
hasShiftKey() - Method in class com.guiseframework.event.AbstractGestureInputEvent
Determines whether a Shift key was pressed when this event was generated.
hasShiftKey() - Method in interface com.guiseframework.event.GestureInputEvent
Determines whether a Shift key was pressed when this event was generated.
hasShiftKey() - Method in class com.guiseframework.input.AbstractGestureInput
Determines whether a Shift key was pressed when this input occurred.
hasShiftKey() - Method in interface com.guiseframework.input.GestureInput
Determines whether a Shift key was pressed when this input occurred.
hasTime() - Method in class com.guiseframework.component.DateTimeControl
 
Heading - Class in com.guiseframework.component
A heading component.
Heading() - Constructor for class com.guiseframework.component.Heading
Default constructor with a default info model.
Heading(int) - Constructor for class com.guiseframework.component.Heading
Heading level constructor with a default info model.
Heading(String) - Constructor for class com.guiseframework.component.Heading
Label constructor.
Heading(InfoModel) - Constructor for class com.guiseframework.component.Heading
Info model constructor.
Heading(String, int) - Constructor for class com.guiseframework.component.Heading
Label and level constructor.
Heading(InfoModel, int) - Constructor for class com.guiseframework.component.Heading
Info model and level constructor.
HEADING_LOCAL_NAMES - Static variable in class com.guiseframework.platform.web.WebHeadingDepictor
The array of XHTML heading element local names.
HeadingComponent - Interface in com.guiseframework.component
A component meant to be a heading.
HeadingLink - Class in com.guiseframework.component
Control with an action model rendered as a heading link.
HeadingLink() - Constructor for class com.guiseframework.component.HeadingLink
Default constructor.
HeadingLink(String) - Constructor for class com.guiseframework.component.HeadingLink
Label convenience constructor.
HeadingLink(InfoModel) - Constructor for class com.guiseframework.component.HeadingLink
Info model constructor.
HeadingLink(InfoModel, ActionModel, Enableable) - Constructor for class com.guiseframework.component.HeadingLink
Info model, action model, and enableable object constructor.
HeadingLink(String, URIPath) - Constructor for class com.guiseframework.component.HeadingLink
Label and navigation path convenience constructor.
HeadingLink(String, URI) - Constructor for class com.guiseframework.component.HeadingLink
Label and navigation URI convenience constructor.
HeadingLink(ActionPrototype) - Constructor for class com.guiseframework.component.HeadingLink
Prototype constructor.
HeadingLink(int) - Constructor for class com.guiseframework.component.HeadingLink
Heading level constructor.
HeadingLink(String, int) - Constructor for class com.guiseframework.component.HeadingLink
Label convenience constructor.
HeadingLink(InfoModel, int) - Constructor for class com.guiseframework.component.HeadingLink
Info model constructor.
HeadingLink(InfoModel, ActionModel, Enableable, int) - Constructor for class com.guiseframework.component.HeadingLink
Info model, action model, and enableable object constructor.
HeadingLink(String, int, URIPath) - Constructor for class com.guiseframework.component.HeadingLink
Label and navigation path convenience constructor.
HeadingLink(String, int, URI) - Constructor for class com.guiseframework.component.HeadingLink
Label and navigation URI convenience constructor.
HeadingLink(ActionPrototype, int) - Constructor for class com.guiseframework.component.HeadingLink
Prototype constructor.
HelloUserPanel - Class in com.guiseframework.demo
Hello User Guise demonstration panel.
HelloUserPanel() - Constructor for class com.guiseframework.demo.HelloUserPanel
Default constructor.
HelloWorldPanel - Class in com.guiseframework.demo
Hello World Guise demonstration panel.
HelloWorldPanel() - Constructor for class com.guiseframework.demo.HelloWorldPanel
Default constructor.
HELP_MENU_ABOUT_ORDER - Static variable in class com.guiseframework.prototype.PrototypeProvision
 
HELP_MENU_ORDER - Static variable in class com.guiseframework.prototype.PrototypeProvision
 
HomePanel - Class in com.guiseframework.test
Test panel for a home page.
HomePanel() - Constructor for class com.guiseframework.test.HomePanel
Default constructor.
HomePanel.TestFrame - Class in com.guiseframework.test
 
HomePanel.TestFrame() - Constructor for class com.guiseframework.test.HomePanel.TestFrame
 
HONEY_DEW - Static variable in class com.guiseframework.style.RGBColor
 
HOT_PINK - Static variable in class com.guiseframework.style.RGBColor
 
HSLColor - Class in com.guiseframework.style
Encapsulates a color value of the HSL color space.
HSLColor(int, double, double) - Constructor for class com.guiseframework.style.HSLColor
Creates an HSL color with the specified hue in the range (0-359), and saturation, and lightness component values in the range (0.0-1.0).
HSLColor(double, double, double) - Constructor for class com.guiseframework.style.HSLColor
Creates an HSL color with the specified hue, saturation, and lightness component values in the range (0.0-1.0).
HSLColor.Component - Enum in com.guiseframework.style
A color component of HSL.
HTTPServletGuiseContainer - Class in com.guiseframework.platform.web
A Guise container for Guise HTTP servlets.
HTTPServletGuiseContainer(URI, ServletContext) - Constructor for class com.guiseframework.platform.web.HTTPServletGuiseContainer
Servlet contains and container base URI constructor.
HTTPServletGuiseContainer.GuiseApplicationHTTPSessionKey - Class in com.guiseframework.platform.web
A key suitable for a hash map made up of a Guise application and an HTTP session.
HTTPServletGuiseContainer.GuiseApplicationHTTPSessionKey(GuiseApplication, HttpSession) - Constructor for class com.guiseframework.platform.web.HTTPServletGuiseContainer.GuiseApplicationHTTPSessionKey
Guise application and HTTP session constructor.
HTTPServletGuiseRequest - Class in com.guiseframework.platform.web
Information about the Guise request of an HTTP servlet.
HTTPServletGuiseRequest(HttpServletRequest, GuiseContainer, GuiseApplication) - Constructor for class com.guiseframework.platform.web.HTTPServletGuiseRequest
Creates an HTTP request.
HTTPServletGuiseSessionManager - Class in com.guiseframework.platform.web
Manages Guise sessions for an HTTP web application.
HTTPServletGuiseSessionManager() - Constructor for class com.guiseframework.platform.web.HTTPServletGuiseSessionManager
 
HTTPServletWebDepictContext - Class in com.guiseframework.platform.web
A web depict context of an HTTP servlet.
HTTPServletWebDepictContext(HTTPServletGuiseRequest, HttpServletResponse, GuiseSession, Destination) - Constructor for class com.guiseframework.platform.web.HTTPServletWebDepictContext
Constructor.
HTTPServletWebPlatform - Class in com.guiseframework.platform.web
A web platform based upon an HTTP servlet.
HTTPServletWebPlatform(GuiseApplication, HttpSession, HttpServletRequest) - Constructor for class com.guiseframework.platform.web.HTTPServletWebPlatform
Application and request constructor.

I

ICON_DISPLAYED_PROPERTY - Static variable in interface com.guiseframework.component.LabelDisplayableComponent
The bound property of whether the icon is displayed or has no representation, taking up no space.
ID_PROPERTY - Static variable in enum com.guiseframework.platform.web.AbstractWebPlatformFileCollectorDepictor.WebPlatformFileCollectorCommand
The property for specifying the ID of a file.
IDSelector - Class in com.guiseframework.platform.web.css
An ID simple selector.
IDSelector(String) - Constructor for class com.guiseframework.platform.web.css.IDSelector
ID constructor.
Image - Class in com.guiseframework.component
A simple image component with no descriptory text.
Image() - Constructor for class com.guiseframework.component.Image
Default constructor.
Image(ImageModel) - Constructor for class com.guiseframework.component.Image
Image model constructor.
Image(InfoModel, ImageModel) - Constructor for class com.guiseframework.component.Image
Info model and image model constructor.
IMAGE_CAPTION_CLASS_SUFFIX - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class suffix identifying the image caption.
IMAGE_OPACITY_PROPERTY - Static variable in class com.guiseframework.component.Picture
The image opacity bound property.
IMAGE_PENDING_PROPERTY - Static variable in interface com.guiseframework.model.PendingImageModel
The image pending bound property.
IMAGE_URI_PROPERTY - Static variable in interface com.guiseframework.model.ImageModel
The image URI bound property.
ImageActionControl - Class in com.guiseframework.component
An image component that is also an action control.
ImageActionControl() - Constructor for class com.guiseframework.component.ImageActionControl
Default constructor.
ImageActionControl(ImageModel) - Constructor for class com.guiseframework.component.ImageActionControl
Image model constructor.
ImageActionControl(InfoModel, ImageModel, ActionModel, Enableable) - Constructor for class com.guiseframework.component.ImageActionControl
Info model, image model, action model, and enableable object constructor.
ImageActionControl(ActionPrototype) - Constructor for class com.guiseframework.component.ImageActionControl
Prototype constructor.
ImageBooleanSelectActionControl - Class in com.guiseframework.component
Image control that can be selected and generates actions, storing a Boolean value in its model representing the selected state.
ImageBooleanSelectActionControl() - Constructor for class com.guiseframework.component.ImageBooleanSelectActionControl
Default constructor.
ImageBooleanSelectActionControl(InfoModel, ImageModel, ActionModel, ValueModel<Boolean>, Enableable) - Constructor for class com.guiseframework.component.ImageBooleanSelectActionControl
Info model, image model, action model, value model, and enableable object constructor.
ImageBooleanSelectActionControl(ValuePrototype<Boolean>) - Constructor for class com.guiseframework.component.ImageBooleanSelectActionControl
Prototype constructor.
ImageComponent - Interface in com.guiseframework.component
A component that displays an image.
ImageModel - Interface in com.guiseframework.model
A model for an image.
ImageOpacityPanel - Class in com.guiseframework.demo
Image Opacity Guise demonstration panel.
ImageOpacityPanel() - Constructor for class com.guiseframework.demo.ImageOpacityPanel
Default constructor.
ImportStrategy<C extends Component> - Interface in com.guiseframework.component.transfer
A strategy for importing data into a component.
importTransfer(Transferable<?>) - Method in class com.guiseframework.component.AbstractComponent
Imports data to the component.
importTransfer(Transferable<?>) - Method in interface com.guiseframework.component.Component
Imports data to the component.
importTransfer(C, Transferable<?>) - Method in interface com.guiseframework.component.transfer.ImportStrategy
Imports the given data into the given component.
indent(int) - Method in class com.guiseframework.platform.AbstractTextDepictContext
Changes the indent level by the given amount.
indent() - Method in class com.guiseframework.platform.AbstractTextDepictContext
Increments the indent level.
indent(int) - Method in interface com.guiseframework.platform.TextDepictContext
Changes the indent level by the given amount.
indent() - Method in interface com.guiseframework.platform.TextDepictContext
Increments the indent level.
indexOf(Object) - Method in class com.guiseframework.component.AbstractContainer
Returns the index in the container of the first occurrence of the specified component.
indexOf(Object) - Method in class com.guiseframework.component.AbstractListCompositeComponent
Returns the index in the component of the first occurrence of the specified component.
indexOf(Object) - Method in class com.guiseframework.component.AbstractListSelectControl
Returns the index in this model of the first occurrence of the specified value, or -1 if this model does not contain this value.
indexOf(Object) - Method in interface com.guiseframework.component.Container
Returns the index in the container of the first occurrence of the specified component.
indexOf(Object) - Method in class com.guiseframework.model.DefaultListSelectModel
Returns the index in this model of the first occurrence of the specified value, or -1 if this model does not contain this value.
INDIAN_RED - Static variable in class com.guiseframework.style.RGBColor
 
INDIGO - Static variable in class com.guiseframework.style.RGBColor
 
INFO_CONTENT_TYPE_PROPERTY - Static variable in interface com.guiseframework.model.InfoModel
The info content type bound property.
INFO_PROPERTY - Static variable in interface com.guiseframework.model.InfoModel
The info bound property.
INFO_PROPERTY_KEY_ASPECT - Static variable in class com.guiseframework.Resources
The aspect used to identify info as part of resource property keys.
InfoModel - Interface in com.guiseframework.model
A model for a label and descriptive information.
InformationLevel - Enum in com.guiseframework.model
Levels of logged or reported information.
init(ServletConfig) - Method in class com.guiseframework.platform.web.GuiseHTTPServlet
Initializes the servlet.
init(HttpServletRequest) - Method in class com.guiseframework.platform.web.GuiseHTTPServlet
Initializes the servlet upon receipt of the first request.
INIT_IFRAME_ID_SEGMENT - Static variable in class com.guiseframework.platform.web.WebApplicationFrameDepictor
The ID segment for the layer to shield user input during initialization.
initGuiseApplication(ServletConfig) - Method in class com.guiseframework.platform.web.GuiseHTTPServlet
Initializes bindings between paths and associated navigation frame classes.
initialize() - Method in class com.guiseframework.AbstractGuiseSession
Called when the session is initialized.
initialize() - Method in class com.guiseframework.component.AbstractComponent
Initializes the component after construction.
initialize() - Method in interface com.guiseframework.component.Component
Initializes the component after construction.
initialize() - Method in class com.guiseframework.demo.EventWizardPanel2
Initializes the component after construction.
initialize() - Method in class com.guiseframework.demo.TemperatureConversionPanel2
Initializes the component after construction.
initialize() - Method in interface com.guiseframework.GuiseSession
Called when the session is initialized.
initializeChildComponent(Component) - Method in class com.guiseframework.component.AbstractCompositeComponent
Initializes a component to be added as a child component of this composite component.
initializeComponent(Component) - Method in class com.guiseframework.AbstractGuiseSession
Initializes a component, optionally with a description in a TURF resource file.
initializeComponent(Component, InputStream) - Method in class com.guiseframework.AbstractGuiseSession
Initializes a component from the contents of an URF description input stream.
initializeComponent(Component) - Method in interface com.guiseframework.GuiseSession
Initializes a component, optionally with a description in a TURF resource file.
initializeComponent(Component, InputStream) - Method in interface com.guiseframework.GuiseSession
Initializes a component from the contents of an URF description input stream.
initializeComponentFromResource(Component, String) - Method in class com.guiseframework.AbstractGuiseSession
Initializes a component with a description in an TURF resource file.
initializeComponentFromResource(Component, String) - Method in interface com.guiseframework.GuiseSession
Initializes a component with a description in a TURF resource file.
initializeOptionContainer(Container, List<O>) - Method in class com.guiseframework.component.AbstractOptionDialogFrame
Initializes the option container with the available options.
initializeUpload() - Method in class com.guiseframework.platform.PlatformFileUploadTask
Initializes and begins an upload for the current platform file.
input(Input) - Method in class com.guiseframework.AbstractGuiseSession
Processes input such as a keystroke, a mouse click, or a command.
input(Input) - Method in interface com.guiseframework.GuiseSession
Processes input such as a keystroke, a mouse click, or a command.
input(Input) - Method in class com.guiseframework.input.AbstractInputStrategy
Processes input, returning whether the input was consumed.
input(Input) - Method in class com.guiseframework.input.BindingInputStrategy
Processes input, returning whether the input was consumed.
Input - Interface in com.guiseframework.input
An encapsulation of user input.
input(Input) - Method in interface com.guiseframework.input.InputStrategy
Processes input, returning whether the input was consumed.
INPUT_FOCUS_STRATEGY_PROPERTY - Static variable in interface com.guiseframework.component.InputFocusGroupComponent
The input focus strategy bound property.
INPUT_FOCUSED_COMPONENT_PROPERTY - Static variable in interface com.guiseframework.component.InputFocusGroupComponent
The input focused component bound property.
INPUT_STRATEGY_PROPERTY - Static variable in interface com.guiseframework.component.Component
The input strategy bound property.
INPUT_STRATEGY_PROPERTY - Static variable in interface com.guiseframework.GuiseSession
The input strategy bound property.
InputEvent - Interface in com.guiseframework.event
An event providing information from input such as a keystroke or a command.
InputFocusableComponent - Interface in com.guiseframework.component
A Guise component that can receive input focus.
InputFocusGroupComponent - Interface in com.guiseframework.component
An input focusable Guise component that serves as a parent of other components that can receive input focus.
InputFocusStrategy - Interface in com.guiseframework.event
The strategy for determining current input focus and progression of input focus.
InputStrategy - Interface in com.guiseframework.input
A strategy for processing input.
INSERT_MENU_ORDER - Static variable in class com.guiseframework.prototype.PrototypeProvision
 
insertValue() - Method in class com.guiseframework.model.AbstractListSelectEditor
Creates and allows the user to edit a new value.
insertValue() - Method in interface com.guiseframework.model.ListSelectEditor
Creates and allows the user to edit a new value.
install(AbstractGuiseContainer, URI, File, File, File) - Method in class com.guiseframework.AbstractGuiseApplication
Installs the application into the given container at the given base URI.
install(AbstractGuiseContainer, URI, File, File, File) - Method in interface com.guiseframework.GuiseApplication
Installs the application into the given container at the given base URI.
installApplication(AbstractGuiseApplication, URI, File, File, File) - Method in class com.guiseframework.AbstractGuiseContainer
Installs the given application at the given base path.
installApplication(AbstractGuiseApplication, URI, File, File, File) - Method in class com.guiseframework.platform.web.HTTPServletGuiseContainer
Installs the given application at the given context path.
installCardConstraints(Constraints) - Method in class com.guiseframework.coupler.AbstractCardCoupler
Installs appropriate listeners in a card's constraints.
installed(C) - Method in class com.guiseframework.platform.AbstractComponentDepictor
Called when the depictor is installed in a component.
installed(O) - Method in class com.guiseframework.platform.AbstractDepictor
Called when the depictor is installed in a depicted object.
installed(O) - Method in interface com.guiseframework.platform.Depictor
Called when the depictor is installed in a depicted object.
installed(C) - Method in class com.guiseframework.platform.web.AbstractWebFrameDepictor
Called when the depictor is installed in a component.
installed(C) - Method in class com.guiseframework.platform.web.WebFrameDepictor
Called when the depictor is installed in a component.
installed(C) - Method in class com.guiseframework.platform.web.WebImageActionControlDepictor
Called when the depictor is installed in a depicted object.
installed(C) - Method in class com.guiseframework.platform.web.WebImageDepictor
Called when the depictor is installed in a depicted object.
installListeners(P) - Method in class com.guiseframework.prototype.AbstractProxyPrototype
Installs listeners to a proxied prototype.
installListeners(ActionPrototype) - Method in class com.guiseframework.prototype.ProxyActionPrototype
Installs listeners to a proxied prototype.
INSTRUCTIONS - Static variable in class com.guiseframework.demo.TextSearchPanel
Instructions for the this demo.
INSTRUCTIONS - Static variable in class com.guiseframework.demo.URFProcessPanel
Instructions for the this demo.
IntegerRangeValidator - Class in com.guiseframework.validator
A range validator for integers.
IntegerRangeValidator() - Constructor for class com.guiseframework.validator.IntegerRangeValidator
Default constructor with no value required and a step of one.
IntegerRangeValidator(boolean) - Constructor for class com.guiseframework.validator.IntegerRangeValidator
Value required constructor with a step of one.
IntegerRangeValidator(Integer) - Constructor for class com.guiseframework.validator.IntegerRangeValidator
Maximum constructor with a minimum value of zero and a step of one.
IntegerRangeValidator(Integer, Integer) - Constructor for class com.guiseframework.validator.IntegerRangeValidator
Minimum and maximum constructor with a step of one.
IntegerRangeValidator(Integer, Integer, Integer) - Constructor for class com.guiseframework.validator.IntegerRangeValidator
Minimum, maximum, and step constructor.
IntegerRangeValidator(Integer, boolean) - Constructor for class com.guiseframework.validator.IntegerRangeValidator
Minimum and value required constructor with a minimum value of zero and a step of one.
IntegerRangeValidator(Integer, Integer, boolean) - Constructor for class com.guiseframework.validator.IntegerRangeValidator
Minimum, maximum, and value required constructor with a step of one.
IntegerRangeValidator(Integer, Integer, Integer, boolean) - Constructor for class com.guiseframework.validator.IntegerRangeValidator
Minimum, maximum, step, and value required constructor.
IntegerStringLiteralConverter - Class in com.guiseframework.converter
A converter that converts an Integer from and to a string literal.
IntegerStringLiteralConverter() - Constructor for class com.guiseframework.converter.IntegerStringLiteralConverter
Default constructor with a default number style.
IntegerStringLiteralConverter(NumberStringLiteralConverter.Style) - Constructor for class com.guiseframework.converter.IntegerStringLiteralConverter
Style constructor.
IntegerStringLiteralConverter(NumberStringLiteralConverter.Style, Currency) - Constructor for class com.guiseframework.converter.IntegerStringLiteralConverter
Style, and currency constructor.
InteractionTreeNodeRepresentationStrategy - Class in com.guiseframework.component.rdf.maqro
A tree node representation strategy representing a MAQRO interaction.
InteractionTreeNodeRepresentationStrategy() - Constructor for class com.guiseframework.component.rdf.maqro.InteractionTreeNodeRepresentationStrategy
Default constructor with a default RDF XMLifier.
InteractionTreeNodeRepresentationStrategy(RDFXMLGenerator) - Constructor for class com.guiseframework.component.rdf.maqro.InteractionTreeNodeRepresentationStrategy
RDF XMLifier constructor.
InternationalizationPanel - Class in com.guiseframework.demo
Internationalization Guise demonstration panel.
InternationalizationPanel() - Constructor for class com.guiseframework.demo.InternationalizationPanel
Default constructor.
INTERVAL_PROPERTY - Static variable in class com.guiseframework.component.SliderControl
The interval step bound property.
INTERVAL_PROPERTY - Static variable in enum com.guiseframework.platform.web.WebPlatform.PollCommand
The property for specifying the poll interval in milliseconds.
INVALID_CLASS - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class indicating invalid contents.
INVALID_VALUE_MESSAGE_PROPERTY - Static variable in interface com.guiseframework.converter.Converter
The invalid value message bound property.
INVALID_VALUE_MESSAGE_PROPERTY - Static variable in interface com.guiseframework.validator.Validator
The invalid value message bound property.
isAcceptedContentType(ContentType) - Method in interface com.guiseframework.platform.ClientProduct
Determines if the client accepts the given content type.
isAcceptedContentType(ContentType, boolean) - Method in interface com.guiseframework.platform.ClientProduct
Determines if the client accepts the given content type.
isAcceptedContentType(ContentType) - Method in class com.guiseframework.platform.web.DefaultWebUserAgentProduct
Determines if the client accepts the given content type.
isAcceptedContentType(ContentType, boolean) - Method in class com.guiseframework.platform.web.DefaultWebUserAgentProduct
Determines if the client accepts the given content type.
isActive() - Method in interface com.guiseframework.model.Activeable
 
isAJAX() - Method in class com.guiseframework.platform.web.HTTPServletGuiseRequest
 
isAuthorized(GuiseSession, URIPath, Bookmark, URI) - Method in class com.guiseframework.AbstractDestination
Determines if access to the given path is authorized for access by the current user, if any.
isAuthorized(URIPath, Principal, String) - Method in class com.guiseframework.AbstractGuiseApplication
Checks whether the given principal is authorized to access the resouce at the given application path.
isAuthorized(AbstractGuiseApplication, URI, Principal, String) - Method in class com.guiseframework.AbstractGuiseContainer
Checks whether the given principal is authorized to access the resouce at the given application path.
isAuthorized(URIPath, Principal, String) - Method in class com.guiseframework.demo.DemoApplication
Checks whether the given principal is authorized to access the resouce at the given application path.
isAuthorized() - Method in class com.guiseframework.demo.DemoUser
 
isAuthorized(GuiseSession, URIPath, Bookmark, URI) - Method in interface com.guiseframework.Destination
Determines if access to the given path is authorized for access by the current user, if any.
isAuthorized(HttpServletRequest, URI, String, Principal, String) - Method in class com.guiseframework.platform.web.GuiseHTTPServlet
Checks whether the given principal is authorized to invoke the given method on the given resource.
isAuthorized(AbstractGuiseApplication, URI, Principal, String) - Method in class com.guiseframework.platform.web.HTTPServletGuiseContainer
Checks whether the given principal is authorized to access the resouce at the given application path.
isAutoSelect() - Method in class com.guiseframework.component.AbstractBooleanSelectActionControl
 
isAutoSelect() - Method in class com.guiseframework.component.AbstractSelectActionControl
 
isAutoSelect() - Method in class com.guiseframework.component.AbstractSelectActionValueControl
 
isAutoSelect() - Method in interface com.guiseframework.component.SelectActionControl
 
isBookmarkEnabled() - Method in class com.guiseframework.component.AbstractCardPanel
 
isBound(Input) - Method in class com.guiseframework.input.BindingInputStrategy
Indicates whether the given input is bound.
isBrandLessThanVersionNumber(BRAND, double) - Method in class com.guiseframework.platform.AbstractBrandedProduct
Determines whether this product has the indicated brand and a version number less than the one indicated.
isBrandLessThanVersionNumber(BRAND, double) - Method in interface com.guiseframework.platform.BrandedProduct
Determines whether this product has the indicated brand and a version number less than the one indicated.
isBrandVersionNumber(BRAND, double) - Method in class com.guiseframework.platform.AbstractBrandedProduct
Determines whether this product has the indicated brand and version number.
isBrandVersionNumber(BRAND, double) - Method in interface com.guiseframework.platform.BrandedProduct
Determines whether this product has the indicated brand and version number.
isCardinal() - Method in enum com.guiseframework.geometry.CompassPoint
 
isCardSelectable(Component) - Method in class com.guiseframework.coupler.AbstractCardCoupler
Determines whether the given card is selectable.
isConfirmNavigation() - Method in class com.guiseframework.controller.SequenceTaskController
 
isConsumed() - Method in class com.guiseframework.event.AbstractInputEvent
 
isConsumed() - Method in interface com.guiseframework.event.InputEvent
 
isDepicted() - Method in class com.guiseframework.platform.AbstractDepictor
 
isDepicted() - Method in interface com.guiseframework.platform.Depictor
 
isDescriptionDisplayed() - Method in class com.guiseframework.component.Picture
 
isDisplayed(Component) - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Convenience method to determine whether a card is displayed based upon its associated constraints.
isDisplayed(Component) - Method in interface com.guiseframework.component.CardControl
Convenience method to determine whether a card is displayed based upon its associated constraints.
isDisplayed() - Method in class com.guiseframework.component.layout.ControlConstraints
 
isDisplayed() - Method in class com.guiseframework.model.DefaultListSelectModel.ValueState
 
isDisplayed() - Method in interface com.guiseframework.model.Displayable
 
isDisplayed() - Method in class com.guiseframework.model.ui.AbstractPresentationModel
 
isDisplayed() - Method in interface com.guiseframework.model.ui.PresentationModel
 
isDistinctAdvance() - Method in class com.guiseframework.component.AbstractSequenceTaskPanel
 
isDragEnabled() - Method in class com.guiseframework.component.AbstractComponent
 
isDragEnabled() - Method in interface com.guiseframework.component.Component
 
isDropEnabled() - Method in class com.guiseframework.component.AbstractComponent
 
isDropEnabled() - Method in interface com.guiseframework.component.Component
 
isEditable() - Method in class com.guiseframework.component.AbstractEditComponentTextControl
 
isEditable() - Method in class com.guiseframework.component.AbstractEditValueControl
 
isEditable() - Method in class com.guiseframework.component.AbstractEditValuePanel
 
isEditable() - Method in interface com.guiseframework.component.EditComponent
 
isEditable() - Method in class com.guiseframework.component.Table.CellComponentState
 
isEditable() - Method in class com.guiseframework.component.Table
 
isEditable() - Method in class com.guiseframework.component.TreeControl.TreeNodeComponentState
 
isEditable() - Method in class com.guiseframework.model.DefaultTableColumnModel
 
isEditable() - Method in interface com.guiseframework.model.TableColumnModel
 
isEmpty() - Method in class com.guiseframework.component.AbstractContainer
 
isEmpty() - Method in class com.guiseframework.component.AbstractListCompositeComponent
 
isEmpty() - Method in class com.guiseframework.component.AbstractListSelectControl
 
isEmpty() - Method in interface com.guiseframework.component.Container
 
isEmpty() - Method in class com.guiseframework.model.DefaultListSelectModel
 
isEmpty() - Method in exception com.guiseframework.validator.ValidationsException
Returns true if this collection contains no elements.
isEmptyBodyElementAllowed() - Method in class com.guiseframework.platform.web.AbstractDecoratedWebComponentDepictor
Determines whether an empty body element can be created if there is no content.
isEmptyBodyElementAllowed() - Method in class com.guiseframework.platform.web.WebTextControlDepictor
Determines whether an empty body element can be created if there is no content.
isEmptyElementAllowed(C) - Method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
Returns whether an empty element can be created if there is no content.
isEmptyElementAllowed() - Method in class com.guiseframework.platform.XMLDepictContext.ElementState
 
isEnabled() - Method in class com.guiseframework.component.AbstractCompositeStateControl
 
isEnabled() - Method in class com.guiseframework.component.AbstractContainerControl
 
isEnabled() - Method in class com.guiseframework.component.AbstractControl
 
isEnabled() - Method in class com.guiseframework.component.AbstractDialogFrame
 
isEnabled() - Method in class com.guiseframework.component.AbstractLayoutControl
 
isEnabled(Component) - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Convenience method to determine whether a card is enabled based upon its associated constraints.
isEnabled(Component) - Method in interface com.guiseframework.component.CardControl
Convenience method to determine whether a card is enabled based upon its associated constraints.
isEnabled() - Method in class com.guiseframework.component.ImageActionControl
 
isEnabled() - Method in class com.guiseframework.component.layout.ControlConstraints
 
isEnabled() - Method in class com.guiseframework.component.ScrollControl
 
isEnabled() - Method in class com.guiseframework.model.DefaultEnableable
 
isEnabled() - Method in class com.guiseframework.model.DefaultListSelectModel.ValueState
 
isEnabled() - Method in interface com.guiseframework.model.Enableable
 
isEnabled() - Method in class com.guiseframework.prototype.AbstractEnableablePrototype
 
isEnabled() - Method in class com.guiseframework.prototype.AbstractEnableableProxyPrototype
 
isEnabled() - Method in class com.guiseframework.prototype.ValuePrototype
 
isEquivalent(V, L) - Method in class com.guiseframework.converter.AbstractConverter
Determines if the given literal in the lexical space is a valid representation of the given value in the value space.
isEquivalent(char[], String) - Method in class com.guiseframework.converter.CharArrayStringLiteralConverter
Determines if the given literal in the lexical space is a valid representation of the given value in the value space.
isEquivalent(V, L) - Method in interface com.guiseframework.converter.Converter
Determines if the given literal in the lexical space is a valid representation of the given value in the value space.
isExhaustive() - Method in class com.guiseframework.platform.web.WebFormEvent
 
isExpanded() - Method in class com.guiseframework.model.DefaultTreeNodeModel
 
isExpanded() - Method in interface com.guiseframework.model.TreeNodeModel
 
isFatal() - Method in enum com.guiseframework.model.Notification.Option
 
isFixed() - Method in class com.guiseframework.component.layout.RegionLayout
 
isFlyoverEnabled() - Method in class com.guiseframework.component.AbstractComponent
 
isFlyoverEnabled() - Method in interface com.guiseframework.component.Component
 
isFormatted() - Method in class com.guiseframework.platform.AbstractTextDepictContext
 
isFormatted() - Method in interface com.guiseframework.platform.TextDepictContext
 
isHashAttributesGenerated() - Method in class com.guiseframework.platform.AbstractXMLDepictContext
 
isIconDisplayed() - Method in class com.guiseframework.component.AbstractActionControl
 
isIconDisplayed() - Method in class com.guiseframework.component.AbstractMenu
 
isIconDisplayed() - Method in interface com.guiseframework.component.LabelDisplayableComponent
 
isImagePending() - Method in class com.guiseframework.component.PendingImage
Determines whether the current image is in the process of transitioning to some other value.
isImagePending() - Method in class com.guiseframework.component.PendingImageActionControl
Determines whether the current image is in the process of transitioning to some other value.
isImagePending() - Method in class com.guiseframework.model.CachedImageModel
 
isImagePending() - Method in interface com.guiseframework.model.PendingImageModel
 
isImported() - Method in class com.guiseframework.model.FileItemResourceImport
 
isImported() - Method in interface com.guiseframework.model.ResourceImport
 
isIndexDisplayed(int) - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Determines the displayed status of a given index.
isIndexDisplayed(int) - Method in class com.guiseframework.component.AbstractListSelectControl
Determines the displayed status of a given index.
isIndexDisplayed(int) - Method in class com.guiseframework.model.DefaultListSelectModel
Determines the displayed status of a given index.
isIndexDisplayed(int) - Method in interface com.guiseframework.model.ListSelectModel
Determines the displayed status of a given index.
isIndexEnabled(int) - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Determines the enabled status of a given index.
isIndexEnabled(int) - Method in class com.guiseframework.component.AbstractListSelectControl
Determines the enabled status of a given index.
isIndexEnabled(int) - Method in class com.guiseframework.model.DefaultListSelectModel
Determines the enabled status of a given index.
isIndexEnabled(int) - Method in interface com.guiseframework.model.ListSelectModel
Determines the enabled status of a given index.
isInstalled() - Method in class com.guiseframework.AbstractGuiseApplication
 
isInstalled() - Method in interface com.guiseframework.GuiseApplication
 
isJavaEnabled() - Method in class com.guiseframework.platform.web.WebInitializeEvent
 
isLabelDisplayed() - Method in class com.guiseframework.component.AbstractActionControl
 
isLabelDisplayed() - Method in class com.guiseframework.component.AbstractMenu
 
isLabelDisplayed() - Method in interface com.guiseframework.component.LabelDisplayableComponent
 
isLayoutThemeApplied() - Method in class com.guiseframework.component.AbstractLayoutComponent
 
isLayoutThemeApplied() - Method in class com.guiseframework.component.BooleanValueControlSelectControl
 
isLayoutThemeApplied() - Method in interface com.guiseframework.component.LayoutComponent
 
isLeaf() - Method in class com.guiseframework.model.DefaultTreeNodeModel
Determines whether this node could be considered a leaf node.
isLeaf() - Method in class com.guiseframework.model.DynamicTreeNodeModel
Returns whether this node could be considered a leaf node.
isLeaf() - Method in interface com.guiseframework.model.TreeNodeModel
Determines whether this node could be considered a leaf node.
isLicensed() - Method in class com.guiseframework.Guise
 
isLineWrap() - Method in class com.guiseframework.component.TextControl
 
isMasked() - Method in class com.guiseframework.component.TextControl
 
isMenu() - Method in class com.guiseframework.prototype.PrototypeProvision
 
isModal() - Method in class com.guiseframework.component.AbstractFrame
 
isModal() - Method in interface com.guiseframework.component.Frame
 
isModalNavigation() - Method in class com.guiseframework.AbstractGuiseSession
 
isModalNavigation() - Method in interface com.guiseframework.GuiseSession
 
isMouseListener() - Method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
Returns whether the component is interested in mouse events.
isMovable() - Method in class com.guiseframework.component.AbstractFrame
 
isMovable() - Method in interface com.guiseframework.component.Frame
 
isMultiline() - Method in class com.guiseframework.component.TextControl
 
isMutualExclusion(CheckControl) - Static method in class com.guiseframework.platform.web.WebCheckControlDepictor
Determines whether the check control is a mutual exclusion control and should be considered a radio button rather than a checkbox.
isNamespaceIncluded() - Method in class com.guiseframework.converter.RDFURIStringLiteralConverter
 
isOpen() - Method in class com.guiseframework.component.AbstractMenu
 
isOpen() - Method in interface com.guiseframework.component.Menu
 
isOpen() - Method in class com.guiseframework.platform.XMLDepictContext.ElementState
Whether the element has been opened but not closed.
isOrdinal() - Method in enum com.guiseframework.geometry.CompassPoint
 
isPasswordMatch() - Method in class com.guiseframework.component.PasswordAuthenticationPanel
 
isPasswordMatch() - Method in class com.guiseframework.demo.EditUserPanel
 
isPasswordVerified() - Method in class com.guiseframework.component.PasswordAuthenticationPanel
 
isPreferenceProperty(String) - Method in class com.guiseframework.component.AbstractComponent
Determines whether the given property is saved and loaded as a preference.
isPreferenceProperty(String) - Method in interface com.guiseframework.component.Component
Determines whether the given property is saved and loaded as a preference.
isQuirksMode() - Method in class com.guiseframework.platform.web.HTTPServletWebDepictContext
 
isQuirksMode() - Method in interface com.guiseframework.platform.web.WebDepictContext
 
isRequestPathReserved() - Method in class com.guiseframework.platform.web.HTTPServletGuiseRequest
 
isResizable() - Method in class com.guiseframework.component.AbstractFrame
 
isResizable() - Method in interface com.guiseframework.component.Frame
 
isResourceChildrenIncluded() - Method in class com.guiseframework.model.rdf.AbstractRDFResourceTreeNodeModel
 
isResourceChildrenIncluded() - Method in class com.guiseframework.model.urf.URFResourceDynamicTreeNodeModel
 
isResourcePropertiesIncluded() - Method in class com.guiseframework.model.rdf.AbstractRDFResourceTreeNodeModel
 
isResourcePropertiesIncluded() - Method in class com.guiseframework.model.urf.URFResourceDynamicTreeNodeModel
 
isResourceReferenceIncluded() - Method in class com.guiseframework.component.urf.AbstractURFResourceTreeNodeRepresentationStrategy
 
isResourceReferenceURIIncluded() - Method in class com.guiseframework.component.rdf.AbstractRDFResourceTreeNodeRepresentationStrategy
 
isResourceTypeIncluded() - Method in class com.guiseframework.component.rdf.AbstractRDFResourceTreeNodeRepresentationStrategy
 
isResourceTypeIncluded() - Method in class com.guiseframework.component.urf.AbstractURFResourceTreeNodeRepresentationStrategy
 
isRollover() - Method in class com.guiseframework.component.AbstractActionControl
 
isRollover() - Method in class com.guiseframework.component.AbstractMenu
 
isRollover() - Method in interface com.guiseframework.component.ActionControl
 
isRollover() - Method in class com.guiseframework.component.ImageActionControl
 
isRolloverOpenEnabled() - Method in class com.guiseframework.component.AbstractMenu
 
isRolloverOpenEnabled() - Method in interface com.guiseframework.component.Menu
 
isRootNodeDisplayed() - Method in class com.guiseframework.component.TreeControl
 
isSelected() - Method in class com.guiseframework.component.AbstractBooleanSelectActionControl
Returns whether the component is selected.
isSelected() - Method in class com.guiseframework.component.AbstractSelectActionControl
 
isSelected() - Method in class com.guiseframework.component.AbstractSelectActionValueControl
 
isSelected() - Method in class com.guiseframework.component.SelectableLabel
 
isSelected() - Method in class com.guiseframework.model.DefaultListSelectModel.ValueState
 
isSelected() - Method in class com.guiseframework.model.DefaultTreeNodeModel
 
isSelected() - Method in interface com.guiseframework.model.Selectable
 
isSliding() - Method in class com.guiseframework.component.SliderControl
 
isThemeApplied() - Method in class com.guiseframework.component.AbstractComponent
 
isThemeApplied() - Method in interface com.guiseframework.component.Component
 
isThemed() - Method in class com.guiseframework.AbstractGuiseApplication
 
isThemed() - Method in interface com.guiseframework.GuiseApplication
 
isTitleVisible() - Method in class com.guiseframework.component.AbstractFrame
 
isTitleVisible() - Method in interface com.guiseframework.component.Frame
 
isToggle() - Method in class com.guiseframework.component.AbstractBooleanSelectActionControl
 
isToggle() - Method in class com.guiseframework.component.AbstractSelectActionControl
 
isToggle() - Method in class com.guiseframework.component.AbstractSelectActionValueControl
 
isToggle() - Method in interface com.guiseframework.component.SelectActionControl
 
isTool() - Method in class com.guiseframework.prototype.PrototypeProvision
 
isTooltipEnabled() - Method in class com.guiseframework.model.ui.AbstractPresentationModel
 
isTooltipEnabled() - Method in interface com.guiseframework.model.ui.PresentationModel
 
isTransitionEnabled() - Method in class com.guiseframework.component.SequenceCardPanel
 
isTreeNodeDragEnabled() - Method in class com.guiseframework.component.TreeControl
 
isValid() - Method in class com.guiseframework.component.AbstractComponent
Determines whether the state of the component and all child components represents valid user input.
isValid() - Method in interface com.guiseframework.component.Component
 
isValid(HttpServletRequest, Nonce) - Method in class com.guiseframework.platform.web.GuiseHTTPServlet
Determines if the given nonce is valid.
isValid(V) - Method in class com.guiseframework.validator.AbstractValidator
Determines whether a given value is valid.
isValid(V) - Method in interface com.guiseframework.validator.Validator
Determines whether a given value is valid.
isValidLiteral(L) - Method in class com.guiseframework.converter.AbstractConverter
Determines whether a given literal value in the lexical space can be converted to a value in the value space.
isValidLiteral(L) - Method in interface com.guiseframework.converter.Converter
Determines whether a given literal value in the lexical space can be converted to a value in the value space.
isValidStep(V, V, V) - Method in class com.guiseframework.validator.AbstractComparableRangeValidator
Determines whether the given value falls on the correct step amount relative to the base value.
isValidStep(Date, Date, Date) - Method in class com.guiseframework.validator.DateRangeValidator
Determines whether the given value falls on the correct step amount relative to the base value.
isValidStep(V, V, V) - Method in class com.guiseframework.validator.DecimalRangeValidator
Determines whether the given value falls on the correct step amount relative to the base value.
isValidStep(Integer, Integer, Integer) - Method in class com.guiseframework.validator.IntegerRangeValidator
Determines whether the given value falls on the correct step amount relative to the base value.
isValidStep(Long, Long, Long) - Method in class com.guiseframework.validator.LongRangeValidator
Determines whether the given value falls on the correct step amount relative to the base value.
isValidValue() - Method in class com.guiseframework.component.AbstractActionValueControl
Determines whether the value of this model is valid.
isValidValue() - Method in class com.guiseframework.component.AbstractContainerValueControl
Determines whether the value of this model is valid.
isValidValue() - Method in class com.guiseframework.component.AbstractDialogFrame
Determines whether the value of this model is valid.
isValidValue() - Method in class com.guiseframework.component.AbstractLayoutValueControl
Determines whether the value of this model is valid.
isValidValue() - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Determines whether the value of this model is valid.
isValidValue() - Method in class com.guiseframework.component.AbstractListSelectControl
Determines whether the value of this model is valid.
isValidValue() - Method in class com.guiseframework.component.AbstractValueControl
Determines whether the value of this model is valid.
isValidValue() - Method in class com.guiseframework.component.layout.AbstractValueLayout
Determines whether the value of this model is valid.
isValidValue() - Method in class com.guiseframework.model.AbstractValueModel
Determines whether the value of this model is valid.
isValidValue() - Method in interface com.guiseframework.model.ValueModel
Determines whether the value of this model is valid.
isValueDisplayed(Component) - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Determines the displayed status of the first occurrence of a given value.
isValueDisplayed(V) - Method in class com.guiseframework.component.AbstractListSelectControl
Determines the displayed status of the first occurrence of a given value.
isValueDisplayed(V) - Method in class com.guiseframework.model.DefaultListSelectModel
Determines the displayed status of the first occurrence of a given value.
isValueDisplayed(V) - Method in interface com.guiseframework.model.ListSelectModel
Determines the displayed status of the first occurrence of a given value.
isValueEnabled(Component) - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Determines the enabled status of the first occurrence of a given value.
isValueEnabled(V) - Method in class com.guiseframework.component.AbstractListSelectControl
Determines the enabled status of the first occurrence of a given value.
isValueEnabled(V) - Method in class com.guiseframework.model.DefaultListSelectModel
Determines the enabled status of the first occurrence of a given value.
isValueEnabled(V) - Method in interface com.guiseframework.model.ListSelectModel
Determines the enabled status of the first occurrence of a given value.
isValueRequired() - Method in class com.guiseframework.validator.AbstractValidator
 
isVisible() - Method in class com.guiseframework.model.DefaultTableColumnModel
 
isVisible() - Method in interface com.guiseframework.model.TableColumnModel
 
isVisible() - Method in class com.guiseframework.model.ui.AbstractPresentationModel
 
isVisible() - Method in interface com.guiseframework.model.ui.PresentationModel
 
isWrapped() - Method in class com.guiseframework.component.layout.AbstractFlowLayout
 
iterator() - Method in class com.guiseframework.component.AbstractContainer
 
iterator() - Method in class com.guiseframework.component.AbstractListSelectControl
 
iterator() - Method in class com.guiseframework.model.DefaultListSelectModel
 
iterator() - Method in class com.guiseframework.model.DefaultTreeNodeModel
 
iterator() - Method in exception com.guiseframework.validator.ValidationsException
Returns an iterator over the elements in this collection.
IVORY - Static variable in class com.guiseframework.style.RGBColor
 

J

JAVASCRIPT_JAVASCRIPT_PATH - Static variable in interface com.guiseframework.platform.web.WebPlatform
The path of the JavaScript JavaScript file, relative to the application.

K

Key - Enum in com.guiseframework.input
A key on a keyboard.
KeyboardAdapter - Class in com.guiseframework.event
An abstract key listener providing default method implementations.
KeyboardAdapter() - Constructor for class com.guiseframework.event.KeyboardAdapter
 
KeyboardEvent - Interface in com.guiseframework.event
An event providing information on input from a keyboard.
KeyboardInput - Interface in com.guiseframework.input
An encapsulation of user input from a keyboard.
KeyboardListener - Interface in com.guiseframework.event
An object that listens for keyboard events.
KeyCode - Enum in com.guiseframework.platform.web
A key on a keyboard as reported by a browser's Event.keyCode property.
keyPressed(KeyPressEvent) - Method in class com.guiseframework.event.KeyboardAdapter
Called when a key is pressed.
keyPressed(KeyPressEvent) - Method in interface com.guiseframework.event.KeyboardListener
Called when a key is pressed.
KeyPressEvent - Class in com.guiseframework.event
An event providing information on a keyboard key press.
KeyPressEvent(Object, Key, Key...) - Constructor for class com.guiseframework.event.KeyPressEvent
Source constructor.
KeyPressEvent(Object, KeystrokeInput) - Constructor for class com.guiseframework.event.KeyPressEvent
Keystroke input constructor.
KeyPressEvent(Object, KeyPressEvent) - Constructor for class com.guiseframework.event.KeyPressEvent
Copy constructor that specifies a different source.
keyReleased(KeyReleaseEvent) - Method in class com.guiseframework.event.KeyboardAdapter
Called when a key is released.
keyReleased(KeyReleaseEvent) - Method in interface com.guiseframework.event.KeyboardListener
Called when a key is released.
KeyReleaseEvent - Class in com.guiseframework.event
An event providing information on a keyboard key release.
KeyReleaseEvent(Object, Key, Key...) - Constructor for class com.guiseframework.event.KeyReleaseEvent
Source constructor.
KeyReleaseEvent(Object, KeyReleaseEvent) - Constructor for class com.guiseframework.event.KeyReleaseEvent
Copy constructor that specifies a different source.
KeystrokeInput - Class in com.guiseframework.input
An encapsulation of key stroke input.
KeystrokeInput(Key, Key...) - Constructor for class com.guiseframework.input.KeystrokeInput
Key and keys constructor.
KHAKI - Static variable in class com.guiseframework.style.RGBColor
 

L

Label - Class in com.guiseframework.component
A label component.
Label() - Constructor for class com.guiseframework.component.Label
Default constructor with a default info model.
Label(String) - Constructor for class com.guiseframework.component.Label
Label constructor.
Label(String, URI) - Constructor for class com.guiseframework.component.Label
Label and icon constructor.
Label(InfoModel) - Constructor for class com.guiseframework.component.Label
Info model constructor.
Label(LabelPrototype) - Constructor for class com.guiseframework.component.Label
Prototype constructor.
label - Variable in class com.guiseframework.test.HomePanel.TestFrame
 
LABEL_ABOUT - Static variable in class com.guiseframework.theme.Theme
 
LABEL_ABOUT_X - Static variable in class com.guiseframework.theme.Theme
 
LABEL_ACCEPT - Static variable in class com.guiseframework.theme.Theme
 
LABEL_ACCESS - Static variable in class com.guiseframework.theme.Theme
 
LABEL_ACCESS_X - Static variable in class com.guiseframework.theme.Theme
 
LABEL_ADD - Static variable in class com.guiseframework.theme.Theme
 
LABEL_ADD_X - Static variable in class com.guiseframework.theme.Theme
 
LABEL_AUDIO - Static variable in class com.guiseframework.theme.Theme
 
LABEL_BROWSE - Static variable in class com.guiseframework.theme.Theme
 
LABEL_CALENDAR - Static variable in class com.guiseframework.theme.Theme
 
LABEL_CANCEL - Static variable in class com.guiseframework.theme.Theme
 
LABEL_CLOSE - Static variable in class com.guiseframework.theme.Theme
 
LABEL_CONFIRM - Static variable in class com.guiseframework.theme.Theme
 
LABEL_CONTENT_TYPE_PROPERTY - Static variable in interface com.guiseframework.model.LabelModel
The label content type bound property.
LABEL_DATE - Static variable in class com.guiseframework.theme.Theme
 
LABEL_DEFAULT - Static variable in class com.guiseframework.theme.Theme
 
LABEL_DELETE - Static variable in class com.guiseframework.theme.Theme
 
LABEL_DELETE_X - Static variable in class com.guiseframework.theme.Theme
 
LABEL_DISPLAYED_PROPERTY - Static variable in interface com.guiseframework.component.LabelDisplayableComponent
The bound property of whether the label is displayed or has no representation, taking up no space.
LABEL_DOWNLOAD - Static variable in class com.guiseframework.theme.Theme
 
LABEL_EDIT - Static variable in class com.guiseframework.theme.Theme
 
LABEL_EMAIL - Static variable in class com.guiseframework.theme.Theme
 
LABEL_FINISH - Static variable in class com.guiseframework.theme.Theme
 
LABEL_FIRST - Static variable in class com.guiseframework.theme.Theme
 
LABEL_FOLDER - Static variable in class com.guiseframework.theme.Theme
 
LABEL_FONT_FAMILIES_PROPERTY - Static variable in interface com.guiseframework.model.ui.PresentationModel
The bound property of the label font families.
LABEL_FONT_SIZE_PROPERTY - Static variable in interface com.guiseframework.model.ui.PresentationModel
The bound property of the label font size.
LABEL_FONT_STYLE_PROPERTY - Static variable in interface com.guiseframework.model.ui.PresentationModel
The bound property of the label font style.
LABEL_FONT_WEIGHT_PROPERTY - Static variable in interface com.guiseframework.model.ui.PresentationModel
The bound property of the label font weight.
LABEL_GENERAL - Static variable in class com.guiseframework.theme.Theme
 
LABEL_HELP - Static variable in class com.guiseframework.theme.Theme
 
LABEL_HOME - Static variable in class com.guiseframework.theme.Theme
 
LABEL_IMAGE - Static variable in class com.guiseframework.theme.Theme
 
LABEL_INSERT - Static variable in class com.guiseframework.theme.Theme
 
LABEL_JOIN - Static variable in class com.guiseframework.theme.Theme
 
LABEL_JOIN_X - Static variable in class com.guiseframework.theme.Theme
 
LABEL_LAST - Static variable in class com.guiseframework.theme.Theme
 
LABEL_LOGIN - Static variable in class com.guiseframework.theme.Theme
 
LABEL_LOGOUT - Static variable in class com.guiseframework.theme.Theme
 
LABEL_LOWER - Static variable in class com.guiseframework.theme.Theme
 
LABEL_NEW - Static variable in class com.guiseframework.theme.Theme
 
LABEL_NEW_X - Static variable in class com.guiseframework.theme.Theme
 
LABEL_NEXT - Static variable in class com.guiseframework.theme.Theme
 
LABEL_ORDER - Static variable in class com.guiseframework.theme.Theme
 
LABEL_PASSWORD - Static variable in class com.guiseframework.theme.Theme
 
LABEL_PASSWORD_VERIFICATION - Static variable in class com.guiseframework.theme.Theme
 
LABEL_PREVIOUS - Static variable in class com.guiseframework.theme.Theme
 
LABEL_PRODUCT_JAVA - Static variable in class com.guiseframework.theme.Theme
 
LABEL_PROPERTIES - Static variable in class com.guiseframework.theme.Theme
 
LABEL_PROPERTY - Static variable in interface com.guiseframework.model.LabelModel
The label bound property.
LABEL_PROPERTY_KEY_ASPECT - Static variable in class com.guiseframework.Resources
The aspect used to identify labels as part of resource property keys.
LABEL_RAISE - Static variable in class com.guiseframework.theme.Theme
 
LABEL_READ - Static variable in class com.guiseframework.theme.Theme
 
LABEL_REFRESH - Static variable in class com.guiseframework.theme.Theme
 
LABEL_REJECT - Static variable in class com.guiseframework.theme.Theme
 
LABEL_REMOVE - Static variable in class com.guiseframework.theme.Theme
 
LABEL_RENAME - Static variable in class com.guiseframework.theme.Theme
 
LABEL_RENAME_X - Static variable in class com.guiseframework.theme.Theme
 
LABEL_RESOURCE - Static variable in class com.guiseframework.theme.Theme
 
LABEL_RETRY - Static variable in class com.guiseframework.theme.Theme
 
LABEL_SEPARATOR - Static variable in class com.guiseframework.component.AbstractApplicationFrame
The delimiter to use when constructing the label from its various segments.
LABEL_SORT - Static variable in class com.guiseframework.theme.Theme
 
LABEL_START - Static variable in class com.guiseframework.theme.Theme
 
LABEL_STOP - Static variable in class com.guiseframework.theme.Theme
 
LABEL_SUBMIT - Static variable in class com.guiseframework.theme.Theme
 
LABEL_SUBTRACT - Static variable in class com.guiseframework.theme.Theme
 
LABEL_TEXT_COLOR_PROPERTY - Static variable in interface com.guiseframework.model.ui.PresentationModel
The bound property of the label text color.
LABEL_TIME - Static variable in class com.guiseframework.theme.Theme
 
LABEL_TOTAL - Static variable in class com.guiseframework.theme.Theme
 
LABEL_TYPE - Static variable in class com.guiseframework.theme.Theme
 
LABEL_UNKNOWN - Static variable in class com.guiseframework.theme.Theme
 
LABEL_UPLOAD - Static variable in class com.guiseframework.theme.Theme
 
LABEL_UPLOAD_TO_X - Static variable in class com.guiseframework.theme.Theme
 
LABEL_URI - Static variable in class com.guiseframework.theme.Theme
 
LABEL_USERNAME - Static variable in class com.guiseframework.theme.Theme
 
LABEL_VERIFTY - Static variable in class com.guiseframework.theme.Theme
 
LABEL_VERSION - Static variable in class com.guiseframework.theme.Theme
 
LABEL_VIEW - Static variable in class com.guiseframework.theme.Theme
 
LABEL_X_PROPERTIES - Static variable in class com.guiseframework.theme.Theme
 
LabelComponent - Interface in com.guiseframework.component
A component the label of which comprises the main content of the component.
LabelDisplayableComponent - Interface in com.guiseframework.component
A component that allows its label to be displayed.
LabelModel - Interface in com.guiseframework.model
A model for an identifier such as text and/or an icon.
LabelPrototype - Class in com.guiseframework.prototype
Contains prototype information for a label.
LabelPrototype() - Constructor for class com.guiseframework.prototype.LabelPrototype
Default constructor.
LabelPrototype(String) - Constructor for class com.guiseframework.prototype.LabelPrototype
Label constructor.
LabelPrototype(String, URI) - Constructor for class com.guiseframework.prototype.LabelPrototype
Label and icon constructor.
lastIndexOf(Object) - Method in class com.guiseframework.component.AbstractContainer
Returns the index in this container of the last occurrence of the specified component.
lastIndexOf(Object) - Method in class com.guiseframework.component.AbstractListCompositeComponent
Returns the index in this component of the last occurrence of the specified component.
lastIndexOf(Object) - Method in class com.guiseframework.component.AbstractListSelectControl
Returns the index in this model of the last occurrence of the specified value, or -1 if this model does not contain this value.
lastIndexOf(Object) - Method in interface com.guiseframework.component.Container
Returns the index in this container of the last occurrence of the specified compoent.
lastIndexOf(Object) - Method in class com.guiseframework.model.DefaultListSelectModel
Returns the index in this model of the last occurrence of the specified value, or -1 if this model does not contain this value.
LAVENDER - Static variable in class com.guiseframework.style.RGBColor
 
LAVENDER_BLUSH - Static variable in class com.guiseframework.style.RGBColor
 
LAWN_GREEN - Static variable in class com.guiseframework.style.RGBColor
 
Layout<T extends Constraints> - Interface in com.guiseframework.component.layout
Contains layout information for a layout component.
LAYOUT_FLOW_X_CHILD_CLASS - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class for horizontal flow layout children.
LAYOUT_FLOW_X_CLASS - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class for any enclosing element needed for horizontal flow layout.
LAYOUT_FLOW_Y_CHILD_CLASS - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class for vertical flow layout children.
LAYOUT_FLOW_Y_CLASS - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class for any enclosing element needed for vertical flow layout.
LAYOUT_PROPERTY - Static variable in interface com.guiseframework.component.LayoutComponent
The bound property of the layout.
LAYOUT_REGION_BOTTOM_CLASS - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class for the bottom region layout.
LAYOUT_REGION_CENTER_CLASS - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class for the center region layout.
LAYOUT_REGION_CLASS - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class for any enclosing element needed for region layout.
LAYOUT_REGION_LEFT_CLASS - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class for the left region layout.
LAYOUT_REGION_RIGHT_CLASS - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class for the right region layout.
LAYOUT_REGION_TOP_CLASS - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class for the top region layout.
LAYOUT_THEME_APPLIED_PROPERTY - Static variable in interface com.guiseframework.component.LayoutComponent
The bound property of whether a theme has been applied to this component's layout.
LayoutComponent - Interface in com.guiseframework.component
Composite component that allows for layout of its children.
LayoutConstraintsPropertyChangeEvent<T extends Constraints,V> - Class in com.guiseframework.component.layout
An event indicating that a property of layout constraints changed.
LayoutConstraintsPropertyChangeEvent(Layout<T>, Component, T, String, V, V) - Constructor for class com.guiseframework.component.layout.LayoutConstraintsPropertyChangeEvent
Source, component, constraint, property name, with old and new value constructor.
LayoutControl - Interface in com.guiseframework.component
A layout component that is also a control.
LayoutPanel - Class in com.guiseframework.component
A general panel with a default page flow layout.
LayoutPanel() - Constructor for class com.guiseframework.component.LayoutPanel
Default constructor with a default page flow layout.
LayoutPanel(Layout<?>) - Constructor for class com.guiseframework.component.LayoutPanel
Layout constructor.
LEFT_TO_RIGHT_TOP_TO_BOTTOM - Static variable in class com.guiseframework.component.layout.Orientation
Left-to-right line, top-to-bottom page orientation (e.g.
LEMON_CHIFFON - Static variable in class com.guiseframework.style.RGBColor
 
LEVEL_PROPERTY - Static variable in interface com.guiseframework.component.HeadingComponent
The level bound property.
LICENSE_CLASS - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class for license information.
LIGHT_BLUE - Static variable in class com.guiseframework.style.RGBColor
 
LIGHT_CORAL - Static variable in class com.guiseframework.style.RGBColor
 
LIGHT_CYAN - Static variable in class com.guiseframework.style.RGBColor
 
LIGHT_GOLDEN_ROD_YELLOW - Static variable in class com.guiseframework.style.RGBColor
 
LIGHT_GREEN - Static variable in class com.guiseframework.style.RGBColor
 
LIGHT_GREY - Static variable in class com.guiseframework.style.RGBColor
 
LIGHT_PINK - Static variable in class com.guiseframework.style.RGBColor
 
LIGHT_SALMON - Static variable in class com.guiseframework.style.RGBColor
 
LIGHT_SEA_GREEN - Static variable in class com.guiseframework.style.RGBColor
 
LIGHT_SKY_BLUE - Static variable in class com.guiseframework.style.RGBColor
 
LIGHT_SLATE_BLUE - Static variable in class com.guiseframework.style.RGBColor
 
LIGHT_SLATE_GRAY - Static variable in class com.guiseframework.style.RGBColor
 
LIGHT_STEEL_BLUE - Static variable in class com.guiseframework.style.RGBColor
 
LIGHT_YELLOW - Static variable in class com.guiseframework.style.RGBColor
 
LIME - Static variable in class com.guiseframework.style.RGBColor
 
LIME_GREEN - Static variable in class com.guiseframework.style.RGBColor
 
LINE_ALIGNMENT_PROPERTY - Static variable in class com.guiseframework.component.layout.RegionConstraints
The bound property of the line alignment.
LINE_ALIGNMENT_PROPERTY - Static variable in class com.guiseframework.component.layout.RegionLayout
The bound property of the line alignment.
LINE_EXTENT_PROPERTY - Static variable in class com.guiseframework.component.layout.RegionConstraints
The line extent (width in left-to-right top-to-bottom orientation) bound property.
LINE_EXTENT_PROPERTY - Static variable in class com.guiseframework.component.layout.RegionLayout
The line extent (width in left-to-right top-to-bottom orientation) bound property.
LINE_EXTENT_PROPERTY - Static variable in interface com.guiseframework.model.ui.PresentationModel
The line extent (width in left-to-right top-to-bottom orientation) bound property.
LINE_WRAP_PROPERTY - Static variable in class com.guiseframework.component.TextControl
The line wrap bound property.
LINEN - Static variable in class com.guiseframework.style.RGBColor
 
LineStyle - Enum in com.guiseframework.style
The style of a line, such as used for a border or divider.
Link - Class in com.guiseframework.component
Control with an action model rendered as a link.
Link() - Constructor for class com.guiseframework.component.Link
Default constructor.
Link(String) - Constructor for class com.guiseframework.component.Link
Label convenience constructor.
Link(InfoModel) - Constructor for class com.guiseframework.component.Link
Info model constructor.
Link(InfoModel, ActionModel, Enableable) - Constructor for class com.guiseframework.component.Link
Info model, action model, and enableable object constructor.
Link(String, URIPath) - Constructor for class com.guiseframework.component.Link
Label and navigation path convenience constructor.
Link(String, URI) - Constructor for class com.guiseframework.component.Link
Label and navigation URI convenience constructor.
Link(ActionPrototype) - Constructor for class com.guiseframework.component.Link
Prototype constructor.
LinkControl - Interface in com.guiseframework.component
An action control with link semantics.
LIST_SELECT_PROPERTY - Static variable in class com.guiseframework.coupler.ListSelectCardCoupler
The bound property of the list select control.
ListControl<V> - Class in com.guiseframework.component
Control to allow selection of one or more values from a list.
ListControl(Class<V>) - Constructor for class com.guiseframework.component.ListControl
Value class constructor with a default data model to represent a given type with multiple selection.
ListControl(Class<V>, boolean) - Constructor for class com.guiseframework.component.ListControl
Value class constructor with a default data model to represent a given type.
ListControl(Class<V>, int) - Constructor for class com.guiseframework.component.ListControl
Value class and row count constructor with a default data model to represent a given type with multiple selection.
ListControl(Class<V>, boolean, int) - Constructor for class com.guiseframework.component.ListControl
Value class and row count constructor with a default data model to represent a given type.
ListControl(Class<V>, ListSelectionPolicy<V>) - Constructor for class com.guiseframework.component.ListControl
Value class and selection strategy constructor with a default data model to represent a given type.
ListControl(Class<V>, ListSelectionPolicy<V>, int) - Constructor for class com.guiseframework.component.ListControl
Value class, selection strategy, and row count constructor with a default data model to represent a given type.
ListControl(ListSelectModel<V>) - Constructor for class com.guiseframework.component.ListControl
List select model constructor.
ListControl(ListSelectModel<V>, int) - Constructor for class com.guiseframework.component.ListControl
List select model and row count constructor.
ListControl(ListSelectModel<V>, ListSelectControl.ValueRepresentationStrategy<V>) - Constructor for class com.guiseframework.component.ListControl
List select model and value representation strategy constructor.
ListControl(ListSelectModel<V>, ListSelectControl.ValueRepresentationStrategy<V>, int) - Constructor for class com.guiseframework.component.ListControl
List select model, value representation strategy, and row count constructor.
ListEvent<E> - Class in com.guiseframework.event
An event indicating a list has been modified.
ListEvent(Object) - Constructor for class com.guiseframework.event.ListEvent
Source constructor for general list modification.
ListEvent(Object, int, E, E) - Constructor for class com.guiseframework.event.ListEvent
Source constructor for an added and/or removed element.
listIterator() - Method in class com.guiseframework.component.AbstractListSelectContainerControl
 
listIterator(int) - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Returns a list iterator of the values in this model (in proper sequence), starting at the specified position in this model.
listIterator() - Method in class com.guiseframework.component.AbstractListSelectControl
 
listIterator(int) - Method in class com.guiseframework.component.AbstractListSelectControl
Returns a list iterator of the values in this model (in proper sequence), starting at the specified position in this model.
listIterator() - Method in class com.guiseframework.model.DefaultListSelectModel
 
listIterator(int) - Method in class com.guiseframework.model.DefaultListSelectModel
Returns a list iterator of the values in this model (in proper sequence), starting at the specified position in this model.
ListListenable<E> - Interface in com.guiseframework.event
An object that allows listeners for list modification events.
ListListener<E> - Interface in com.guiseframework.event
An object that listens for list modification events.
listModified(ListEvent<E>) - Method in interface com.guiseframework.event.ListListener
Called when a list is modified.
listModified(int, V, V) - Method in class com.guiseframework.model.DefaultListSelectModel
Called when the list is modified.
listModified(ListEvent<Object>) - Method in class com.guiseframework.platform.AbstractDepictor.DepictedPropertyChangeListener
Called when a list is modified.
ListSelectCardCoupler<V> - Class in com.guiseframework.coupler
Coupler that assocates a ListSelectControl with a card in a CardControl.
ListSelectCardCoupler() - Constructor for class com.guiseframework.coupler.ListSelectCardCoupler
Default constructor.
ListSelectCardCoupler(ListSelectControl<V>, V, Component...) - Constructor for class com.guiseframework.coupler.ListSelectCardCoupler
List select, value, and cards constructor.
ListSelectControl<V> - Interface in com.guiseframework.component
A control to allow selection by the user of a value from a list.
ListSelectControl.ValueRepresentationStrategy<VV> - Interface in com.guiseframework.component
A strategy for generating components to represent list select model values.
ListSelectEditor<V> - Interface in com.guiseframework.model
An object for editing values in a list model.
listSelectionChanged(ListSelectionEvent<V>) - Method in interface com.guiseframework.event.ListSelectionListener
Called when a selection changes.
ListSelectionEvent<V> - Class in com.guiseframework.event
An event indicating the list selection has been modified.
ListSelectionEvent(ListSelectModel<V>) - Constructor for class com.guiseframework.event.ListSelectionEvent
Source constructor for general selection modification.
ListSelectionEvent(ListSelectModel<V>, Integer, Integer) - Constructor for class com.guiseframework.event.ListSelectionEvent
Source constructor for an added and/or removed element.
ListSelectionListener<V> - Interface in com.guiseframework.event
An object that listens for list selection modification events.
ListSelectionPolicy<V> - Interface in com.guiseframework.model
A selection strategy for a select model.
ListSelectModel<V> - Interface in com.guiseframework.model
A model for selecting one or more values from a list.
loadBytes(HttpServletRequest) - Method in class com.guiseframework.platform.web.GuiseHTTPServlet.CSSResource
Loads bytes from the requested resource.
loadPreferences(boolean) - Method in class com.guiseframework.component.AbstractComponent
Loads the preferences for this component and optionally any descendant components.
loadPreferences(boolean) - Method in class com.guiseframework.component.AbstractCompositeComponent
Loads the preferences for this component and optionally any descendant components.
loadPreferences(boolean) - Method in interface com.guiseframework.component.Component
Loads the preferences for this component and optionally any descendant components.
loadProperties(String) - Method in class com.guiseframework.AbstractGuiseApplication
Loads properties from a file in the home directory.
loadProperties(String) - Method in interface com.guiseframework.GuiseApplication
Loads properties from a file in the home directory.
loadResourceBundle(Theme, Locale) - Method in class com.guiseframework.AbstractGuiseApplication
Retrieves a resource bundle for the given theme in the given locale.
loadResourceBundle(Theme, Locale, ResourceBundle) - Method in class com.guiseframework.AbstractGuiseApplication
Retrieves a resource bundle from this theme and its resolving parents, if any.
loadResourceBundle(URI, ResourceBundle) - Method in class com.guiseframework.AbstractGuiseApplication
Loads a resource bundle from the given URI.
loadResourceBundle(Theme, Locale) - Method in interface com.guiseframework.GuiseApplication
Retrieves a resource bundle for the given theme in the given locale.
loadStylesheet(HttpServletRequest, GuiseCSSProcessor) - Method in class com.guiseframework.platform.web.GuiseHTTPServlet.CSSResource
Loads a CSS stylesheet from the requested resource.
loadStylesheet(HttpServletRequest, GuiseCSSProcessor) - Method in class com.guiseframework.platform.web.GuiseHTTPServlet.IE6CSSResource
Loads a CSS stylesheet from the requested resource.
loadTheme(URI) - Method in class com.guiseframework.AbstractGuiseApplication
Loads a theme from the given URI.
loadTheme(URI) - Method in interface com.guiseframework.GuiseApplication
Loads a theme from the given URI.
LOCALE_PROPERTY - Static variable in interface com.guiseframework.GuiseSession
The locale bound property.
LocaleInfoModel - Class in com.guiseframework.model
An info model that provides a localized version of a locale name.
LocaleInfoModel(Locale) - Constructor for class com.guiseframework.model.LocaleInfoModel
Constructs an info model indicating the locale to represent.
LOCALES_PROPERTY - Static variable in interface com.guiseframework.GuiseApplication
The locales bound property.
LocaleStringLiteralConverter - Class in com.guiseframework.converter
An object that can convert a locale to a string using the current locale.
LocaleStringLiteralConverter(LocaleStringLiteralStyle) - Constructor for class com.guiseframework.converter.LocaleStringLiteralConverter
Locale style constructor.
LocaleStringLiteralStyle - Enum in com.guiseframework.converter
The style of a date in its string literal form.
log(String, String, String, Map<?, ?>, CharSequence) - Method in class com.guiseframework.AbstractGuiseSession
Logs the given session-related information with a default log level of InformationLevel.LOG.
log(InformationLevel, String, String, String, Map<?, ?>, CharSequence) - Method in class com.guiseframework.AbstractGuiseSession
Logs the given session-related information.
log(String, String, String, Map<?, ?>, CharSequence) - Method in interface com.guiseframework.GuiseSession
Logs the given session-related information with a default log level of InformationLevel.LOG.
log(InformationLevel, String, String, String, Map<?, ?>, CharSequence) - Method in interface com.guiseframework.GuiseSession
Logs the given session-related information.
LoginPanel - Class in com.guiseframework.demo
Login Guise demonstration panel.
LoginPanel() - Constructor for class com.guiseframework.demo.LoginPanel
Default constructor.
LongRangeValidator - Class in com.guiseframework.validator
A range validator for longs.
LongRangeValidator() - Constructor for class com.guiseframework.validator.LongRangeValidator
Default constructor with no value required and a step of one.
LongRangeValidator(boolean) - Constructor for class com.guiseframework.validator.LongRangeValidator
Value required constructor with a step of one.
LongRangeValidator(Long) - Constructor for class com.guiseframework.validator.LongRangeValidator
Maximum constructor with a minimum value of zero and a step of one.
LongRangeValidator(Long, Long) - Constructor for class com.guiseframework.validator.LongRangeValidator
Minimum and maximum constructor with a step of one.
LongRangeValidator(Long, Long, Long) - Constructor for class com.guiseframework.validator.LongRangeValidator
Minimum, maximum, and step constructor.
LongRangeValidator(Long, boolean) - Constructor for class com.guiseframework.validator.LongRangeValidator
Minimum and value required constructor with a minimum value of zero and a step of one.
LongRangeValidator(Long, Long, boolean) - Constructor for class com.guiseframework.validator.LongRangeValidator
Minimum, maximum, and value required constructor with a step of one.
LongRangeValidator(Long, Long, Long, boolean) - Constructor for class com.guiseframework.validator.LongRangeValidator
Minimum, maximum, step, and value required constructor.
LongStringLiteralConverter - Class in com.guiseframework.converter
A converter that converts a Long from and to a string literal.
LongStringLiteralConverter() - Constructor for class com.guiseframework.converter.LongStringLiteralConverter
Default constructor with a default number style.
LongStringLiteralConverter(NumberStringLiteralConverter.Style) - Constructor for class com.guiseframework.converter.LongStringLiteralConverter
Style constructor.
LongStringLiteralConverter(NumberStringLiteralConverter.Style, Currency) - Constructor for class com.guiseframework.converter.LongStringLiteralConverter
Style, and currency constructor.
lowerValue() - Method in class com.guiseframework.model.AbstractListSelectEditor
Lowers the currently selected value in the list.

M

MAGENTA - Static variable in class com.guiseframework.style.RGBColor
 
MARGIN_LINE_FAR_EXTENT_PROPERTY - Static variable in interface com.guiseframework.model.ui.PresentationModel
The bound property of the line far margin extent.
MARGIN_LINE_NEAR_EXTENT_PROPERTY - Static variable in interface com.guiseframework.model.ui.PresentationModel
The bound property of the line near margin extent.
MARGIN_PAGE_FAR_EXTENT_PROPERTY - Static variable in interface com.guiseframework.model.ui.PresentationModel
The bound property of the page far margin extent.
MARGIN_PAGE_NEAR_EXTENT_PROPERTY - Static variable in interface com.guiseframework.model.ui.PresentationModel
The bound property of the page near margin extent.
MarmotPanel - Class in com.guiseframework.test
Test panel for Marmot
MarmotPanel() - Constructor for class com.guiseframework.test.MarmotPanel
Default constructor.
MAROON - Static variable in class com.guiseframework.style.RGBColor
 
MASKED_PROPERTY - Static variable in class com.guiseframework.component.TextControl
The masked bound property.
MAX_BEARING - Static variable in enum com.guiseframework.geometry.CompassPoint
The maximum bearing available; synonymous with CompassPoint.NORTH.
MAX_ORDER - Static variable in class com.guiseframework.prototype.PrototypeProvision
The maximum allowed order.
MAX_TAB_COUNT - Static variable in class com.guiseframework.demo.MultiplicationTablePanel
The maximum number of tabs.
MAX_TAB_COUNT_PROPERTY - Static variable in class com.guiseframework.component.TabContainerControl
The maximum tab count bound property.
MAX_TAB_COUNT_PROPERTY - Static variable in class com.guiseframework.component.TabControl
The maximum tab count bound property.
MAXIMUM_LENGTH_PROPERTY - Static variable in class com.guiseframework.component.TextControl
The maximum length bound property.
MediaCommand - Enum in com.guiseframework.input
Commands for controlling media.
MEDIU_MBLUE - Static variable in class com.guiseframework.style.RGBColor
 
MEDIUM_AQUA_MARINE - Static variable in class com.guiseframework.style.RGBColor
 
MEDIUM_ORCHID - Static variable in class com.guiseframework.style.RGBColor
 
MEDIUM_PURPLE - Static variable in class com.guiseframework.style.RGBColor
 
MEDIUM_SEA_GREEN - Static variable in class com.guiseframework.style.RGBColor
 
MEDIUM_SLATE_BLUE - Static variable in class com.guiseframework.style.RGBColor
 
MEDIUM_SPRING_GREEN - Static variable in class com.guiseframework.style.RGBColor
 
MEDIUM_TURQUOISE - Static variable in class com.guiseframework.style.RGBColor
 
MEDIUM_VIOLET_RED - Static variable in class com.guiseframework.style.RGBColor
 
Menu - Interface in com.guiseframework.component
A group of components arranged as a menu.
MENU_PROPERTY - Static variable in interface com.guiseframework.component.Frame
The bound property of the frame menu.
MenuConstraints - Class in com.guiseframework.component.layout
Constraints on individual menu layout.
MenuConstraints() - Constructor for class com.guiseframework.component.layout.MenuConstraints
 
MenuLayout - Class in com.guiseframework.component.layout
A layout for a menu that flows along an axis.
MenuLayout(Flow) - Constructor for class com.guiseframework.component.layout.MenuLayout
Flow constructor.
MenuPrototype - Class in com.guiseframework.prototype
Contains prototype information for a menu.
MenuPrototype() - Constructor for class com.guiseframework.prototype.MenuPrototype
Default constructor.
MenuPrototype(String) - Constructor for class com.guiseframework.prototype.MenuPrototype
Label constructor.
MenuPrototype(String, URI) - Constructor for class com.guiseframework.prototype.MenuPrototype
Label and icon constructor.
MenusPanel - Class in com.guiseframework.demo
Menus Guise demonstration panel.
MenusPanel() - Constructor for class com.guiseframework.demo.MenusPanel
Default constructor.
Message - Class in com.guiseframework.component
A message component showing the message and any label.
Message() - Constructor for class com.guiseframework.component.Message
Default constructor.
MESSAGE_BUSY - Static variable in class com.guiseframework.theme.Theme
 
MESSAGE_CONTENT_TYPE_PROPERTY - Static variable in class com.guiseframework.component.Message
The message content type bound property.
MESSAGE_PASSWORD_INVALID - Static variable in class com.guiseframework.theme.Theme
 
MESSAGE_PASSWORD_UNVERIFIED - Static variable in class com.guiseframework.theme.Theme
 
MESSAGE_PROPERTY - Static variable in class com.guiseframework.component.Message
The message bound property.
MESSAGE_TASK_SUCCESS - Static variable in class com.guiseframework.theme.Theme
 
MESSAGE_USER_EXISTS - Static variable in class com.guiseframework.theme.Theme
 
MESSAGE_USER_INVALID - Static variable in class com.guiseframework.theme.Theme
 
MessageOptionDialogFrame - Class in com.guiseframework.component
An option dialog frame displaying a message.
MessageOptionDialogFrame(Notification.Option...) - Constructor for class com.guiseframework.component.MessageOptionDialogFrame
Options constructor with no message.
MessageOptionDialogFrame(String, Notification.Option...) - Constructor for class com.guiseframework.component.MessageOptionDialogFrame
Message, and options constructor.
MessageOptionDialogFrame(Message, Notification.Option...) - Constructor for class com.guiseframework.component.MessageOptionDialogFrame
Message component and options constructor.
MIDNIGHT_BLUE - Static variable in class com.guiseframework.style.RGBColor
 
MIN_ORDER - Static variable in class com.guiseframework.prototype.PrototypeProvision
The minimum allowed order.
MINT_CREAM - Static variable in class com.guiseframework.style.RGBColor
 
MISTY_ROSE - Static variable in class com.guiseframework.style.RGBColor
 
MOCCASIN - Static variable in class com.guiseframework.style.RGBColor
 
MODAL_IFRAME_ID_SEGMENT - Static variable in class com.guiseframework.platform.web.WebApplicationFrameDepictor
The ID segment for the model IFrame used with IE6.
MODAL_PROPERTY - Static variable in interface com.guiseframework.component.Frame
The bound property of whether the frame is modal if and when it is open.
MODAL_PROPERTY - Static variable in interface com.guiseframework.component.ModalFrame
The modal state bound property.
MODAL_PROPERTY - Static variable in interface com.guiseframework.component.ModalNavigationPanel
The modal state bound property.
modalBegan(ModalEvent) - Method in interface com.guiseframework.event.ModalListener
Called when the mode begins.
modalBegan(ModalEvent) - Method in class com.guiseframework.event.ModalNavigationAdapter
Called when an a modal frame Begins its modality.
modalBegan(ModalEvent) - Method in interface com.guiseframework.event.ModalNavigationListener
Called when an a modal frame begins its modality.
ModalComponent<M extends Mode> - Interface in com.guiseframework.component
A component that supports different modes of interaction, such as an editable label or a modal frame.
modalEnded(ModalEvent) - Method in interface com.guiseframework.event.ModalListener
Called when the mode ends.
modalEnded(ModalEvent) - Method in class com.guiseframework.event.ModalNavigationAdapter
Called when an a modal frame ends its modality.
modalEnded(ModalEvent) - Method in interface com.guiseframework.event.ModalNavigationListener
Called when an a modal frame ends its modality.
ModalEvent - Class in com.guiseframework.event
An event indicating that a component changed modes.
ModalEvent(ModalNavigationPanel<?>) - Constructor for class com.guiseframework.event.ModalEvent
Source constructor.
ModalFrame<R> - Interface in com.guiseframework.component
A frame that supports modal interaction.
ModalListener - Interface in com.guiseframework.event
An object that listens for a change in mode.
ModalNavigation - Class in com.guiseframework
The encapsulation of a point of modal navigation.
ModalNavigation(URI, URI, ModalNavigationListener) - Constructor for class com.guiseframework.ModalNavigation
Creates an object encapsulating a point of modal navigation.
ModalNavigationAdapter - Class in com.guiseframework.event
An object that listens for the end of a modal frame's modality, providing default empty method definitions.
ModalNavigationAdapter() - Constructor for class com.guiseframework.event.ModalNavigationAdapter
 
ModalNavigationListener - Interface in com.guiseframework.event
An object that listens for a change in modal navigation modality.
ModalNavigationPanel<R> - Interface in com.guiseframework.component
A panel that supports modal navigation.
Mode - Interface in com.guiseframework.component
A mode of component interaction.
MODE_PROPERTY - Static variable in interface com.guiseframework.component.ModalComponent
The bound property of the mode.
Model - Interface in com.guiseframework.model
Base interface for all component models.
ModeledColor<C extends java.lang.Enum<C> & ModeledColor.Component> - Interface in com.guiseframework.style
Representation of a color through use of a color color space model.
ModeledColor.Component - Interface in com.guiseframework.style
The color component used in the color space.
ModelGroup<M extends Model> - Interface in com.guiseframework.model
A group of similar models for providing such functions as communication or mutual exclusion.
MOUSE_LISTENER_CLASS - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
A component that listens for mouse events.
MouseAdapter - Class in com.guiseframework.event
An abstract mouse listener providing default method implementations.
MouseAdapter() - Constructor for class com.guiseframework.event.MouseAdapter
 
MouseButton - Enum in com.guiseframework.input
A button on a mouse.
mouseClicked(MouseClickEvent) - Method in class com.guiseframework.event.MouseAdapter
Called when the mouse clicks the target.
mouseClicked(MouseClickEvent) - Method in interface com.guiseframework.event.MouseListener
Called when the mouse clicks the target.
MouseClickEvent - Class in com.guiseframework.event
An event providing mouse information of a mouse clicking a target.
MouseClickEvent(Object, Rectangle, Rectangle, Point, MouseButton, int, Key...) - Constructor for class com.guiseframework.event.MouseClickEvent
Source constructor.
MouseClickEvent(Object, Object, Rectangle, Rectangle, Point, MouseButton, int, Key...) - Constructor for class com.guiseframework.event.MouseClickEvent
Source and target constructor.
MouseClickEvent(Object, MouseClickInput) - Constructor for class com.guiseframework.event.MouseClickEvent
Mouse click input constructor with empty target bounds and viewport bounds and a mouse position at the origin.
MouseClickEvent(Object, MouseClickEvent) - Constructor for class com.guiseframework.event.MouseClickEvent
Copy constructor that specifies a different source.
MouseClickInput - Class in com.guiseframework.input
An encapsulation of mouse click input.
MouseClickInput(MouseButton, int, Key...) - Constructor for class com.guiseframework.input.MouseClickInput
Button and keys constructor.
mouseEntered(MouseEnterEvent) - Method in class com.guiseframework.component.AbstractComponent.AbstractFlyoverStrategy
Called when the mouse enters the target.
mouseEntered(MouseEnterEvent) - Method in class com.guiseframework.event.MouseAdapter
Called when the mouse enters the target.
mouseEntered(MouseEnterEvent) - Method in interface com.guiseframework.event.MouseListener
Called when the mouse enters the target.
MouseEnterEvent - Class in com.guiseframework.event
An event providing mouse information of a mouse entering a target.
MouseEnterEvent(Object, Rectangle, Rectangle, Point, Key...) - Constructor for class com.guiseframework.event.MouseEnterEvent
Source constructor.
MouseEnterEvent(Object, Object, Rectangle, Rectangle, Point, Key...) - Constructor for class com.guiseframework.event.MouseEnterEvent
Source and target constructor.
MouseEnterEvent(Object, MouseEnterEvent) - Constructor for class com.guiseframework.event.MouseEnterEvent
Copy constructor that specifies a different source.
MouseEvent - Interface in com.guiseframework.event
An event providing mouse information.
mouseExited(MouseExitEvent) - Method in class com.guiseframework.component.AbstractComponent.AbstractFlyoverStrategy
Called when the mouse exits the source.
mouseExited(MouseExitEvent) - Method in class com.guiseframework.event.MouseAdapter
Called when the mouse exits the target.
mouseExited(MouseExitEvent) - Method in interface com.guiseframework.event.MouseListener
Called when the mouse exits the target.
MouseExitEvent - Class in com.guiseframework.event
An event providing mouse information of a mouse exiting a target.
MouseExitEvent(Object, Rectangle, Rectangle, Point, Key...) - Constructor for class com.guiseframework.event.MouseExitEvent
Source constructor.
MouseExitEvent(Object, Object, Rectangle, Rectangle, Point, Key...) - Constructor for class com.guiseframework.event.MouseExitEvent
Source and target constructor.
MouseExitEvent(Object, MouseExitEvent) - Constructor for class com.guiseframework.event.MouseExitEvent
Copy constructor that specifies a different source.
MouseInput - Interface in com.guiseframework.input
An encapsulation of user input from a mouse.
MouseInputEvent - Interface in com.guiseframework.event
An event providing information on input from a mouse.
MouseListener - Interface in com.guiseframework.event
An object that listens for mouse events.
MOVABLE_PROPERTY - Static variable in interface com.guiseframework.component.Frame
The bound property of whether the component is movable.
MOVIE_PARAMETER - Static variable in class com.guiseframework.platform.web.WebFlashDepictor
The "movie" parameter.
MULTILINE_PROPERTY - Static variable in class com.guiseframework.component.TextControl
The multiline bound property.
MULTIPLE_PROPERTY - Static variable in enum com.guiseframework.platform.web.AbstractWebPlatformFileCollectorDepictor.WebPlatformFileCollectorCommand
The property for specifying whether multiple files should be selected.
MultipleListSelectionPolicy<V> - Class in com.guiseframework.model
An implementation of a list selection strategy for a list select model allowing unlimited selections.
MultipleListSelectionPolicy() - Constructor for class com.guiseframework.model.MultipleListSelectionPolicy
 
MultiplicationTablePanel - Class in com.guiseframework.demo
Multiplication Table Guise demonstration panel.
MultiplicationTablePanel() - Constructor for class com.guiseframework.demo.MultiplicationTablePanel
Default constructor.
MutualExclusionPolicyModelGroup - Class in com.guiseframework.model
A group that ensures that only one boolean model in the group is set to true at the same time.
MutualExclusionPolicyModelGroup(ValueModel<Boolean>...) - Constructor for class com.guiseframework.model.MutualExclusionPolicyModelGroup
Model constructor.

N

NAME_EXTENSION - Static variable in class com.guiseframework.theme.Theme
The extension for Guise theme resource names.
NAME_PROPERTY - Static variable in interface com.guiseframework.component.Component
The bound property of the component name.
NamePanel - Class in com.guiseframework.component.text.directory.vcard
A panel allowing entry of the type of a vCard text/directory profile as defined in RFC 2426, "vCard MIME Directory Profile".
NamePanel() - Constructor for class com.guiseframework.component.text.directory.vcard.NamePanel
Default constructor with a default line flow layout.
NamePanel(Layout<?>) - Constructor for class com.guiseframework.component.text.directory.vcard.NamePanel
Layout constructor.
NAMESPACE_PREFIX - Static variable in class com.guiseframework.Guise
The recommended prefix to the Guise ontology namespace.
NAMESPACE_URI - Static variable in class com.guiseframework.Guise
The URI to the Guise ontology namespace.
NAVAJO_WHITE - Static variable in class com.guiseframework.style.RGBColor
 
navigate(URIPath) - Method in class com.guiseframework.AbstractGuiseSession
Requests navigation to the specified path.
navigate(URIPath, String) - Method in class com.guiseframework.AbstractGuiseSession
Requests navigation to the specified path in an identified viewport.
navigate(URIPath, Bookmark) - Method in class com.guiseframework.AbstractGuiseSession
Requests navigation to the specified path and bookmark.
navigate(URIPath, Bookmark, String) - Method in class com.guiseframework.AbstractGuiseSession
Requests navigation to the specified path and bookmark in an identified viewport.
navigate(URI) - Method in class com.guiseframework.AbstractGuiseSession
Requests navigation to the specified URI.
navigate(URI, String) - Method in class com.guiseframework.AbstractGuiseSession
Requests navigation to the specified URI in an identified viewport.
navigate(URIPath) - Method in interface com.guiseframework.GuiseSession
Requests navigation to the specified path.
navigate(URIPath, String) - Method in interface com.guiseframework.GuiseSession
Requests navigation to the specified path in an identified viewport.
navigate(URIPath, Bookmark) - Method in interface com.guiseframework.GuiseSession
Requests navigation to the specified path and bookmark.
navigate(URIPath, Bookmark, String) - Method in interface com.guiseframework.GuiseSession
Requests navigation to the specified path and bookmark in an identified viewport.
navigate(URI) - Method in interface com.guiseframework.GuiseSession
Requests navigation to the specified URI.
navigate(URI, String) - Method in interface com.guiseframework.GuiseSession
Requests navigation to the specified URI in an identified viewport.
NavigateActionListener - Class in com.guiseframework.event
An object that listens for action events and in response changes the navigation.
NavigateActionListener(URIPath) - Constructor for class com.guiseframework.event.NavigateActionListener
Constructs a listener to navigate to the provided path.
NavigateActionListener(URI) - Constructor for class com.guiseframework.event.NavigateActionListener
Constructs a listener to navigate to the provided URI.
NavigateActionListener(URI, String) - Constructor for class com.guiseframework.event.NavigateActionListener
Constructs a listener to navigate to the provided URI in the identified viewport.
NavigateActionPrototype - Class in com.guiseframework.prototype
Action prototype that knows how to navigate.
NavigateActionPrototype() - Constructor for class com.guiseframework.prototype.NavigateActionPrototype
Default constructor.
NavigateActionPrototype(String) - Constructor for class com.guiseframework.prototype.NavigateActionPrototype
Label constructor.
NavigateActionPrototype(String, URI) - Constructor for class com.guiseframework.prototype.NavigateActionPrototype
Label and icon constructor.
NavigateActionPrototype(URI) - Constructor for class com.guiseframework.prototype.NavigateActionPrototype
Navigation URI constructor.
NavigateActionPrototype(String, URI, URI) - Constructor for class com.guiseframework.prototype.NavigateActionPrototype
Label, icon, and navigation URI constructor.
NavigateActionPrototype(URIPath) - Constructor for class com.guiseframework.prototype.NavigateActionPrototype
Navigation URI path constructor.
NavigateActionPrototype(String, URIPath) - Constructor for class com.guiseframework.prototype.NavigateActionPrototype
Label and navigation URI path constructor.
NavigateActionPrototype(String, URI, URIPath) - Constructor for class com.guiseframework.prototype.NavigateActionPrototype
Label, icon, and navigation URI path constructor.
navigated(NavigationEvent) - Method in class com.guiseframework.component.AbstractCardPanel
Called when navigation occurs.
navigated(NavigationEvent) - Method in class com.guiseframework.component.AutoNavigationPathBreadcrumbLinkPanel
Called when navigation occurs.
navigated(NavigationEvent) - Method in class com.guiseframework.demo.BookmarksPanel
Called when navigation occurs.
navigated(NavigationEvent) - Method in interface com.guiseframework.event.NavigationListener
Called when navigation occurs.
navigateModal(URIPath, ModalNavigationListener) - Method in class com.guiseframework.AbstractGuiseSession
Requests modal navigation to the specified path.
navigateModal(URIPath, Bookmark, ModalNavigationListener) - Method in class com.guiseframework.AbstractGuiseSession
Requests modal navigation to the specified path and bookmark.
navigateModal(URI, ModalNavigationListener) - Method in class com.guiseframework.AbstractGuiseSession
Requests modal navigation to the specified URI.
navigateModal(URIPath, ModalNavigationListener) - Method in interface com.guiseframework.GuiseSession
Requests modal navigation to the specified path.
navigateModal(URIPath, Bookmark, ModalNavigationListener) - Method in interface com.guiseframework.GuiseSession
Requests modal navigation to the specified path and bookmark.
navigateModal(URI, ModalNavigationListener) - Method in interface com.guiseframework.GuiseSession
Requests modal navigation to the specified URI.
NavigateModalActionListener - Class in com.guiseframework.event
A object that listens for action events and in response modally changes the navigation.
NavigateModalActionListener(String, ModalNavigationListener) - Constructor for class com.guiseframework.event.NavigateModalActionListener
Constructs a listener to navigate modally to the provided path.
NavigateModalActionListener(URI, ModalNavigationListener) - Constructor for class com.guiseframework.event.NavigateModalActionListener
Constructs a listener to navigate modally to the provided URI.
Navigation - Class in com.guiseframework
The encapsulation of a point of navigation.
Navigation(URI, URI) - Constructor for class com.guiseframework.Navigation
Creates an object encapsulating a point of navigation.
Navigation(URI, URI, String) - Constructor for class com.guiseframework.Navigation
Creates an object encapsulating a point of navigation.
NAVIGATION_PATH_PROPERTY - Static variable in class com.guiseframework.component.NavigationPathBreadcrumbLinkPanel
The navigation path bound property.
NAVIGATION_URI_PROPERTY - Static variable in class com.guiseframework.prototype.NavigateActionPrototype
The navigation URI bound property.
NavigationEvent - Class in com.guiseframework.event
An event indicating that navigation has occurred.
NavigationEvent(Object, URIPath, Bookmark, URI) - Constructor for class com.guiseframework.event.NavigationEvent
Source constructor.
NavigationListener - Interface in com.guiseframework.event
An object that listens for navigation events.
NavigationPathBreadcrumbLinkPanel - Class in com.guiseframework.component
A panel displaying a navigation path as a series of breadcrumb links for the path segments.
NavigationPathBreadcrumbLinkPanel() - Constructor for class com.guiseframework.component.NavigationPathBreadcrumbLinkPanel
Default constructor with a default horizontal flow layout.
NavigationPathBreadcrumbLinkPanel(URIPath) - Constructor for class com.guiseframework.component.NavigationPathBreadcrumbLinkPanel
Navigation path constructor with a default horizontal flow layout.
NavigationPathBreadcrumbLinkPanel(Layout<?>) - Constructor for class com.guiseframework.component.NavigationPathBreadcrumbLinkPanel
Layout constructor.
NavigationPathBreadcrumbLinkPanel(Layout<?>, URIPath) - Constructor for class com.guiseframework.component.NavigationPathBreadcrumbLinkPanel
Layout and URI constructor.
NAVY - Static variable in class com.guiseframework.style.RGBColor
 
NO_HEADING_LEVEL - Static variable in interface com.guiseframework.component.HeadingComponent
The heading level value indicating no heading level.
NO_ORDER - Static variable in class com.guiseframework.prototype.PrototypeProvision
No order.
NOTICE - Static variable in class com.guiseframework.demo.RestrictedPanel
The notice to display on the restricted panel.
Notification - Class in com.guiseframework.model
A notification to the user of some event or state, such as an error or invalid user input.
Notification(Throwable, Notification.Option...) - Constructor for class com.guiseframework.model.Notification
Error constructor with a Notification.Severity.ERROR severity and a text/plain content type.
Notification(Throwable, String, Notification.Option...) - Constructor for class com.guiseframework.model.Notification
Error and message constructor with a Notification.Severity.ERROR severity and a text/plain content type.
Notification(String, Notification.Option...) - Constructor for class com.guiseframework.model.Notification
Message constructor with a Notification.Severity.INFO severity, no error, and a text/plain content type.
Notification(String, Notification.Severity, Notification.Option...) - Constructor for class com.guiseframework.model.Notification
Message and severity constructor with no error and a text/plain content type.
Notification(String, Notification.Severity, Throwable, Notification.Option...) - Constructor for class com.guiseframework.model.Notification
Message, severity, and error constructor with a text/plain content type.
Notification(String, ContentType, Notification.Option...) - Constructor for class com.guiseframework.model.Notification
Message and message content type constructor with a Notification.Severity.INFO severity and no associated error.
Notification(String, ContentType, Notification.Severity, Notification.Option...) - Constructor for class com.guiseframework.model.Notification
Message, message content type, and severity constructor with no associated error.
Notification(String, ContentType, Notification.Severity, Throwable, Notification.Option...) - Constructor for class com.guiseframework.model.Notification
Message, message content type, severity, error, and options constructor.
Notification.Option - Enum in com.guiseframework.model
The options which can be expected as responses for this notification.
Notification.Severity - Enum in com.guiseframework.model
The severity of the notification.
NOTIFICATION_PROPERTY - Static variable in interface com.guiseframework.component.Component
The bound property of the notification.
NotificationEvent - Class in com.guiseframework.event
An event indicating there should be a notification message of some event or state.
NotificationEvent(Object, Notification) - Constructor for class com.guiseframework.event.NotificationEvent
Source and notification constructor.
NotificationEvent(Object, Object, Notification) - Constructor for class com.guiseframework.event.NotificationEvent
Source, target, and notification constructor.
NotificationEvent(Object, NotificationEvent) - Constructor for class com.guiseframework.event.NotificationEvent
Copy constructor that specifies a different source.
NotificationListener - Interface in com.guiseframework.event
An object that listens for notification events.
NotificationOptionDialogFrame - Class in com.guiseframework.component
Default implementation of a frame for communication of an option such as "OK" or "Cancel".
NotificationOptionDialogFrame(Notification.Option...) - Constructor for class com.guiseframework.component.NotificationOptionDialogFrame
Options constructor.
NotificationOptionDialogFrame(Notification) - Constructor for class com.guiseframework.component.NotificationOptionDialogFrame
Notification constructor.
NotificationOptionDialogFrame(String, Notification.Option...) - Constructor for class com.guiseframework.component.NotificationOptionDialogFrame
Text constructor with a default Model.PLAIN_TEXT_CONTENT_TYPE content type.
NotificationOptionDialogFrame(String, ContentType, Notification.Option...) - Constructor for class com.guiseframework.component.NotificationOptionDialogFrame
Text and content type constructor Duplicate options are ignored.
NotificationOptionDialogFrame(Component, Notification.Option...) - Constructor for class com.guiseframework.component.NotificationOptionDialogFrame
Component and options constructor.
NotificationOptionDialogFrame(ValueModel<Notification.Option>, Notification.Option...) - Constructor for class com.guiseframework.component.NotificationOptionDialogFrame
Value model, and options constructor.
NotificationOptionDialogFrame(ValueModel<Notification.Option>, Component, Notification.Option...) - Constructor for class com.guiseframework.component.NotificationOptionDialogFrame
Value model, component, and options constructor.
notified(NotificationEvent) - Method in interface com.guiseframework.event.NotificationListener
Called when a notification event occurs.
notify(Notification...) - Method in class com.guiseframework.AbstractGuiseSession
Notifies the user of one or more notifications to be presented in sequence.
notify(Runnable, Notification...) - Method in class com.guiseframework.AbstractGuiseSession
Notifies the user of one or more notifications to be presented in sequence, with optional logic to be executed after all notifications have taken place.
notify(Notification, Runnable) - Method in class com.guiseframework.AbstractGuiseSession
Notifies the user of the given notification information, with optional logic to be executed after notification takes place.
notify(Throwable...) - Method in class com.guiseframework.AbstractGuiseSession
Notifies the user of the given errors in sequence.
notify(Runnable, Throwable...) - Method in class com.guiseframework.AbstractGuiseSession
Notifies the user of the given error in sequence, with optional logic to be executed after notification takes place.
notify(Notification) - Method in class com.guiseframework.component.AbstractComponent
Notifies the user of the given notification information.
notify(Notification) - Method in interface com.guiseframework.component.Component
Notifies the user of the given notification information.
notify(Notification...) - Method in interface com.guiseframework.GuiseSession
Notifies the user of one or more notifications to be presented in sequence.
notify(Runnable, Notification...) - Method in interface com.guiseframework.GuiseSession
Notifies the user of one or more notifications to be presented in sequence, with optional logic to be executed after all notifications have taken place.
notify(Throwable...) - Method in interface com.guiseframework.GuiseSession
Notifies the user of the given errors in sequence.
notify(Runnable, Throwable...) - Method in interface com.guiseframework.GuiseSession
Notifies the user of the given error in sequence, with optional logic to be executed after notification takes place.
NumberStringLiteralConverter<V extends java.lang.Number> - Interface in com.guiseframework.converter
Indicates an object that can convert a number from and to a string.
NumberStringLiteralConverter.Style - Enum in com.guiseframework.converter
The style of the number in its literal form.

O

OLD_LACE - Static variable in class com.guiseframework.style.RGBColor
 
OLIVE - Static variable in class com.guiseframework.style.RGBColor
 
OLIVE_DRAB - Static variable in class com.guiseframework.style.RGBColor
 
onSequenceIndexChange(int, int) - Method in class com.guiseframework.component.AbstractSequenceTaskPanel
Called after the sequence index changes.
OPACITY_PROPERTY - Static variable in interface com.guiseframework.model.ui.PresentationModel
The opacity bound property.
OpacityFadeEffect - Class in com.guiseframework.component.effect
An effect for fading from one opacity to another.
OpacityFadeEffect() - Constructor for class com.guiseframework.component.effect.OpacityFadeEffect
Default constructor with no delay.
OpacityFadeEffect(int) - Constructor for class com.guiseframework.component.effect.OpacityFadeEffect
Delay constructor.
open() - Method in class com.guiseframework.component.AbstractFrame
Opens the frame with the currently set modality.
open(boolean) - Method in class com.guiseframework.component.AbstractFrame
Opens the frame, specifying modality.
open(GenericPropertyChangeListener<Frame.Mode>) - Method in class com.guiseframework.component.AbstractFrame
Opens the frame as modal and installs the given property change listener to listen for the mode changing.
open() - Method in interface com.guiseframework.component.Frame
Opens the frame with the currently set modality.
open(GenericPropertyChangeListener<Frame.Mode>) - Method in interface com.guiseframework.component.Frame
Opens the frame as modal and installs the given property change listener to listen for the mode changing.
open(boolean) - Method in interface com.guiseframework.component.Frame
Opens the frame, specifying modality.
open(Runnable) - Method in class com.guiseframework.component.NotificationOptionDialogFrame
Opens the frame as modal with a Runnable to be performed after modality ends successfully.
open - Variable in class com.guiseframework.platform.XMLDepictContext.ElementState
Whether the element has been opened but not closed.
OPEN_CLASS - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class indicating open state.
OPEN_EFFECT_PROPERTY - Static variable in interface com.guiseframework.component.Frame
The open effect bound property.
OPEN_PROPERTY - Static variable in interface com.guiseframework.component.Menu
The open bound property.
openFlyover() - Method in class com.guiseframework.component.AbstractComponent.AbstractFlyoverFrameStrategy
Shows a flyover for the component.
openFlyover() - Method in interface com.guiseframework.component.Component.FlyoverStrategy
Shows a flyover for the component.
OptionDialogFrame<O> - Interface in com.guiseframework.component
A frame for communication of an option.
ORANGE - Static variable in class com.guiseframework.style.RGBColor
 
ORANGE_RED - Static variable in class com.guiseframework.style.RGBColor
 
ORCHID - Static variable in class com.guiseframework.style.RGBColor
 
Orientation - Class in com.guiseframework.component.layout
Encapsulates internationalized orientation of objects.
Orientation(FlowOrientation, FlowOrientation) - Constructor for class com.guiseframework.component.layout.Orientation
Flow orientation constructor.
ORIENTATION_PROPERTY - Static variable in interface com.guiseframework.component.Component
The orientation bound property.
ORIENTATION_PROPERTY - Static variable in interface com.guiseframework.GuiseSession
The orientation bound property.
ORIGIN_POINT - Static variable in class com.guiseframework.geometry.Point
A predefined point with zero coordinates.

P

PADDING_LINE_FAR_EXTENT_PROPERTY - Static variable in class com.guiseframework.component.layout.RegionConstraints
The bound property of the line far padding extent.
PADDING_LINE_FAR_EXTENT_PROPERTY - Static variable in class com.guiseframework.component.layout.RegionLayout
The bound property of the line far padding extent.
PADDING_LINE_FAR_EXTENT_PROPERTY - Static variable in interface com.guiseframework.model.ui.PresentationModel
The bound property of the line far padding extent.
PADDING_LINE_NEAR_EXTENT_PROPERTY - Static variable in class com.guiseframework.component.layout.RegionConstraints
The bound property of the line near padding extent.
PADDING_LINE_NEAR_EXTENT_PROPERTY - Static variable in class com.guiseframework.component.layout.RegionLayout
The bound property of the line near padding extent.
PADDING_LINE_NEAR_EXTENT_PROPERTY - Static variable in interface com.guiseframework.model.ui.PresentationModel
The bound property of the line near padding extent.
PADDING_PAGE_FAR_EXTENT_PROPERTY - Static variable in class com.guiseframework.component.layout.RegionConstraints
The bound property of the page far padding extent.
PADDING_PAGE_FAR_EXTENT_PROPERTY - Static variable in class com.guiseframework.component.layout.RegionLayout
The bound property of the page far padding extent.
PADDING_PAGE_FAR_EXTENT_PROPERTY - Static variable in interface com.guiseframework.model.ui.PresentationModel
The bound property of the page far padding extent.
PADDING_PAGE_NEAR_EXTENT_PROPERTY - Static variable in class com.guiseframework.component.layout.RegionConstraints
The bound property of the page near padding extent.
PADDING_PAGE_NEAR_EXTENT_PROPERTY - Static variable in class com.guiseframework.component.layout.RegionLayout
The bound property of the page near padding extent.
PADDING_PAGE_NEAR_EXTENT_PROPERTY - Static variable in interface com.guiseframework.model.ui.PresentationModel
The bound property of the page near padding extent.
PAGE_ALIGNMENT_PROPERTY - Static variable in class com.guiseframework.component.layout.RegionConstraints
The bound property of the page alignment.
PAGE_ALIGNMENT_PROPERTY - Static variable in class com.guiseframework.component.layout.RegionLayout
The bound property of the page alignment.
PAGE_EXTENT_PROPERTY - Static variable in class com.guiseframework.component.layout.RegionConstraints
The page extent (height in left-to-right top-to-bottom orientation) bound property.
PAGE_EXTENT_PROPERTY - Static variable in class com.guiseframework.component.layout.RegionLayout
The page extent (height in left-to-right top-to-bottom orientation) bound property.
PAGE_EXTENT_PROPERTY - Static variable in interface com.guiseframework.model.ui.PresentationModel
The page extent (height in left-to-right top-to-bottom orientation) bound property.
PALE_GOLDEN_ROD - Static variable in class com.guiseframework.style.RGBColor
 
PALE_GREEN - Static variable in class com.guiseframework.style.RGBColor
 
PALE_TURQUOISE - Static variable in class com.guiseframework.style.RGBColor
 
PALE_VIOLET_RED - Static variable in class com.guiseframework.style.RGBColor
 
Panel - Interface in com.guiseframework.component
Base interface for boxes within a frame.
PANValidator - Class in com.guiseframework.validator
A validator to validate a Primary Account Number (PAN) of an identification card as defined in ISO/IEC 7812-1:2000(E), "Identification cards - Identification of issuers - Part 1: Numbering system".
PANValidator(Product...) - Constructor for class com.guiseframework.validator.PANValidator
Valid products constructor with no value required.
PANValidator(boolean) - Constructor for class com.guiseframework.validator.PANValidator
Value required constructor accepting all known products.
PANValidator(boolean, Product...) - Constructor for class com.guiseframework.validator.PANValidator
Value required and valid products constructor.
PAPAYA_WHIP - Static variable in class com.guiseframework.style.RGBColor
 
PARENT_URI_PROPERTY_URI - Static variable in class com.guiseframework.theme.Theme
The property for the URI of the theme's parent.
parseDeclarationBlock(ParseReader, Rule) - Static method in class com.guiseframework.platform.web.css.CSSProcessor
Parses an input stream is expected to contain a block of declaration names and values, with appropriate beginning and ending delimiters.
parseDeclarations(ParseReader, Rule) - Static method in class com.guiseframework.platform.web.css.CSSProcessor
Parses an input stream is expected to contain a set of declaration names and values.
parseNumber(String) - Method in class com.guiseframework.converter.AbstractNumberStringLiteralConverter
Converts a literal representation of a value from the lexical space into a number.
parseRule(ParseReader) - Static method in class com.guiseframework.platform.web.css.CSSProcessor
Parses an input stream that is expected to begin with a CSS rule.
parseStylesheetContent(ParseReader, CSSStylesheet) - Static method in class com.guiseframework.platform.web.css.CSSProcessor
Parses an input stream that contains stylesheet information.
PASSWORD_VERIFIED_PROPERTY - Static variable in class com.guiseframework.component.PasswordAuthenticationPanel
The bound property of the password verification status.
PasswordAuthenticationPanel - Class in com.guiseframework.component
Panel to gather password authentication information and optionally verify the password.
PasswordAuthenticationPanel() - Constructor for class com.guiseframework.component.PasswordAuthenticationPanel
Default constructor with a default vertical flow layout.
PasswordAuthenticationPanel(Layout<?>) - Constructor for class com.guiseframework.component.PasswordAuthenticationPanel
Layout constructor.
PathURIStringLiteralConverter - Class in com.guiseframework.converter
A URI converter that interprets relative URIs as path URIs with the scheme.
PathURIStringLiteralConverter() - Constructor for class com.guiseframework.converter.PathURIStringLiteralConverter
 
pause() - Method in interface com.guiseframework.audio.Audio.Depictor
Requests that the audio pause.
pause() - Method in class com.guiseframework.audio.Audio
Requests that the audio pause.
pause() - Method in class com.guiseframework.platform.web.WebAudioDepictor
Requests that the audio pause.
PEACH_PUFF - Static variable in class com.guiseframework.style.RGBColor
 
peekModalNavigation() - Method in class com.guiseframework.AbstractGuiseSession
 
PENDING_IMAGE_URI_PROPERTY - Static variable in interface com.guiseframework.component.PendingImageComponent
The pending image URI bound property.
PendingImage - Class in com.guiseframework.component
A simple image component with an indication when the image is pending.
PendingImage() - Constructor for class com.guiseframework.component.PendingImage
Default constructor.
PendingImage(ImageModel) - Constructor for class com.guiseframework.component.PendingImage
Image model constructor.
PendingImage(InfoModel, ImageModel) - Constructor for class com.guiseframework.component.PendingImage
Info model and image model constructor.
PendingImageActionControl - Class in com.guiseframework.component
A pending image component that is also an action control.
PendingImageActionControl() - Constructor for class com.guiseframework.component.PendingImageActionControl
Default constructor.
PendingImageActionControl(ImageModel) - Constructor for class com.guiseframework.component.PendingImageActionControl
Image model constructor.
PendingImageActionControl(InfoModel, ImageModel, ActionModel, Enableable) - Constructor for class com.guiseframework.component.PendingImageActionControl
Info model, image model, action model, and enableable object constructor.
PendingImageComponent - Interface in com.guiseframework.component
A component that displays an image and is able to indicate when an image is pending.
PendingImageModel - Interface in com.guiseframework.model
A model for an image that is pending.
performAction() - Method in class com.guiseframework.component.AbstractActionControl
Performs the action with default force and default option.
performAction(int, int) - Method in class com.guiseframework.component.AbstractActionControl
Performs the action with the given force and option.
performAction() - Method in class com.guiseframework.component.AbstractMenu
Performs the action with default force and default option.
performAction(int, int) - Method in class com.guiseframework.component.AbstractMenu
Performs the action with the given force and option.
performAction() - Method in class com.guiseframework.component.ImageActionControl
Performs the action with default force and default option.
performAction(int, int) - Method in class com.guiseframework.component.ImageActionControl
Performs the action with the given force and option.
performAction() - Method in class com.guiseframework.component.TreeControl
Performs the action with default force and default option.
performAction(int, int) - Method in class com.guiseframework.component.TreeControl
Performs the action with the given force and option.
performAction() - Method in interface com.guiseframework.model.ActionModel
Performs the action with default force and default option.
performAction(int, int) - Method in interface com.guiseframework.model.ActionModel
Performs the action with the given force and option.
performAction() - Method in class com.guiseframework.model.DefaultActionModel
Performs the action with default force and default option.
performAction(int, int) - Method in class com.guiseframework.model.DefaultActionModel
Performs the action with the given force and option.
performAction() - Method in class com.guiseframework.model.DefaultTreeModel
Performs the action with default force and default option.
performAction(int, int) - Method in class com.guiseframework.model.DefaultTreeModel
Performs the action with the given force and option.
performAction() - Method in class com.guiseframework.model.DefaultTreeNodeModel
Performs the action with default force and default option.
performAction(int, int) - Method in class com.guiseframework.model.DefaultTreeNodeModel
Performs the action with the given force and option.
performAction() - Method in class com.guiseframework.prototype.AbstractActionPrototype
Performs the action with default force and default option.
performAction(int, int) - Method in class com.guiseframework.prototype.AbstractActionPrototype
Performs the action with the given force and option.
performAction() - Method in class com.guiseframework.prototype.ProxyActionPrototype
Performs the action with default force and default option.
performAction(int, int) - Method in class com.guiseframework.prototype.ProxyActionPrototype
Performs the action with the given force and option.
PermanentRedirectDestination - Interface in com.guiseframework
A destination that permanently redirects somewhere else.
PermanentRedirectReferenceDestination - Class in com.guiseframework
A destination that permanently redirects to another referenced destination.
PermanentRedirectReferenceDestination(URIPath, Destination) - Constructor for class com.guiseframework.PermanentRedirectReferenceDestination
Path and referenced destination constructor.
PermanentRedirectReferenceDestination(Pattern, Destination) - Constructor for class com.guiseframework.PermanentRedirectReferenceDestination
Path pattern and referenced destination constructor.
PERU - Static variable in class com.guiseframework.style.RGBColor
 
Picture - Class in com.guiseframework.component
An image component that displays an associated label and description, if present.
Picture() - Constructor for class com.guiseframework.component.Picture
Default constructor.
Picture(InfoModel, ImageModel) - Constructor for class com.guiseframework.component.Picture
Info model and image model constructor.
PINK - Static variable in class com.guiseframework.style.RGBColor
 
PLAIN_TEXT_CONTENT_TYPE - Static variable in interface com.guiseframework.model.Model
A content type of text/plain.
PlainIntegerStringLiteralConverter - Class in com.guiseframework.converter
A converter that converts an Integer from and to a string literal with no delimiters.
PlainIntegerStringLiteralConverter() - Constructor for class com.guiseframework.converter.PlainIntegerStringLiteralConverter
 
PlainLongStringLiteralConverter - Class in com.guiseframework.converter
A converter that converts a Long from and to a string literal with no delimiters.
PlainLongStringLiteralConverter() - Constructor for class com.guiseframework.converter.PlainLongStringLiteralConverter
 
Platform - Interface in com.guiseframework.platform
The platform on which Guise objects are being depicted.
PLATFORM_FILES_PROPERTY - Static variable in class com.guiseframework.platform.PlatformFileCollector
The bound property of the selected platform files.
PlatformCommand - Interface in com.guiseframework.platform
A command to or from the platform on which objects are depicted.
PlatformCommandMessage<C extends java.lang.Enum<C> & PlatformCommand> - Interface in com.guiseframework.platform
A command message to or from the platform on which objects are being depicted.
PlatformDropEvent - Class in com.guiseframework.platform
Indicates that a drop action has occurred after a drag on the platform.
PlatformDropEvent(DepictedObject, DepictedObject) - Constructor for class com.guiseframework.platform.PlatformDropEvent
Drag source and drop target constructor.
PlatformEvent - Interface in com.guiseframework.platform
An event message to or from the platform on which objects are being depicted.
PlatformFile - Interface in com.guiseframework.platform
A local file on a platform.
PlatformFileCollector - Class in com.guiseframework.platform
Encapsulation of a list of platform files and a way to collect them.
PlatformFileCollector() - Constructor for class com.guiseframework.platform.PlatformFileCollector
Default constructor.
PlatformFileCollector.Depictor<F extends PlatformFileCollector> - Interface in com.guiseframework.platform
The custom depictor type for this depicted object class.
PlatformFileUploadPanel - Class in com.guiseframework.component
Panel to browse platform files and upload them to the specified destination.
PlatformFileUploadPanel(URI) - Constructor for class com.guiseframework.component.PlatformFileUploadPanel
Destination URI constructor.
PlatformFileUploadPanel(URI, Bookmark) - Constructor for class com.guiseframework.component.PlatformFileUploadPanel
Destination URI and destination bookmark constructor.
PlatformFileUploadPanel() - Constructor for class com.guiseframework.component.PlatformFileUploadPanel
Default constructor with a default vertical flow layout.
PlatformFileUploadTask - Class in com.guiseframework.platform
A task to upload a series of files from the platform.
PlatformFileUploadTask(Iterable<PlatformFile>, URI, Bookmark) - Constructor for class com.guiseframework.platform.PlatformFileUploadTask
Platform files, destination URI, and destination bookmark constructor.
PlatformFocusEvent - Class in com.guiseframework.platform
Indicates that a component has received focus on the platform.
PlatformFocusEvent(DepictedObject) - Constructor for class com.guiseframework.platform.PlatformFocusEvent
Constructs a focus control event.
PlatformMessage - Interface in com.guiseframework.platform
A message to or from the platform on which objects are being depicted.
play() - Method in interface com.guiseframework.audio.Audio.Depictor
Requests that the audio start playing.
play() - Method in class com.guiseframework.audio.Audio
Requests that the audio start playing.
play() - Method in class com.guiseframework.platform.web.WebAudioDepictor
Requests that the audio start.
PLUM - Static variable in class com.guiseframework.style.RGBColor
 
Point - Class in com.guiseframework.geometry
A point in three-dimensional space.
Point(double, double) - Constructor for class com.guiseframework.geometry.Point
Two-dimensional primitive pixel coordinate constructor.
Point(double, double, double) - Constructor for class com.guiseframework.geometry.Point
Primitive pixel coordinate constructor.
Point(double, double, Unit) - Constructor for class com.guiseframework.geometry.Point
Two-dimensional primitive coordinate and unit constructor.
Point(double, double, double, Unit) - Constructor for class com.guiseframework.geometry.Point
Primitive coordinate and unit constructor.
Point(Extent, Extent) - Constructor for class com.guiseframework.geometry.Point
Two-dimensional coordinate constructor.
Point(Extent, Extent, Extent) - Constructor for class com.guiseframework.geometry.Point
Coordinate constructor.
pollModalNavigation() - Method in class com.guiseframework.AbstractGuiseSession
 
popModalNavigation() - Method in class com.guiseframework.AbstractGuiseSession
 
POSITION_PROPERTY - Static variable in enum com.guiseframework.platform.web.WebAudioDepictor.AudioCommand
The property for specifying the position of the audio.
POWDER_BLUE - Static variable in class com.guiseframework.style.RGBColor
 
PresentationModel - Interface in com.guiseframework.model.ui
Encapsulation of presentation-related information.
PRINCIPAL_PROPERTY - Static variable in interface com.guiseframework.GuiseSession
The principal (e.g.
process(ParseReader) - Method in class com.guiseframework.platform.web.css.CSSProcessor
Processes a CSS stylesheet.
ProcessCommand - Enum in com.guiseframework.input
Commands for reacting to a decision to be made during a process.
processEvent(PlatformEvent) - Method in class com.guiseframework.component.AbstractComponent
Processes an event from the platform.
processEvent(PlatformEvent) - Method in class com.guiseframework.platform.AbstractComponentDepictor
Processes an event from the platform.
processEvent(PlatformEvent) - Method in class com.guiseframework.platform.AbstractDepictedObject
Processes an event from the platform.
processEvent(PlatformEvent) - Method in class com.guiseframework.platform.AbstractDepictor
Processes an event from the platform.
processEvent(PlatformEvent) - Method in interface com.guiseframework.platform.DepictedObject
Processes an event from the platform.
processEvent(PlatformEvent) - Method in interface com.guiseframework.platform.Depictor
Processes an event from the platform.
processEvent(PlatformEvent) - Method in class com.guiseframework.platform.web.AbstractWebActionControlDepictor
Processes an event from the platform.
processEvent(PlatformEvent) - Method in class com.guiseframework.platform.web.AbstractWebMenuDepictor
Processes an event from the platform.
processEvent(PlatformEvent) - Method in class com.guiseframework.platform.web.AbstractWebPlatformFileCollectorDepictor
Processes an event from the platform.
processEvent(PlatformEvent) - Method in class com.guiseframework.platform.web.WebAudioDepictor
Processes an event from the platform.
processEvent(PlatformEvent) - Method in class com.guiseframework.platform.web.WebCheckControlDepictor
Processes an event from the platform.
processEvent(PlatformEvent) - Method in class com.guiseframework.platform.web.WebFileInputDepictor
Processes an event from the platform.
processEvent(PlatformEvent) - Method in class com.guiseframework.platform.web.WebResourceCollectDepictor
Processes an event from the platform.
processEvent(PlatformEvent) - Method in class com.guiseframework.platform.web.WebSelectDepictor
Processes an event from the platform.
processEvent(PlatformEvent) - Method in class com.guiseframework.platform.web.WebSliderDepictor
Processes an event from the platform.
processEvent(PlatformEvent) - Method in class com.guiseframework.platform.web.WebTabbedPanelDepictor
Processes an event from the platform.
processEvent(PlatformEvent) - Method in class com.guiseframework.platform.web.WebTabDepictor
Processes an event from the platform.
processEvent(PlatformEvent) - Method in class com.guiseframework.platform.web.WebTextControlDepictor
Processes an event from the platform.
processEvent(PlatformEvent) - Method in class com.guiseframework.platform.web.WebTreeControlDepictor
Processes an event from the platform.
processPosition(SliderControl<V>, double) - Static method in class com.guiseframework.platform.web.WebSliderDepictor
Updates the position of a slider control based upon the relative position sent from the web platform.
processPrototypeProvisions(Set<PrototypeProvision<?>>) - Method in class com.guiseframework.prototype.AbstractMenuToolCompositeComponentPrototypeProvisionStrategy
Processes prototype provisions.
processPrototypeProvisions() - Method in class com.guiseframework.prototype.AbstractPrototypeProvisionStrategy
Processes prototype provisions.
processPrototypeProvisions(Set<PrototypeProvision<?>>) - Method in class com.guiseframework.prototype.AbstractPrototypeProvisionStrategy
Processes prototype provisions.
processSelectedIDs(ListSelectControl<V>, String[]) - Static method in class com.guiseframework.platform.web.WebSelectDepictor
Updates the selection of a list select control based upon the selected IDs sent from the web platform.
Product - Interface in com.guiseframework.platform
The identification of a product, such as a user agent or a plugin, on the platform.
progressed(ProgressEvent<P>) - Method in interface com.guiseframework.event.ProgressListener
Called when a task makes progress.
ProgressEvent<P> - Class in com.guiseframework.event
An event used to notify interested parties that progress has been made for a particular task.
ProgressEvent(Object, TaskState) - Constructor for class com.guiseframework.event.ProgressEvent
Task state constructor with no known value or maximum value.
ProgressEvent(Object, TaskState, P) - Constructor for class com.guiseframework.event.ProgressEvent
Task state and value constructor with no known maximum value.
ProgressEvent(Object, TaskState, P, P) - Constructor for class com.guiseframework.event.ProgressEvent
Task state, value, and maximum constructor.
ProgressEvent(Object, String, TaskState) - Constructor for class com.guiseframework.event.ProgressEvent
Task and task state constructor with no known value or maximum value.
ProgressEvent(Object, String, TaskState, P) - Constructor for class com.guiseframework.event.ProgressEvent
Task, task state, and value constructor with no known maximum value.
ProgressEvent(Object, String, TaskState, P, P) - Constructor for class com.guiseframework.event.ProgressEvent
Task, task state, value, and maximum constructor.
ProgressEvent(Object, ProgressEvent<P>) - Constructor for class com.guiseframework.event.ProgressEvent
Source copy constructor.
ProgressListenable<P> - Interface in com.guiseframework.event
An object that allows the registration of progress listeners.
ProgressListener<P> - Interface in com.guiseframework.event
An object that listens for progress events.
propertyChange(GenericPropertyChangeEvent<Object>) - Method in class com.guiseframework.component.layout.AbstractLayout.ConstraintsPropertyChangeListener
Called when a bound property is changed.
propertyChange(GenericPropertyChangeEvent<Boolean>) - Method in class com.guiseframework.event.SynchronizeDisplayedPropertyChangeListener
Called when a bound property is changed.
propertyChange(GenericPropertyChangeEvent<Boolean>) - Method in class com.guiseframework.model.MutualExclusionPolicyModelGroup
Called when the boolean model value is changed.
propertyChange(PropertyChangeEvent) - Method in class com.guiseframework.model.ValuePolicyModelGroup
Called when a bound property is changed.
propertyChange(PropertyChangeEvent) - Method in class com.guiseframework.platform.AbstractDepictor.DepictedPropertyChangeListener
Called when a bound property is changed.
Prototype - Interface in com.guiseframework.prototype
The basis on which a component can be formed, consisting of appropriate models and interfaces.
PROTOTYPE_PROVISIONS_PROPERTY - Static variable in interface com.guiseframework.prototype.PrototypeProvider
The prototype provisions property.
PrototypeProvider - Interface in com.guiseframework.prototype
An object that provides prototypes.
PrototypeProvision<P extends Prototype> - Class in com.guiseframework.prototype
Prototype provision information indicating order, hierarchy, and location for generated components.
PrototypeProvision(P, int, boolean, boolean) - Constructor for class com.guiseframework.prototype.PrototypeProvision
Prototype constructor with no prototype description parent.
PrototypeProvision(PrototypeProvision<?>, P, int, boolean, boolean) - Constructor for class com.guiseframework.prototype.PrototypeProvision
Parent prototype description and prototype constructor.
provideDefaultPrototypes() - Method in class com.guiseframework.component.AbstractFrame
Provides default prototype provisions to be integrated into the menu and/or toolbar.
providePrototypes() - Method in class com.guiseframework.component.AbstractFrame.DefaultPrototypeProvider
Provides prototype provisions.
providePrototypes() - Method in class com.guiseframework.prototype.AbstractPrototypeProvider
Provides prototype provisions.
PROVISIONAL_TEXT_PROPERTY - Static variable in class com.guiseframework.component.AbstractTextControl
The provisional text literal bound property.
ProxyActionPrototype - Class in com.guiseframework.prototype
An action prototype that is a proxy for another action prototype.
ProxyActionPrototype(ActionPrototype) - Constructor for class com.guiseframework.prototype.ProxyActionPrototype
Proxied prototype constructor.
PseudoClass - Class in com.guiseframework.platform.web.css
A pseudo class simple selector.
PseudoClass(String) - Constructor for class com.guiseframework.platform.web.css.PseudoClass
Pseudo class name constructor.
PURPLE - Static variable in class com.guiseframework.style.RGBColor
 
pushModalNavigation(ModalNavigation) - Method in class com.guiseframework.AbstractGuiseSession
Pushes the given model navigation onto the top of the stack.
putComponentState(T, S) - Method in class com.guiseframework.component.AbstractCompositeStateComponent
Stores a child component state for the given object.

Q

QUALITY_PARAMETER - Static variable in class com.guiseframework.platform.web.WebFlashDepictor
The "quality" parameter.
QUALITY_PARAMETER_HIGH - Static variable in class com.guiseframework.platform.web.WebFlashDepictor
The "quality" parameter "high" value.
QuestionTreeNodeModel - Class in com.guiseframework.model.rdf.maqro
A tree node model that represents a MAQRO question.
QuestionTreeNodeModel() - Constructor for class com.guiseframework.model.rdf.maqro.QuestionTreeNodeModel
Default constructor with no initial value.
QuestionTreeNodeModel(Question) - Constructor for class com.guiseframework.model.rdf.maqro.QuestionTreeNodeModel
Initial value constructor.
QuestionTreeNodeModel(FollowupEvaluation, Question) - Constructor for class com.guiseframework.model.rdf.maqro.QuestionTreeNodeModel
Followup subject and initial value constructor.
QuestionTreeNodeRepresentationStrategy - Class in com.guiseframework.component.rdf.maqro
A tree node representation strategy representing a MAQRO question.
QuestionTreeNodeRepresentationStrategy() - Constructor for class com.guiseframework.component.rdf.maqro.QuestionTreeNodeRepresentationStrategy
Default constructor with a default RDF XMLifier.
QuestionTreeNodeRepresentationStrategy(RDFXMLGenerator) - Constructor for class com.guiseframework.component.rdf.maqro.QuestionTreeNodeRepresentationStrategy
RDF XMLifier constructor.

R

raiseValue() - Method in class com.guiseframework.model.AbstractListSelectEditor
Raises the currently selected value in the list.
RangeValidator<V> - Interface in com.guiseframework.validator
A validator restricting a value to a range.
RDFLiteralTreeNodeModel - Class in com.guiseframework.model.rdf
A tree node model that represents an RDF literal.
RDFLiteralTreeNodeModel() - Constructor for class com.guiseframework.model.rdf.RDFLiteralTreeNodeModel
Default constructor with no initial value.
RDFLiteralTreeNodeModel(RDFLiteral) - Constructor for class com.guiseframework.model.rdf.RDFLiteralTreeNodeModel
Initial value constructor.
RDFLiteralTreeNodeModel(RDFResource, RDFLiteral) - Constructor for class com.guiseframework.model.rdf.RDFLiteralTreeNodeModel
Property and initial value constructor.
RDFLiteralTreeNodeRepresentationStrategy - Class in com.guiseframework.component.rdf
An tree node representation strategy representing an RDF literal.
RDFLiteralTreeNodeRepresentationStrategy() - Constructor for class com.guiseframework.component.rdf.RDFLiteralTreeNodeRepresentationStrategy
Default constructor with a default RDF XMLifier.
RDFLiteralTreeNodeRepresentationStrategy(RDFXMLGenerator) - Constructor for class com.guiseframework.component.rdf.RDFLiteralTreeNodeRepresentationStrategy
RDF XMLifier constructor.
RDFObjectTreeNodeModel<V extends com.globalmentor.rdf.RDFObject> - Interface in com.guiseframework.model.rdf
A tree node model that represents an object described in RDF.
RDFPropertyTableColumnModel<V extends com.globalmentor.rdf.RDFObject> - Class in com.guiseframework.component.rdf
A model for a table column representing an RDF property.
RDFPropertyTableColumnModel(Class<V>, URI) - Constructor for class com.guiseframework.component.rdf.RDFPropertyTableColumnModel
Value class constructor.
RDFPropertyTableColumnModel(Class<V>, URI, String) - Constructor for class com.guiseframework.component.rdf.RDFPropertyTableColumnModel
Value class and label constructor.
RDFResourceTableModel - Class in com.guiseframework.component.rdf
A table model based upon a list of RDF resource.
RDFResourceTableModel(TableColumnModel<?>...) - Constructor for class com.guiseframework.component.rdf.RDFResourceTableModel
Constructs a table model indicating the type of values it can hold, using a default multiple selection strategy.
RDFResourceTreeNodeModel - Class in com.guiseframework.model.rdf
A tree node model that represents an RDF resource.
RDFResourceTreeNodeModel() - Constructor for class com.guiseframework.model.rdf.RDFResourceTreeNodeModel
Default constructor with no initial value.
RDFResourceTreeNodeModel(RDFResource) - Constructor for class com.guiseframework.model.rdf.RDFResourceTreeNodeModel
Initial value constructor.
RDFResourceTreeNodeModel(RDFResource, RDFResource) - Constructor for class com.guiseframework.model.rdf.RDFResourceTreeNodeModel
Property and initial value constructor.
RDFResourceTreeNodeRepresentationStrategy - Class in com.guiseframework.component.rdf
A default tree node representation strategy representing an RDF resource.
RDFResourceTreeNodeRepresentationStrategy() - Constructor for class com.guiseframework.component.rdf.RDFResourceTreeNodeRepresentationStrategy
Default constructor with a default RDF XMLifier.
RDFResourceTreeNodeRepresentationStrategy(RDFXMLGenerator) - Constructor for class com.guiseframework.component.rdf.RDFResourceTreeNodeRepresentationStrategy
RDF XMLifier constructor.
RDFResourceURITableColumnModel - Class in com.guiseframework.component.rdf
A model for a table column representing the reference URI of an RDF resource.
RDFResourceURITableColumnModel() - Constructor for class com.guiseframework.component.rdf.RDFResourceURITableColumnModel
Default constructor.
RDFResourceURITableColumnModel(String) - Constructor for class com.guiseframework.component.rdf.RDFResourceURITableColumnModel
Label constructor.
RDFURIStringLiteralConverter - Class in com.guiseframework.converter
A converter that converts a URI from and to a string literal.
RDFURIStringLiteralConverter() - Constructor for class com.guiseframework.converter.RDFURIStringLiteralConverter
Default constructor.
RDFURIStringLiteralConverter(XMLNamespacePrefixManager) - Constructor for class com.guiseframework.converter.RDFURIStringLiteralConverter
XML namespace prefix manager constructor.
RDFURIStringLiteralConverter(RDFXMLGenerator) - Constructor for class com.guiseframework.converter.RDFURIStringLiteralConverter
XML RDF generator constructor.
receive(URI, Bookmark) - Method in interface com.guiseframework.component.ResourceCollectControl.Depictor
Requests that resource collection start.
receive(URI, Bookmark) - Method in class com.guiseframework.platform.web.WebResourceCollectDepictor
Requests that resource collection start.
receiveResources(String) - Method in class com.guiseframework.component.ResourceCollectControl
Receives collected resources at the given destination path with no bookmark.
receiveResources(String, Bookmark) - Method in class com.guiseframework.component.ResourceCollectControl
Receives collected resources at the given destination path using the given bookmark.
Rectangle - Class in com.guiseframework.geometry
A rectangle on a plane.
Rectangle(double, double, double, double) - Constructor for class com.guiseframework.geometry.Rectangle
Two-dimensional primitive pixel coordinates and dimensions constructor.
Rectangle(double, double, double, double, double) - Constructor for class com.guiseframework.geometry.Rectangle
Primitive pixel coordinates and dimensions constructor.
Rectangle(double, double, double, double, Unit) - Constructor for class com.guiseframework.geometry.Rectangle
Two-dimensional primitive coordinates, dimensions, and unit constructor.
Rectangle(double, double, double, double, double, Unit) - Constructor for class com.guiseframework.geometry.Rectangle
Primitive coordinates, dimensions, and unit constructor.
Rectangle(Extent, Extent, Extent, Extent) - Constructor for class com.guiseframework.geometry.Rectangle
Two-dimensional coordinates and dimensions constructor.
Rectangle(Extent, Extent, Extent, Extent, Extent) - Constructor for class com.guiseframework.geometry.Rectangle
Coordinates and dimensions constructor.
Rectangle(Point, Dimensions) - Constructor for class com.guiseframework.geometry.Rectangle
Position and size constructor.
RED - Static variable in class com.guiseframework.style.RGBColor
 
redirect(HTTPServletGuiseRequest, GuiseApplication, RedirectDestination, Bookmark) - Method in class com.guiseframework.platform.web.GuiseHTTPServlet
Processes a redirect from a redirect destination.
redirect(HTTPServletGuiseRequest, GuiseApplication, URI, Bookmark, boolean) - Method in class com.guiseframework.platform.web.GuiseHTTPServlet
Redirects to the given navigation path, preserving the given bookmark.
RedirectDestination - Interface in com.guiseframework
A destination that redirects somewhere else.
ReferenceConstraints - Class in com.guiseframework.component.layout
Constraints on individual component layout.
ReferenceConstraints(String) - Constructor for class com.guiseframework.component.layout.ReferenceConstraints
Creates constraints with a reference ID to which a component should be bound.
ReferenceDestination - Interface in com.guiseframework
A destination that references another destination.
ReferenceLayout - Class in com.guiseframework.component.layout
A layout for components bound to component references such as IDs.
ReferenceLayout() - Constructor for class com.guiseframework.component.layout.ReferenceLayout
 
refirePropertyChange(Component, T, String, V, V) - Method in class com.guiseframework.component.layout.AbstractLayout.ConstraintsPropertyChangeListener
Refires a constraint property change event for the layout in the form of a LayoutConstraintsPropertyChangeEvent.
Region - Enum in com.guiseframework.component.layout
Indicates a region of a larger area in internationalized relative terms.
RegionConstraints - Class in com.guiseframework.component.layout
Constraints on individual component region layout.
RegionConstraints(Region) - Constructor for class com.guiseframework.component.layout.RegionConstraints
Region constructor.
RegionLayout - Class in com.guiseframework.component.layout
A layout that defines locations of components in internationalized relative terms.
RegionLayout() - Constructor for class com.guiseframework.component.layout.RegionLayout
Default constructor with Flow.LINE span flow.
RegionLayout(Flow) - Constructor for class com.guiseframework.component.layout.RegionLayout
Span flow constructor.
REGIONS - Static variable in enum com.guiseframework.component.layout.Region
The three regions for each axis/direction combination.
registerDepictedObject(DepictedObject) - Method in class com.guiseframework.platform.AbstractPlatform
Registers a depicted object so that it can interact with the platform.
registerDepictedObject(DepictedObject) - Method in interface com.guiseframework.platform.Platform
Registers a depicted object so that it can interact with the platform.
registerDepictorClass(Class<O>, Class<?>) - Method in class com.guiseframework.platform.AbstractPlatform
Registers the class of a depictor to depict an object of the given class (and by default subclasses).
registerSession(GuiseSession) - Method in class com.guiseframework.AbstractGuiseApplication
Registers a session with this application.
registerSession(GuiseSession) - Method in interface com.guiseframework.GuiseApplication
Registers a session with this application.
RegularExpressionCharArrayValidator - Class in com.guiseframework.validator
A character array validator that can validate against regular expressions.
RegularExpressionCharArrayValidator(String) - Constructor for class com.guiseframework.validator.RegularExpressionCharArrayValidator
Constructs a string regular expression validator from a regular expression string, without requiring a non-null value..
RegularExpressionCharArrayValidator(String, boolean) - Constructor for class com.guiseframework.validator.RegularExpressionCharArrayValidator
Constructs a string regular expression validator from a regular expression string.
RegularExpressionCharArrayValidator(Pattern) - Constructor for class com.guiseframework.validator.RegularExpressionCharArrayValidator
Constructs a string regular expression validator from a regular expression pattern, without requiring a non-null value.
RegularExpressionCharArrayValidator(Pattern, boolean) - Constructor for class com.guiseframework.validator.RegularExpressionCharArrayValidator
Constructs a string regular expression validator from a regular expression pattern.
RegularExpressionStringValidator - Class in com.guiseframework.validator
A string validator that can validate against regular expressions.
RegularExpressionStringValidator(String) - Constructor for class com.guiseframework.validator.RegularExpressionStringValidator
Constructs a string regular expression validator from a regular expression string, without requiring a non-null value..
RegularExpressionStringValidator(String, boolean) - Constructor for class com.guiseframework.validator.RegularExpressionStringValidator
Constructs a string regular expression validator from a regular expression string.
RegularExpressionStringValidator(Pattern) - Constructor for class com.guiseframework.validator.RegularExpressionStringValidator
Constructs a string regular expression validator from a regular expression pattern, without requiring a non-null value.
RegularExpressionStringValidator(Pattern, boolean) - Constructor for class com.guiseframework.validator.RegularExpressionStringValidator
Constructs a string regular expression validator from a regular expression pattern.
rejectEdit() - Method in class com.guiseframework.component.AbstractEditComponentTextControl
Cancels edits.
RELATED_COMPONENT_PROPERTY - Static variable in interface com.guiseframework.component.Frame
The bound property of the related component.
relativizePath(URIPath) - Method in class com.guiseframework.AbstractGuiseApplication
Changes an absolute path to an application-relative path.
relativizePath(URIPath) - Method in interface com.guiseframework.GuiseApplication
Changes an absolute path to an application-relative path.
relativizeURI(URI) - Method in class com.guiseframework.AbstractGuiseApplication
Changes a URI to an application-relative path.
relativizeURI(URI) - Method in interface com.guiseframework.GuiseApplication
Changes a URI to an application-relative path.
releaseDestinationComponent(ComponentDestination) - Method in class com.guiseframework.AbstractGuiseSession
Releases the component bound to the given destination.
releaseDestinationComponent(ComponentDestination) - Method in interface com.guiseframework.GuiseSession
Releases the component bound to the given destination.
releaseResourceBundle() - Method in class com.guiseframework.AbstractGuiseSession
Unloads the current resource bundle so that the next call to AbstractGuiseSession.getResourceBundle() will load the resource bundle anew.
remove(Object) - Method in class com.guiseframework.component.AbstractContainer
Removes a component from the container.
remove(int) - Method in class com.guiseframework.component.AbstractContainer
Removes the child component at the specified position in this container.
remove(Object) - Method in class com.guiseframework.component.AbstractListSelectControl
Removes the first occurrence in this model of the specified value.
remove(int) - Method in class com.guiseframework.component.AbstractListSelectControl
Removes the value at the specified position in this model.
remove(Object) - Method in interface com.guiseframework.component.Container
Removes a component from the container.
remove(int) - Method in interface com.guiseframework.component.Container
Removes the child component at the specified position in this container.
remove(M) - Method in class com.guiseframework.model.AbstractModelGroup
Removes a model from the group.
remove(Object) - Method in class com.guiseframework.model.DefaultListSelectModel
Removes the first occurrence in this model of the specified value.
remove(int) - Method in class com.guiseframework.model.DefaultListSelectModel
Removes the value at the specified position in this model.
remove(TreeNodeModel<?>) - Method in class com.guiseframework.model.DefaultTreeNodeModel
Removes a child tree node from this tree node.
remove(M) - Method in interface com.guiseframework.model.ModelGroup
Removes a model from the group.
remove(TreeNodeModel<?>) - Method in interface com.guiseframework.model.TreeNodeModel
Removes a child tree node from this tree node.
remove(Object) - Method in exception com.guiseframework.validator.ValidationsException
Removes a single instance of the specified element from this collection, if it is present (optional operation).
removeActionListener(ActionListener) - Method in class com.guiseframework.component.AbstractActionControl
Removes an action listener.
removeActionListener(ActionListener) - Method in class com.guiseframework.component.AbstractMenu
Removes an action listener.
removeActionListener(ActionListener) - Method in class com.guiseframework.component.ImageActionControl
Removes an action listener.
removeActionListener(ActionListener) - Method in class com.guiseframework.component.TreeControl
Removes an action listener.
removeActionListener(ActionListener) - Method in interface com.guiseframework.event.ActionListenable
Removes an action listener.
removeActionListener(ActionListener) - Method in class com.guiseframework.model.DefaultActionModel
Removes an action listener.
removeActionListener(ActionListener) - Method in class com.guiseframework.model.DefaultTreeModel
Removes an action listener.
removeActionListener(ActionListener) - Method in class com.guiseframework.model.DefaultTreeNodeModel
Removes an action listener.
removeActionListener(ActionListener) - Method in class com.guiseframework.prototype.AbstractActionPrototype
Removes an action listener.
removeActionListener(ActionListener) - Method in class com.guiseframework.prototype.ProxyActionPrototype
Removes an action listener.
removeAll(Collection<?>) - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Removes from this model all the values that are contained in the specified collection.
removeAll(Collection<?>) - Method in class com.guiseframework.component.AbstractListSelectControl
Removes from this model all the values that are contained in the specified collection.
removeAll(Collection<?>) - Method in class com.guiseframework.model.DefaultListSelectModel
Removes from this model all the values that are contained in the specified collection.
removeAll(Collection<?>) - Method in exception com.guiseframework.validator.ValidationsException
Removes all this collection's elements that are also contained in the specified collection (optional operation).
removeChildFrame(Frame) - Method in class com.guiseframework.component.AbstractApplicationFrame
Removes a frame from the list of child frames.
removeChildFrame(Frame) - Method in interface com.guiseframework.component.ApplicationFrame
Removes a frame from the list of child frames.
removeCommandListener(CommandListener) - Method in class com.guiseframework.component.AbstractComponent
Removes a command listener.
removeCommandListener(CommandListener) - Method in interface com.guiseframework.component.Component
Removes a command listener.
removeComponent(Component) - Method in class com.guiseframework.component.AbstractLayoutComponent
Removes a component from the layout component.
removeComponent(Component) - Method in class com.guiseframework.component.AbstractListCompositeComponent
Removes a child component.
removeComponent(Component) - Method in class com.guiseframework.component.AbstractMultipleCompositeComponent
Removes a child component.
removeComponent(Component) - Method in class com.guiseframework.component.BooleanValueControlSelectControl
Removes a component from the layout component.
removeComponent(Component) - Method in class com.guiseframework.component.layout.AbstractLayout
Removes a component from the layout.
removeComponent(Component) - Method in class com.guiseframework.component.layout.AbstractValueLayout
Removes a component from the layout.
removeComponent(Component) - Method in interface com.guiseframework.component.layout.Layout
Removes a component from the layout.
removeComponent(Component) - Method in class com.guiseframework.component.SequenceCardPanel
Removes a child component.
removeComponentState(T) - Method in class com.guiseframework.component.AbstractCompositeStateComponent
Removes the child component state for the given object.
removeCompositeComponentListener(CompositeComponentListener) - Method in class com.guiseframework.component.AbstractCompositeComponent
Removes a composite component listener.
removeCompositeComponentListener(CompositeComponentListener) - Method in interface com.guiseframework.component.CompositeComponent
Removes a composite component listener.
removeConfiguration(Class<C>) - Method in class com.guiseframework.AbstractGuiseApplication
Removes a configuration of the given type.
removeConfiguration(Class<C>) - Method in class com.guiseframework.AbstractGuiseSession
Removes a configuration of the given type.
removeEditListener(EditListener) - Method in class com.guiseframework.component.AbstractEditComponentTextControl
Removes an edit listener.
removeEditListener(EditListener) - Method in class com.guiseframework.component.AbstractEditValueControl
Removes an edit listener.
removeEditListener(EditListener) - Method in class com.guiseframework.component.AbstractEditValuePanel
Removes an edit listener.
removeEditListener(EditListener) - Method in class com.guiseframework.component.Table
Removes an edit listener.
removeEditListener(EditListener) - Method in interface com.guiseframework.event.EditListenable
Removes an edit listener.
removeExportStrategy(ExportStrategy<?>) - Method in class com.guiseframework.component.AbstractComponent
Removes an export strategy from the component.
removeExportStrategy(ExportStrategy<?>) - Method in interface com.guiseframework.component.Component
Removes an export strategy from the component.
removeGuiseSession(GuiseSession) - Method in class com.guiseframework.AbstractGuiseContainer
Removes and destroys a Guise session.
removeGuiseSessions(HttpSession) - Method in class com.guiseframework.platform.web.HTTPServletGuiseContainer
Removes the Guise sessions for the given HTTP session.
removeImpl(M) - Method in class com.guiseframework.model.AbstractModelGroup
Actual implementation of removing a model from the group.
removeImpl(ValueModel<V>) - Method in class com.guiseframework.model.ValuePolicyModelGroup
Actual implementation of removing a model from the group.
removeImportStrategy(ImportStrategy<?>) - Method in class com.guiseframework.component.AbstractComponent
Removes an import strategy from the component.
removeImportStrategy(ImportStrategy<?>) - Method in interface com.guiseframework.component.Component
Removes an import strategy from the component.
removeKeyListener(KeyboardListener) - Method in class com.guiseframework.component.AbstractComponent
Removes a key listener.
removeKeyListener(KeyboardListener) - Method in interface com.guiseframework.component.Component
Removes a key listener.
removeListListener(ListListener<Component>) - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Removes a list listener.
removeListListener(ListListener<V>) - Method in class com.guiseframework.component.AbstractListSelectControl
Removes a list listener.
removeListListener(ListListener<E>) - Method in interface com.guiseframework.event.ListListenable
Removes a list listener.
removeListListener(ListListener<V>) - Method in class com.guiseframework.model.DefaultListSelectModel
Removes a list listener.
removeListListener(ListListener<V>) - Method in interface com.guiseframework.model.ListSelectModel
Removes a list listener.
removeListSelectionListener(ListSelectionListener<Component>) - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Removes a list selection listener.
removeListSelectionListener(ListSelectionListener<V>) - Method in class com.guiseframework.component.AbstractListSelectControl
Removes a list selection listener.
removeListSelectionListener(ListSelectionListener<V>) - Method in class com.guiseframework.model.DefaultListSelectModel
Removes a list selection listener.
removeListSelectionListener(ListSelectionListener<V>) - Method in interface com.guiseframework.model.ListSelectModel
Removes a list selection listener.
removeMouseListener(MouseListener) - Method in class com.guiseframework.component.AbstractComponent
Removes a mouse listener.
removeMouseListener(MouseListener) - Method in interface com.guiseframework.component.Component
Removes a mouse listener.
removeNotificationListener(NotificationListener) - Method in class com.guiseframework.component.AbstractComponent
Removes a notification listener.
removeNotificationListener(NotificationListener) - Method in interface com.guiseframework.component.Component
Removes a notification listener.
removeParameter(String) - Method in class com.guiseframework.Bookmark
Creates a new bookmark with the given parameter removed.
removePreferenceProperty(String) - Method in class com.guiseframework.component.AbstractComponent
Removes a property from being saved and loaded as preferences.
removePreferenceProperty(String) - Method in interface com.guiseframework.component.Component
Removes a property from being saved and loaded as preferences.
removeProgressListener(ProgressListener<Long>) - Method in class com.guiseframework.audio.Audio
Removes an progress listener.
removeProgressListener(ProgressListener<Long>) - Method in class com.guiseframework.component.PlatformFileUploadPanel
Removes an progress listener.
removeProgressListener(ProgressListener) - Method in class com.guiseframework.component.ResourceCollectControl
Removes an progress listener.
removeProgressListener(ProgressListener<P>) - Method in interface com.guiseframework.event.ProgressListenable
Removes an progress listener.
removeProgressListener(ProgressListener<Long>) - Method in class com.guiseframework.platform.AbstractPlatformFile
Removes an progress listener.
removeProgressListener(ProgressListener<Long>) - Method in class com.guiseframework.platform.PlatformFileUploadTask
Removes an progress listener.
removeProperty(String) - Method in class com.guiseframework.platform.AbstractEnvironment
Removes the property specified by the given name.
removeProperty(String) - Method in interface com.guiseframework.platform.Environment
Removes the property specified by the given name.
removePrototypeProvider(PrototypeProvider) - Method in class com.guiseframework.prototype.AbstractPrototypeProvisionStrategy
Removes a prototoype provider being managed.
removeResourcePath(String) - Method in class com.guiseframework.component.ResourceCollectControl
Removes a resource path.
removeSelectedIndexes(int...) - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Removes a selection at the given indices.
removeSelectedIndexes(int...) - Method in class com.guiseframework.component.AbstractListSelectControl
Removes a selection at the given indices.
removeSelectedIndexes(int...) - Method in class com.guiseframework.model.DefaultListSelectModel
Removes a selection at the given indices.
removeSelectedIndexes(int...) - Method in interface com.guiseframework.model.ListSelectModel
Removes a selection at the given indices.
removeValue() - Method in class com.guiseframework.model.AbstractListSelectEditor
Removes the currently selected value in the list.
removeValue() - Method in interface com.guiseframework.model.ListSelectEditor
Removes the currently selected value in the list.
replace(Component, Component) - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Replaces the first occurrence in the of the given value with its replacement.
replace(V, V) - Method in class com.guiseframework.component.AbstractListSelectControl
Replaces the first occurrence in the of the given value with its replacement.
replace(V, V) - Method in class com.guiseframework.model.DefaultListSelectModel
Replaces the first occurrence of the given value with its replacement.
replace(V, V) - Method in interface com.guiseframework.model.SelectModel
Replaces the first occurrence in the of the given value with its replacement.
requestLocale(List<Locale>) - Method in class com.guiseframework.AbstractGuiseSession
Requests that the locale be changed to one of the given locales.
requestLocale(List<Locale>) - Method in interface com.guiseframework.GuiseSession
Requests that the locale be changed to one of the given locales.
requestPollInterval(DepictedObject, int) - Method in class com.guiseframework.platform.web.AbstractWebPlatform
Requests a polling interval for a given depicted object.
requestPollInterval(DepictedObject, int) - Method in interface com.guiseframework.platform.web.WebPlatform
Requests a polling interval for a given depicted object.
reset() - Method in class com.guiseframework.component.AbstractActionValueControl
Resets the control to its default value.
reset() - Method in class com.guiseframework.component.AbstractCompositeStateControl
Resets the control to its default value.
reset() - Method in class com.guiseframework.component.AbstractContainerControl
Resets the control to its default value.
reset() - Method in class com.guiseframework.component.AbstractControl
Resets the control to its default value.
reset() - Method in class com.guiseframework.component.AbstractDialogFrame
Resets the control to its default value.
reset() - Method in class com.guiseframework.component.AbstractLayoutControl
Resets the control to its default value.
reset() - Method in class com.guiseframework.component.AbstractListSelectControl
Resets the control to its default value.
reset() - Method in class com.guiseframework.component.AbstractTextControl
Resets the control to its default value.
reset() - Method in class com.guiseframework.component.AbstractValueControl
Resets the control to its default value.
reset() - Method in interface com.guiseframework.component.Control
Resets the control to its default value.
reset() - Method in class com.guiseframework.component.ImageActionControl
Resets the control to its default value.
reset() - Method in class com.guiseframework.component.ScrollControl
Resets the control to its default value.
resetSequence() - Method in class com.guiseframework.component.SequenceCardPanel
Resets the sequence by navigating to the first card and disabling all subsequent cards.
resetTheme() - Method in class com.guiseframework.component.AbstractComponent
Resets this object's theme.
resetTheme() - Method in class com.guiseframework.component.AbstractCompositeComponent
Resets this object's theme.
resetTheme() - Method in class com.guiseframework.component.AbstractLayoutComponent
Resets this object's theme.
resetTheme() - Method in class com.guiseframework.component.BooleanValueControlSelectControl
Resets this object's theme.
resetTheme() - Method in interface com.guiseframework.component.Component
Resets this object's theme.
resetValue() - Method in class com.guiseframework.component.AbstractActionValueControl
Resets the value to a default value, which may be invalid according to any installed validators.
resetValue() - Method in class com.guiseframework.component.AbstractContainerValueControl
Resets the value to a default value, which may be invalid according to any installed validators.
resetValue() - Method in class com.guiseframework.component.AbstractDialogFrame
Resets the value to a default value, which may be invalid according to any installed validators.
resetValue() - Method in class com.guiseframework.component.AbstractLayoutValueControl
Resets the value to a default value, which may be invalid according to any installed validators.
resetValue() - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Resets the value to a default value, which may be invalid according to any installed validators.
resetValue() - Method in class com.guiseframework.component.AbstractListSelectControl
Resets the value to a default value, which may be invalid according to any installed validators.
resetValue() - Method in class com.guiseframework.component.AbstractValueControl
Resets the value to a default value, which may be invalid according to any installed validators.
resetValue() - Method in class com.guiseframework.component.layout.AbstractValueLayout
Resets the value to a default value, which may be invalid according to any installed validators.
resetValue() - Method in class com.guiseframework.component.Table.DefaultCellValueModel
Resets the value to a default value, which may be invalid according to any installed validators.
resetValue() - Method in class com.guiseframework.model.DefaultListSelectModel
Resets the value to a default value, which may be invalid according to any installed validators.
resetValue() - Method in class com.guiseframework.model.DefaultValueModel
Resets the value to a default value, which may be invalid according to any installed validators.
resetValue() - Method in interface com.guiseframework.model.ValueModel
Resets the value to a default value, which may be invalid according to any installed validators.
RESIZABLE_PROPERTY - Static variable in interface com.guiseframework.component.Frame
The bound property of whether the frame can be resized.
resolvePath(URIPath) - Method in class com.guiseframework.AbstractGuiseApplication
Resolves a relative or absolute path against the application base path.
resolvePath(URIPath) - Method in class com.guiseframework.AbstractGuiseContainer
Resolves a relative or absolute path against the container base path.
resolvePath(URIPath) - Method in interface com.guiseframework.GuiseApplication
Resolves a relative or absolute path against the application base path.
resolvePath(URIPath) - Method in interface com.guiseframework.GuiseContainer
Resolves a relative or absolute path against the container base path.
resolveURI(URI) - Method in class com.guiseframework.AbstractGuiseApplication
Resolves a URI against the application base path.
resolveURI(URI) - Method in class com.guiseframework.AbstractGuiseContainer
Resolves URI against the container base path.
resolveURI(URI, String...) - Method in class com.guiseframework.AbstractGuiseSession
Resolves a URI against the application base path, looking up the URI from the resources if necessary.
resolveURI(URI) - Method in class com.guiseframework.converter.AbstractURIStringLiteralConverter
Resolves a converted URI if needed.
resolveURI(URI) - Method in class com.guiseframework.converter.BaseURIStringLiteralConverter
Resolves a converted URI if needed.
resolveURI(URI) - Method in class com.guiseframework.converter.DefaultURIStringLiteralConverter
Resolves a converted URI if needed.
resolveURI(URI) - Method in class com.guiseframework.converter.PathURIStringLiteralConverter
Resolves a converted URI if needed.
resolveURI(URI) - Method in interface com.guiseframework.GuiseApplication
Resolves a URI against the application base path.
resolveURI(URI) - Method in interface com.guiseframework.GuiseContainer
Resolves URI against the container base path.
resolveURI(URI, String...) - Method in interface com.guiseframework.GuiseSession
Resolves a URI against the application base path, looking up the URI from the resources if necessary.
RESOURCE_BUNDLE_BASE_NAME_PROPERTY - Static variable in interface com.guiseframework.GuiseApplication
The resource bundle base name bound property.
RESOURCE_CHILDREN_INCLUDED_PROPERTY - Static variable in class com.guiseframework.model.rdf.AbstractRDFResourceTreeNodeModel
The bound property of whether resource children are included in the node.
RESOURCE_CHILDREN_INCLUDED_PROPERTY - Static variable in class com.guiseframework.model.urf.URFResourceDynamicTreeNodeModel
The bound property of whether resource children are included in the node.
RESOURCE_MENU_ADD_ORDER - Static variable in class com.guiseframework.prototype.PrototypeProvision
 
RESOURCE_MENU_ADVANCE_ORDER - Static variable in class com.guiseframework.prototype.PrototypeProvision
 
RESOURCE_MENU_ANNOTATE_ORDER - Static variable in class com.guiseframework.prototype.PrototypeProvision
 
RESOURCE_MENU_CLOSE_ORDER - Static variable in class com.guiseframework.prototype.PrototypeProvision
 
RESOURCE_MENU_DELETE_ORDER - Static variable in class com.guiseframework.prototype.PrototypeProvision
 
RESOURCE_MENU_EDIT_ORDER - Static variable in class com.guiseframework.prototype.PrototypeProvision
 
RESOURCE_MENU_EXIT_ORDER - Static variable in class com.guiseframework.prototype.PrototypeProvision
 
RESOURCE_MENU_MOVE_ORDER - Static variable in class com.guiseframework.prototype.PrototypeProvision
 
RESOURCE_MENU_NEW_ORDER - Static variable in class com.guiseframework.prototype.PrototypeProvision
 
RESOURCE_MENU_NEXT_ORDER - Static variable in class com.guiseframework.prototype.PrototypeProvision
 
RESOURCE_MENU_OPEN_ORDER - Static variable in class com.guiseframework.prototype.PrototypeProvision
 
RESOURCE_MENU_ORDER - Static variable in class com.guiseframework.prototype.PrototypeProvision
 
RESOURCE_MENU_PAUSE_ORDER - Static variable in class com.guiseframework.prototype.PrototypeProvision
 
RESOURCE_MENU_PLAY_ORDER - Static variable in class com.guiseframework.prototype.PrototypeProvision
 
RESOURCE_MENU_PREVIOUS_ORDER - Static variable in class com.guiseframework.prototype.PrototypeProvision
 
RESOURCE_MENU_PROPERTIES_ORDER - Static variable in class com.guiseframework.prototype.PrototypeProvision
 
RESOURCE_MENU_RECEDE_ORDER - Static variable in class com.guiseframework.prototype.PrototypeProvision
 
RESOURCE_MENU_RECORD_ORDER - Static variable in class com.guiseframework.prototype.PrototypeProvision
 
RESOURCE_MENU_REFRESH_ORDER - Static variable in class com.guiseframework.prototype.PrototypeProvision
 
RESOURCE_MENU_RENAME_ORDER - Static variable in class com.guiseframework.prototype.PrototypeProvision
 
RESOURCE_MENU_RETRIEVE_ORDER - Static variable in class com.guiseframework.prototype.PrototypeProvision
 
RESOURCE_MENU_REVERT_ORDER - Static variable in class com.guiseframework.prototype.PrototypeProvision
 
RESOURCE_MENU_SAVE_ALL_ORDER - Static variable in class com.guiseframework.prototype.PrototypeProvision
 
RESOURCE_MENU_SAVE_AS_ORDER - Static variable in class com.guiseframework.prototype.PrototypeProvision
 
RESOURCE_MENU_SAVE_ORDER - Static variable in class com.guiseframework.prototype.PrototypeProvision
 
RESOURCE_MENU_STOP_ORDER - Static variable in class com.guiseframework.prototype.PrototypeProvision
 
RESOURCE_PATHS_PROPERTY - Static variable in class com.guiseframework.component.ResourceCollectControl
The bound property of the paths of the collected resources.
RESOURCE_PROPERTIES_INCLUDED_PROPERTY - Static variable in class com.guiseframework.model.rdf.AbstractRDFResourceTreeNodeModel
The bound property of whether resource properties are included in the node.
RESOURCE_PROPERTIES_INCLUDED_PROPERTY - Static variable in class com.guiseframework.model.urf.URFResourceDynamicTreeNodeModel
The bound property of whether resource properties are included in the node.
ResourceCollectControl - Class in com.guiseframework.component
Control that allows resources to be collected and received at a given path.
ResourceCollectControl() - Constructor for class com.guiseframework.component.ResourceCollectControl
Default constructor with a default models.
ResourceCollectControl(InfoModel, Enableable) - Constructor for class com.guiseframework.component.ResourceCollectControl
Info model and enableable object constructor.
ResourceCollectControl.Depictor<C extends ResourceCollectControl> - Interface in com.guiseframework.component
The custom depictor type for web collect controls.
ResourceColor - Class in com.guiseframework.style
A color that retrieves its values from the Guise session resources based upon a resource key.
ResourceColor(String) - Constructor for class com.guiseframework.style.ResourceColor
Resource key constructor.
ResourceCommand - Enum in com.guiseframework.input
Commands for working with resources.
ResourceImport - Interface in com.guiseframework.model
An interface to a resource being imported, such as a web file upload.
ResourceImportControl - Class in com.guiseframework.component
Control accepting a resource to be imported, such as a web file upload.
ResourceImportControl() - Constructor for class com.guiseframework.component.ResourceImportControl
Default constructor with a default value model.
ResourceImportControl(ValueModel<ResourceImport>) - Constructor for class com.guiseframework.component.ResourceImportControl
Value model constructor.
ResourceImportValidator - Class in com.guiseframework.validator
A resource import validator that can validate resource imports against accepted content types, file extensions, and/or maximum size.
ResourceImportValidator(GuiseSession) - Constructor for class com.guiseframework.validator.ResourceImportValidator
Default constructor.
ResourceImportValidator(long) - Constructor for class com.guiseframework.validator.ResourceImportValidator
Maximum content length constructor.
ResourceImportValidator(long, boolean) - Constructor for class com.guiseframework.validator.ResourceImportValidator
Maximum content length and value required constructor.
ResourceImportValidator(Set<ContentType>) - Constructor for class com.guiseframework.validator.ResourceImportValidator
Accepted content types constructor.
ResourceImportValidator(ContentType) - Constructor for class com.guiseframework.validator.ResourceImportValidator
Accepted content type constructor.
ResourceImportValidator(ContentType, boolean) - Constructor for class com.guiseframework.validator.ResourceImportValidator
Accepted content type, and value required constructor.
ResourceImportValidator(Set<ContentType>, boolean) - Constructor for class com.guiseframework.validator.ResourceImportValidator
Accepted content types and value required constructor.
ResourceImportValidator(Set<ContentType>, long) - Constructor for class com.guiseframework.validator.ResourceImportValidator
Accepted content types and maximum content length constructor.
ResourceImportValidator(ContentType, long) - Constructor for class com.guiseframework.validator.ResourceImportValidator
Accepted content type and maximum content length constructor.
ResourceImportValidator(ContentType, long, boolean) - Constructor for class com.guiseframework.validator.ResourceImportValidator
Accepted content type, maximum content length, and value required constructor.
ResourceImportValidator(Set<ContentType>, long, boolean) - Constructor for class com.guiseframework.validator.ResourceImportValidator
Accepted content types, maximum content length, and value required constructor.
ResourceImportValidator(Set<ContentType>, Set<String>) - Constructor for class com.guiseframework.validator.ResourceImportValidator
Accepted content types, and accepted extensions constructor.
ResourceImportValidator(Set<ContentType>, Set<String>, boolean) - Constructor for class com.guiseframework.validator.ResourceImportValidator
Accepted content types, accepted extensions, and value required constructor.
ResourceImportValidator(Set<ContentType>, Set<String>, long) - Constructor for class com.guiseframework.validator.ResourceImportValidator
Accepted content types, accepted extensions, and maximum content length constructor.
ResourceImportValidator(Set<ContentType>, Set<String>, long, boolean) - Constructor for class com.guiseframework.validator.ResourceImportValidator
Accepted content types, accepted extensions, maximum content length, and value required constructor.
ResourceReadDestination - Interface in com.guiseframework
A navigation point that retrieves a resource description and/or contents.
Resources - Class in com.guiseframework
Guise resources description in URF.
Resources() - Constructor for class com.guiseframework.Resources
Default constructor.
Resources(URI) - Constructor for class com.guiseframework.Resources
Reference URI constructor.
RESOURCES_DIRECTORY_PATH - Static variable in class com.guiseframework.platform.web.HTTPServletGuiseContainer
The absolute path, relative to the servlet context, of the resources directory.
RESOURCES_NAMESPACE_PREFIX - Static variable in class com.guiseframework.Resources
The recommended prefix to the resources key ontology namespace.
RESOURCES_NAMESPACE_URI - Static variable in class com.guiseframework.Resources
The URI to the resource key ontology namespace.
RESOURCES_PROPERTY_URI - Static variable in class com.guiseframework.theme.Theme
The resources property name.
ResourceWriteDestination - Interface in com.guiseframework
A navigation point that sets a resource description and/or contents.
RESTRICTED_PANEL_NAVIGATION_PATH - Static variable in class com.guiseframework.demo.DemoApplication
The application-relative navigation path to the restricted panel.
RestrictedPanel - Class in com.guiseframework.demo
Restricted Guise demonstration panel.
RestrictedPanel() - Constructor for class com.guiseframework.demo.RestrictedPanel
Default constructor.
RESULT_PROPERTY - Static variable in interface com.guiseframework.component.ModalFrame
The result bound property.
RESULT_PROPERTY - Static variable in interface com.guiseframework.component.ModalNavigationPanel
The result bound property.
retainAll(Collection<?>) - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Retains only the values in this model that are contained in the specified collection.
retainAll(Collection<?>) - Method in class com.guiseframework.component.AbstractListSelectControl
Retains only the values in this model that are contained in the specified collection.
retainAll(Collection<?>) - Method in class com.guiseframework.model.DefaultListSelectModel
Retains only the values in this model that are contained in the specified collection.
retainAll(Collection<?>) - Method in exception com.guiseframework.validator.ValidationsException
Retains only the elements in this collection that are contained in the specified collection (optional operation).
RGBColor - Class in com.guiseframework.style
Encapsulates a color value of the sRGB color space.
RGBColor(CharSequence) - Constructor for class com.guiseframework.style.RGBColor
Creates an RGB color from the specified string representation.
RGBColor(int) - Constructor for class com.guiseframework.style.RGBColor
Creates an opaque sRGB color from the specified sRGB color value.
RGBColor(int, boolean) - Constructor for class com.guiseframework.style.RGBColor
Creates an sRGB color from the specified sRGB color value and alpha indication.
RGBColor(int, int, int) - Constructor for class com.guiseframework.style.RGBColor
Creates an opaque sRGB color with the specified absolute red, green, and blue component values.
RGBColor(int, int, int, int) - Constructor for class com.guiseframework.style.RGBColor
Creates an sRGB color with the specified absolute red, green, blue, and alpha component values.
RGBColor(double, double, double) - Constructor for class com.guiseframework.style.RGBColor
Creates an opaque sRGB color with the specified red, green, and blue component values.
RGBColor(double, double, double, double) - Constructor for class com.guiseframework.style.RGBColor
Creates an sRGB color with the specified red, green, blue, and alpha component values.
RGBColor.Component - Enum in com.guiseframework.style
A color component of sRGB.
RichTextEditPanel - Class in com.guiseframework.demo
Rich Text Edit Guise demonstration panel.
RichTextEditPanel() - Constructor for class com.guiseframework.demo.RichTextEditPanel
Default constructor.
RIGHT_TO_LEFT_TOP_TO_BOTTOM - Static variable in class com.guiseframework.component.layout.Orientation
Right-to-left line, top-to-bottom page orientation (e.g.
ROLLOVER_CLASS - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class indicating rollover state.
ROLLOVER_IMAGE_URI_PROPERTY - Static variable in class com.guiseframework.component.ImageBooleanSelectActionControl
The rollover image URI bound property.
ROLLOVER_OPEN_ENABLED_PROPERTY - Static variable in interface com.guiseframework.component.Menu
The bound property of whether children will be displayed upon rollover.
ROLLOVER_PROPERTY - Static variable in interface com.guiseframework.component.ActionControl
The bound property of the rollover state.
ROOT_NODE_DISPLAYED_PROPERTY - Static variable in class com.guiseframework.component.TreeControl
The bound property of whether the root node is displayed.
ROOT_NODE_PROPERTY - Static variable in interface com.guiseframework.model.TreeModel
The bound property of the root node.
ROSY_BROWN - Static variable in class com.guiseframework.style.RGBColor
 
ROUNDED_CORNER_ARC_SIZE - Static variable in interface com.guiseframework.model.ui.PresentationModel
 
ROW_COUNT_PROPERTY - Static variable in class com.guiseframework.component.ListControl
The row count bound property.
ROW_COUNT_PROPERTY - Static variable in class com.guiseframework.component.TextControl
The row count bound property.
ROW_REGION_CLASSES - Static variable in class com.guiseframework.platform.web.AbstractWebLayoutComponentDepictor
The style classes for each region in a row.
ROYAL_BLUE - Static variable in class com.guiseframework.style.RGBColor
 
Rule - Class in com.guiseframework.platform.web.css
A CSS rule, consisting of one or more selectors and a declaration.
Rule(Selector...) - Constructor for class com.guiseframework.platform.web.css.Rule
Selectors constructor.
Rule - Class in com.guiseframework.theme
A rule for specifying part of a theme.
Rule() - Constructor for class com.guiseframework.theme.Rule
Default constructor.
Rule(URI) - Constructor for class com.guiseframework.theme.Rule
Reference URI constructor.

S

SADDLE_BROWN - Static variable in class com.guiseframework.style.RGBColor
 
SALMON - Static variable in class com.guiseframework.style.RGBColor
 
SAMPLE_TEXT - Static variable in class com.guiseframework.demo.RichTextEditPanel
Sample text for the this demo.
SANDY_BROWN - Static variable in class com.guiseframework.style.RGBColor
 
savePreferences(boolean) - Method in class com.guiseframework.component.AbstractComponent
Saves the preferences for this component and optionally any descendant components.
savePreferences(boolean) - Method in class com.guiseframework.component.AbstractCompositeComponent
Saves the preferences for this component and optionally any descendant components.
savePreferences(boolean) - Method in interface com.guiseframework.component.Component
Saves the preferences for this component and optionally any descendant components.
ScrollControl - Class in com.guiseframework.component
A control that allows the user to scroll its contents The control's contents are specified using ScrollControl.setContent(Component).
ScrollControl() - Constructor for class com.guiseframework.component.ScrollControl
Default constructor with no content component.
ScrollControl(Component) - Constructor for class com.guiseframework.component.ScrollControl
Component constructor.
ScrollControl.ScrollComponent - Enum in com.guiseframework.component
The enumeration of frame components.
SEA_GREEN - Static variable in class com.guiseframework.style.RGBColor
 
SEA_SHELL - Static variable in class com.guiseframework.style.RGBColor
 
SectionPanel - Class in com.guiseframework.component
A panel that demarcates a semantically significant area of the a parent component with arranged child components.
SectionPanel() - Constructor for class com.guiseframework.component.SectionPanel
Default constructor with a default vertical flow layout.
SectionPanel(Layout<?>) - Constructor for class com.guiseframework.component.SectionPanel
Layout constructor.
SELECT_ACTION_SELECTED_GLYPH_RESOURCE_URI - Static variable in class com.guiseframework.component.TaskStateSelectLink
The resource URI for the selected icon.
SELECT_ACTION_UNSELECTED_GLYPH_RESOURCE_URI - Static variable in class com.guiseframework.component.TaskStateSelectLink
The resource URI for the unselected icon.
Selectable - Interface in com.guiseframework.model
An object that can be selected.
SelectableLabel - Class in com.guiseframework.component
A label component that is able to indicate a selected state.
SelectableLabel() - Constructor for class com.guiseframework.component.SelectableLabel
Default constructor with a default info model.
SelectableLabel(InfoModel) - Constructor for class com.guiseframework.component.SelectableLabel
Info model constructor.
selectActionControl - Variable in class com.guiseframework.component.AbstractSelectActionControl.SelectActionListener
The control to select.
SelectActionControl - Interface in com.guiseframework.component
An action control that keeps track of its selected state.
SelectButton - Class in com.guiseframework.component
Selectable button.
SelectButton() - Constructor for class com.guiseframework.component.SelectButton
Default constructor.
SelectButton(InfoModel, ActionModel, Enableable) - Constructor for class com.guiseframework.component.SelectButton
Info model, action model, and enableable object constructor.
SelectButtonControl - Interface in com.guiseframework.component
A button that keeps track of its selected state.
selectCard() - Method in class com.guiseframework.coupler.AbstractCardCoupler
Selects the first connected card that is displayed and enabled.
selectCard(CardControl, Component) - Method in class com.guiseframework.coupler.AbstractCardCoupler
Selects the specified card.
SelectControl<V> - Interface in com.guiseframework.component
A control to allow selection by the user of a value from a collection.
SELECTED_BACKGROUND_COLOR_PROPERTY - Static variable in class com.guiseframework.component.SelectableLabel
The bound property of the selected background color.
SELECTED_CLASS - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class indicating selected state.
SELECTED_GLYPH_URI_PROPERTY - Static variable in interface com.guiseframework.component.SelectActionControl
The selected icon bound property.
SELECTED_IMAGE_URI_PROPERTY - Static variable in class com.guiseframework.component.ImageBooleanSelectActionControl
The selected image URI bound property.
SELECTED_PROPERTY - Static variable in interface com.guiseframework.model.Selectable
The bound property of whether the object is selected.
SelectLink - Class in com.guiseframework.component
Selectable link.
SelectLink() - Constructor for class com.guiseframework.component.SelectLink
Default constructor.
SelectLink(InfoModel, ActionModel, Enableable) - Constructor for class com.guiseframework.component.SelectLink
Info model, action model, and enableable object constructor.
SelectLinkControl - Interface in com.guiseframework.component
A link that keeps track of its selected state.
SelectModel<V> - Interface in com.guiseframework.model
A model for selecting one or more values from a collection.
Selector - Class in com.guiseframework.platform.web.css
A selector of a CSS rule.
Selector() - Constructor for class com.guiseframework.platform.web.css.Selector
Default constructor.
Selector(TypeSelector) - Constructor for class com.guiseframework.platform.web.css.Selector
Type selector constructor.
selectPlatformFiles(boolean, ValueSelectListener<Collection<PlatformFile>>) - Method in interface com.guiseframework.platform.Platform
Selects one or more files on the platform, using the appropriate selection functionality for the platform.
selectPlatformFiles(boolean, ValueSelectListener<Collection<PlatformFile>>) - Method in class com.guiseframework.platform.web.HTTPServletWebPlatform
Selects one or more files on the platform, using the appropriate selection functionality for the platform.
SEND_RESOURCE_VIEWPORT_ID - Static variable in class com.guiseframework.platform.web.GuiseHTTPServlet
The ID of the viewport to use for sending resources.
sendResource(URIPath) - Method in interface com.guiseframework.platform.Platform
Sends a resource to the platform.
sendResource(URI) - Method in interface com.guiseframework.platform.Platform
Sends a resource to the platform.
sendResource(URIPath, Bookmark) - Method in interface com.guiseframework.platform.Platform
Sends a resource to the platform with the specified bookmark.
sendResource(URI, Bookmark) - Method in interface com.guiseframework.platform.Platform
Sends a resource to the platform.
sendResource(URIPath) - Method in class com.guiseframework.platform.web.HTTPServletWebPlatform
Sends a resource to the platform.
sendResource(URI) - Method in class com.guiseframework.platform.web.HTTPServletWebPlatform
Sends a resource to the platform.
sendResource(URIPath, Bookmark) - Method in class com.guiseframework.platform.web.HTTPServletWebPlatform
Sends a resource to the platform with the specified bookmark.
sendResource(URI, Bookmark) - Method in class com.guiseframework.platform.web.HTTPServletWebPlatform
Sends a resource to the platform.
SequenceCardPanel - Class in com.guiseframework.component
A card panel representing a sequence of cards.
SequenceCardPanel() - Constructor for class com.guiseframework.component.SequenceCardPanel
Default constructor.
SequenceCardPanel(CardLayout) - Constructor for class com.guiseframework.component.SequenceCardPanel
Layout constructor.
SequenceCardPanel.SequenceCardVetoableChangeListener - Class in com.guiseframework.component
A vetoable property change listener validates cards before changing to new cards.
SequenceCardPanel.SequenceCardVetoableChangeListener() - Constructor for class com.guiseframework.component.SequenceCardPanel.SequenceCardVetoableChangeListener
 
SequenceTaskController - Class in com.guiseframework.controller
Abstract base class for managing progression of a sequence.
SequenceTaskController(SequenceTask) - Constructor for class com.guiseframework.controller.SequenceTaskController
Sequence task constructor.
SequenceTransition - Enum in com.guiseframework.model
A transition in a sequence.
SequenceTransitionable - Interface in com.guiseframework.model
An object that can be transitioned in a sequence.
serveResource(HttpServletRequest, HttpServletResponse, DefaultHTTPServlet.HTTPServletResource, boolean) - Method in class com.guiseframework.platform.web.GuiseHTTPServlet
Serves a resource that has been verified to exist This version sets the content description and content disposition of ResourceReadDestination.
sessionCreated(HttpSessionEvent) - Method in class com.guiseframework.platform.web.HTTPServletGuiseSessionManager
Called when an HTTP session is created.
sessionDestroyed(HttpSessionEvent) - Method in class com.guiseframework.platform.web.HTTPServletGuiseSessionManager
Called when an HTTP session is invalidated.
set(int, Component) - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Replaces the value at the specified position in this model with the specified value.
set(int, V) - Method in class com.guiseframework.component.AbstractListSelectControl
Replaces the value at the specified position in this model with the specified value.
set(int, V) - Method in class com.guiseframework.model.DefaultListSelectModel
Replaces the value at the specified position in this model with the specified value.
setAction(ActionControl) - Method in class com.guiseframework.coupler.ActionCardCoupler
Sets the connected action.
setActive(boolean) - Method in interface com.guiseframework.model.Activeable
Sets whether the object is active.
setAlignment(double) - Method in class com.guiseframework.component.layout.AbstractFlowConstraints
Sets the alignment of a component perpendicular to the flow axis.
setAlignment(double) - Method in class com.guiseframework.component.layout.AbstractFlowLayout
Sets the default alignment of components perpendicular to the flow axis.
setAlignment(Flow, double) - Method in class com.guiseframework.component.layout.RegionConstraints
Sets the alignment of a given flow.
setAlignment(Flow, double) - Method in class com.guiseframework.component.layout.RegionLayout
Sets the alignment of a given flow.
setAllExpanded(boolean) - Method in class com.guiseframework.component.TreeControl
Sets whether all tree nodes are expanded.
setAllExpanded(boolean) - Method in class com.guiseframework.model.DefaultTreeModel
Sets whether all tree nodes are expanded.
setAllExpanded(boolean) - Method in class com.guiseframework.model.DefaultTreeNodeModel
Sets whether all tree nodes, including this node, are expanded in this subtree.
setAllExpanded(boolean) - Method in interface com.guiseframework.model.TreeModel
Sets whether all tree nodes are expanded.
setAllExpanded(boolean) - Method in interface com.guiseframework.model.TreeNodeModel
Sets whether all tree nodes, including this node, are expanded in this subtree.
setApply(Template) - Method in class com.guiseframework.theme.Rule
Sets this rule's apply declaration.
setAudioURI(URI) - Method in class com.guiseframework.audio.Audio
Sets the URI of the audio.
setAuthorized(boolean) - Method in class com.guiseframework.demo.DemoUser
Sets whether the user is authorized.
setAutoCommitPattern(Pattern) - Method in class com.guiseframework.component.AbstractTextControl
Sets the The regular expression pattern that will cause the text automatically to be committed immediately.
setAutoSelect(boolean) - Method in class com.guiseframework.component.AbstractBooleanSelectActionControl
Sets whether this control automatically sets or toggles the selection state when the action occurs.
setAutoSelect(boolean) - Method in class com.guiseframework.component.AbstractSelectActionControl
Sets whether this control automatically sets or toggles the selection state when the action occurs.
setAutoSelect(boolean) - Method in class com.guiseframework.component.AbstractSelectActionValueControl
Sets whether this control automatically sets or toggles the selection state when the action occurs.
setAutoSelect(boolean) - Method in interface com.guiseframework.component.SelectActionControl
Sets whether this control automatically sets or toggles the selection state when the action occurs.
setAxis(Flow) - Method in class com.guiseframework.component.TabContainerControl
Sets the flow axis.
setAxis(Flow) - Method in class com.guiseframework.component.TabControl
Sets the flow axis.
setBackgroundColor(Color) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the background color of the component.
setBackgroundColor(Color) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the background color of the component.
setBaseURI(URI) - Method in class com.guiseframework.AbstractGuiseApplication
Sets the base URI of the application.
setBookmark(Bookmark) - Method in class com.guiseframework.AbstractGuiseSession
Changes the bookmark of the current navigation path.
setBookmark(Bookmark) - Method in interface com.guiseframework.GuiseSession
Changes the bookmark of the current navigation path.
setBookmarkEnabled(boolean) - Method in class com.guiseframework.component.AbstractCardPanel
Sets whether the component is has bookmarks enabled.
setBorderColor(Border, Color) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the border color of a given border.
setBorderColor(Color) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the border color of all borders.
setBorderColor(Border, Color) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the border color of a given border.
setBorderColor(Color) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the border color of all borders.
setBorderExtent(Border, Extent) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the border extent of a given border.
setBorderExtent(Extent) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the border extent of all borders.
setBorderExtent(Border, Extent) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the border extent of a given border.
setBorderExtent(Extent) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the border extent of all borders.
setBorderLineFarColor(Color) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the border color of the line far border.
setBorderLineFarColor(Color) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the border color of the line far border.
setBorderLineFarExtent(Extent) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the border extent of the line far border.
setBorderLineFarExtent(Extent) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the border extent of the line far border.
setBorderLineFarStyle(LineStyle) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the border style of the line far border.
setBorderLineFarStyle(LineStyle) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the border style of the line far border.
setBorderLineNearColor(Color) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the border COLOR of the line near border.
setBorderLineNearColor(Color) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the border COLOR of the line near border.
setBorderLineNearExtent(Extent) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the border extent of the line near border.
setBorderLineNearExtent(Extent) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the border extent of the line near border.
setBorderLineNearStyle(LineStyle) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the border style of the line near border.
setBorderLineNearStyle(LineStyle) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the border style of the line near border.
setBorderPageFarColor(Color) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the border color of the page far border.
setBorderPageFarColor(Color) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the border color of the page far border.
setBorderPageFarExtent(Extent) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the border extent of the page far border.
setBorderPageFarExtent(Extent) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the border extent of the page far border.
setBorderPageFarStyle(LineStyle) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the border style of the page far border.
setBorderPageFarStyle(LineStyle) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the border style of the page far border.
setBorderPageNearColor(Color) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the border color of the page near border.
setBorderPageNearColor(Color) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the border color of the page near border.
setBorderPageNearExtent(Extent) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the border extent of the page near border.
setBorderPageNearExtent(Extent) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the border extent of the page near border.
setBorderPageNearStyle(LineStyle) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the border style of the page near border.
setBorderPageNearStyle(LineStyle) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the border style of the page near border.
setBorderStyle(Border, LineStyle) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the border style of a given border.
setBorderStyle(LineStyle) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the border style of all borders.
setBorderStyle(Border, LineStyle) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the border style of a given border.
setBorderStyle(LineStyle) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the border style of all borders.
setCachedImageQuery(Q) - Method in class com.guiseframework.model.CachedImageModel
The query to request an image from the cache, or null if the image should not be looked up from the cache.
setCachedImageURI(URI) - Method in class com.guiseframework.model.CachedImageModel
Sets the URI of the image.
setCard(Component) - Method in class com.guiseframework.coupler.AbstractCardCoupler
Sets the connected card.
setCards(List<Component>) - Method in class com.guiseframework.coupler.AbstractCardCoupler
Sets the connected cards.
setCategories(List<Category>) - Method in class com.guiseframework.AbstractDestination
Sets the categories.
setCategories(List<Category>) - Method in class com.guiseframework.Category
Sets the categories.
setCategories(List<Category>) - Method in interface com.guiseframework.Destination
Sets the categories.
setCellRepresentationStrategy(Class<V>, Table.CellRepresentationStrategy<V>) - Method in class com.guiseframework.component.Table
Installs the given cell representation strategy to produce representation components for the given value class.
setCellRepresentationStrategy(TableColumnModel<V>, Table.CellRepresentationStrategy<V>) - Method in class com.guiseframework.component.Table
Installs the given cell representation strategy to produce representation components for the given column.
setCellValue(RDFResource, int, TableColumnModel<C>, C) - Method in class com.guiseframework.component.rdf.RDFResourceTableModel
Sets the value's property for the given column.
setCellValue(TableModel.Cell<C>, C) - Method in class com.guiseframework.component.Table
Sets the cell value for the given cell.
setCellValue(int, TableColumnModel<C>, C) - Method in class com.guiseframework.component.Table
Sets the cell value at the given row and column.
setCellValue(URFResource, int, TableColumnModel<C>, C) - Method in class com.guiseframework.component.urf.URFResourceTableModel
Sets the value's property for the given column.
setCellValue(DemoUser, int, TableColumnModel<C>, C) - Method in class com.guiseframework.demo.AuthorizeUsersPanel.UserAuthorizationTableModel
Sets the value's property for the given column.
setCellValue(TableModel.Cell<C>, C) - Method in class com.guiseframework.model.AbstractListSelectTableModel
Sets the cell value for the given cell.
setCellValue(int, TableColumnModel<C>, C) - Method in class com.guiseframework.model.AbstractListSelectTableModel
Sets the cell value at the given row and column.
setCellValue(V, int, TableColumnModel<C>, C) - Method in class com.guiseframework.model.AbstractListSelectTableModel
Sets the value's property for the given column.
setCellValue(TableModel.Cell<C>, C) - Method in class com.guiseframework.model.AbstractTableModel
Sets the cell value for the given cell.
setCellValue(int, TableColumnModel<C>, C) - Method in class com.guiseframework.model.CalendarMonthTableModel
Sets the cell value at the given row and column.
setCellValue(int, TableColumnModel<C>, C) - Method in class com.guiseframework.model.DefaultTableModel
Sets the cell value at the given row and column.
setCellValue(TableModel.Cell<C>, C) - Method in interface com.guiseframework.model.TableModel
Sets the cell value for the given cell.
setCellValue(int, TableColumnModel<C>, C) - Method in interface com.guiseframework.model.TableModel
Sets the cell value at the given row and column.
setCheckType(CheckControl.CheckType) - Method in class com.guiseframework.component.CheckControl
Sets the type of check area to present to the user.
setChildren(List<Component>) - Method in class com.guiseframework.component.AbstractContainer
Sets the children in this container.
setChildren(List<TreeNodeModel<?>>) - Method in class com.guiseframework.model.DefaultTreeNodeModel
Sets the children in this container.
setCloseActionControl(ActionControl) - Method in class com.guiseframework.component.AbstractFrame
Sets the action control for closing the frame.
setCloseActionControl(ActionControl) - Method in interface com.guiseframework.component.Frame
Sets the action control for closing the frame.
setColumnCount(int) - Method in class com.guiseframework.component.AbstractTextControl
Sets the estimated number of columns requested to be visible.
setColumnLabelDateStyle(DateStringLiteralStyle) - Method in class com.guiseframework.model.CalendarMonthTableModel
Sets the style of the column label.
setColumnLabelFontFamilies(TableColumnModel<?>, List<String>) - Method in class com.guiseframework.component.Table
Sets the font families of the label for a given column.
setColumnLabelFontFamilies(List<String>) - Method in class com.guiseframework.component.Table
Sets the font families of the labels of all columns.
setColumnLabelFontSize(TableColumnModel<?>, Extent) - Method in class com.guiseframework.component.Table
Sets the label font size of a given column.
setColumnLabelFontSize(Extent) - Method in class com.guiseframework.component.Table
Sets the label font size of all columns.
setColumnLabelFontStyle(TableColumnModel<?>, FontStyle) - Method in class com.guiseframework.component.Table
Sets the style of the label font for a given column.
setColumnLabelFontStyle(FontStyle) - Method in class com.guiseframework.component.Table
Sets the style of the label font for all columns.
setColumnLabelFontWeight(TableColumnModel<?>, double) - Method in class com.guiseframework.component.Table
Sets the weight of the label font of a given column.
setColumnLabelFontWeight(double) - Method in class com.guiseframework.component.Table
Sets the weight of the label font of all columns.
setColumnPaddingExtent(TableColumnModel<?>, Border, Extent) - Method in class com.guiseframework.component.Table
Sets the padding extent of a given column border.
setColumnPaddingExtent(TableColumnModel<?>, Extent) - Method in class com.guiseframework.component.Table
Sets the padding extent of all borders of a column.
setColumnPaddingExtent(Border, Extent) - Method in class com.guiseframework.component.Table
Sets the padding extent of a all column borders of all columns.
setColumnPaddingExtent(Extent) - Method in class com.guiseframework.component.Table
Sets the padding extent of all borders of all columns.
setColumnPaddingLineFarExtent(TableColumnModel<?>, Extent) - Method in class com.guiseframework.component.Table
Sets the padding extent of the column line far border.
setColumnPaddingLineFarExtent(Extent) - Method in class com.guiseframework.component.Table
Sets the padding extent of the line far border of all columns.
setColumnPaddingLineNearExtent(TableColumnModel<?>, Extent) - Method in class com.guiseframework.component.Table
Sets the padding extent of the column line near border.
setColumnPaddingLineNearExtent(Extent) - Method in class com.guiseframework.component.Table
Sets the padding extent of the line near border of all columns.
setColumnPaddingPageFarExtent(TableColumnModel<?>, Extent) - Method in class com.guiseframework.component.Table
Sets the padding extent of the column page far border.
setColumnPaddingPageFarExtent(Extent) - Method in class com.guiseframework.component.Table
Sets the padding extent of the page far border of all columns.
setColumnPaddingPageNearExtent(TableColumnModel<?>, Extent) - Method in class com.guiseframework.component.Table
Sets the padding extent of the column page near border.
setColumnPaddingPageNearExtent(Extent) - Method in class com.guiseframework.component.Table
Sets the padding extent of the page near border of all columns.
setComponent(int, Component) - Method in class com.guiseframework.component.AbstractArrayCompositeComponent
Sets the component at the given index.
setComponent(E, Component) - Method in class com.guiseframework.component.AbstractEnumCompositeComponent
Sets the component for the given enum value.
setComponent(Component) - Method in class com.guiseframework.component.AbstractSingleCompositeComponent
Sets the child component.
setConfiguration(C) - Method in class com.guiseframework.AbstractGuiseApplication
Sets the given configuration, associating it with its class.
setConfiguration(Class<C>, C) - Method in class com.guiseframework.AbstractGuiseApplication
Sets the given configuration.
setConfiguration(C) - Method in class com.guiseframework.AbstractGuiseSession
Sets the given configuration, associating it with its class.
setConfiguration(Class<C>, C) - Method in class com.guiseframework.AbstractGuiseSession
Sets the given configuration.
setConfigurations(Configuration...) - Method in class com.guiseframework.AbstractGuiseApplication
Sets the given configurations, associating them with their respective classes.
setConfigurations(Configuration...) - Method in class com.guiseframework.AbstractGuiseSession
Sets the given configurations, associating them with their respective classes.
setConfirmingActionPrototype(ActionPrototype) - Method in class com.guiseframework.controller.SequenceTaskController
Starts the confirmation timer and, if confirmation is received within the required amount of time, the given action is taken.
setConfirmNavigation(boolean) - Method in class com.guiseframework.controller.SequenceTaskController
Sets whether each navigation must be confirmed.
setConstraints(Constraints) - Method in class com.guiseframework.component.AbstractComponent
Sets the layout constraints of this component.
setConstraints(Constraints) - Method in interface com.guiseframework.component.Component
Sets the layout constraints of this component.
setContent(Component) - Method in class com.guiseframework.component.AbstractApplicationFrame
Sets the content child component.
setContent(Component) - Method in class com.guiseframework.component.AbstractFrame
Sets the content child component.
setContent(Component) - Method in class com.guiseframework.component.AbstractOptionDialogFrame
Sets the single child component.
setContent(Component) - Method in class com.guiseframework.component.CalendarDialogFrame
Sets the single child component.
setContent(Component) - Method in interface com.guiseframework.component.ContentComponent
Sets the content child component.
setContent(Component) - Method in class com.guiseframework.component.ScrollControl
Sets the content child component.
setConverter(Converter<V, String>) - Method in class com.guiseframework.component.AbstractTextControl
Sets the converter.
setConverter(Converter<V, String>) - Method in class com.guiseframework.component.SliderControl
Sets the converter.
setCopyrightLabel(String) - Method in class com.guiseframework.component.AboutPanel
Sets the copyright label shown in the panel.
setCornerArcSize(Corner, Dimensions) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the arc size of a given corner.
setCornerArcSize(Dimensions) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the arc size of all corners.
setCornerArcSize(Corner, Dimensions) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the arc size of a given corner.
setCornerArcSize(Dimensions) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the arc size of all corners.
setCornerLineFarPageFarArcSize(Dimensions) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the arc size of the line far page far corner.
setCornerLineFarPageFarArcSize(Dimensions) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the arc size of the line far page far corner.
setCornerLineFarPageNearArcSize(Dimensions) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the arc size of the line far page near corner.
setCornerLineFarPageNearArcSize(Dimensions) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the arc size of the line far page near corner.
setCornerLineNearPageFarArcSize(Dimensions) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the arc size of the line near page far corner.
setCornerLineNearPageFarArcSize(Dimensions) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the arc size of the line near page far corner.
setCornerLineNearPageNearArcSize(Dimensions) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the arc size of the line near page near corner.
setCornerLineNearPageNearArcSize(Dimensions) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the arc size of the line near page near corner.
setCursor(URI) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the URI of the cursor.
setCursor(URI) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the URI of the cursor.
setDate(Date) - Method in class com.guiseframework.component.CalendarControl
Sets the date being viewed.
setDate(Date) - Method in class com.guiseframework.model.CalendarMonthTableModel
Sets the date this calendar represents.
setDCSID(String) - Method in class com.guiseframework.AbstractGuiseApplication
Sets the Data Collection Server log identifier.
setDCSID(String) - Method in interface com.guiseframework.GuiseApplication
Sets the Data Collection Server log identifier.
setDelay(int) - Method in class com.guiseframework.component.effect.AbstractEffect
Sets the delay before the effect takes place.
setDelay(int) - Method in interface com.guiseframework.component.effect.Effect
Sets the delay before the effect takes place.
setDepicted(Component, boolean) - Static method in class com.guiseframework.component.AbstractComponent
Changes the updated status of the views of an entire component descendant hierarchy.
setDepicted(boolean) - Method in class com.guiseframework.platform.AbstractDepictor
Changes the depictor's updated status.
setDepicted(boolean) - Method in interface com.guiseframework.platform.Depictor
Changes the depictor's updated status.
setDepictionRootURI(URI) - Method in class com.guiseframework.AbstractGuiseSession
Sets the depiction root URI of the session.
setDepictionRootURI(URI) - Method in interface com.guiseframework.GuiseSession
Sets the depiction root URI of the session.
setDescription(String) - Method in class com.guiseframework.component.AbstractComponent
Sets the description text, such as might appear in a flyover.
setDescription(String) - Method in class com.guiseframework.component.layout.CardConstraints
Sets the description text, such as might appear in a flyover.
setDescription(String) - Method in class com.guiseframework.model.DefaultInfoModel
Sets the description text, such as might appear in a flyover.
setDescription(String) - Method in interface com.guiseframework.model.InfoModel
Sets the description text, such as might appear in a flyover.
setDescription(String) - Method in class com.guiseframework.prototype.AbstractProxyPrototype
Sets the description text, such as might appear in a flyover.
setDescription(String) - Method in class com.guiseframework.prototype.ValuePrototype
Sets the description text, such as might appear in a flyover.
setDescriptionContentType(ContentType) - Method in class com.guiseframework.component.AbstractComponent
Sets the content type of the description text.
setDescriptionContentType(ContentType) - Method in class com.guiseframework.component.layout.CardConstraints
Sets the content type of the description text.
setDescriptionContentType(ContentType) - Method in class com.guiseframework.model.DefaultInfoModel
Sets the content type of the description text.
setDescriptionContentType(ContentType) - Method in interface com.guiseframework.model.InfoModel
Sets the content type of the description text.
setDescriptionContentType(ContentType) - Method in class com.guiseframework.prototype.AbstractProxyPrototype
Sets the content type of the description text.
setDescriptionContentType(ContentType) - Method in class com.guiseframework.prototype.ValuePrototype
Sets the content type of the description text.
setDescriptionDisplayed(boolean) - Method in class com.guiseframework.component.Picture
Sets whether the description is displayed.
setDestinationBookmark(Bookmark) - Method in class com.guiseframework.component.PlatformFileUploadPanel
Sets the destination bookmark of the upload.
setDestinations(List<Destination>) - Method in class com.guiseframework.AbstractGuiseApplication
Associates multiple destinations with application context-relative paths or path patterns.
setDestinations(List<Destination>) - Method in interface com.guiseframework.GuiseApplication
Associates multiple destinations with application context-relative paths or path patterns.
setDestinationURI(URI) - Method in class com.guiseframework.component.PlatformFileUploadPanel
Sets the destination base URI of the upload.
setDisplayed(Component, boolean) - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Sets a card displayed or not displayed.
setDisplayed(Component, boolean) - Method in interface com.guiseframework.component.CardControl
Sets a card displayed or not displayed.
setDisplayed(boolean) - Method in class com.guiseframework.component.layout.ControlConstraints
Sets whether the component is displayed or has no representation, taking up no space.
setDisplayed(boolean) - Method in class com.guiseframework.model.DefaultListSelectModel.ValueState
Sets whether this value is displayed.
setDisplayed(boolean) - Method in interface com.guiseframework.model.Displayable
Sets whether the object is displayed or has no representation, taking up no space.
setDisplayed(boolean) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets whether the component is displayed or has no representation, taking up no space.
setDisplayed(boolean) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets whether the component is displayed or has no representation, taking up no space.
setDisplayRowCount(int) - Method in class com.guiseframework.component.Table
Sets the number of rows to display at one time.
setDisplayRowStartIndex(int) - Method in class com.guiseframework.component.Table
Sets the index of the first row to display.
setDistinctAdvance(boolean) - Method in class com.guiseframework.component.AbstractSequenceTaskPanel
Sets whether the advance buttons are distinct or dual-duty.
setDragEnabled(boolean) - Method in class com.guiseframework.component.AbstractComponent
Sets whether the component has dragging enabled.
setDragEnabled(boolean) - Method in interface com.guiseframework.component.Component
Sets whether the component has dragging enabled.
setDropEnabled(boolean) - Method in class com.guiseframework.component.AbstractComponent
Sets whether the component has dropping enabled.
setDropEnabled(boolean) - Method in interface com.guiseframework.component.Component
Sets whether the component has dropping enabled.
setEditable(boolean) - Method in class com.guiseframework.component.AbstractEditComponentTextControl
Sets whether the value is editable and the component will allow the the user to change the value.
setEditable(boolean) - Method in class com.guiseframework.component.AbstractEditValueControl
Sets whether the value is editable and the control will allow the the user to change the value.
setEditable(boolean) - Method in class com.guiseframework.component.AbstractEditValuePanel
Sets whether the value is editable and the component will allow the the user to change the value.
setEditable(boolean) - Method in interface com.guiseframework.component.EditComponent
Sets whether the value is editable and the component will allow the the user to change the value.
setEditable(boolean) - Method in class com.guiseframework.component.Table
Sets whether the table is editable and the cells will allow the the user to change their values, if their respective columns are designated as editable as well.
setEditable(boolean) - Method in class com.guiseframework.model.DefaultTableColumnModel
Sets whether the cells in this table column model are editable and will allow the the user to change their values.
setEditable(boolean) - Method in interface com.guiseframework.model.TableColumnModel
Sets whether the cells in this table column model are editable and will allow the the user to change their values.
setEmail(String) - Method in class com.guiseframework.demo.DemoUser
Sets the email address of the user.
setEnabled(boolean) - Method in class com.guiseframework.component.AbstractCompositeStateControl
Sets whether the control is enabled and and can receive user input.
setEnabled(boolean) - Method in class com.guiseframework.component.AbstractContainerControl
Sets whether the control is enabled and and can receive user input.
setEnabled(boolean) - Method in class com.guiseframework.component.AbstractControl
Sets whether the control is enabled and and can receive user input.
setEnabled(boolean) - Method in class com.guiseframework.component.AbstractDialogFrame
Sets whether the control is enabled and and can receive user input.
setEnabled(boolean) - Method in class com.guiseframework.component.AbstractLayoutControl
Sets whether the control is enabled and and can receive user input.
setEnabled(Component, boolean) - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Enables or disables a card.
setEnabled(Component, boolean) - Method in interface com.guiseframework.component.CardControl
Enables or disables a card.
setEnabled(boolean) - Method in class com.guiseframework.component.ImageActionControl
Sets whether the control is enabled and and can receive user input.
setEnabled(boolean) - Method in class com.guiseframework.component.layout.ControlConstraints
Sets whether the the component is enabled.
setEnabled(boolean) - Method in class com.guiseframework.component.ScrollControl
Sets whether the control is enabled and and can receive user input.
setEnabled(boolean) - Method in class com.guiseframework.model.DefaultEnableable
Sets whether the control is enabled and and can receive user input.
setEnabled(boolean) - Method in class com.guiseframework.model.DefaultListSelectModel.ValueState
Sets whether this value is enabled.
setEnabled(boolean) - Method in interface com.guiseframework.model.Enableable
Sets whether the object is enabled and can receive user input.
setEnabled(boolean) - Method in class com.guiseframework.prototype.AbstractEnableablePrototype
Sets whether the control is enabled and and can receive user input.
setEnabled(boolean) - Method in class com.guiseframework.prototype.AbstractEnableableProxyPrototype
Sets whether the object is enabled and can receive user input.
setEnabled(boolean) - Method in class com.guiseframework.prototype.ValuePrototype
Sets whether the control is enabled and and can receive user input.
setEnvironment(Environment) - Method in class com.guiseframework.AbstractGuiseApplication
Sets the application local environment.
setEnvironment(Environment) - Method in interface com.guiseframework.GuiseApplication
Sets the application local environment.
SetEvent<E> - Class in com.guiseframework.event
An event indicating a set has been modified.
SetEvent(Object) - Constructor for class com.guiseframework.event.SetEvent
Source constructor for general set modification.
SetEvent(Object, E, E) - Constructor for class com.guiseframework.event.SetEvent
Source constructor for an added and/or removed element.
setExpanded(boolean) - Method in class com.guiseframework.model.DefaultTreeNodeModel
Sets whether the node is expanded, showing its children, if any.
setExpanded(boolean) - Method in class com.guiseframework.model.DynamicTreeNodeModel
Sets whether the node is expanded, showing its children, if any.
setExpanded(boolean) - Method in interface com.guiseframework.model.TreeNodeModel
Sets whether the node is expanded, showing its children, if any.
setExtent(Flow, Extent) - Method in class com.guiseframework.component.AbstractComponent.AbstractFlyoverStrategy
Sets the extent of a given flow.
setExtent(Flow, Extent) - Method in class com.guiseframework.component.layout.RegionConstraints
Sets the extent of a given flow.
setExtent(Flow, Extent) - Method in class com.guiseframework.component.layout.RegionLayout
Sets the default extent of a given flow.
setExtent(Flow, Extent) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the extent of a given flow.
setExtent(Flow, Extent) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the extent of a given flow.
setFixed(boolean) - Method in class com.guiseframework.component.layout.RegionLayout
Sets whether the sizes of the regions are fixed or will dynamically change to support the given content.
setFlashURI(URI) - Method in class com.guiseframework.component.Flash
Sets the URI of the Flash.
setFlow(Flow) - Method in class com.guiseframework.component.layout.AbstractFlowLayout
Sets the logical axis (line or page) along which information is flowed.
setFlow(Flow) - Method in class com.guiseframework.component.SliderControl
Sets the flow of the slider.
setFlyoverEnabled(boolean) - Method in class com.guiseframework.component.AbstractComponent
Sets whether flyovers are enabled for this component.
setFlyoverEnabled(boolean) - Method in interface com.guiseframework.component.Component
Sets whether flyovers are enabled for this component.
setFlyoverStrategy(Component.FlyoverStrategy<?>) - Method in class com.guiseframework.component.AbstractComponent
Sets the strategy for controlling flyovers.
setFlyoverStrategy(Component.FlyoverStrategy<?>) - Method in interface com.guiseframework.component.Component
Sets the strategy for controlling flyovers.
setFontFamilies(List<String>) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the font families of the component.
setFontFamilies(List<String>) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the font families of the component.
setFontSize(Extent) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the font size of the component.
setFontSize(Extent) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the font size of the component.
setFontStyle(FontStyle) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the style of the font.
setFontStyle(FontStyle) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the style of the font.
setFontWeight(double) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the weight of the font.
setFontWeight(double) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the weight of the font.
setGap(Extent) - Method in class com.guiseframework.component.layout.AbstractFlowLayout
Sets the gap before, between, and after flowed components.
setGapAfter(Extent) - Method in class com.guiseframework.component.layout.AbstractFlowLayout
Sets the gap after flowed components.
setGapBefore(Extent) - Method in class com.guiseframework.component.layout.AbstractFlowLayout
Sets the gap before flowed components.
setGapBetween(Extent) - Method in class com.guiseframework.component.layout.AbstractFlowLayout
Sets the gap between flowed components.
setGlyphURI(URI) - Method in class com.guiseframework.component.AbstractComponent
Sets the URI of the icon.
setGlyphURI(URI) - Method in class com.guiseframework.component.layout.CardConstraints
Sets the URI of the icon.
setGlyphURI(URI) - Method in class com.guiseframework.model.DefaultLabelModel
Sets the URI of the glyph.
setGlyphURI(URI) - Method in interface com.guiseframework.model.LabelModel
Sets the URI of the icon.
setGlyphURI(URI) - Method in class com.guiseframework.prototype.AbstractProxyPrototype
Sets the URI of the icon.
setGlyphURI(URI) - Method in class com.guiseframework.prototype.ValuePrototype
Sets the URI of the icon.
setHashAttributesGenerated(boolean) - Method in class com.guiseframework.platform.AbstractXMLDepictContext
Sets whether attributes should be generated representing the hash of XML attributes and content.
setIconDisplayed(boolean) - Method in class com.guiseframework.component.AbstractActionControl
Sets whether the icon is displayed.
setIconDisplayed(boolean) - Method in class com.guiseframework.component.AbstractMenu
Sets whether the icon is displayed.
setIconDisplayed(boolean) - Method in interface com.guiseframework.component.LabelDisplayableComponent
Sets whether the icon is displayed.
setImageOpacity(float) - Method in class com.guiseframework.component.Picture
Sets the opacity of the image.
setImagePending(boolean) - Method in class com.guiseframework.model.CachedImageModel
Sets whether the current image is in the process of transitioning to some other value.
setImageURI(URI) - Method in class com.guiseframework.component.AbstractImageComponent
Sets the URI of the image.
setImageURI(URI) - Method in class com.guiseframework.component.ImageBooleanSelectActionControl
Sets the URI of the image.
setImageURI(URI) - Method in class com.guiseframework.model.DefaultImageModel
Sets the URI of the image.
setImageURI(URI) - Method in interface com.guiseframework.model.ImageModel
Sets the URI of the image.
setIndentLevel(int) - Method in class com.guiseframework.platform.AbstractTextDepictContext
Sets the level of text indentation.
setIndentLevel(int) - Method in interface com.guiseframework.platform.TextDepictContext
Sets the level of text indentation.
setIndexDisplayed(int, boolean) - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Sets the displayed status of a given index.
setIndexDisplayed(int, boolean) - Method in class com.guiseframework.component.AbstractListSelectControl
Sets the displayed status of a given index.
setIndexDisplayed(int, boolean) - Method in class com.guiseframework.model.DefaultListSelectModel
Sets the displayed status of a given index.
setIndexDisplayed(int, boolean) - Method in interface com.guiseframework.model.ListSelectModel
Sets the displayed status of a given index.
setIndexEnabled(int, boolean) - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Sets the enabled status of a given index.
setIndexEnabled(int, boolean) - Method in class com.guiseframework.component.AbstractListSelectControl
Sets the enabled status of a given index.
setIndexEnabled(int, boolean) - Method in class com.guiseframework.model.DefaultListSelectModel
Sets the enabled status of a given index.
setIndexEnabled(int, boolean) - Method in interface com.guiseframework.model.ListSelectModel
Sets the enabled status of a given index.
setInfo(String) - Method in class com.guiseframework.component.AbstractComponent
Sets the advisory information text, such as might appear in a tooltip.
setInfo(String) - Method in class com.guiseframework.component.layout.CardConstraints
Sets the advisory information text, such as might appear in a tooltip.
setInfo(String) - Method in class com.guiseframework.model.DefaultInfoModel
Sets the advisory information text, such as might appear in a tooltip.
setInfo(String) - Method in interface com.guiseframework.model.InfoModel
Sets the advisory information text, such as might appear in a tooltip.
setInfo(String) - Method in class com.guiseframework.prototype.AbstractProxyPrototype
Sets the advisory information text, such as might appear in a tooltip.
setInfo(String) - Method in class com.guiseframework.prototype.ValuePrototype
Sets the advisory information text, such as might appear in a tooltip.
setInfoContentType(ContentType) - Method in class com.guiseframework.component.AbstractComponent
Sets the content type of the advisory information text.
setInfoContentType(ContentType) - Method in class com.guiseframework.component.layout.CardConstraints
Sets the content type of the advisory information text.
setInfoContentType(ContentType) - Method in class com.guiseframework.model.DefaultInfoModel
Sets the content type of the advisory information text.
setInfoContentType(ContentType) - Method in interface com.guiseframework.model.InfoModel
Sets the content type of the advisory information text.
setInfoContentType(ContentType) - Method in class com.guiseframework.prototype.AbstractProxyPrototype
Sets the content type of the advisory information text.
setInfoContentType(ContentType) - Method in class com.guiseframework.prototype.ValuePrototype
Sets the content type of the advisory information text.
setInputFocusedComponent(InputFocusableComponent) - Method in class com.guiseframework.component.AbstractFrame
Sets the focused component within this input focus group.
setInputFocusedComponent(InputFocusableComponent) - Method in interface com.guiseframework.component.InputFocusGroupComponent
Sets the focused component within this input focus group.
setInputFocusStrategy(InputFocusStrategy) - Method in class com.guiseframework.component.AbstractFrame
Sets the input focus strategy.
setInputFocusStrategy(InputFocusStrategy) - Method in interface com.guiseframework.component.InputFocusGroupComponent
Sets the input focus strategy.
setInputStrategy(InputStrategy) - Method in class com.guiseframework.AbstractGuiseSession
Sets the strategy for processing input.
setInputStrategy(InputStrategy) - Method in class com.guiseframework.component.AbstractComponent
Sets the strategy for processing input.
setInputStrategy(InputStrategy) - Method in interface com.guiseframework.component.Component
Sets the strategy for processing input.
setInputStrategy(InputStrategy) - Method in interface com.guiseframework.GuiseSession
Sets the strategy for processing input.
setInterval(V) - Method in class com.guiseframework.component.SliderControl
Sets the value of the intervals.
setInvalidValueMessage(String) - Method in class com.guiseframework.converter.AbstractConverter
Sets the text of the invalid value message.
setInvalidValueMessage(String) - Method in interface com.guiseframework.converter.Converter
Sets the text of the invalid value message.
setInvalidValueMessage(String) - Method in class com.guiseframework.validator.AbstractValidator
Sets the text of the invalid value message.
setInvalidValueMessage(String) - Method in interface com.guiseframework.validator.Validator
Sets the text of the invalid value message.
setLabel(String) - Method in class com.guiseframework.component.AbstractComponent
Sets the text of the label.
setLabel(String) - Method in class com.guiseframework.component.layout.CardConstraints
Sets the text of the label.
setLabel(String) - Method in class com.guiseframework.model.DefaultLabelModel
Sets the text of the label.
setLabel(String) - Method in interface com.guiseframework.model.LabelModel
Sets the text of the label.
setLabel(String) - Method in class com.guiseframework.prototype.AbstractProxyPrototype
Sets the text of the label.
setLabel(String) - Method in class com.guiseframework.prototype.ValuePrototype
Sets the text of the label.
setLabelContentType(ContentType) - Method in class com.guiseframework.component.AbstractComponent
Sets the content type of the label text.
setLabelContentType(ContentType) - Method in class com.guiseframework.component.layout.CardConstraints
Sets the content type of the label text.
setLabelContentType(ContentType) - Method in class com.guiseframework.model.DefaultLabelModel
Sets the content type of the label text.
setLabelContentType(ContentType) - Method in interface com.guiseframework.model.LabelModel
Sets the content type of the label text.
setLabelContentType(ContentType) - Method in class com.guiseframework.prototype.AbstractProxyPrototype
Sets the content type of the label text.
setLabelContentType(ContentType) - Method in class com.guiseframework.prototype.ValuePrototype
Sets the content type of the label text.
setLabelDisplayed(boolean) - Method in class com.guiseframework.component.AbstractActionControl
Sets whether the label is displayed.
setLabelDisplayed(boolean) - Method in class com.guiseframework.component.AbstractMenu
Sets whether the label is displayed.
setLabelDisplayed(boolean) - Method in interface com.guiseframework.component.LabelDisplayableComponent
Sets whether the label is displayed.
setLabelFontFamilies(List<String>) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the font families of the label.
setLabelFontFamilies(List<String>) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the font families of the label.
setLabelFontSize(Extent) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the label font size of the component.
setLabelFontSize(Extent) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the label font size of the component.
setLabelFontStyle(FontStyle) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the style of the label font.
setLabelFontStyle(FontStyle) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the style of the label font.
setLabelFontWeight(double) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the weight of the label font.
setLabelFontWeight(double) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the weight of the label font.
setLabelTextColor(Color) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the text color of the label.
setLabelTextColor(Color) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the text color of the label.
setLayout(Layout<T>) - Method in class com.guiseframework.component.AbstractContainer
Sets the layout definition for the component.
setLayout(Layout<T>) - Method in class com.guiseframework.component.AbstractLayoutComponent
Sets the layout definition for the component.
setLayout(Layout<T>) - Method in class com.guiseframework.component.BooleanValueControlSelectControl
Sets the layout definition for the component.
setLayout(Layout<T>) - Method in interface com.guiseframework.component.Container
Sets the layout definition for the container.
setLayoutThemeApplied(boolean) - Method in class com.guiseframework.component.AbstractLayoutComponent
Sets whether a theme has been applied to this component's layout.
setLayoutThemeApplied(boolean) - Method in class com.guiseframework.component.BooleanValueControlSelectControl
Sets whether a theme has been applied to this component's layout.
setLayoutThemeApplied(boolean) - Method in interface com.guiseframework.component.LayoutComponent
Sets whether a theme has been applied to this component's layout.
setLevel(int) - Method in class com.guiseframework.component.Heading
Sets the level of the heading.
setLevel(int) - Method in interface com.guiseframework.component.HeadingComponent
Sets the level of the heading.
setLevel(int) - Method in class com.guiseframework.component.HeadingLink
Sets the level of the heading.
setLineAlignment(double) - Method in class com.guiseframework.component.layout.RegionConstraints
Sets the alignment of the line flow.
setLineAlignment(double) - Method in class com.guiseframework.component.layout.RegionLayout
Sets the default alignment of the line flow.
setLineExtent(Extent) - Method in class com.guiseframework.component.AbstractComponent.AbstractFlyoverStrategy
Sets the extent of the line flow.
setLineExtent(Extent) - Method in interface com.guiseframework.component.Component.FlyoverStrategy
Sets the requested line extent (width in left-to-right top-to-bottom orientation) of the flyover component.
setLineExtent(Extent) - Method in class com.guiseframework.component.layout.RegionConstraints
Sets the extent of the line flow.
setLineExtent(Extent) - Method in class com.guiseframework.component.layout.RegionLayout
Sets the default extent of the line flow.
setLineExtent(Extent) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the extent of the line flow.
setLineExtent(Extent) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the extent of the line flow.
setLineWrap(boolean) - Method in class com.guiseframework.component.TextControl
Sets whether lines will be logically wrapped in the view if needed.
setListSelect(ListSelectControl<V>) - Method in class com.guiseframework.coupler.ListSelectCardCoupler
Sets the connected list select control.
setLocale(Locale) - Method in class com.guiseframework.AbstractGuiseSession
Sets the current session locale.
setLocale(Locale) - Method in interface com.guiseframework.GuiseSession
Sets the current session locale.
setLocales(List<Locale>) - Method in class com.guiseframework.AbstractGuiseApplication
Sets the list of supported locales.
setLocales(List<Locale>) - Method in interface com.guiseframework.GuiseApplication
Sets the list of supported locales.
setLogLevel(Log.Level) - Method in class com.guiseframework.AbstractGuiseApplication
Sets the log level that will be logged.
setLogLevel(Log.Level) - Method in interface com.guiseframework.GuiseApplication
Sets the log level that will be logged.
setLogWriter(Writer) - Method in class com.guiseframework.AbstractGuiseSession
Sets the log writer.
setLogWriter(Writer) - Method in interface com.guiseframework.GuiseSession
Sets the log writer.
setMailProperties(Map<?, ?>) - Method in class com.guiseframework.AbstractGuiseApplication
Sets properties of the mail manager.
setMailProperties(Map<?, ?>) - Method in interface com.guiseframework.GuiseApplication
Sets properties of the mail manager.
setMarginExtent(Border, Extent) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the margin extent of a given border.
setMarginExtent(Extent) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the margin extent of all borders.
setMarginExtent(Border, Extent) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the margin extent of a given border.
setMarginExtent(Extent) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the margin extent of all borders.
setMarginLineFarExtent(Extent) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the margin extent of the line far border.
setMarginLineFarExtent(Extent) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the margin extent of the line far border.
setMarginLineNearExtent(Extent) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the margin extent of the line near border.
setMarginLineNearExtent(Extent) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the margin extent of the line near border.
setMarginPageFarExtent(Extent) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the margin extent of the page far border.
setMarginPageFarExtent(Extent) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the margin extent of the page far border.
setMarginPageNearExtent(Extent) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the margin extent of the page near border.
setMarginPageNearExtent(Extent) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the margin extent of the page near border.
setMasked(boolean) - Method in class com.guiseframework.component.TextControl
Sets whether the user input text is masked to prevent viewing of the literal entered value.
setMaximumLength(int) - Method in class com.guiseframework.component.TextControl
Sets the maximum number of input characters to allow.
setMaxTabCount(int) - Method in class com.guiseframework.component.TabContainerControl
Sets the estimated number of tabs requested to be visible.
setMaxTabCount(int) - Method in class com.guiseframework.component.TabControl
Sets the estimated number of tabs requested to be visible.
setMenu(Menu) - Method in class com.guiseframework.component.AbstractFrame
Sets the frame menu.
setMenu(Menu) - Method in interface com.guiseframework.component.Frame
Sets the frame menu.
setMessage(String) - Method in class com.guiseframework.component.Message
Sets the text of the message.
setMessageContentType(ContentType) - Method in class com.guiseframework.component.Message
Sets the content type of the message text.
setModal(boolean) - Method in class com.guiseframework.component.AbstractFrame
Sets whether the frame is modal if and when it is open.
setModal(boolean) - Method in interface com.guiseframework.component.Frame
Sets whether the frame is modal if and when it is open.
setMode(AbstractEditComponentTextControl.Mode) - Method in class com.guiseframework.component.AbstractEditComponentTextControl
Sets the mode of interaction.
setMode(Frame.Mode) - Method in class com.guiseframework.component.AbstractFrame
Sets the mode of interaction.
setMode(M) - Method in interface com.guiseframework.component.ModalComponent
Sets the mode of interaction.
setMovable(boolean) - Method in class com.guiseframework.component.AbstractFrame
Sets whether the frame is movable.
setMovable(boolean) - Method in interface com.guiseframework.component.Frame
Sets whether the frame is movable.
setMultiline(boolean) - Method in class com.guiseframework.component.TextControl
Sets whether the user is allowed to enter multiple physical lines if the control has multiple rows.
setName(String) - Method in class com.guiseframework.component.AbstractComponent
Sets the name of the component.
setName(String) - Method in interface com.guiseframework.component.Component
Sets the name of the component.
setNameLabel(String) - Method in class com.guiseframework.component.AboutPanel
Sets the name label shown in the panel.
setNamespaceIncluded(boolean) - Method in class com.guiseframework.converter.RDFURIStringLiteralConverter
Sets whether the namespace should be represented.
setNavigation(URIPath, Bookmark, URI) - Method in class com.guiseframework.AbstractGuiseSession
Sets the new navigation path and bookmark, firing a navigation event if appropriate.
setNavigation(URIPath, Bookmark, URI) - Method in interface com.guiseframework.GuiseSession
Sets the new navigation path and bookmark, firing a navigation event if appropriate.
setNavigationPath(URIPath) - Method in class com.guiseframework.AbstractGuiseSession
Changes the navigation path of the session.
setNavigationPath(URIPath) - Method in class com.guiseframework.component.NavigationPathBreadcrumbLinkPanel
Sets the navigation path.
setNavigationPath(URIPath) - Method in interface com.guiseframework.GuiseSession
Changes the navigation path of the session.
setNavigationURI(URI) - Method in class com.guiseframework.prototype.NavigateActionPrototype
Sets the URI for navigation.
setNavigationURIPath(URIPath) - Method in class com.guiseframework.prototype.NavigateActionPrototype
Sets the URI path for navigation.
setNewUser(String) - Method in class com.guiseframework.demo.EditUserPanel
Initializes the panel with information for a new user.
setNotification(Notification) - Method in class com.guiseframework.component.AbstractComponent
Sets the component notification.
setNotification(Notification) - Method in class com.guiseframework.component.AbstractCompositeStateControl
Sets the component notification.
setNotification(Notification) - Method in class com.guiseframework.component.AbstractContainerControl
Sets the component notification.
setNotification(Notification) - Method in class com.guiseframework.component.AbstractControl
Sets the component notification.
setNotification(Notification) - Method in class com.guiseframework.component.AbstractDialogFrame
Sets the component notification.
setNotification(Notification) - Method in class com.guiseframework.component.AbstractLayoutControl
Sets the component notification.
setNotification(Notification) - Method in interface com.guiseframework.component.Component
Sets the component notification.
setNotification(Notification) - Method in class com.guiseframework.component.ImageActionControl
Sets the component notification.
setOpacity(double) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the opacity of the entire component.
setOpacity(double) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the opacity of the entire component.
setOpen(boolean) - Method in class com.guiseframework.component.AbstractMenu
Sets whether the menu is open.
setOpen(boolean) - Method in interface com.guiseframework.component.Menu
Sets whether the menu is open.
setOpenEffect(Effect) - Method in class com.guiseframework.component.AbstractComponent.AbstractFlyoverStrategy
Sets the effect used for opening the flyover.
setOpenEffect(Effect) - Method in class com.guiseframework.component.AbstractFrame
Sets the effect used for opening the frame.
setOpenEffect(Effect) - Method in interface com.guiseframework.component.Component.FlyoverStrategy
Sets the effect used for opening the flyover.
setOpenEffect(Effect) - Method in interface com.guiseframework.component.Frame
Sets the effect used for opening the frame.
setOptionContent(Component) - Method in class com.guiseframework.component.AbstractOptionDialogFrame
Sets the component representing option contents.
setOptionContent(Component) - Method in interface com.guiseframework.component.OptionDialogFrame
Sets the component representing option contents.
setOrientation(Orientation) - Method in class com.guiseframework.AbstractGuiseSession
Sets the default orientation.
setOrientation(Orientation) - Method in class com.guiseframework.component.AbstractComponent
Sets the orientation.
setOrientation(Orientation) - Method in interface com.guiseframework.component.Component
Sets the orientation.
setOrientation(Orientation) - Method in interface com.guiseframework.GuiseSession
Sets the default orientation.
setOutputContentType(ContentType) - Method in interface com.guiseframework.platform.TextDepictContext
Sets the content type of the text output.
setOutputContentType(ContentType) - Method in class com.guiseframework.platform.web.HTTPServletWebDepictContext
Sets the content type of the text output.
setOwner(LayoutComponent) - Method in class com.guiseframework.component.layout.AbstractLayout
Sets the layout component that owns this layout This method is managed by layout components, and normally should not be called by applications.
setOwner(LayoutComponent) - Method in class com.guiseframework.component.layout.AbstractValueLayout
Sets the container that owns this layout This method is managed by containers, and normally should not be called by applications.
setOwner(LayoutComponent) - Method in interface com.guiseframework.component.layout.Layout
Sets the layout component that owns this layout This method is managed by layout components, and normally should not be called by applications.
setPaddingExtent(Border, Extent) - Method in class com.guiseframework.component.layout.RegionConstraints
Sets the padding extent of a given border.
setPaddingExtent(Extent) - Method in class com.guiseframework.component.layout.RegionConstraints
Sets the padding extent of all borders.
setPaddingExtent(Border, Extent) - Method in class com.guiseframework.component.layout.RegionLayout
Sets the default padding extent of a given border.
setPaddingExtent(Extent) - Method in class com.guiseframework.component.layout.RegionLayout
Sets the default padding extent of all borders.
setPaddingExtent(Border, Extent) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the padding extent of a given border.
setPaddingExtent(Extent) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the padding extent of all borders.
setPaddingExtent(Border, Extent) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the padding extent of a given border.
setPaddingExtent(Extent) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the padding extent of all borders.
setPaddingLineFarExtent(Extent) - Method in class com.guiseframework.component.layout.RegionConstraints
Sets the padding extent of the line far border.
setPaddingLineFarExtent(Extent) - Method in class com.guiseframework.component.layout.RegionLayout
Sets the default padding extent of the line far border.
setPaddingLineFarExtent(Extent) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the padding extent of the line far border.
setPaddingLineFarExtent(Extent) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the padding extent of the line far border.
setPaddingLineNearExtent(Extent) - Method in class com.guiseframework.component.layout.RegionConstraints
Sets the padding extent of the line near border.
setPaddingLineNearExtent(Extent) - Method in class com.guiseframework.component.layout.RegionLayout
Sets the default padding extent of the line near border.
setPaddingLineNearExtent(Extent) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the padding extent of the line near border.
setPaddingLineNearExtent(Extent) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the padding extent of the line near border.
setPaddingPageFarExtent(Extent) - Method in class com.guiseframework.component.layout.RegionConstraints
Sets the padding extent of the page far border.
setPaddingPageFarExtent(Extent) - Method in class com.guiseframework.component.layout.RegionLayout
Sets the default padding extent of the page far border.
setPaddingPageFarExtent(Extent) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the padding extent of the page far border.
setPaddingPageFarExtent(Extent) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the padding extent of the page far border.
setPaddingPageNearExtent(Extent) - Method in class com.guiseframework.component.layout.RegionConstraints
Sets the padding extent of the page near border.
setPaddingPageNearExtent(Extent) - Method in class com.guiseframework.component.layout.RegionLayout
Sets the default padding extent of the page near border.
setPaddingPageNearExtent(Extent) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the padding extent of the page near border.
setPaddingPageNearExtent(Extent) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the padding extent of the page near border.
setPageAlignment(double) - Method in class com.guiseframework.component.layout.RegionConstraints
Sets the alignment of the page flow.
setPageAlignment(double) - Method in class com.guiseframework.component.layout.RegionLayout
Sets the alignment of the page flow.
setPageExtent(Extent) - Method in class com.guiseframework.component.AbstractComponent.AbstractFlyoverStrategy
Sets the extent of the page flow.
setPageExtent(Extent) - Method in interface com.guiseframework.component.Component.FlyoverStrategy
Sets the requested page extent (height in left-to-right top-to-bottom orientation) of the flyover component.
setPageExtent(Extent) - Method in class com.guiseframework.component.layout.RegionConstraints
Sets the extent of the page flow.
setPageExtent(Extent) - Method in class com.guiseframework.component.layout.RegionLayout
Sets the default extent of the page flow.
setPageExtent(Extent) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the extent of the page flow.
setPageExtent(Extent) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the extent of the page flow.
setParameter(String, String) - Method in class com.guiseframework.Bookmark
Creates a new bookmark with the given parameter set to the given value.
setParameters(Bookmark.Parameter...) - Method in class com.guiseframework.Bookmark
Sets bookmark parameters.
setParameters(List<Bookmark.Parameter>) - Method in class com.guiseframework.Bookmark
Sets bookmark parameters.
setParent(CompositeComponent) - Method in class com.guiseframework.component.AbstractComponent
Sets the parent of this component.
setParent(CompositeComponent) - Method in interface com.guiseframework.component.Component
Sets the parent of this component.
setParent(TreeNodeModel<?>) - Method in class com.guiseframework.model.DefaultTreeNodeModel
Sets the parent of this tree node.
setParent(TreeNodeModel<?>) - Method in interface com.guiseframework.model.TreeNodeModel
Sets the parent of this tree node.
setParent(Theme) - Method in class com.guiseframework.theme.Theme
Sets the theme parent.
setPassword(char[]) - Method in class com.guiseframework.component.PasswordAuthenticationPanel
Sets the password shown in the panel.
setPasswordValidator(Validator<char[]>) - Method in class com.guiseframework.component.PasswordAuthenticationPanel
Sets the password validator.
setPasswordVerified(boolean) - Method in class com.guiseframework.component.PasswordAuthenticationPanel
Sets whether password verification is required This is a bound property of type Boolean.
setPendingImageURI(URI) - Method in class com.guiseframework.component.PendingImage
Sets the URI of the pending image.
setPendingImageURI(URI) - Method in class com.guiseframework.component.PendingImageActionControl
Sets the URI of the pending image.
setPendingImageURI(URI) - Method in interface com.guiseframework.component.PendingImageComponent
Sets the URI of the pending image.
setPlatformFiles(List<? extends PlatformFile>) - Method in class com.guiseframework.platform.PlatformFileCollector
Sets the platform files.
setPollInterval(int) - Method in class com.guiseframework.platform.web.AbstractWebPlatform
Sets the polling interval in millseconds.
setPollInterval(int) - Method in interface com.guiseframework.platform.web.WebPlatform
Sets the polling interval in millseconds.
setPreferences(Class<?>, URFResource) - Method in class com.guiseframework.AbstractGuiseSession
Saves preference properties for a given class.
setPreferences(Class<?>, URFResource) - Method in interface com.guiseframework.GuiseSession
Saves preference properties for a given class.
setPrincipal(Principal) - Method in class com.guiseframework.AbstractGuiseSession
Sets the current principal (e.g.
setPrincipal(Principal) - Method in interface com.guiseframework.GuiseSession
Sets the current principal (e.g.
setProperties(Map<String, Object>) - Method in class com.guiseframework.platform.AbstractEnvironment
Sets multiple environment properties.
setProperties(Map<String, Object>) - Method in interface com.guiseframework.platform.Environment
Sets multiple environment properties.
setProperty(String, Object) - Method in class com.guiseframework.platform.AbstractEnvironment
Sets an environment property.
setProperty(String, Object) - Method in interface com.guiseframework.platform.Environment
Sets an environment property.
setPropertyModified(String, boolean) - Method in class com.guiseframework.platform.AbstractDepictor
Calls when a property has been modified to sets whether a property has been modified.
setPrototypeProvisions(Set<PrototypeProvision<?>>) - Method in class com.guiseframework.prototype.AbstractPrototypeProvider
Sets the prototype provisions currently provided by this provider.
setProvisionalText(String) - Method in class com.guiseframework.component.AbstractTextControl
Sets the provisional text literal value.
setProxiedPrototype(P) - Method in class com.guiseframework.prototype.AbstractProxyPrototype
Changes the prototype being proxied.
setRelatedComponent(Component) - Method in class com.guiseframework.component.AbstractFrame
Sets the related component.
setRelatedComponent(Component) - Method in interface com.guiseframework.component.Frame
Sets the related component This is a bound property.
setResizable(boolean) - Method in class com.guiseframework.component.AbstractFrame
Sets whether the frame can be resized.
setResizable(boolean) - Method in interface com.guiseframework.component.Frame
Sets whether the frame can be resized.
setResource(URFResource) - Method in interface com.guiseframework.component.urf.URFResourceAlterationComponent
Sets the resource information displayed in the component.
setResourceBundleBaseName(String) - Method in class com.guiseframework.AbstractGuiseApplication
Changes the resource bundle base name.
setResourceBundleBaseName(String) - Method in interface com.guiseframework.GuiseApplication
Changes the resource bundle base name.
setResourceChildrenIncluded(boolean) - Method in class com.guiseframework.model.rdf.AbstractRDFResourceTreeNodeModel
Sets whether resource children are included in the node.
setResourceChildrenIncluded(boolean) - Method in class com.guiseframework.model.urf.URFResourceDynamicTreeNodeModel
Sets whether resource children are included in the node.
setResourcePropertiesIncluded(boolean) - Method in class com.guiseframework.model.rdf.AbstractRDFResourceTreeNodeModel
Sets whether resource properties are included in the node.
setResourcePropertiesIncluded(boolean) - Method in class com.guiseframework.model.urf.URFResourceDynamicTreeNodeModel
Sets whether resource properties are included in the node.
setResourceReferenceURIIncluded(boolean) - Method in class com.guiseframework.component.rdf.AbstractRDFResourceTreeNodeRepresentationStrategy
Sets whether the resource reference URI should be included.
setResourceReferenceURIIncluded(boolean) - Method in class com.guiseframework.component.urf.AbstractURFResourceTreeNodeRepresentationStrategy
Sets whether the resource reference should be included.
setResourceTypeIncluded(boolean) - Method in class com.guiseframework.component.rdf.AbstractRDFResourceTreeNodeRepresentationStrategy
Sets whether the resource type should be included.
setResourceTypeIncluded(boolean) - Method in class com.guiseframework.component.urf.AbstractURFResourceTreeNodeRepresentationStrategy
Sets whether the resource type should be included.
setResult(R) - Method in class com.guiseframework.component.AbstractModalFrame
Sets the modal result.
setResult(R) - Method in class com.guiseframework.component.AbstractModalNavigationPanel
Sets the modal result.
setResult(R) - Method in interface com.guiseframework.component.ModalFrame
Sets the modal result.
setResult(R) - Method in interface com.guiseframework.component.ModalNavigationPanel
Sets the modal result.
setRollover(boolean) - Method in class com.guiseframework.component.AbstractActionControl
Sets whether the component is in a rollover state.
setRollover(boolean) - Method in class com.guiseframework.component.AbstractMenu
Sets whether the component is in a rollover state.
setRollover(boolean) - Method in interface com.guiseframework.component.ActionControl
Sets whether the component is in a rollover state.
setRollover(boolean) - Method in class com.guiseframework.component.ImageActionControl
Sets whether the component is in a rollover state.
setRolloverImageURI(URI) - Method in class com.guiseframework.component.ImageBooleanSelectActionControl
Sets the URI of the rollover image.
setRolloverOpenEnabled(boolean) - Method in class com.guiseframework.component.AbstractMenu
Sets whether the menu children will be shown during rollover.
setRolloverOpenEnabled(boolean) - Method in interface com.guiseframework.component.Menu
Sets whether the menu children will be shown during rollover.
setRootNode(TreeNodeModel<?>) - Method in class com.guiseframework.component.TreeControl
Sets the root node of the tree model.
setRootNode(TreeNodeModel<?>) - Method in class com.guiseframework.model.DefaultTreeModel
Sets the root node of the tree model.
setRootNode(TreeNodeModel<?>) - Method in interface com.guiseframework.model.TreeModel
Sets the root node of the tree model.
setRootNodeDisplayed(boolean) - Method in class com.guiseframework.component.TreeControl
Sets whether the root node is displayed.
setRowCount(int) - Method in class com.guiseframework.component.ListControl
Sets the estimated number of rows requested to be visible.
setRowCount(int) - Method in class com.guiseframework.component.TextControl
Sets the estimated number of rows requested to be visible.
setSelected(boolean) - Method in class com.guiseframework.component.AbstractBooleanSelectActionControl
Sets whether the component is selected.
setSelected(boolean) - Method in class com.guiseframework.component.AbstractSelectActionControl
Sets whether the component is selected.
setSelected(boolean) - Method in class com.guiseframework.component.AbstractSelectActionValueControl
Sets whether the component is selected.
setSelected(boolean) - Method in class com.guiseframework.component.SelectableLabel
Sets whether the component is selected.
setSelected(boolean) - Method in class com.guiseframework.model.DefaultListSelectModel.ValueState
Sets whether this value is selected.
setSelected(boolean) - Method in class com.guiseframework.model.DefaultTreeNodeModel
Sets whether the tree node is selected.
setSelected(boolean) - Method in interface com.guiseframework.model.Selectable
Sets whether the object is selected.
setSelectedBackgroundColor(Color) - Method in class com.guiseframework.component.SelectableLabel
Sets the selected background color of the component.
setSelectedGlyphURI(URI) - Method in class com.guiseframework.component.AbstractBooleanSelectActionControl
Sets the URI of the selected icon.
setSelectedGlyphURI(URI) - Method in class com.guiseframework.component.AbstractSelectActionControl
Sets the URI of the selected icon.
setSelectedGlyphURI(URI) - Method in class com.guiseframework.component.AbstractSelectActionValueControl
Sets the URI of the selected icon.
setSelectedGlyphURI(URI) - Method in interface com.guiseframework.component.SelectActionControl
Sets the URI of the selected icon.
setSelectedImageURI(URI) - Method in class com.guiseframework.component.ImageBooleanSelectActionControl
Sets the URI of the selected image.
setSelectedIndex(int) - Method in class com.guiseframework.component.layout.AbstractValueLayout
Sets the index of the selected component.
setSelectedIndexes(int...) - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Sets the selected indices.
setSelectedIndexes(int...) - Method in class com.guiseframework.component.AbstractListSelectControl
Sets the selected indices.
setSelectedIndexes(int...) - Method in class com.guiseframework.model.DefaultListSelectModel
Sets the selected indices.
setSelectedIndexes(int...) - Method in interface com.guiseframework.model.ListSelectModel
Sets the selected indices.
setSelectedValues(Component...) - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Sets the selected values.
setSelectedValues(V...) - Method in class com.guiseframework.component.AbstractListSelectControl
Sets the selected values.
setSelectedValues(V...) - Method in class com.guiseframework.model.DefaultListSelectModel
Sets the selected values.
setSelectedValues(V...) - Method in interface com.guiseframework.model.SelectModel
Sets the selected values.
setSelector(Selector) - Method in class com.guiseframework.theme.Rule
Sets this rule's selector.
setSliding(boolean) - Method in class com.guiseframework.component.SliderControl
Sets whether the slider is being slid.
setSpanFlow(Flow) - Method in class com.guiseframework.component.layout.RegionLayout
Sets the logical axis which will span components across the other logical axis.
setState(TaskState) - Method in class com.guiseframework.audio.Audio
Updates the state of the audio.
setState(Frame.State) - Method in class com.guiseframework.component.AbstractFrame
Sets the state of the frame.
setState(TaskState) - Method in class com.guiseframework.component.ResourceCollectControl
Sets the state of receiving resources.
setState(TaskState) - Method in class com.guiseframework.component.SequenceCardPanel
Sets the current state of the sequence.
setState(TaskState) - Method in class com.guiseframework.platform.PlatformFileUploadTask
Updates the state of the task.
setStatus(Control.Status) - Method in class com.guiseframework.component.AbstractCompositeStateControl
Sets the status of the current user input.
setStatus(Control.Status) - Method in class com.guiseframework.component.AbstractContainerControl
Sets the status of the current user input.
setStatus(Control.Status) - Method in class com.guiseframework.component.AbstractControl
Sets the status of the current user input.
setStatus(Control.Status) - Method in class com.guiseframework.component.AbstractDialogFrame
Sets the status of the current user input.
setStatus(Control.Status) - Method in class com.guiseframework.component.AbstractLayoutControl
Sets the status of the current user input.
setStatus(Control.Status) - Method in class com.guiseframework.component.ImageActionControl
Sets the status of the current user input.
setStatus(Control.Status) - Method in class com.guiseframework.component.ScrollControl
Sets the status of the current user input.
setStyle(URI) - Method in class com.guiseframework.ComponentDestination
Sets the style of this destination.
setStyleID(String) - Method in class com.guiseframework.component.AbstractComponent.AbstractFlyoverStrategy
Identifies the style for the flyover component.
setStyleID(String) - Method in interface com.guiseframework.component.Component.FlyoverStrategy
Identifies the style for the flyover component.
setStyleID(String) - Method in class com.guiseframework.model.DefaultTableColumnModel
Identifies the style for the column.
setStyleID(String) - Method in interface com.guiseframework.model.TableColumnModel
Identifies the style for the column.
setStyleID(String) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Identifies the style for the component.
setStyleID(String) - Method in interface com.guiseframework.model.ui.PresentationModel
Identifies the style for the component.
setStyleURI(URI) - Method in class com.guiseframework.AbstractGuiseApplication
Sets the URI of the style of the application.
setStyleURI(URI) - Method in interface com.guiseframework.GuiseApplication
Sets the URI of the style of the application.
setTaskState(TaskState) - Method in class com.guiseframework.component.layout.TaskCardConstraints
Sets the task state of the card.
setTetherBearing(BigDecimal) - Method in class com.guiseframework.component.AbstractComponent.AbstractFlyoverStrategy
Sets the bearing of the tether in relation to the frame.
setTetherBearing(BigDecimal) - Method in class com.guiseframework.component.AbstractFlyoverFrame
Sets the bearing of the tether in relation to the frame.
setTetherBearing(BigDecimal) - Method in interface com.guiseframework.component.FlyoverFrame
Sets the bearing of the tether in relation to the frame.
setTetherBearingCompassPoints(Set<CompassPoint>) - Method in class com.guiseframework.component.AbstractFlyoverFrame
Sets the compass points supported for tether bearing.
setTetherBearingCompassPoints(Set<CompassPoint>) - Method in interface com.guiseframework.component.FlyoverFrame
Sets the compass points supported for tether bearing.
setTetherImage(URI) - Method in class com.guiseframework.component.AbstractFlyoverFrame
Sets the URI of the tether image.
setTetherImage(URI) - Method in interface com.guiseframework.component.FlyoverFrame
Sets the URI of the tether image.
setText(EC, String) - Method in class com.guiseframework.component.AbstractEditComponentTextControl
Updates the text of the edited component.
setText(String) - Method in class com.guiseframework.component.AbstractTextControl
Sets the text literal value displayed in the control.
setText(Component, String) - Method in class com.guiseframework.component.EditComponentLabelControl
Updates the text of the edited component.
setText(TextBox, String) - Method in class com.guiseframework.component.EditComponentTextControl
Updates the text of the edited component.
setText(String) - Method in class com.guiseframework.component.TextBox
Sets the text.
setText(String) - Method in class com.guiseframework.model.DefaultTextModel
Sets the text.
setText(String) - Method in interface com.guiseframework.model.TextModel
Sets the text.
setTextColor(Color) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets the text color of the component.
setTextColor(Color) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets the text color of the component.
setTextContentType(ContentType) - Method in class com.guiseframework.component.TextBox
Sets the content type of the text.
setTextContentType(ContentType) - Method in class com.guiseframework.model.DefaultTextModel
Sets the content type of the text.
setTextContentType(ContentType) - Method in interface com.guiseframework.model.TextModel
Sets the content type of the text.
setTextValue(String) - Method in class com.guiseframework.component.AbstractTextControl
Sets the text literal value displayed in the control, and then converts the text to an appropriate value and stores it.
setThemeApplied(boolean) - Method in class com.guiseframework.component.AbstractComponent
Sets whether a theme has been applied to this component.
setThemeApplied(boolean) - Method in interface com.guiseframework.component.Component
Sets whether a theme has been applied to this component.
setThemed(boolean) - Method in class com.guiseframework.AbstractGuiseApplication
Sets whether the application applies themes.
setThemed(boolean) - Method in interface com.guiseframework.GuiseApplication
Sets whether the application applies themes.
setThemeURI(URI) - Method in class com.guiseframework.AbstractGuiseApplication
Sets the URI of the application theme.
setThemeURI(URI) - Method in class com.guiseframework.AbstractGuiseSession
Sets the URI of the session theme.
setThemeURI(URI) - Method in interface com.guiseframework.GuiseApplication
Sets the URI of the application theme.
setThemeURI(URI) - Method in interface com.guiseframework.GuiseSession
Sets the URI of the session theme.
setThumbImage(Axis, URI) - Method in class com.guiseframework.component.SliderControl
Sets the thumb image for a given axis.
setThumbXImage(URI) - Method in class com.guiseframework.component.SliderControl
Sets the thumb image for the X axis.
setThumbYImage(URI) - Method in class com.guiseframework.component.SliderControl
Sets the thumb image for the Y axis.
setTimePosition(long) - Method in interface com.guiseframework.audio.Audio.Depictor
Requests a new time-based play position.
setTimePosition(long) - Method in class com.guiseframework.audio.Audio
Requests a new time-based play position.
setTimePosition(long) - Method in class com.guiseframework.platform.web.WebAudioDepictor
Requests a new time-based play position.
setTimeZone(TimeZone) - Method in class com.guiseframework.AbstractGuiseSession
Sets the current session time zone.
setTimeZone(TimeZone) - Method in interface com.guiseframework.GuiseSession
Sets the current session time zone.
setTitleBackgroundColor(Color) - Method in class com.guiseframework.component.AbstractFrame
Sets the background color of the title.
setTitleBackgroundColor(Color) - Method in interface com.guiseframework.component.Frame
Sets the background color of the title.
setTitleVisible(boolean) - Method in class com.guiseframework.component.AbstractFrame
Sets whether the title bar is visible.
setTitleVisible(boolean) - Method in interface com.guiseframework.component.Frame
Sets whether the title bar is visible.
setToggle(boolean) - Method in class com.guiseframework.component.AbstractBooleanSelectActionControl
Sets whether this control acts as a toggle, switching its value between true and false, or whether the action always sets the value to true.
setToggle(boolean) - Method in class com.guiseframework.component.AbstractSelectActionControl
Sets whether this control acts as a toggle, switching its value between true and false, or whether the action always sets the value to true.
setToggle(boolean) - Method in class com.guiseframework.component.AbstractSelectActionValueControl
Sets whether this control acts as a toggle, switching its value between true and false, or whether the action always sets the value to true.
setToggle(boolean) - Method in interface com.guiseframework.component.SelectActionControl
Sets whether this control acts as a toggle, switching its value between true and false, or whether the action always sets the value to true.
setToolbar(Toolbar) - Method in class com.guiseframework.component.AbstractFrame
Sets the frame toolbar.
setToolbar(Toolbar) - Method in interface com.guiseframework.component.Frame
Sets the frame toolbar.
setTooltipEnabled(boolean) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets whether tooltips are enabled for this component.
setTooltipEnabled(boolean) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets whether tooltips are enabled for this component.
setTrackImage(Axis, URI) - Method in class com.guiseframework.component.SliderControl
Sets the track image for a given axis.
setTrackXImage(URI) - Method in class com.guiseframework.component.SliderControl
Sets the track image for the X axis.
setTrackYImage(URI) - Method in class com.guiseframework.component.SliderControl
Sets the track image for the Y axis.
setTransitionEnabled(boolean) - Method in class com.guiseframework.component.SequenceCardPanel
Sets whether transitions are enabled, so that changing selected cards will cause the appropriate validate/commit functionality.
setTreeNodeDragEnabled(boolean) - Method in class com.guiseframework.component.TreeControl
Sets whether the tree node components have dragging enabled.
setTreeNodeRepresentationStrategy(Class<V>, TreeControl.TreeNodeRepresentationStrategy<? super V>) - Method in class com.guiseframework.component.TreeControl
Installs the given tree node representation strategy to produce representation components for the given value class.
setUnselectedGlyphURI(URI) - Method in class com.guiseframework.component.AbstractBooleanSelectActionControl
Sets the URI of the unselected icon.
setUnselectedGlyphURI(URI) - Method in class com.guiseframework.component.AbstractSelectActionControl
Sets the URI of the unselected icon.
setUnselectedGlyphURI(URI) - Method in class com.guiseframework.component.AbstractSelectActionValueControl
Sets the URI of the unselected icon.
setUnselectedGlyphURI(URI) - Method in interface com.guiseframework.component.SelectActionControl
Sets the URI of the unselected icon.
setUser(DemoUser) - Method in class com.guiseframework.demo.EditUserPanel
Initializes the panel with user information.
setUsername(String) - Method in class com.guiseframework.component.PasswordAuthenticationPanel
Sets the username shown in the panel.
setUsernameValidator(Validator<String>) - Method in class com.guiseframework.component.PasswordAuthenticationPanel
Sets the username validator.
setValid(boolean) - Method in class com.guiseframework.component.AbstractComponent
Sets whether the state of the component and all child components represents valid user input This is a bound property of type Boolean.
setValidator(Validator<V>) - Method in class com.guiseframework.component.AbstractActionValueControl
Sets the validator.
setValidator(Validator<V>) - Method in class com.guiseframework.component.AbstractContainerValueControl
Sets the validator.
setValidator(Validator<V>) - Method in class com.guiseframework.component.AbstractDialogFrame
Sets the validator.
setValidator(Validator<V>) - Method in class com.guiseframework.component.AbstractLayoutValueControl
Sets the validator.
setValidator(Validator<Component>) - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Sets the validator.
setValidator(Validator<V>) - Method in class com.guiseframework.component.AbstractListSelectControl
Sets the validator.
setValidator(Validator<V>) - Method in class com.guiseframework.component.AbstractValueControl
Sets the validator.
setValidator(Validator<Component>) - Method in class com.guiseframework.component.layout.AbstractValueLayout
Sets the validator.
setValidator(Validator<C>) - Method in class com.guiseframework.component.Table.DefaultCellValueModel
Sets the validator.
setValidator(Validator<V>) - Method in class com.guiseframework.model.AbstractValueModel
Sets the validator.
setValidator(Validator<V>) - Method in class com.guiseframework.model.DefaultTableColumnModel
Sets the validator.
setValidator(Validator<V>) - Method in interface com.guiseframework.model.TableColumnModel
Sets the validator.
setValidator(Validator<V>) - Method in interface com.guiseframework.model.ValueModel
Sets the validator.
setValidProducts(Set<Product>) - Method in class com.guiseframework.validator.PANValidator
Sets the PAN products that the validator considers valid.
setValidProducts(Product...) - Method in class com.guiseframework.validator.PANValidator
Sets the PAN products that the validator considers valid.
setValue(V) - Method in class com.guiseframework.component.AbstractActionValueControl
Sets the input value.
setValue(V) - Method in class com.guiseframework.component.AbstractContainerValueControl
Sets the input value.
setValue(V) - Method in class com.guiseframework.component.AbstractDialogFrame
Sets the input value.
setValue(V) - Method in class com.guiseframework.component.AbstractLayoutValueControl
Sets the input value.
setValue(Component) - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Sets the value.
setValue(V) - Method in class com.guiseframework.component.AbstractListSelectControl
Sets the input value.
setValue(V) - Method in class com.guiseframework.component.AbstractValueControl
Sets the new value.
setValue(Component) - Method in class com.guiseframework.component.layout.AbstractValueLayout
Sets the input value.
setValue(C) - Method in class com.guiseframework.component.Table.DefaultCellValueModel
Sets the value in the cell.
setValue(V) - Method in interface com.guiseframework.component.ValuedComponent
Sets the new value to be displayed in the component.
setValue(V) - Method in class com.guiseframework.coupler.ListSelectCardCoupler
Sets the list select value to indicate selection.
setValue(V) - Method in class com.guiseframework.model.DefaultListSelectModel
Sets the input value.
setValue(V) - Method in class com.guiseframework.model.DefaultValueModel
Sets the new value.
setValue(V) - Method in interface com.guiseframework.model.Valued
Sets the new value.
setValue(V) - Method in interface com.guiseframework.model.ValueModel
Sets the new value.
setValueContentType(ContentType) - Method in class com.guiseframework.component.AbstractTextControl
Sets the content type of the value.
setValueDisplayed(Component, boolean) - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Sets the displayed status of the first occurrence of a given value.
setValueDisplayed(V, boolean) - Method in class com.guiseframework.component.AbstractListSelectControl
Sets the displayed status of the first occurrence of a given value.
setValueDisplayed(V, boolean) - Method in class com.guiseframework.model.DefaultListSelectModel
Sets the displayed status of the first occurrence of a given value.
setValueDisplayed(V, boolean) - Method in interface com.guiseframework.model.ListSelectModel
Sets the displayed status of the first occurrence of a given value.
setValueEnabled(Component, boolean) - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Sets the enabled status of the first occurrence of a given value.
setValueEnabled(V, boolean) - Method in class com.guiseframework.component.AbstractListSelectControl
Sets the enabled status of the first occurrence of a given value.
setValueEnabled(V, boolean) - Method in class com.guiseframework.model.DefaultListSelectModel
Sets the enabled status of the first occurrence of a given value.
setValueEnabled(V, boolean) - Method in interface com.guiseframework.model.ListSelectModel
Sets the enabled status of the first occurrence of a given value.
setValueGlyphURI(V, URI) - Method in class com.guiseframework.component.AbstractActionValueControl
Sets the URI of the icon associated with a value.
setValueGlyphURI(V, URI) - Method in interface com.guiseframework.component.ActionValueControl
Sets the URI of the icon associated with a value.
setValueRepresentationStrategy(ListSelectControl.ValueRepresentationStrategy<Component>) - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Sets the strategy used to generate a component to represent each value in the model.
setValueRepresentationStrategy(ListSelectControl.ValueRepresentationStrategy<V>) - Method in class com.guiseframework.component.AbstractListSelectControl
Sets the strategy used to generate a component to represent each value in the model.
setValueRepresentationStrategy(ListSelectControl.ValueRepresentationStrategy<V>) - Method in interface com.guiseframework.component.ListSelectControl
Sets the strategy used to generate a component to represent each value in the model.
setValueRequired(boolean) - Method in class com.guiseframework.validator.AbstractValidator
Sets whether the value must be non-null in order to be considered valid.
setValueRequiredMessage(String) - Method in class com.guiseframework.validator.AbstractValidator
Sets the text of the value required message.
setValueRequiredMessage(String) - Method in interface com.guiseframework.validator.Validator
Sets the text of the value required message.
setVCardName(Name) - Method in class com.guiseframework.component.text.directory.vcard.NamePanel
Places the name information into the various fields.
setVersionLabel(String) - Method in class com.guiseframework.component.AboutPanel
Sets the version label shown in the panel.
setVisible(boolean) - Method in class com.guiseframework.model.DefaultTableColumnModel
Sets whether the column is visible.
setVisible(boolean) - Method in interface com.guiseframework.model.TableColumnModel
Sets whether the column is visible.
setVisible(boolean) - Method in class com.guiseframework.model.ui.AbstractPresentationModel
Sets whether the component is visible.
setVisible(boolean) - Method in interface com.guiseframework.model.ui.PresentationModel
Sets whether the component is visible.
setWrapped(boolean) - Method in class com.guiseframework.component.layout.AbstractFlowLayout
Sets whether flowed children are wrapped when the flow extent is reached.
Side - Enum in com.guiseframework.geometry
Indicates an absolute side.
SIENNA - Static variable in class com.guiseframework.style.RGBColor
 
SILVER - Static variable in class com.guiseframework.style.RGBColor
 
SimpleSelector - Interface in com.guiseframework.platform.web.css
A simple selector, such as a type selector or a class selector; an element of a sequence of simple selectors.
SingleListSelectionPolicy<V> - Class in com.guiseframework.model
An implementation of a selection strategy for a select model allowing only a single selection at a time.
SingleListSelectionPolicy() - Constructor for class com.guiseframework.model.SingleListSelectionPolicy
 
size() - Method in class com.guiseframework.component.AbstractContainer
 
size() - Method in class com.guiseframework.component.AbstractListCompositeComponent
 
size() - Method in class com.guiseframework.component.AbstractListSelectControl
 
size() - Method in interface com.guiseframework.component.Container
 
size() - Method in class com.guiseframework.model.DefaultListSelectModel
 
size() - Method in exception com.guiseframework.validator.ValidationsException
Returns the number of elements in this collection.
skipWhitespaceCommentsEOF(ParseReader) - Static method in class com.guiseframework.platform.web.css.CSSProcessor
Skips whitespace and comments without throwing an error if the end of the input was reached.
SKY_BLUE - Static variable in class com.guiseframework.style.RGBColor
 
SLATE_BLUE - Static variable in class com.guiseframework.style.RGBColor
 
SLATE_GRAY - Static variable in class com.guiseframework.style.RGBColor
 
SLIDER_SLIDING_CLASS - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class indicating slider sliding state.
SLIDER_THUMB_CLASS_SUFFIX - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class suffix identifying the slider thumb.
SLIDER_THUMB_X_IMAGE - Static variable in class com.guiseframework.theme.Theme
 
SLIDER_THUMB_Y_IMAGE - Static variable in class com.guiseframework.theme.Theme
 
SLIDER_TRACK_CLASS_SUFFIX - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class suffix identifying the slider track.
SLIDER_TRACK_X_IMAGE - Static variable in class com.guiseframework.theme.Theme
 
SLIDER_TRACK_Y_IMAGE - Static variable in class com.guiseframework.theme.Theme
 
SliderControl<V extends java.lang.Number> - Class in com.guiseframework.component
A value control that represents its value by a slider.
SliderControl(Class<V>, Flow) - Constructor for class com.guiseframework.component.SliderControl
Value class and flow constructor with a default data model to represent a given type and a default converter.
SliderControl(Class<V>, Converter<V, String>, Flow) - Constructor for class com.guiseframework.component.SliderControl
Value class, converter and flow constructor with a default value model to represent a given type.
SliderControl(ValueModel<V>, Flow) - Constructor for class com.guiseframework.component.SliderControl
Value model and flow constructor with a default converter.
SliderControl(ValueModel<V>, Converter<V, String>, Flow) - Constructor for class com.guiseframework.component.SliderControl
Value model, converter, and flow constructor.
SliderControl(ValuePrototype<V>, Flow) - Constructor for class com.guiseframework.component.SliderControl
Prototype and flow constructor.
SLIDING_PROPERTY - Static variable in class com.guiseframework.component.SliderControl
The bound property of the sliding state.
SNOW - Static variable in class com.guiseframework.style.RGBColor
 
SPAN_FLOW_PROPERTY - Static variable in class com.guiseframework.component.layout.RegionLayout
The bound property of the span flow.
SpinnerControl<V> - Class in com.guiseframework.component
A spinner control.
SpinnerControl(FlowLayout, ValueModel<V>) - Constructor for class com.guiseframework.component.SpinnerControl
Layout and value model constructor.
SPRING_GREEN - Static variable in class com.guiseframework.style.RGBColor
 
start() - Method in class com.guiseframework.platform.PlatformFileUploadTask
Starts the task.
STATE_PROPERTY - Static variable in class com.guiseframework.audio.Audio
The bound property of the state.
STATE_PROPERTY - Static variable in interface com.guiseframework.component.Frame
The bound state property.
STATE_PROPERTY - Static variable in class com.guiseframework.component.ResourceCollectControl
The bound property of the state of receiving collected resources.
STATE_PROPERTY - Static variable in class com.guiseframework.component.SequenceCardPanel
The bound property of the sequence state.
STATUS_PROPERTY - Static variable in interface com.guiseframework.component.Control
The status bound property.
STEEL_BLUE - Static variable in class com.guiseframework.style.RGBColor
 
stop() - Method in interface com.guiseframework.audio.Audio.Depictor
Requests that the audio stop.
stop() - Method in class com.guiseframework.audio.Audio
Requests that the audio stop.
stop() - Method in class com.guiseframework.platform.web.WebAudioDepictor
Requests that the audio stop.
store(File) - Method in class com.guiseframework.model.FileItemResourceImport
Convenience method for storing the imported resource in a file.
store(File) - Method in interface com.guiseframework.model.ResourceImport
Convenience method for storing the imported resource in a file.
STRING_VALUE_REFERENCE_PREFIX_CHAR - Static variable in class com.guiseframework.Resources
The prefix character used to introduce string value references.
StringStringLiteralConverter - Class in com.guiseframework.converter
A converter that converts a String from and to a string literal.
StringStringLiteralConverter() - Constructor for class com.guiseframework.converter.StringStringLiteralConverter
 
STYLE_ID_PROPERTY - Static variable in interface com.guiseframework.model.TableColumnModel
The bound property of the column style ID.
STYLE_ID_PROPERTY - Static variable in interface com.guiseframework.model.ui.PresentationModel
The bound property of the component style ID.
STYLE_PROPERTY - Static variable in class com.guiseframework.ComponentDestination
The style bound property.
STYLE_URI_PROPERTY - Static variable in interface com.guiseframework.GuiseApplication
The style URI bound property.
subList(int, int) - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Returns a read-only view of the portion of this model between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class com.guiseframework.component.AbstractListSelectControl
Returns a read-only view of the portion of this model between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class com.guiseframework.model.DefaultListSelectModel
Returns a read-only view of the portion of this model between the specified fromIndex, inclusive, and toIndex, exclusive.
SWFLASH_CAB_SECURE_URI - Static variable in class com.guiseframework.platform.web.WebFlashDepictor
The HTTPS URI to the swflash.cab file.
SWFLASH_CAB_URI - Static variable in class com.guiseframework.platform.web.WebFlashDepictor
The URI to the swflash.cab file.
SWFLASH_CAB_URI_VERSION_PARAMETER - Static variable in class com.guiseframework.platform.web.WebFlashDepictor
The URI parameter specifying the version of the swflash.cab file to retreive.
synchronizeCookies(HttpServletRequest, HttpServletResponse, GuiseSession) - Method in class com.guiseframework.platform.web.GuiseHTTPServlet
Synchronizes the cookies in a request with the environment properties in a Guise session.
SynchronizeDisplayedPropertyChangeListener - Class in com.guiseframework.event
A Boolean property change listener that synchronizes a Displayable source's Displayable.DISPLAYED_PROPERTY by calling Displayable.setDisplayed(boolean) with any new value that it receives.
SynchronizeDisplayedPropertyChangeListener() - Constructor for class com.guiseframework.event.SynchronizeDisplayedPropertyChangeListener
 
synchronizePrototypeProvisionMap(ReverseMap<PrototypeProvision<?>, Component>, CompositeComponent, Set<PrototypeProvision<?>>) - Static method in class com.guiseframework.prototype.AbstractMenuToolCompositeComponentPrototypeProvisionStrategy
Synchronizes the map of prototype provision component associations.
synchronizingValuesFlag - Variable in class com.guiseframework.component.BooleanValueControlSelectControl
The atomic flag that allows us to know whether we're synchronizing values, either from the list to the child controls or vice versa.

T

TABBED_PANEL_TAB_CLASS_SUFFIX - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class suffix for the tab part of a tabbed panel.
TABBED_PANEL_TABS_CLASS_SUFFIX - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class suffix for the tab set part of a tabbed panel.
TabbedPanel - Class in com.guiseframework.component
A tabbed panel with a card layout.
TabbedPanel() - Constructor for class com.guiseframework.component.TabbedPanel
Default constructor.
TabbedPanel(CardLayout) - Constructor for class com.guiseframework.component.TabbedPanel
Layout constructor.
TabContainerControl - Class in com.guiseframework.component
A container showing its children as tabs.
TabContainerControl() - Constructor for class com.guiseframework.component.TabContainerControl
Default constructor with default Flow.LINE axis orientation.
TabContainerControl(Flow) - Constructor for class com.guiseframework.component.TabContainerControl
Axis constructor.
TabContainerControl(TabLayout, Flow) - Constructor for class com.guiseframework.component.TabContainerControl
Layout and axis constructor.
TabContainerControl(TabLayout, Flow, int) - Constructor for class com.guiseframework.component.TabContainerControl
Layout, axis, and maximum tab count constructor.
TabControl<V> - Class in com.guiseframework.component
Control to allow selection of one or more values from a list using a tabbed interface.
TabControl(Class<V>, Flow) - Constructor for class com.guiseframework.component.TabControl
Value class and axis constructor with a default data model to represent a given type.
TabControl(Class<V>, Flow, int) - Constructor for class com.guiseframework.component.TabControl
Value class, axis, and maximum tab count constructor with a default data model to represent a given type with multiple selection.
TabControl(Class<V>, ListSelectionPolicy<V>, Flow) - Constructor for class com.guiseframework.component.TabControl
Value class, selection strategy, and axis constructor with a default data model to represent a given type.
TabControl(Class<V>, ListSelectionPolicy<V>, Flow, int) - Constructor for class com.guiseframework.component.TabControl
Value class, selection strategy, axis, and maximum tab count constructor with a default data model to represent a given type.
TabControl(ListSelectModel<V>, Flow) - Constructor for class com.guiseframework.component.TabControl
List select model and axis constructor.
TabControl(ListSelectModel<V>, Flow, int) - Constructor for class com.guiseframework.component.TabControl
List select model, axis, and maximum tab count constructor.
TabControl(ListSelectModel<V>, ListSelectControl.ValueRepresentationStrategy<V>, Flow) - Constructor for class com.guiseframework.component.TabControl
List select model, value representation strategy, and axis constructor.
TabControl(ListSelectModel<V>, ListSelectControl.ValueRepresentationStrategy<V>, Flow, int) - Constructor for class com.guiseframework.component.TabControl
List select model, value representation strategy, axis, and maximum tab count constructor.
TabLayout - Class in com.guiseframework.component.layout
A layout that manages child components as a series of tabs.
TabLayout() - Constructor for class com.guiseframework.component.layout.TabLayout
 
Table - Class in com.guiseframework.component
A table component.
Table(Class<C>, String...) - Constructor for class com.guiseframework.component.Table
Value class and column names constructor with a default data model.
Table(TableColumnModel<?>...) - Constructor for class com.guiseframework.component.Table
Columns constructor with a default data model.
Table(Class<C>, C[][], String...) - Constructor for class com.guiseframework.component.Table
Value class, table data, and column names constructor with a default data model.
Table(Object[][], TableColumnModel<?>...) - Constructor for class com.guiseframework.component.Table
Table data and columns constructor with a default data model.
Table(TableModel) - Constructor for class com.guiseframework.component.Table
Table model constructor.
Table.CellComponentState - Class in com.guiseframework.component
An encapsulation of a component for a cell along with other metadata, such as whether the component was editable when created.
Table.CellComponentState(Component, boolean) - Constructor for class com.guiseframework.component.Table.CellComponentState
Constructor
Table.CellRepresentationStrategy<V> - Interface in com.guiseframework.component
A strategy for generating components to represent table cell model values.
Table.ColumnUIModel - Class in com.guiseframework.component
An encapsulation of the user interface-related model used for a column.
Table.ColumnUIModel() - Constructor for class com.guiseframework.component.Table.ColumnUIModel
 
Table.DefaultCellMessage<C> - Class in com.guiseframework.component
A message model that returns a default representation of the cell in a message.
Table.DefaultCellMessage(TableModel, TableModel.Cell<C>, Converter<? super C, String>) - Constructor for class com.guiseframework.component.Table.DefaultCellMessage
Constructs a default message for a cell.
Table.DefaultCellRepresentationStrategy<V> - Class in com.guiseframework.component
A default table cell representation strategy.
Table.DefaultCellRepresentationStrategy(Converter<V, String>) - Constructor for class com.guiseframework.component.Table.DefaultCellRepresentationStrategy
Converter constructor.
Table.DefaultCellValueModel<C> - Class in com.guiseframework.component
A value model that returns and updates a the value of the cell.
Table.DefaultCellValueModel(TableModel, TableModel.Cell<C>) - Constructor for class com.guiseframework.component.Table.DefaultCellValueModel
Constructs a default value model for a cell.
TableColumnModel<V> - Interface in com.guiseframework.model
A column in a table.
TableModel - Interface in com.guiseframework.model
A model of a table.
TableModel.Cell<C> - Class in com.guiseframework.model
A lightweight class representing a row and column in a table.
TableModel.Cell(int, TableColumnModel<C>) - Constructor for class com.guiseframework.model.TableModel.Cell
Row and column constructor
TabsPanel - Class in com.guiseframework.demo
Tabs Guise demonstration panel.
TabsPanel() - Constructor for class com.guiseframework.demo.TabsPanel
Default constructor.
TAN - Static variable in class com.guiseframework.style.RGBColor
 
TASK_STATE_PROPERTY - Static variable in class com.guiseframework.component.layout.TaskCardConstraints
The task state bound property.
TaskCardConstraints - Class in com.guiseframework.component.layout
Constraints on an individual component representing a task in a card layout.
TaskCardConstraints() - Constructor for class com.guiseframework.component.layout.TaskCardConstraints
Default constructor.
TaskCardConstraints(boolean) - Constructor for class com.guiseframework.component.layout.TaskCardConstraints
Enabled constructor.
TaskCardConstraints(String) - Constructor for class com.guiseframework.component.layout.TaskCardConstraints
Label constructor.
TaskCardConstraints(String, boolean) - Constructor for class com.guiseframework.component.layout.TaskCardConstraints
Label and enabled constructor.
TaskCardConstraints(InfoModel) - Constructor for class com.guiseframework.component.layout.TaskCardConstraints
Info model constructor.
TaskCardConstraints(InfoModel, boolean) - Constructor for class com.guiseframework.component.layout.TaskCardConstraints
Info model and enabled constructor.
TaskStateSelectLink - Class in com.guiseframework.component
Selectable link that stores a task state.
TaskStateSelectLink() - Constructor for class com.guiseframework.component.TaskStateSelectLink
Default constructor.
TaskStateSelectLink(InfoModel, ActionModel, ValueModel<TaskState>, Enableable) - Constructor for class com.guiseframework.component.TaskStateSelectLink
Info model, action model, value model, and enableable object constructor.
TEAL - Static variable in class com.guiseframework.style.RGBColor
 
TelephoneNumberStringLiteralConverter - Class in com.guiseframework.converter
A converter that converts a TelephoneNumber from and to a string literal.
TelephoneNumberStringLiteralConverter() - Constructor for class com.guiseframework.converter.TelephoneNumberStringLiteralConverter
Default constructor.
TelephoneNumberStringLiteralConverter(CountryCode) - Constructor for class com.guiseframework.converter.TelephoneNumberStringLiteralConverter
Default country code constructor.
TelephoneNumberStringLiteralConverter(int) - Constructor for class com.guiseframework.converter.TelephoneNumberStringLiteralConverter
Default country code constructor.
TemperatureConversionPanel - Class in com.guiseframework.demo
Temperature Conversion Guise demonstration panel.
TemperatureConversionPanel() - Constructor for class com.guiseframework.demo.TemperatureConversionPanel
Default constructor.
TemperatureConversionPanel2 - Class in com.guiseframework.demo
Temperature Conversion Guise demonstration panel using URF PLOOP.
TemperatureConversionPanel2() - Constructor for class com.guiseframework.demo.TemperatureConversionPanel2
 
Template - Class in com.guiseframework.theme
An application template of a rule.
Template() - Constructor for class com.guiseframework.theme.Template
Default constructor.
Template(URI) - Constructor for class com.guiseframework.theme.Template
Reference URI constructor.
TEMPLATE_CLASS_URI - Static variable in class com.guiseframework.theme.Theme
The URI of the template class.
TemporaryRedirectDestination - Interface in com.guiseframework
A destination that temporarily redirects somewhere else.
TemporaryRedirectReferenceDestination - Class in com.guiseframework
A destination that temporarily redirects to another referenced destination.
TemporaryRedirectReferenceDestination(URIPath, Destination) - Constructor for class com.guiseframework.TemporaryRedirectReferenceDestination
Path and referenced destination constructor.
TemporaryRedirectReferenceDestination(Pattern, Destination) - Constructor for class com.guiseframework.TemporaryRedirectReferenceDestination
Path pattern and referenced destination constructor.
TETHER_BEARING_COMPASS_POINTS_PROPERTY - Static variable in interface com.guiseframework.component.FlyoverFrame
The tether bearing compass points bound property.
TETHER_BEARING_PROPERTY - Static variable in interface com.guiseframework.component.FlyoverFrame
The tether bearing bound property.
TETHER_IMAGE_PROPERTY - Static variable in interface com.guiseframework.component.FlyoverFrame
The tether image bound property.
TETHER_IMAGE_RESOURCE_URI - Static variable in class com.guiseframework.component.AbstractFlyoverFrame
The base resource URI for the flyover tether image URI.
TEXT_COLOR_PROPERTY - Static variable in interface com.guiseframework.model.ui.PresentationModel
The bound property of the text color.
TEXT_CONTENT_TYPE_PROPERTY - Static variable in interface com.guiseframework.model.TextModel
The text content type bound property.
TEXT_PROPERTY - Static variable in class com.guiseframework.component.AbstractTextControl
The text literal bound property.
TEXT_PROPERTY - Static variable in interface com.guiseframework.model.TextModel
The text bound property.
TextBox - Class in com.guiseframework.component
A box containing text.
TextBox() - Constructor for class com.guiseframework.component.TextBox
Default constructor with a default text model.
TextBox(String) - Constructor for class com.guiseframework.component.TextBox
Text constructor with a default Model.PLAIN_TEXT_CONTENT_TYPE content type.
TextBox(String, ContentType) - Constructor for class com.guiseframework.component.TextBox
Text and content type constructor
TextBox(TextModel) - Constructor for class com.guiseframework.component.TextBox
Text model constructor.
TextControl<V> - Class in com.guiseframework.component
Control to accept text input from the user representing a particular value type.
TextControl(Class<V>) - Constructor for class com.guiseframework.component.TextControl
Value class constructor with a default data model to represent a given type and a default converter.
TextControl(Class<V>, V) - Constructor for class com.guiseframework.component.TextControl
Value class and default value constructor with a default data model to represent a given type and a default converter.
TextControl(Class<V>, int) - Constructor for class com.guiseframework.component.TextControl
Value class and column count constructor with one row and a default converter.
TextControl(Class<V>, int, int) - Constructor for class com.guiseframework.component.TextControl
Value class, row count, and column count constructor with a default converter.
TextControl(Class<V>, V, int) - Constructor for class com.guiseframework.component.TextControl
Value class, defaultValue, and column count constructor with one row a default converter.
TextControl(Class<V>, V, int, int) - Constructor for class com.guiseframework.component.TextControl
Value class, defaultValue, row count, and column count constructor with a default converter.
TextControl(Class<V>, int, int, boolean) - Constructor for class com.guiseframework.component.TextControl
Value class, row count, column count, and line wrap constructor with a default converter.
TextControl(Class<V>, V, int, int, boolean) - Constructor for class com.guiseframework.component.TextControl
Value class, default value, row count, column count, and line wrap constructor with a default converter.
TextControl(ValueModel<V>, int, int) - Constructor for class com.guiseframework.component.TextControl
Value model, row count, and column count constructor with a default converter.
TextControl(ValueModel<V>, int, int, boolean) - Constructor for class com.guiseframework.component.TextControl
Value model, row count, column count, and line wrap constructor with a default converter.
TextControl(ValueModel<V>) - Constructor for class com.guiseframework.component.TextControl
Value model constructor with a default converter.
TextControl(ValueModel<V>, Converter<V, String>) - Constructor for class com.guiseframework.component.TextControl
Value model and converter constructor.
TextControl(ValueModel<V>, Converter<V, String>, int, int, boolean) - Constructor for class com.guiseframework.component.TextControl
Value model, converter, row count, column count, and line wrap constructor.
TextControl(ValueModel<V>, Converter<V, String>, int, int, boolean, boolean) - Constructor for class com.guiseframework.component.TextControl
Value model, converter, row count, column count, and line wrap constructor.
TextControl.DefaultTransferable - Class in com.guiseframework.component
The default transferable object for a text control.
TextControl.DefaultTransferable(TextControl<?>) - Constructor for class com.guiseframework.component.TextControl.DefaultTransferable
Source constructor.
TextDepictContext - Interface in com.guiseframework.platform
Encapsulation of text information related to the current depiction.
TextModel - Interface in com.guiseframework.model
A model for text and an associated label.
TextSearchPanel - Class in com.guiseframework.demo
Text Search Guise demonstration panel.
TextSearchPanel() - Constructor for class com.guiseframework.demo.TextSearchPanel
Default constructor.
TextSearchPanel.PatternSyntaxValidator - Class in com.guiseframework.demo
A pattern validator that can validate whether a regular expression has valid syntax, allowing null values.
TextSearchPanel.PatternSyntaxValidator() - Constructor for class com.guiseframework.demo.TextSearchPanel.PatternSyntaxValidator
Default constructor that allows null values.
Theme - Class in com.guiseframework.theme
Guise theme specification.
Theme() - Constructor for class com.guiseframework.theme.Theme
Default constructor.
Theme(URI) - Constructor for class com.guiseframework.theme.Theme
Reference URI constructor.
Theme(Collection<? extends Rule>) - Constructor for class com.guiseframework.theme.Theme
Collection constructor with no URI.
Theme(URI, Collection<? extends Rule>) - Constructor for class com.guiseframework.theme.Theme
URI and collection constructor.
Theme(Theme) - Constructor for class com.guiseframework.theme.Theme
Parent theme constructor.
THEME_APPLIED_PROPERTY - Static variable in interface com.guiseframework.component.Component
The bound property of whether a theme has been applied to this object.
THEME_NAMESPACE_PREFIX - Static variable in class com.guiseframework.theme.Theme
The recommended prefix to the theme ontology namespace.
THEME_NAMESPACE_URI - Static variable in class com.guiseframework.theme.Theme
The URI to the theme ontology namespace.
THEME_URI_PROPERTY - Static variable in interface com.guiseframework.GuiseApplication
The theme URI bound property.
THEME_URI_PROPERTY - Static variable in interface com.guiseframework.GuiseSession
The theme URI bound property.
THEME_URI_PROPERTY_URI - Static variable in class com.guiseframework.Guise
The property indicating the URI of the theme of a resource.
THEMED_PROPERTY - Static variable in interface com.guiseframework.GuiseApplication
The bound property of whether this application applies themes.
THISTLE - Static variable in class com.guiseframework.style.RGBColor
 
throwInvalidValueValidationException(V) - Method in class com.guiseframework.validator.AbstractValidator
Throws a validation exception with a message indicating that the given value is invalid.
throwValueRequiredValidationException(V) - Method in class com.guiseframework.validator.AbstractValidator
Throws a validation exception with a message indicating that a valid is required.
THUMB_X_IMAGE_PROPERTY - Static variable in class com.guiseframework.component.SliderControl
The bound property of the horizontal thumb image.
THUMB_Y_IMAGE_PROPERTY - Static variable in class com.guiseframework.component.SliderControl
The bound property of the vertical thumb image.
ThumbXImage() - Method in class com.guiseframework.component.SliderControl
Returns the thumb image for the X axis.
ThumbYImage() - Method in class com.guiseframework.component.SliderControl
Returns the thumb image for the Y axis.
TIME_LENGTH_PROPERTY - Static variable in class com.guiseframework.audio.Audio
The bound property of the play duration using microseconds.
TIME_POSITION_PROPERTY - Static variable in class com.guiseframework.audio.Audio
The bound property of the play position in time using microseconds.
TIME_ZONE_PROPERTY - Static variable in interface com.guiseframework.GuiseSession
The time zone bound property.
TimeStringLiteralStyle - Enum in com.guiseframework.converter
The style of a time in its string literal form.
TITLE_BACKGROUND_COLOR_PROPERTY - Static variable in interface com.guiseframework.component.Frame
The bound property of the title background color.
TITLE_VISIBLE_PROPERTY - Static variable in interface com.guiseframework.component.Frame
The bound property of whether the title bar is visible.
toArray() - Method in class com.guiseframework.component.AbstractListSelectContainerControl
 
toArray(T[]) - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Returns an array containing all of the values in this model.
toArray() - Method in class com.guiseframework.component.AbstractListSelectControl
 
toArray(T[]) - Method in class com.guiseframework.component.AbstractListSelectControl
Returns an array containing all of the values in this model.
toArray() - Method in class com.guiseframework.model.DefaultListSelectModel
 
toArray(T[]) - Method in class com.guiseframework.model.DefaultListSelectModel
Returns an array containing all of the values in this model.
toArray() - Method in exception com.guiseframework.validator.ValidationsException
Returns an array containing all of the elements in this collection.
toArray(T[]) - Method in exception com.guiseframework.validator.ValidationsException
Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.
TOGGLE_PROPERTY - Static variable in interface com.guiseframework.component.SelectActionControl
The toggle bound property.
TogglePrototype - Class in com.guiseframework.prototype
A boolean value prototype which allows toggling between two boolean states.
TogglePrototype() - Constructor for class com.guiseframework.prototype.TogglePrototype
Default constructor with a Boolean.FALSE default value.
TogglePrototype(Boolean) - Constructor for class com.guiseframework.prototype.TogglePrototype
Default value constructor.
TogglePrototype(String) - Constructor for class com.guiseframework.prototype.TogglePrototype
Label constructor with a Boolean.FALSE default value.
TogglePrototype(Boolean, String) - Constructor for class com.guiseframework.prototype.TogglePrototype
Default value and label constructor.
TogglePrototype(String, URI) - Constructor for class com.guiseframework.prototype.TogglePrototype
Label and icon constructor with a Boolean.FALSE default value.
TogglePrototype(Boolean, String, URI) - Constructor for class com.guiseframework.prototype.TogglePrototype
Default value, label, and icon constructor.
TOMATO - Static variable in class com.guiseframework.style.RGBColor
 
TOOL_MENU_ORDER - Static variable in class com.guiseframework.prototype.PrototypeProvision
 
Toolbar - Class in com.guiseframework.component
A panel that holds components used as tools.
Toolbar() - Constructor for class com.guiseframework.component.Toolbar
Default constructor with a default horizontal flow layout.
Toolbar(Layout<?>) - Constructor for class com.guiseframework.component.Toolbar
Layout constructor.
TOOLBAR_PROPERTY - Static variable in interface com.guiseframework.component.Frame
The bound property of the frame toolbar.
ToolButton - Class in com.guiseframework.component
Control with an action model rendered as a tool button.
ToolButton() - Constructor for class com.guiseframework.component.ToolButton
Default constructor.
ToolButton(String) - Constructor for class com.guiseframework.component.ToolButton
Label constructor.
ToolButton(String, URI) - Constructor for class com.guiseframework.component.ToolButton
Label and icon constructor.
ToolButton(InfoModel, ActionModel, Enableable) - Constructor for class com.guiseframework.component.ToolButton
Info model, action model, and enableable object constructor.
ToolButton(ActionPrototype) - Constructor for class com.guiseframework.component.ToolButton
Prototype constructor.
ToolButtonControl - Interface in com.guiseframework.component
An action control with button behavior, including a "push" user interface.
TOOLTIP_ENABLED_PROPERTY - Static variable in interface com.guiseframework.model.ui.PresentationModel
The bound property of whether the component has tooltips enabled.
TOP_TO_BOTTOM_RIGHT_TO_LEFT - Static variable in class com.guiseframework.component.layout.Orientation
Top-to-bottom line, right-to-left page orientation (e.g.
toString() - Method in class com.guiseframework.Bookmark
Returns a string representation of the bookmark.
toString() - Method in class com.guiseframework.component.AbstractComponent
 
toString() - Method in class com.guiseframework.demo.DemoUser
 
toString() - Method in class com.guiseframework.geometry.Dimensions
 
toString() - Method in class com.guiseframework.geometry.Extent
 
toString() - Method in class com.guiseframework.geometry.Point
 
toString() - Method in class com.guiseframework.geometry.Rectangle
 
toString() - Method in class com.guiseframework.input.KeystrokeInput
 
toString() - Method in enum com.guiseframework.input.MediaCommand
Returns a string representation of the command.
toString() - Method in class com.guiseframework.input.MouseClickInput
 
toString() - Method in class com.guiseframework.model.DefaultLabelModel
 
toString() - Method in class com.guiseframework.model.FileItemResourceImport
 
toString() - Method in class com.guiseframework.model.Notification
 
toString() - Method in enum com.guiseframework.model.View
Returns a string representation of the view.
toString() - Method in class com.guiseframework.platform.AbstractDepictedObject
 
toString() - Method in class com.guiseframework.platform.AbstractPlatformFile
 
toString() - Method in class com.guiseframework.platform.web.css.ClassSelector
 
toString() - Method in enum com.guiseframework.platform.web.css.Combinator
Returns a string representation of this combinator.
toString() - Method in class com.guiseframework.platform.web.css.CSSStylesheet
 
toString() - Method in class com.guiseframework.platform.web.css.IDSelector
 
toString() - Method in class com.guiseframework.platform.web.css.PseudoClass
 
toString() - Method in class com.guiseframework.platform.web.css.Rule
 
toString() - Method in class com.guiseframework.platform.web.css.Selector
 
toString() - Method in class com.guiseframework.platform.web.css.TypeSelector
 
toString() - Method in class com.guiseframework.platform.web.HTTPServletGuiseRequest
 
toString() - Method in class com.guiseframework.platform.web.WebChangeDepictEvent
 
toString() - Method in class com.guiseframework.platform.web.WebFormEvent
 
toString(V) - Method in class com.guiseframework.validator.AbstractRegularExpressionValidator
Returns a string representation of the given value so that it may be validated against the regular expression.
toString(V) - Method in class com.guiseframework.validator.AbstractValidator
Retrieves a string representation of the given value appropriate for error messages.
toString(char[]) - Method in class com.guiseframework.validator.RegularExpressionCharArrayValidator
Returns a string representation of the given value so that it may be validated against the regular expression.
toString(String) - Method in class com.guiseframework.validator.RegularExpressionStringValidator
Returns a string representation of the given value so that it may be validated against the regular expression.
toString(ResourceImport) - Method in class com.guiseframework.validator.ResourceImportValidator
Retrieves a string representation of the given value appropriate for error messages.
TRACK_X_IMAGE_PROPERTY - Static variable in class com.guiseframework.component.SliderControl
The bound property of the horizontal track image.
TRACK_Y_IMAGE_PROPERTY - Static variable in class com.guiseframework.component.SliderControl
The bound property of the vertical track image.
TrackXImage() - Method in class com.guiseframework.component.SliderControl
Returns the track image for the X axis.
TrackYImage() - Method in class com.guiseframework.component.SliderControl
Returns the track image for the Y axis.
transfer(ContentType) - Method in class com.guiseframework.component.AbstractImageComponent.DefaultTransferable
Transfers data using the given content type.
transfer(ContentType) - Method in class com.guiseframework.component.AbstractLabel.DefaultTransferable
Transfers data using the given content type.
transfer(ContentType) - Method in class com.guiseframework.component.TextControl.DefaultTransferable
Transfers data using the given content type.
transfer(ContentType) - Method in class com.guiseframework.component.transfer.AbstractObjectTransferable
Transfers data using the given content type.
transfer(Class<T>) - Method in class com.guiseframework.component.transfer.AbstractTransferable
Transfers data of the given class.
transfer(ContentType) - Method in interface com.guiseframework.component.transfer.Transferable
Transfers data using the given content type.
transfer(Class<T>) - Method in interface com.guiseframework.component.transfer.Transferable
Transfers data of the given class.
transfer(Class<T>) - Method in class com.guiseframework.component.TreeControl.TreeNodeTransferable
Transfers data of the given class.
Transferable<S> - Interface in com.guiseframework.component.transfer
An object that can be transferred, such as between components using drag and drop.
TRANSITION_ENABLED_PROPERTY - Static variable in class com.guiseframework.component.SequenceCardPanel
The bound property of whether the transitions are enabled.
translate(Extent, Extent) - Method in class com.guiseframework.geometry.Point
Translates this point in two dimensions by the given coordinate deltas.
translate(Extent, Extent, Extent) - Method in class com.guiseframework.geometry.Point
Translates this point by the given coordinate deltas.
translate(double, double) - Method in class com.guiseframework.geometry.Point
Translates this point in two dimensions by the given primitive coordinate deltas.
translate(double, double, double) - Method in class com.guiseframework.geometry.Point
Translates this point by the given primitive coordinate deltas.
translate(Dimensions) - Method in class com.guiseframework.geometry.Point
Translates this point by the given dimensions.
TRANSPARENT - Static variable in class com.guiseframework.style.RGBColor
 
TREE_NODE_CLASS - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class for a tree node.
TREE_NODE_COLLAPSED_CLASS - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class indicating that a tree node is collapsed.
TREE_NODE_COLLAPSED_IMAGE_RESOURCE_KEY - Static variable in class com.guiseframework.platform.web.WebTreeControlDepictor
The resource bundle key for the tree node expanded image URI.
TREE_NODE_DRAG_ENABLED_PROPERTY - Static variable in class com.guiseframework.component.TreeControl
The bound property of whether the tree node components have dragging enabled.
TREE_NODE_EXPANDED_CLASS - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class indicating that a tree node is expanded.
TREE_NODE_EXPANDED_IMAGE_RESOURCE_KEY - Static variable in class com.guiseframework.platform.web.WebTreeControlDepictor
The resource bundle key for the tree node collapsed image URI.
TREE_NODE_LEAF_CLASS - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class indicating that a tree node is a leaf node.
TREE_NODE_LEAF_IMAGE_RESOURCE_KEY - Static variable in class com.guiseframework.platform.web.WebTreeControlDepictor
The resource bundle key for the tree node leaf image URI.
TreeControl - Class in com.guiseframework.component
A tree control.
TreeControl() - Constructor for class com.guiseframework.component.TreeControl
Default constructor with a default tree model.
TreeControl(TreeModel) - Constructor for class com.guiseframework.component.TreeControl
Tree model constructor.
TreeControl.AbstractTreeNodeRepresentationStrategy<V> - Class in com.guiseframework.component
An abstract tree node representation strategy.
TreeControl.AbstractTreeNodeRepresentationStrategy() - Constructor for class com.guiseframework.component.TreeControl.AbstractTreeNodeRepresentationStrategy
 
TreeControl.DefaultValueRepresentationStrategy<V> - Class in com.guiseframework.component
A default tree node representation strategy.
TreeControl.DefaultValueRepresentationStrategy(Class<V>) - Constructor for class com.guiseframework.component.TreeControl.DefaultValueRepresentationStrategy
Value class constructor with a default converter.
TreeControl.DefaultValueRepresentationStrategy(Converter<V, String>) - Constructor for class com.guiseframework.component.TreeControl.DefaultValueRepresentationStrategy
Converter constructor.
TreeControl.InfoModelTreeNodeRepresentationStrategy - Class in com.guiseframework.component
A tree node representation strategy for a label model, generating a label component.
TreeControl.InfoModelTreeNodeRepresentationStrategy() - Constructor for class com.guiseframework.component.TreeControl.InfoModelTreeNodeRepresentationStrategy
 
TreeControl.TextModelTreeNodeRepresentationStrategy - Class in com.guiseframework.component
A tree node representation strategy for a TextModel, generating a TextBox component.
TreeControl.TextModelTreeNodeRepresentationStrategy() - Constructor for class com.guiseframework.component.TreeControl.TextModelTreeNodeRepresentationStrategy
 
TreeControl.TreeNodeComponentState - Class in com.guiseframework.component
An encapsulation of a component for a tree node along with other metadata, such as whether the component was editable when created.
TreeControl.TreeNodeComponentState(Component, boolean) - Constructor for class com.guiseframework.component.TreeControl.TreeNodeComponentState
Constructor
TreeControl.TreeNodeRepresentationStrategy<V> - Interface in com.guiseframework.component
A strategy for generating components to represent tree node models.
TreeControl.TreeNodeTransferable<V> - Class in com.guiseframework.component
The transferable object for a tree node.
TreeControl.TreeNodeTransferable(TreeControl, TreeNodeModel<V>) - Constructor for class com.guiseframework.component.TreeControl.TreeNodeTransferable
Source and tree node constructor.
TreeModel - Interface in com.guiseframework.model
A model for a tree of nodes.
TreeNodeModel<V> - Interface in com.guiseframework.model
A node in a tree model.
TURQUOISE - Static variable in class com.guiseframework.style.RGBColor
 
TypeSelector - Class in com.guiseframework.platform.web.css
A type simple selector.
TypeSelector(String) - Constructor for class com.guiseframework.platform.web.css.TypeSelector
Type name constructor.

U

UN_CHARTER_PREAMBLE_RESOURCE_KEY - Static variable in class com.guiseframework.demo.InternationalizationPanel
The key to the UN Charter Preamble resource.
unbind(Input) - Method in class com.guiseframework.input.BindingInputStrategy
Unbinds the given input from any other input or action.
unindent() - Method in class com.guiseframework.platform.AbstractTextDepictContext
Decrements the indent level.
unindent() - Method in interface com.guiseframework.platform.TextDepictContext
Decrements the indent level.
uninitializeChildComponent(Component) - Method in class com.guiseframework.component.AbstractCompositeComponent
Uninitializes a comopnent to be removed as a child comopnent of this composite component.
uninitializeUpload() - Method in class com.guiseframework.platform.PlatformFileUploadTask
Cleans up after an upload for the current platform file.
uninstall(GuiseContainer) - Method in class com.guiseframework.AbstractGuiseApplication
Uninstalls the application from the given container.
uninstall(GuiseContainer) - Method in interface com.guiseframework.GuiseApplication
Uninstalls the application from the given container.
uninstallApplication(AbstractGuiseApplication) - Method in class com.guiseframework.AbstractGuiseContainer
Uninstalls the given application.
uninstallApplication(AbstractGuiseApplication) - Method in class com.guiseframework.platform.web.HTTPServletGuiseContainer
Uninstalls the given application.
uninstallCardConstraints(Constraints) - Method in class com.guiseframework.coupler.AbstractCardCoupler
Uninstalls appropriate listeners from a card's constraints.
uninstalled(C) - Method in class com.guiseframework.platform.AbstractComponentDepictor
Called when the depictor is uninstalled from a component.
uninstalled(O) - Method in class com.guiseframework.platform.AbstractDepictor
Called when the depictor is uninstalled from a depicted object.
uninstalled(O) - Method in interface com.guiseframework.platform.Depictor
Called when the depictor is uninstalled from a depicted object.
uninstalled(C) - Method in class com.guiseframework.platform.web.AbstractWebFrameDepictor
Called when the depictor is uninstalled from a component.
uninstalled(C) - Method in class com.guiseframework.platform.web.WebFrameDepictor
Called when the depictor is uninstalled from a component.
uninstalled(C) - Method in class com.guiseframework.platform.web.WebImageActionControlDepictor
Called when the depictor is uninstalled from a depicted object.
uninstalled(C) - Method in class com.guiseframework.platform.web.WebImageDepictor
Called when the depictor is uninstalled from a depicted object.
uninstallListeners(P) - Method in class com.guiseframework.prototype.AbstractProxyPrototype
Uninstalls listeners from a proxied prototype.
uninstallListeners(ActionPrototype) - Method in class com.guiseframework.prototype.ProxyActionPrototype
Uninstalls listeners from a proxied prototype.
Unit - Enum in com.guiseframework.geometry
A unit of measurement.
unregisterDepictedObject(DepictedObject) - Method in class com.guiseframework.platform.AbstractPlatform
Unregisters a depicted object so that no longer interacts with the platform.
unregisterDepictedObject(DepictedObject) - Method in interface com.guiseframework.platform.Platform
Unregisters a depicted object so that no longer interacts with the platform.
unregisterSession(GuiseSession) - Method in class com.guiseframework.AbstractGuiseApplication
Unregisters a session from this application.
unregisterSession(GuiseSession) - Method in interface com.guiseframework.GuiseApplication
Unregisters a session from this application.
UNSELECTED_GLYPH_URI_PROPERTY - Static variable in interface com.guiseframework.component.SelectActionControl
The unselected icon bound property.
update() - Method in class com.guiseframework.component.AbstractComponent
Updates the condition of the component based upon the state.
update() - Method in class com.guiseframework.component.AbstractEditComponentTextControl
Update the states of the components and prototypes based upon the current state of the component.
update() - Method in class com.guiseframework.component.PasswordAuthenticationPanel
Updates the state of the controls based upon current property settings.
update() - Method in class com.guiseframework.controller.SequenceTaskController
Updates the condition of the controller based upon the state.
updateBookmark() - Method in class com.guiseframework.component.AbstractCardPanel
Updates the bookmark if bookmarks are enabled.
updateCellView(TableModel, int, TableColumnModel<T>) - Method in class com.guiseframework.platform.web.WebTableDepictor
Updates the view of a column.
updateChildControlValues() - Method in class com.guiseframework.component.BooleanValueControlSelectControl
Updates the values of child controls based upon the current state of the list selected values.
updateColumnLabelDateFormat() - Method in class com.guiseframework.model.CalendarMonthTableModel
Updates the column label date format based upon the column label date style and current locale.
updateComponents() - Method in class com.guiseframework.component.PlatformFileUploadPanel
Updates the state of components.
updateCorners(Flow.Direction) - Method in class com.guiseframework.platform.web.WebCustomButtonDepictor
Renders corners for the given component.
updateDateControls() - Method in class com.guiseframework.component.CalendarControl
Updates the controls representing the date.
updateDateControls() - Method in class com.guiseframework.component.DateTimeControl
Updates the controls representing the date.
updateDateControls() - Method in class com.guiseframework.component.DateTimeFieldsControl
Updates the controls representing the date.
updateDateControlsPropertyChangeListener - Variable in class com.guiseframework.component.DateTimeControl
The property change listener that updates the date controls when a property changes.
updateDateControlsPropertyChangeListener - Variable in class com.guiseframework.component.DateTimeFieldsControl
The property change listener that updates the date controls when a property changes.
updateDefaultPrototypeProvisions() - Method in class com.guiseframework.component.AbstractFrame.DefaultPrototypeProvider
Updates the available prototype provisions.
updateDefaultPrototypeProvisions() - Method in class com.guiseframework.component.AbstractFrame
Updates the default prototype provisions.
updateDisplayed() - Method in class com.guiseframework.coupler.AbstractCardCoupler
Performs any needed updates based upon the displayed status of the constraints of the connected cards.
updateDisplayed(boolean) - Method in class com.guiseframework.coupler.AbstractCardCoupler
Updates the current displayed status.
updateDisplayed(boolean) - Method in class com.guiseframework.coupler.ActionCardCoupler
Updates the current displayed status.
updateDisplayed(boolean) - Method in class com.guiseframework.coupler.ListSelectCardCoupler
Updates the current displayed status.
updateElement(Element) - Method in class com.guiseframework.platform.web.WebTextBoxDepictor
Renders an XML element.
updateElementContent(Element) - Method in class com.guiseframework.platform.web.WebTextBoxDepictor
Renders the content of an XML element.
updateEnabled() - Method in class com.guiseframework.coupler.AbstractCardCoupler
Performs any needed updates based upon the enabled status of the constraints of the connected cards.
updateEnabled(boolean) - Method in class com.guiseframework.coupler.AbstractCardCoupler
Updates the current enabled status.
updateEnabled(boolean) - Method in class com.guiseframework.coupler.ActionCardCoupler
Updates the current enabled status.
updateEnabled(boolean) - Method in class com.guiseframework.coupler.ListSelectCardCoupler
Updates the current enabled status.
updateFlowChildView(Component, Axis) - Method in class com.guiseframework.platform.web.AbstractWebLayoutComponentDepictor
Updates a child view in a flow.
updateHeaderView(TableModel, TableColumnModel<T>) - Method in class com.guiseframework.platform.web.WebTableDepictor
Updates the view of a column header.
updateLabel() - Method in class com.guiseframework.component.AbstractApplicationFrame
Called when the content changes so that the label can be updated.
updateListSelectedValues() - Method in class com.guiseframework.component.BooleanValueControlSelectControl
Updates the list selected values based upon the current values of the child controls.
updateModel() - Method in class com.guiseframework.model.CalendarMonthTableModel
Updates the model based upon the current calendar.
updateOverallStatusLabel(TaskState, Long, Long) - Method in class com.guiseframework.component.PlatformFileUploadPanel
Updates the status label for the overall progress.
updatePending() - Method in class com.guiseframework.model.CachedImageModel
Initiates pending by both a cached image key and cached image URI are available.
updatePlatformFileStatusLabel(PlatformFile, TaskState, Long, Long) - Method in class com.guiseframework.component.PlatformFileUploadPanel
Updates the status label for an individual platform file.
updateProperties() - Method in class com.guiseframework.model.AbstractListSelectEditor
Updates the action properties based upon the current state of the list select model.
updatePrototypeProvisions() - Method in class com.guiseframework.prototype.AbstractPrototypeProvider
Updates the available prototype provisions.
updatePrototypes() - Method in class com.guiseframework.component.Table
Updates the state of the prototypes, such as previous and next.
updatePrototypesPropertyChangeListener - Variable in class com.guiseframework.component.Table
The property change listener that updates prototype properties.
updateRules() - Method in class com.guiseframework.theme.Theme
Updates the internal maps of rules.
updateRules(Rule, Selector) - Method in class com.guiseframework.theme.Theme
Updates the internal maps of rules based upon a selector and its subselectors.
updateSelected() - Method in class com.guiseframework.coupler.AbstractCardCoupler
Performs any needed updates based upon the currently selected card.
updateSelected(boolean) - Method in class com.guiseframework.coupler.AbstractCardCoupler
Updates the current selected status.
updateSelected(boolean) - Method in class com.guiseframework.coupler.ActionCardCoupler
Updates the current selected status.
updateSelected(boolean) - Method in class com.guiseframework.coupler.ListSelectCardCoupler
Updates the current selected status.
updateStatus() - Method in class com.guiseframework.component.AbstractCompositeStateControl
Rechecks user input status of this component, and updates the status.
updateStatus() - Method in class com.guiseframework.component.AbstractContainerControl
Rechecks user input status of this component, and updates the status.
updateStatus() - Method in class com.guiseframework.component.AbstractControl
Rechecks user input status of this component, and updates the status.
updateStatus() - Method in class com.guiseframework.component.AbstractDialogFrame
Rechecks user input status of this component, and updates the status.
updateStatus() - Method in class com.guiseframework.component.AbstractLayoutControl
Rechecks user input status of this component, and updates the status.
updateStatus() - Method in class com.guiseframework.component.ImageActionControl
Rechecks user input status of this component, and updates the status.
updateTaskState() - Method in class com.guiseframework.coupler.AbstractCardCoupler
Performs any needed updates based upon the current task status of the constraints of the connected cards.
updateTaskState(TaskState) - Method in class com.guiseframework.coupler.AbstractCardCoupler
Updates the current task state.
updateTaskState(TaskState) - Method in class com.guiseframework.coupler.ActionCardCoupler
Updates the current task state.
updateText() - Method in class com.guiseframework.component.AbstractTextControl
Updates the component text with literal form of the given value.
updateTheme() - Method in class com.guiseframework.component.AbstractComponent
Updates this object's theme.
updateTheme() - Method in class com.guiseframework.component.AbstractCompositeComponent
Updates this object's theme.
updateTheme() - Method in class com.guiseframework.component.AbstractLayoutComponent
Updates this object's theme.
updateTheme() - Method in class com.guiseframework.component.BooleanValueControlSelectControl
Updates this object's theme.
updateTheme() - Method in interface com.guiseframework.component.Component
Updates this object's theme.
updateTimeLength(long) - Method in class com.guiseframework.audio.Audio
Updates the duration of the audio.
updateTimePosition(long) - Method in class com.guiseframework.audio.Audio
Updates the time-based play position.
updateTimeProgress(long, long) - Method in class com.guiseframework.audio.Audio
Updates the progress of the audio, firing the appropriate progress event.
updateTreeNodeChildViews(TreeModel, TreeNodeModel<T>) - Method in class com.guiseframework.platform.web.WebTreeControlDepictor
Updates the views of a tree node's children, if any.
updateTreeNodeView(TreeModel, TreeNodeModel<T>) - Method in class com.guiseframework.platform.web.WebTreeControlDepictor
Updates the view of a tree node.
updateValid() - Method in class com.guiseframework.component.AbstractComponent
Rechecks user input validity of this component and all child components, and updates the valid state.
updateValid() - Method in class com.guiseframework.component.AbstractCompositeStateControl
Rechecks user input validity of this component and all child components, and updates the valid state.
updateValid() - Method in class com.guiseframework.component.AbstractContainerControl
Rechecks user input validity of this component and all child components, and updates the valid state.
updateValid() - Method in class com.guiseframework.component.AbstractControl
Rechecks user input validity of this component and all child components, and updates the valid state.
updateValid() - Method in class com.guiseframework.component.AbstractDialogFrame
Rechecks user input validity of this component and all child components, and updates the valid state.
updateValid() - Method in class com.guiseframework.component.AbstractLayoutControl
Rechecks user input validity of this component and all child components, and updates the valid state.
updateValid() - Method in class com.guiseframework.component.ImageActionControl
Rechecks user input validity of this component and all child components, and updates the valid state.
updateValuePropertyChangeListener - Variable in class com.guiseframework.component.DateTimeControl
The property change listener that updates the value when a property changes.
updateView(GC) - Method in class com.guiseframework.demo.AuthorizeUsersPanel
Updates the view of this component.
updateYearControl() - Method in class com.guiseframework.component.CalendarControl
Updates the year control by removing any old year control from the component and adding a new year control.
updateYearControl() - Method in class com.guiseframework.component.DateTimeFieldsControl
Updates the year control by removing any old year control from the component and adding a new year control.
upload(URI) - Method in interface com.guiseframework.platform.PlatformFile
Uploads the file from the platform.
upload(PlatformFile, URI) - Method in interface com.guiseframework.platform.PlatformFileCollector.Depictor
Initiates a platform file upload.
upload(PlatformFile, URI) - Method in class com.guiseframework.platform.PlatformFileCollector
Initiates a platform file upload.
upload(PlatformFile, URI) - Method in class com.guiseframework.platform.web.AbstractWebPlatformFileCollectorDepictor
Initiates a platform file upload.
upload(URI) - Method in class com.guiseframework.platform.web.WebPlatformFile
Uploads the file from the platform.
uploadPlatformFiles(String, Bookmark, ProgressListener, PlatformFile...) - Method in class com.guiseframework.platform.web.HTTPServletWebPlatform
Uploads files from the platform.
URFDynamicTreeNodeModel - Class in com.guiseframework.model.urf
A dynamic tree node model that represents an URF data model.
URFDynamicTreeNodeModel() - Constructor for class com.guiseframework.model.urf.URFDynamicTreeNodeModel
Default constructor with no initial value.
URFDynamicTreeNodeModel(URF) - Constructor for class com.guiseframework.model.urf.URFDynamicTreeNodeModel
Initial value constructor.
URFProcessPanel - Class in com.guiseframework.demo
URF Process Guise demonstration panel.
URFProcessPanel() - Constructor for class com.guiseframework.demo.URFProcessPanel
Default constructor.
URFPropertyTableColumnModel<V extends com.globalmentor.urf.URFResource> - Class in com.guiseframework.component.urf
A model for a table column representing an URF property.
URFPropertyTableColumnModel(Class<V>, URI) - Constructor for class com.guiseframework.component.urf.URFPropertyTableColumnModel
Value class constructor.
URFPropertyTableColumnModel(Class<V>, URI, String) - Constructor for class com.guiseframework.component.urf.URFPropertyTableColumnModel
Value class and label constructor.
URFResourceAlterationComponent - Interface in com.guiseframework.component.urf
A component for specifying alteration to be performed on a resource.
URFResourceDynamicTreeNodeModel<V extends com.globalmentor.urf.URFResource> - Class in com.guiseframework.model.urf
A dynamic tree node model that represents an URF resource.
URFResourceDynamicTreeNodeModel(Class<V>) - Constructor for class com.guiseframework.model.urf.URFResourceDynamicTreeNodeModel
Value class constructor with no initial value.
URFResourceDynamicTreeNodeModel(Class<V>, V) - Constructor for class com.guiseframework.model.urf.URFResourceDynamicTreeNodeModel
Initial value constructor.
URFResourceDynamicTreeNodeModel(Class<V>, URI, V) - Constructor for class com.guiseframework.model.urf.URFResourceDynamicTreeNodeModel
Property and initial value constructor.
URFResourceTableModel - Class in com.guiseframework.component.urf
A table model based upon a list of URF resource.
URFResourceTableModel(TableColumnModel<?>...) - Constructor for class com.guiseframework.component.urf.URFResourceTableModel
Constructs a table model indicating the type of values it can hold, using a default multiple selection strategy.
URFResourceURITableColumnModel - Class in com.guiseframework.component.urf
A model for a table column representing the reference URI of an URF resource.
URFResourceURITableColumnModel() - Constructor for class com.guiseframework.component.urf.URFResourceURITableColumnModel
Default constructor.
URFResourceURITableColumnModel(String) - Constructor for class com.guiseframework.component.urf.URFResourceURITableColumnModel
Label constructor.
USD_CURRENCY - Static variable in interface com.guiseframework.converter.NumberStringLiteralConverter
United States Dollar currency.

V

VALID_PRODUCTS_PROPERTY - Static variable in class com.guiseframework.validator.PANValidator
The valid products bound property.
VALID_PROPERTY - Static variable in interface com.guiseframework.component.Component
The valid bound property.
validate() - Method in class com.guiseframework.component.AbstractActionValueControl
Validates the user interface of this component and all child components.
validate() - Method in class com.guiseframework.component.AbstractComponent
Validates the user input of this component and all child components.
validate() - Method in class com.guiseframework.component.AbstractCompositeComponent
Validates the user input of this component and all child components.
validate() - Method in class com.guiseframework.component.AbstractContainerValueControl
Validates the user input of this component and all child components.
validate() - Method in class com.guiseframework.component.AbstractDialogFrame
Validates the user input of this component and all child components.
validate() - Method in class com.guiseframework.component.AbstractFrame
Validates the user input of this component and all child components.
validate() - Method in class com.guiseframework.component.AbstractLayoutValueControl
Validates the user input of this component and all child components.
validate() - Method in class com.guiseframework.component.AbstractListSelectControl
Validates the user input of this component and all child components.
validate() - Method in class com.guiseframework.component.AbstractTextControl
Validates the user input of this component and all child components.
validate() - Method in class com.guiseframework.component.AbstractValueControl
Validates the user input of this component and all child components.
validate() - Method in interface com.guiseframework.component.Component
Validates the user input of this component and all child components.
validate() - Method in class com.guiseframework.component.PasswordAuthenticationPanel
Validates the user input of this component and all child components.
validate() - Method in class com.guiseframework.component.SequenceCardPanel
Validates the user input of this component and all child components.
validate() - Method in class com.guiseframework.demo.EditUserPanel
Validates the user input of this component and all child components.
validate(String) - Method in class com.guiseframework.demo.TextSearchPanel.PatternSyntaxValidator
Checks whether a given regular expression value is syntactically correct.
validate(V) - Method in class com.guiseframework.validator.AbstractComparableRangeValidator
Determines whether a given value is valid is within the specified range.
validate(V) - Method in class com.guiseframework.validator.AbstractRegularExpressionValidator
Checks whether a given string matches the regular expression.
validate(V) - Method in class com.guiseframework.validator.AbstractValidator
Checks whether a given value is valid, and throws an exception if not.
validate(PAN) - Method in class com.guiseframework.validator.PANValidator
Checks whether a given value is valid, and throws an exception if not.
validate(ResourceImport) - Method in class com.guiseframework.validator.ResourceImportValidator
Determines whether a given resource import meets the provided criteria.
validate(V) - Method in interface com.guiseframework.validator.Validator
Checks whether a given value is valid, and throws an exception if not.
validateChildren() - Method in class com.guiseframework.component.AbstractCompositeComponent
Validates the user input of child components.
validateChildren() - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Validates the user input of child components.
validateValue() - Method in class com.guiseframework.component.AbstractActionValueControl
Validates the value of this model, throwing an exception if the model is not valid.
validateValue() - Method in class com.guiseframework.component.AbstractContainerValueControl
Validates the value of this model, throwing an exception if the model is not valid.
validateValue() - Method in class com.guiseframework.component.AbstractDialogFrame
Validates the value of this model, throwing an exception if the model is not valid.
validateValue() - Method in class com.guiseframework.component.AbstractLayoutValueControl
Validates the value of this model, throwing an exception if the model is not valid.
validateValue() - Method in class com.guiseframework.component.AbstractListSelectContainerControl
Validates the value of this model, throwing an exception if the model is not valid.
validateValue() - Method in class com.guiseframework.component.AbstractListSelectControl
Validates the value of this model, throwing an exception if the model is not valid.
validateValue() - Method in class com.guiseframework.component.AbstractValueControl
Validates the value of this model, throwing an exception if the model is not valid.
validateValue() - Method in class com.guiseframework.component.layout.AbstractValueLayout
Validates the value of this model, throwing an exception if the model is not valid.
validateValue() - Method in class com.guiseframework.model.AbstractValueModel
Validates the value of this model, throwing an exception if the model is not valid.
validateValue() - Method in interface com.guiseframework.model.ValueModel
Validates the value of this model, throwing an exception if the model is not valid.
VALIDATION_FALSE_MESSAGE_RESOURCE_REFERENCE - Static variable in class com.guiseframework.Resources
The resource bundle key for a general failed validation message.
ValidationException - Exception in com.guiseframework.validator
Exception class for a validation error.
ValidationException() - Constructor for exception com.guiseframework.validator.ValidationException
Constructs a new exception with null as its detail message.
ValidationException(String) - Constructor for exception com.guiseframework.validator.ValidationException
Constructs a new exception with the specified detail message.
ValidationException(String, Object) - Constructor for exception com.guiseframework.validator.ValidationException
Constructs a new exception with the specified detail message and value object.
ValidationException(Throwable) - Constructor for exception com.guiseframework.validator.ValidationException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()).
ValidationException(String, Throwable) - Constructor for exception com.guiseframework.validator.ValidationException
Constructs a new exception with the specified detail message and cause.
ValidationException(String, Throwable, Object) - Constructor for exception com.guiseframework.validator.ValidationException
Constructs a new exception with the specified detail message, cause, and value object.
ValidationsException - Exception in com.guiseframework.validator
Validation exception indicating that multiple validation errors occured.
ValidationsException(ValidationException...) - Constructor for exception com.guiseframework.validator.ValidationsException
Validation exceptions constructor.
Validator<V> - Interface in com.guiseframework.validator
Indicates an object that can determine whether a value is valid.
VALIDATOR_INVALID_VALUE_MESSAGE_RESOURCE_REFERENCE - Static variable in class com.guiseframework.Resources
The resource reference for a validator message indicating that a value is invalid.
VALIDATOR_PROPERTY - Static variable in interface com.guiseframework.model.TableColumnModel
The validator bound property.
VALIDATOR_PROPERTY - Static variable in interface com.guiseframework.model.ValueModel
The validator bound property.
VALIDATOR_VALUE_REQUIRED_MESSAGE_RESOURCE_REFERENCE - Static variable in class com.guiseframework.Resources
The resource reference for a validator message indicating that a value is required.
VALUE_CONTENT_TYPE_PROPERTY - Static variable in class com.guiseframework.component.AbstractTextControl
The value content type bound property.
VALUE_GLYPH_URI_PROPERTY - Static variable in interface com.guiseframework.component.ActionValueControl
The bound property for an icon associated with a value.
VALUE_PROPERTY - Static variable in class com.guiseframework.coupler.ListSelectCardCoupler
The value bound property.
VALUE_PROPERTY - Static variable in interface com.guiseframework.model.ValueModel
The value bound property.
VALUE_REPRESENTATION_STRATEGY_PROPERTY - Static variable in interface com.guiseframework.component.SelectControl
The value representation strategy bound property.
VALUE_REQUIRED_MESSAGE_PROPERTY - Static variable in interface com.guiseframework.validator.Validator
The value required message bound property.
VALUE_REQUIRED_PROPERTY - Static variable in interface com.guiseframework.validator.Validator
The value required bound property.
ValueControl<V> - Interface in com.guiseframework.component
A control to accept input by the user of a value.
ValueConverterInfoModel<V> - Class in com.guiseframework.model
An info model that converts a value to a string for the label.
ValueConverterInfoModel(V, Converter<V, String>) - Constructor for class com.guiseframework.model.ValueConverterInfoModel
Value and converter constructor.
Valued<V> - Interface in com.guiseframework.model
An object that contains a value.
ValuedComponent<V> - Interface in com.guiseframework.component
A component that can be initialized with a value and allows a value to be retrieved.
ValueEvent<V> - Class in com.guiseframework.event
An event reporting a value.
ValueEvent(Object, V) - Constructor for class com.guiseframework.event.ValueEvent
Source and value constructor.
ValueModel<V> - Interface in com.guiseframework.model
A model for user input of a value.
valueOf(String) - Static method in enum com.guiseframework.component.AbstractEditComponentTextControl.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.guiseframework.component.AbstractFrame.FrameComponent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.guiseframework.component.CheckControl.CheckType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.guiseframework.component.Control.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.guiseframework.component.Frame.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.guiseframework.component.Frame.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.guiseframework.component.layout.Border
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.guiseframework.component.layout.Corner
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.guiseframework.component.layout.Flow.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.guiseframework.component.layout.Flow.End
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.guiseframework.component.layout.Flow
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.guiseframework.component.layout.FlowOrientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.guiseframework.component.layout.Region
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.guiseframework.component.ScrollControl.ScrollComponent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.guiseframework.converter.DateStringLiteralStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.guiseframework.converter.LocaleStringLiteralStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.guiseframework.converter.NumberStringLiteralConverter.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.guiseframework.converter.TimeStringLiteralStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.guiseframework.event.ActionEvent.Command
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.guiseframework.geometry.Axis
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.guiseframework.geometry.CompassPoint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.guiseframework.geometry.Side
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.guiseframework.geometry.Unit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.guiseframework.input.Key
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.guiseframework.input.MediaCommand
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.guiseframework.input.MouseButton
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.guiseframework.input.ProcessCommand
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.guiseframework.input.ResourceCommand
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.guiseframework.model.InformationLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.guiseframework.model.Notification.Option
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.guiseframework.model.Notification.Severity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.guiseframework.model.SequenceTransition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.guiseframework.model.View
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.guiseframework.platform.web.AbstractWebPlatformFileCollectorDepictor.WebPlatformFileCollectorCommand
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.guiseframework.platform.web.Button
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.guiseframework.platform.web.Button
Retrieves a button corresponding to the given code.
valueOf(String) - Static method in enum com.guiseframework.platform.web.css.Combinator
Returns the enum constant of this type with the specified name.
valueOf(char) - Static method in enum com.guiseframework.platform.web.css.Combinator
Determines the combinator represented by the given character.
valueOf(String) - Static method in enum com.guiseframework.platform.web.Cursor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.guiseframework.platform.web.KeyCode
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.guiseframework.platform.web.KeyCode
Retrieves a key code corresponding to the given code.
valueOf(String) - Static method in enum com.guiseframework.platform.web.WebAudioDepictor.AudioCommand
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.guiseframework.platform.web.WebPlatform.PollCommand
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.guiseframework.platform.web.WebPlatformEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.guiseframework.platform.web.WebResourceCollectDepictor.ResourceCollectCommand
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.guiseframework.platform.web.WebUserAgentProduct.Brand
Returns the enum constant of this type with the specified name.
valueOf(CharSequence) - Static method in class com.guiseframework.style.AbstractModeledColor
Creates a color from a string representation.
valueOf(String) - Static method in enum com.guiseframework.style.FontStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.guiseframework.style.HSLColor.Component
Returns the enum constant of this type with the specified name.
valueOf(CharSequence) - Static method in class com.guiseframework.style.HSLColor
Creates an HSL color from a string representation.
valueOf(String) - Static method in enum com.guiseframework.style.LineStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.guiseframework.style.RGBColor.Component
Returns the enum constant of this type with the specified name.
valueOf(CharSequence) - Static method in class com.guiseframework.style.RGBColor
Creates an RGB color from a string representation.
ValuePolicyModelGroup<V> - Class in com.guiseframework.model
An abstract implementation of a group of value models implementing a value policy across several models, such as mutual exclusion.
ValuePolicyModelGroup(ValueModel<V>...) - Constructor for class com.guiseframework.model.ValuePolicyModelGroup
Model constructor.
ValuePrototype<V> - Class in com.guiseframework.prototype
Contains prototype information for a value control.
ValuePrototype(Class<V>) - Constructor for class com.guiseframework.prototype.ValuePrototype
Value class constructor with a null default value.
ValuePrototype(Class<V>, V) - Constructor for class com.guiseframework.prototype.ValuePrototype
Value class and default value constructor.
ValuePrototype(Class<V>, String) - Constructor for class com.guiseframework.prototype.ValuePrototype
Value class and label constructor with a null default value.
ValuePrototype(Class<V>, V, String) - Constructor for class com.guiseframework.prototype.ValuePrototype
Value class, default value, and label constructor.
ValuePrototype(Class<V>, String, URI) - Constructor for class com.guiseframework.prototype.ValuePrototype
Value class, label, and icon constructor with a null default value.
ValuePrototype(Class<V>, V, String, URI) - Constructor for class com.guiseframework.prototype.ValuePrototype
Value class, default value, label, and icon constructor.
ValueRequiredValidator<V> - Class in com.guiseframework.validator
A validator that requires a value to be entered.
ValueRequiredValidator() - Constructor for class com.guiseframework.validator.ValueRequiredValidator
Default constructor.
values() - Static method in enum com.guiseframework.component.AbstractEditComponentTextControl.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.component.AbstractFrame.FrameComponent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.component.CheckControl.CheckType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.component.Control.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.component.Frame.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.component.Frame.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.component.layout.Border
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.component.layout.Corner
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.component.layout.Flow.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.component.layout.Flow.End
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.component.layout.Flow
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.component.layout.FlowOrientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.component.layout.Region
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.component.ScrollControl.ScrollComponent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.converter.DateStringLiteralStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.converter.LocaleStringLiteralStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.converter.NumberStringLiteralConverter.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.converter.TimeStringLiteralStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.event.ActionEvent.Command
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.geometry.Axis
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.geometry.CompassPoint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.geometry.Side
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.geometry.Unit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.input.Key
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.input.MediaCommand
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.input.MouseButton
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.input.ProcessCommand
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.input.ResourceCommand
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.model.InformationLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.model.Notification.Option
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.model.Notification.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.model.SequenceTransition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.model.View
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.platform.web.AbstractWebPlatformFileCollectorDepictor.WebPlatformFileCollectorCommand
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.platform.web.Button
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.platform.web.css.Combinator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.platform.web.Cursor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.platform.web.KeyCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.platform.web.WebAudioDepictor.AudioCommand
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.platform.web.WebPlatform.PollCommand
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.platform.web.WebPlatformEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.platform.web.WebResourceCollectDepictor.ResourceCollectCommand
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.platform.web.WebUserAgentProduct.Brand
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.style.FontStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.style.HSLColor.Component
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.style.LineStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.guiseframework.style.RGBColor.Component
Returns an array containing the constants of this enum type, in the order they are declared.
ValueSelectButton<V> - Class in com.guiseframework.component
Selectable button that stores a separate value in a value model.
ValueSelectButton(Class<V>) - Constructor for class com.guiseframework.component.ValueSelectButton
Value class constructor.
ValueSelectButton(InfoModel, ActionModel, ValueModel<V>, Enableable) - Constructor for class com.guiseframework.component.ValueSelectButton
Info model, action model, value model, and enableable object constructor.
valueSelected(ValueEvent<V>) - Method in interface com.guiseframework.event.ValueSelectListener
Called when a value is selected.
ValueSelectLink<V> - Class in com.guiseframework.component
Selectable link that stores a separate value in a value model.
ValueSelectLink(Class<V>) - Constructor for class com.guiseframework.component.ValueSelectLink
Value class constructor.
ValueSelectLink(InfoModel, ActionModel, ValueModel<V>, Enableable) - Constructor for class com.guiseframework.component.ValueSelectLink
Info model, action model, value model, and enableable object constructor.
ValueSelectListener<V> - Interface in com.guiseframework.event
An object that listens for selection of a value.
vetoableChange(GenericPropertyChangeEvent<Component>) - Method in class com.guiseframework.component.SequenceCardPanel.SequenceCardVetoableChangeListener
Called when a constrained property is changed.
View - Enum in com.guiseframework.model
Represents a view or aspect of data.
VIEW_MENU_ORDER - Static variable in class com.guiseframework.prototype.PrototypeProvision
 
VIOLET - Static variable in class com.guiseframework.style.RGBColor
 
VIOLET_RED - Static variable in class com.guiseframework.style.RGBColor
 
VISIBLE_PROPERTY - Static variable in interface com.guiseframework.model.TableColumnModel
The bound property of whether the column is visible.
VISIBLE_PROPERTY - Static variable in interface com.guiseframework.model.ui.PresentationModel
The bound property of whether the component is visible.

W

WARNING_CLASS - Static variable in class com.guiseframework.platform.web.GuiseCSSStyleConstants
The CSS class indicating warning status.
WebAccordionMenuDepictor<C extends Menu> - Class in com.guiseframework.platform.web
Strategy for rendering a menu as an accordion menu using the XHTML <ol> element.
WebAccordionMenuDepictor() - Constructor for class com.guiseframework.platform.web.WebAccordionMenuDepictor
Default constructor using the XHTML <div> element.
WebActionDepictEvent - Class in com.guiseframework.platform.web
Indicates that an action has been initiated on the web platform.
WebActionDepictEvent(DepictedObject, String, String, int) - Constructor for class com.guiseframework.platform.web.WebActionDepictEvent
Depicted object, depicted object, target ID, action ID, and option constructor.
WebApplicationFrameDepictor<C extends ApplicationFrame> - Class in com.guiseframework.platform.web
Strategy for rendering an application frame as a series of XHTML elements.
WebApplicationFrameDepictor() - Constructor for class com.guiseframework.platform.web.WebApplicationFrameDepictor
Default constructor using the XHTML body element.
WebAudioDepictor - Class in com.guiseframework.platform.web
A web depictor for Guise audio.
WebAudioDepictor() - Constructor for class com.guiseframework.platform.web.WebAudioDepictor
 
WebAudioDepictor.AudioCommand - Enum in com.guiseframework.platform.web
The web commands for controlling audio.
WebButtonDepictor<C extends ActionControl> - Class in com.guiseframework.platform.web
Strategy for rendering an action control as an XHTML <button> element.
WebButtonDepictor() - Constructor for class com.guiseframework.platform.web.WebButtonDepictor
Default constructor using the XHTML <button> element.
WebCardPanelDepictor<C extends AbstractCardPanel> - Class in com.guiseframework.platform.web
Strategy for rendering a card panel as a series of XHTML elements.
WebCardPanelDepictor() - Constructor for class com.guiseframework.platform.web.WebCardPanelDepictor
Default constructor using the XHTML <div> element.
WebChangeDepictEvent - Class in com.guiseframework.platform.web
Indicates that one or more properties of a depicted object have changed on the web platform.
WebChangeDepictEvent(DepictedObject, NameValuePair<String, Object>...) - Constructor for class com.guiseframework.platform.web.WebChangeDepictEvent
Depicted object and properties constructor.
WebChangeDepictEvent(DepictedObject, Map<String, Object>) - Constructor for class com.guiseframework.platform.web.WebChangeDepictEvent
Depicted object and properties map constructor.
WebCheckControlDepictor<C extends CheckControl> - Class in com.guiseframework.platform.web
Strategy for rendering a check control as an XHTML <input> element with type checkbox or radio.
WebCheckControlDepictor() - Constructor for class com.guiseframework.platform.web.WebCheckControlDepictor
Default constructor using the XHTML <span> element.
WebCommandDepictEvent<C extends java.lang.Enum<C> & WebPlatformCommand> - Class in com.guiseframework.platform.web
A command to or from a depicted object on the web platform.
WebCommandDepictEvent(DepictedObject, C, NameValuePair<String, Object>...) - Constructor for class com.guiseframework.platform.web.WebCommandDepictEvent
Depicted object, command, and parameters constructor.
WebCommandDepictEvent(DepictedObject, C, Map<String, Object>) - Constructor for class com.guiseframework.platform.web.WebCommandDepictEvent
Depicted object, command, and parameters map constructor.
WebCommandMessage<C extends java.lang.Enum<C> & WebPlatformCommand> - Class in com.guiseframework.platform.web
A command message to or from the web platform.
WebCommandMessage(C, NameValuePair<String, Object>...) - Constructor for class com.guiseframework.platform.web.WebCommandMessage
Command and parameters constructor.
WebCommandMessage(C, Map<String, Object>) - Constructor for class com.guiseframework.platform.web.WebCommandMessage
Command and parameters map constructor.
WebComponentDepictor<C extends Component> - Interface in com.guiseframework.platform.web
A strategy for depicting components on the web platform.
WebCustomButtonDepictor<C extends ActionControl> - Class in com.guiseframework.platform.web
Strategy for rendering an action control as an XHTML <a> element styled as a button.
WebCustomButtonDepictor() - Constructor for class com.guiseframework.platform.web.WebCustomButtonDepictor
Default constructor using the XHTML <a> element.
WebDepictContext - Interface in com.guiseframework.platform.web
Information related to the current depiction on the web platform.
WebDepictEvent - Interface in com.guiseframework.platform.web
An event to or from a depicted object on the web platform.
WebDepictor<O extends DepictedObject> - Interface in com.guiseframework.platform.web
A strategy for depicting objects on the web platform.
WebDropMenuDepictor<C extends Menu> - Class in com.guiseframework.platform.web
Strategy for rendering a menu as a drop menu.
WebDropMenuDepictor() - Constructor for class com.guiseframework.platform.web.WebDropMenuDepictor
Default constructor using the XHTML <ol> element.
WebFieldsetDepictor<C extends LayoutComponent> - Class in com.guiseframework.platform.web
Strategy for rendering a layout component as an XHTML <fieldset> element.
WebFieldsetDepictor() - Constructor for class com.guiseframework.platform.web.WebFieldsetDepictor
Default constructor using the XHTML <fieldset> element.
WebFileInputDepictor<C extends ResourceImportControl> - Class in com.guiseframework.platform.web
Strategy for rendering a resource import control as an XHTML <input> element with type="file".
WebFileInputDepictor() - Constructor for class com.guiseframework.platform.web.WebFileInputDepictor
Default constructor using the XHTML <input> element.
WebFlashDepictor<C extends Flash> - Class in com.guiseframework.platform.web
Strategy for rendering a Flash component as an XHTML <object> element.
WebFlashDepictor() - Constructor for class com.guiseframework.platform.web.WebFlashDepictor
Default constructor using the XHTML <object> element.
WebFormEvent - Class in com.guiseframework.platform.web
Indicates the submission of a full or partial form on the web platform
WebFormEvent(WebPlatform) - Constructor for class com.guiseframework.platform.web.WebFormEvent
Source exhaustive constructor.
WebFormEvent(WebPlatform, boolean) - Constructor for class com.guiseframework.platform.web.WebFormEvent
Source and exhaustive constructor.
WebFrameDepictor<C extends Frame> - Class in com.guiseframework.platform.web
Strategy for rendering a frame as a series of XHTML elements.
WebFrameDepictor() - Constructor for class com.guiseframework.platform.web.WebFrameDepictor
Default constructor using the XHTML <div> element.
WebHeadingDepictor<C extends LabelComponent> - Class in com.guiseframework.platform.web
Strategy for rendering a label component as an XHTML h1, h2, etc.
WebHeadingDepictor() - Constructor for class com.guiseframework.platform.web.WebHeadingDepictor
 
WebHeadingLinkDepictor<C extends ActionControl> - Class in com.guiseframework.platform.web
Strategy for rendering an action model control as an XHTML <a> element containing a heading.
WebHeadingLinkDepictor() - Constructor for class com.guiseframework.platform.web.WebHeadingLinkDepictor
Default constructor using the XHTML <a> element.
WebImageActionControlDepictor<C extends ImageComponent & ActionControl> - Class in com.guiseframework.platform.web
Strategy for rendering an image action control as an XHTML <img> inside a <a> element.
WebImageActionControlDepictor() - Constructor for class com.guiseframework.platform.web.WebImageActionControlDepictor
 
WebImageBooleanSelectActionControlViewer<C extends ImageBooleanSelectActionControl> - Class in com.guiseframework.platform.web
Strategy for rendering an image select action control as an XHTML <img> inside a <a> element.
WebImageBooleanSelectActionControlViewer() - Constructor for class com.guiseframework.platform.web.WebImageBooleanSelectActionControlViewer
 
WebImageDepictor<C extends ImageComponent> - Class in com.guiseframework.platform.web
Strategy for rendering an image component an XHTML <img> element.
WebImageDepictor() - Constructor for class com.guiseframework.platform.web.WebImageDepictor
Default constructor using the XHTML <label> element.
WebInitializeEvent - Class in com.guiseframework.platform.web
A web platform event indicating that initialization should occur.
WebInitializeEvent(DepictContext, int, int, int, int, String, int, int, int, int, int, String, boolean, URI) - Constructor for class com.guiseframework.platform.web.WebInitializeEvent
Constructor.
WebLabelDepictor<C extends LabelComponent> - Class in com.guiseframework.platform.web
Strategy for rendering a label as an XHTML <label> element.
WebLabelDepictor() - Constructor for class com.guiseframework.platform.web.WebLabelDepictor
Default constructor using the XHTML <label> element.
WebLabelPanelDepictor<C extends LayoutComponent> - Class in com.guiseframework.platform.web
Strategy for rendering a labeled panel as a series of XHTML elements.
WebLabelPanelDepictor() - Constructor for class com.guiseframework.platform.web.WebLabelPanelDepictor
Default constructor using the XHTML <div> element.
WebLayoutComponentDepictor<C extends LayoutComponent> - Class in com.guiseframework.platform.web
Strategy for rendering a LayoutComponent as an XHTML <div> element.
WebLayoutComponentDepictor() - Constructor for class com.guiseframework.platform.web.WebLayoutComponentDepictor
Default constructor using the XHTML <div> element.
WebLinkDepictor<C extends ActionControl> - Class in com.guiseframework.platform.web
Strategy for rendering an action model control as an XHTML <a> element.
WebLinkDepictor() - Constructor for class com.guiseframework.platform.web.WebLinkDepictor
Default constructor using the XHTML <a> element.
WebListDepictor<C extends CompositeComponent> - Class in com.guiseframework.platform.web
Strategy for rendering a component as an XHTML <ol> element.
WebListDepictor() - Constructor for class com.guiseframework.platform.web.WebListDepictor
Default constructor using the XHTML <ol> element.
WebListDepictor(URI, String) - Constructor for class com.guiseframework.platform.web.WebListDepictor
Element namespace and local name constructor.
WebMessageDepictor<C extends Message> - Class in com.guiseframework.platform.web
Strategy for rendering a message component as an XHTML <div> element.
WebMessageDepictor() - Constructor for class com.guiseframework.platform.web.WebMessageDepictor
Default constructor using the XHTML <div> element.
WebPanelDepictor<C extends Panel> - Class in com.guiseframework.platform.web
Strategy for rendering a panel as an XHTML <div> element.
WebPanelDepictor() - Constructor for class com.guiseframework.platform.web.WebPanelDepictor
Default constructor.
WebPictureDepictor<C extends Picture> - Class in com.guiseframework.platform.web
Strategy for rendering a pictures as a series of XHTML elements along with label and description.
WebPictureDepictor() - Constructor for class com.guiseframework.platform.web.WebPictureDepictor
Default constructor using the XHTML <div> element.
WebPlatform - Interface in com.guiseframework.platform.web
The web platform for Guise.
WebPlatform.PollCommand - Enum in com.guiseframework.platform.web
The web commands for controlling polling.
WebPlatformCommand - Interface in com.guiseframework.platform.web
A web command to or from the platform on which objects are depicted.@author Garret Wilson
WebPlatformCommandMessage<C extends java.lang.Enum<C> & WebPlatformCommand> - Interface in com.guiseframework.platform.web
A command message to or from the web platform on which objects are being depicted.
WebPlatformEvent - Interface in com.guiseframework.platform.web
An event message on the web platform.
WebPlatformEventType - Enum in com.guiseframework.platform.web
The type of event received from the web platform.
WebPlatformFile - Class in com.guiseframework.platform.web
A local file represented by a Flash flash.net.FileReference on the web platform.
WebPlatformFile(PlatformFileCollector, String, String, long) - Constructor for class com.guiseframework.platform.web.WebPlatformFile
File reference list, name and size constructor.
WebPlatformMessage - Interface in com.guiseframework.platform.web
A message on the web platform.
WebPollEvent - Class in com.guiseframework.platform.web
A web event for polling the server.
WebPollEvent(WebPlatform) - Constructor for class com.guiseframework.platform.web.WebPollEvent
Context constructor.
WebProgressDepictEvent - Class in com.guiseframework.platform.web
Indicates that some sort of progress has been made on the web platform.
WebProgressDepictEvent(DepictedObject, String, TaskState, long) - Constructor for class com.guiseframework.platform.web.WebProgressDepictEvent
Depicted object constructor with an unknown goal.
WebProgressDepictEvent(DepictedObject, String, TaskState, long, long) - Constructor for class com.guiseframework.platform.web.WebProgressDepictEvent
Depicted object and goal constructor.
WebResourceCollectDepictor<C extends ResourceCollectControl> - Class in com.guiseframework.platform.web
Strategy for rendering a resource collect control as an XHTML <input> element with type="file".
WebResourceCollectDepictor() - Constructor for class com.guiseframework.platform.web.WebResourceCollectDepictor
Default constructor using the XHTML <input> element.
WebResourceCollectDepictor.ResourceCollectCommand - Enum in com.guiseframework.platform.web
The web commands for controlling a resource collect control.
WebScrollControlDepictor<GC extends WebDepictContext,C extends ScrollControl> - Class in com.guiseframework.platform.web
Strategy for rendering a scroll control as an XHTML <div> element.
WebScrollControlDepictor() - Constructor for class com.guiseframework.platform.web.WebScrollControlDepictor
Default constructor using the XHTML <div> element.
WebSelectableLabelDepictor<C extends SelectableLabel> - Class in com.guiseframework.platform.web
Strategy for rendering a label component that is selectable.
WebSelectableLabelDepictor() - Constructor for class com.guiseframework.platform.web.WebSelectableLabelDepictor
 
WebSelectDepictor<V,C extends ListSelectControl<V>> - Class in com.guiseframework.platform.web
Strategy for rendering a select control as an XHTML <select> element.
WebSelectDepictor() - Constructor for class com.guiseframework.platform.web.WebSelectDepictor
Default constructor using the XHTML <select> element.
WebSelectLinkDepictor<C extends SelectActionControl> - Class in com.guiseframework.platform.web
Strategy for rendering an action control as an XHTML <a> element that can be selected.
WebSelectLinkDepictor() - Constructor for class com.guiseframework.platform.web.WebSelectLinkDepictor
 
WebSliderDepictor<V extends java.lang.Number,C extends SliderControl<V>> - Class in com.guiseframework.platform.web
Strategy for rendering a slider component as an XHTML <slider> element.
WebSliderDepictor() - Constructor for class com.guiseframework.platform.web.WebSliderDepictor
Default constructor using the XHTML <div> element.
WebTabbedPanelDepictor<C extends AbstractCardPanel> - Class in com.guiseframework.platform.web
Strategy for rendering a tabbed panel as a series of XHTML elements.
WebTabbedPanelDepictor() - Constructor for class com.guiseframework.platform.web.WebTabbedPanelDepictor
Default constructor using the XHTML <div> element.
WebTabDepictor<V,C extends ListSelectControl<V>> - Class in com.guiseframework.platform.web
Strategy for rendering a tabbed control as an XHTML <ol> element containing tabs.
WebTabDepictor() - Constructor for class com.guiseframework.platform.web.WebTabDepictor
Default constructor using the XHTML <ol> element.
WebTableDepictor<C extends Table> - Class in com.guiseframework.platform.web
Strategy for rendering a table component as an XHTML <table> element.
WebTableDepictor() - Constructor for class com.guiseframework.platform.web.WebTableDepictor
Default constructor using the XHTML <table> element.
WebTextBoxDepictor<C extends TextBox> - Class in com.guiseframework.platform.web
Strategy for rendering a text component as an XHTML <div> element.
WebTextBoxDepictor() - Constructor for class com.guiseframework.platform.web.WebTextBoxDepictor
Default constructor using the XHTML <div> element.
WebTextBoxDepictor.CachedDocument - Class in com.guiseframework.platform.web
Cached information associating a pre-parsed XML document with a string.
WebTextBoxDepictor.CachedDocument(String, Document) - Constructor for class com.guiseframework.platform.web.WebTextBoxDepictor.CachedDocument
Text and XML document constructor.
WebTextControlDepictor<V,C extends TextControl<V>> - Class in com.guiseframework.platform.web
Strategy for rendering a text control as an XHTML <input> element or an XHTML <textarea> element.
WebTextControlDepictor() - Constructor for class com.guiseframework.platform.web.WebTextControlDepictor
Default constructor using the XHTML <input> element.
WebToolButtonDepictor<C extends ActionControl> - Class in com.guiseframework.platform.web
Strategy for rendering an action control as an XHTML <button> element.
WebToolButtonDepictor() - Constructor for class com.guiseframework.platform.web.WebToolButtonDepictor
Default constructor using the XHTML <button> element.
WebTreeControlDepictor<C extends TreeControl> - Class in com.guiseframework.platform.web
Strategy for rendering a tree component as an XHTML <div> element.
WebTreeControlDepictor() - Constructor for class com.guiseframework.platform.web.WebTreeControlDepictor
Default constructor using the XHTML <div> element.
WebUserAgentProduct - Interface in com.guiseframework.platform.web
The identification of the user agent client, such as a browser, accessing Guise on the web platform.
WebUserAgentProduct.Brand - Enum in com.guiseframework.platform.web
The brand of the web user agent.
WebValueSelectLinkDepictor<V,C extends SelectActionControl & ActionValueControl<V>> - Class in com.guiseframework.platform.web
Strategy for rendering an action model control as an XHTML <a> element that can be selected, with values represented by icons.
WebValueSelectLinkDepictor() - Constructor for class com.guiseframework.platform.web.WebValueSelectLinkDepictor
 
WHEAT - Static variable in class com.guiseframework.style.RGBColor
 
WHITE - Static variable in class com.guiseframework.style.RGBColor
 
WHITE_SMOKE - Static variable in class com.guiseframework.style.RGBColor
 
Widget - Interface in com.guiseframework.component.widget
A component that can be embedded in certain content and can be edited within a widget editing environment.
WIDGET_CONTENT_TYPE - Static variable in interface com.guiseframework.component.widget.Widget
The MIME type of a Guise widget.
WINDOW_MENU_ORDER - Static variable in class com.guiseframework.prototype.PrototypeProvision
 
WMODE_PARAMETER - Static variable in class com.guiseframework.platform.web.WebFlashDepictor
The "wmode" parameter.
WRAPPED_PROPERTY - Static variable in class com.guiseframework.component.layout.AbstractFlowLayout
The bound property of whether wrapping occurs.
write(char) - Method in class com.guiseframework.platform.AbstractTextDepictContext
Writes a character, encoding it as necessary.
write(String) - Method in class com.guiseframework.platform.AbstractTextDepictContext
Writes text, encoding it as necessary.
write(char) - Method in interface com.guiseframework.platform.TextDepictContext
Writes a character, encoding it as necessary.
write(String) - Method in interface com.guiseframework.platform.TextDepictContext
Writes text, encoding it as necessary.
writeAttribute(URI, String, String) - Method in class com.guiseframework.platform.AbstractXMLDepictContext
Writes an attribute of an XML element.
writeAttribute(URI, String, String) - Method in interface com.guiseframework.platform.XMLDepictContext
Writes an attribute of an XML element.
writeBodyIDClassAttributes(String, String) - Method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
Writes ID and class attributes for the body of the component.
writeClassAttribute(Set<String>) - Method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
Writes an XHTML class attribute with the given style IDs.
writeComment(String) - Method in class com.guiseframework.platform.AbstractXMLDepictContext
Writes an XML comment.
writeComment(String) - Method in interface com.guiseframework.platform.XMLDepictContext
Writes an XML comment.
writeCommentClose() - Method in class com.guiseframework.platform.AbstractXMLDepictContext
Writes the ending part of an XML comment.
writeCommentClose() - Method in interface com.guiseframework.platform.XMLDepictContext
Writes the ending part of an XML comment.
writeCommentOpen() - Method in class com.guiseframework.platform.AbstractXMLDepictContext
Writes the beginning part of an XML comment.
writeCommentOpen() - Method in interface com.guiseframework.platform.XMLDepictContext
Writes the beginning part of an XML comment.
writeDecoratorBegin() - Method in class com.guiseframework.platform.web.AbstractDecoratedWebComponentDepictor
Writes the beginning part of the outer decorator element.
writeDecoratorBegin() - Method in class com.guiseframework.platform.web.WebResourceCollectDepictor
Writes the beginning part of the outer decorator element.
writeDecoratorBegin() - Method in class com.guiseframework.platform.web.WebTextControlDepictor
Writes the beginning part of the outer decorator element.
writeDecoratorEnd() - Method in class com.guiseframework.platform.web.AbstractDecoratedWebComponentDepictor
Writes the ending part of the outer decorator element.
writeDecoratorEnd() - Method in class com.guiseframework.platform.web.WebTextControlDepictor
Writes the ending part of the outer decorator element.
writeDirectionAttribute() - Method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
Writes an XHTML direction attribute for the X axis direction only if the given component has an orientation explicitly set.
writeDirectionAttribute(Orientation, Flow) - Method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
Writes an XHTML direction attribute with the direction of the given orientation for the given flow.
writeDocType(boolean, URI, String, String) - Method in class com.guiseframework.platform.AbstractXMLDepictContext
Writes a doctype along with an optional an XML declaration to the string builder and sets the output content type.
writeDocType(boolean, URI, String, String, String, ContentType) - Method in class com.guiseframework.platform.AbstractXMLDepictContext
Writes a doctype along with an optional XML declaration to the string builder and sets the output content type.
writeDocType(boolean, URI, String, String) - Method in interface com.guiseframework.platform.XMLDepictContext
Writes a doctype along with an optional an XML declaration to the string builder and sets the output content type.
writeDocType(boolean, URI, String, String, String, ContentType) - Method in interface com.guiseframework.platform.XMLDepictContext
Writes a doctype along with an optional XML declaration to the string builder and sets the output content type.
writeElementBegin(URI, String) - Method in class com.guiseframework.platform.AbstractXMLDepictContext
Begins an XML element that will not be an empty element, even if it has no content.
writeElementBegin(URI, String, boolean) - Method in class com.guiseframework.platform.AbstractXMLDepictContext
Begins an XML element, specifying whether an empty element is allowed.
writeElementBegin(URI, String) - Method in interface com.guiseframework.platform.XMLDepictContext
Begins an XML element that will not be an empty element, even if it has no content.
writeElementBegin(URI, String, boolean) - Method in interface com.guiseframework.platform.XMLDepictContext
Begins an XML element, specifying whether an empty element is allowed.
writeElementEnd(URI, String) - Method in class com.guiseframework.platform.AbstractXMLDepictContext
Ends an XML element.
writeElementEnd(URI, String) - Method in interface com.guiseframework.platform.XMLDepictContext
Ends an XML element.
writeErrorMessage() - Method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
Writes a message indicating any errors related to the component.
writeFloatClear() - Method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
Writes an XHTML element to clear all floats.
writeIDAttribute(String, String) - Method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
Writes an ID attribute with the appropriate prefixes and suffixes.
writeIDClassAttributes(String, String, String...) - Method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
Writes ID and class attributes with the appropriate prefixes and suffixes.
writeIndent() - Method in class com.guiseframework.platform.AbstractTextDepictContext
Writes an indention at the current indention level.
writeIndent() - Method in interface com.guiseframework.platform.TextDepictContext
Writes an indention at the current indention level.
writeJavaScriptElement(URI) - Method in class com.guiseframework.platform.AbstractXHTMLDepictContext
Generates a JavaScript element that references the given URI.
writeJavaScriptElement(URI) - Method in interface com.guiseframework.platform.XHTMLDepictContext
Generates a JavaScript element that references the given URI.
writeLabel(String, String...) - Method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
Writes a label element for a component, taking into account the label's content type.
writeLabelContent() - Method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
Writes the label content of the component, taking into account the label's content type.
writeLabelContent(boolean, boolean) - Method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
Writes the label content of the component, taking into account the label's content type.
writeLabelContent(LabelModel) - Method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
Writes the label content of the given label model, taking into account the label's content type.
writeLabelContent(LabelModel, PresentationModel) - Method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
Writes the label content of the given label model, taking into account the label's content type.
writeLabelContent(LabelModel, boolean, boolean) - Method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
Writes the label content of the given label model, taking into account the label's content type.
writeLabelContent(LabelModel, PresentationModel, boolean, boolean) - Method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
Writes the label content of the given label model, taking into account the label's content type.
writeLiteral(String) - Method in class com.guiseframework.platform.AbstractTextDepictContext
Writes literal text with no encoding.
writeLiteral(String) - Method in interface com.guiseframework.platform.TextDepictContext
Writes literal text with no encoding.
writeParameterInputs(NameValuePair<String, String>...) - Method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
Writes parameters as hidden, disabled inputs.
writeStyleAttribute(Map<String, Object>) - Method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
Writes an XHTML style attribute with the given styles.
writeSupplementaryIcons() - Method in class com.guiseframework.platform.web.WebLinkDepictor
Writes the supplementary icons.
writeSupplementaryIcons() - Method in class com.guiseframework.platform.web.WebSelectLinkDepictor
Writes the supplementary icons.
writeSupplementaryIcons() - Method in class com.guiseframework.platform.web.WebValueSelectLinkDepictor
Writes the supplementary icons.
writeText(String, ContentType) - Method in class com.guiseframework.platform.web.AbstractWebComponentDepictor
Writes text, taking the content type into consideration.

X

XHTML_CONTENT_TYPE - Static variable in interface com.guiseframework.model.Model
A content type of application/xhtml+xml.
XHTML_FRAGMENT_CONTENT_TYPE - Static variable in interface com.guiseframework.model.Model
A content type of application/xhtml+xml-external-parsed-entity.
XHTMLDepictContext - Interface in com.guiseframework.platform
Encapsulation of application/xhtml+xml information related to the current depiction.
XMLDepictContext - Interface in com.guiseframework.platform
Encapsulation of text/xml information related to the current depiction.
XMLDepictContext.ElementState - Class in com.guiseframework.platform
The state of rendering for a particular element.
XMLDepictContext.ElementState(String, String, boolean) - Constructor for class com.guiseframework.platform.XMLDepictContext.ElementState
Constructor.
XSTANDARD_CLASS_ID - Static variable in class com.guiseframework.platform.web.WebTextControlDepictor
The XStandard class ID.
XSTANDARD_CONTENT_TYPE - Static variable in class com.guiseframework.platform.web.WebTextControlDepictor
The content type for XStandard objects.

Y

yearPropertyChangeListener - Variable in class com.guiseframework.component.CalendarControl
The property change listener that updates the visible dates if the year is different than the last one.
yearPropertyChangeListener - Variable in class com.guiseframework.component.DateTimeFieldsControl
The property change listener that updates the visible dates if the year is different than the last one.
YELLOW - Static variable in class com.guiseframework.style.RGBColor
 
YELLOW_GREEN - Static variable in class com.guiseframework.style.RGBColor
 

Z

ZERO_DIMENSIONS - Static variable in class com.guiseframework.geometry.Dimensions
A convenience dimensions of zero pixel size.
ZERO_EXTENT1 - Static variable in class com.guiseframework.geometry.Extent
A convenience one-dimensional extent of zero pixels.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

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