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

Uses of Interface org.netbeans.api.visual.action.InplaceEditorProvider.EditorController (Visual Library API) - NetBeans API Javadoc (Current Development Version)

org.netbeans.api.visual 2.2

Uses of Interface
org.netbeans.api.visual.action.InplaceEditorProvider.EditorController

Packages that use InplaceEditorProvider.EditorController
org.netbeans.api.visual.action This package contains ActionFactory class which is factory of all built-in widget-actions provided by the library. 
 

Uses of InplaceEditorProvider.EditorController in org.netbeans.api.visual.action
 

Methods in org.netbeans.api.visual.action that return InplaceEditorProvider.EditorController
static InplaceEditorProvider.EditorController ActionFactory.getInplaceEditorController(WidgetAction inplaceEditorAction)
          Returns an editor controller for a specified inplace-editor-action created by ActionFactory.createInplaceEditorAction method.
 

Methods in org.netbeans.api.visual.action with parameters of type InplaceEditorProvider.EditorController
 C InplaceEditorProvider.createEditorComponent(InplaceEditorProvider.EditorController controller, Widget widget)
          Creates an in-place editor component for a specified widget.
 EnumSet<InplaceEditorProvider.ExpansionDirection> InplaceEditorProvider.getExpansionDirections(InplaceEditorProvider.EditorController controller, Widget widget, C editor)
          Called to obtain directions where an editor component can expand to.
 Rectangle InplaceEditorProvider.getInitialEditorComponentBounds(InplaceEditorProvider.EditorController controller, Widget widget, C editor, Rectangle viewBounds)
          Called to obtain the initial boundary editor component in view coordination system.
 void InplaceEditorProvider.notifyClosing(InplaceEditorProvider.EditorController controller, Widget widget, C editor, boolean commit)
          Called to notify about closing an in-place editor.
 void InplaceEditorProvider.notifyOpened(InplaceEditorProvider.EditorController controller, Widget widget, C editor)
          Called to notify about opening an in-place editor.
 


org.netbeans.api.visual 2.2

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