站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

org.netbeans.editor.view.spi (Editor Library) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor.lib/1 1.14.0 3

Package org.netbeans.editor.view.spi

Interface Summary
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 Summary
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.
 


org.netbeans.modules.editor.lib/1 1.14.0 3

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.