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

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

org.netbeans.api.visual 2.2

Uses of Class
org.netbeans.api.visual.action.InplaceEditorProvider.ExpansionDirection

Packages that use InplaceEditorProvider.ExpansionDirection
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.ExpansionDirection in org.netbeans.api.visual.action
 

Methods in org.netbeans.api.visual.action that return InplaceEditorProvider.ExpansionDirection
static InplaceEditorProvider.ExpansionDirection InplaceEditorProvider.ExpansionDirection.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InplaceEditorProvider.ExpansionDirection[] InplaceEditorProvider.ExpansionDirection.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.netbeans.api.visual.action that return types with arguments of type InplaceEditorProvider.ExpansionDirection
 EnumSet<InplaceEditorProvider.ExpansionDirection> InplaceEditorProvider.getExpansionDirections(InplaceEditorProvider.EditorController controller, Widget widget, C editor)
          Called to obtain directions where an editor component can expand to.
 

Method parameters in org.netbeans.api.visual.action with type arguments of type InplaceEditorProvider.ExpansionDirection
static WidgetAction ActionFactory.createInplaceEditorAction(TextFieldInplaceEditor editor, EnumSet<InplaceEditorProvider.ExpansionDirection> expansionDirections)
          Creates a text in-place editor action visualized using JTextField.
 


org.netbeans.api.visual 2.2

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