| Interface | Description |
|---|---|
| EstimatedSpanView |
Views that implement this interface
signal that they work in a mode when
they just estimate their size instead
of exact measurements that are likely
more expensive for computation.
|
| FlyView |
Interface marking the flyweight views.
|
| FlyView.Parent |
Interface that views capable of maintaining flyweight views
as their children must implement.
|
| RenderingContextView |
View providing an access to the
ViewRenderingContext
in the view hierarchy. |
| ViewFragment |
Interface describing a view being fragment of some original view.
|
| ViewLayoutState |
Wrapper around a view that caches computed layout information
about preferred, minimum and maximum span along minor axis
and the preferred span along the major axis.
|
| ViewLayoutState.Parent |
Interface that the parent view of the view
wrapped by
ViewLayoutState
is expected to implement. |
| Class | Description |
|---|---|
| LockView |
View that allow to lock the view hierarchy.
|
| ViewHierarchyMutex |
Mutex that allows only one thread to proceed
other threads must wait until the ONE finishes.
|
| ViewInsets |
Immutable analogy of the
Insets based
on floats. |
| ViewLayoutQueue |
This is a layout queue similar to the
LayoutQueue
with certain improvements. |
| ViewRenderingContext |
Context used for rendering of a view.
|
| ViewUtilities |
Various utility methods related to views.
|
Built on May 21 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.