org.netbeans.api.visual 2.35

org.netbeans.api.visual.action
Interface InplaceEditorProvider.TypedEditorController

All Superinterfaces:
InplaceEditorProvider.EditorController
Enclosing interface:
InplaceEditorProvider<C extends JComponent>

public static interface InplaceEditorProvider.TypedEditorController
extends InplaceEditorProvider.EditorController

This is an interface that extends EditorController for ability to query for invocation type.

Since:
2.16

Method Summary
 InplaceEditorProvider.EditorInvocationType getEditorInvocationType()
          Returns a type of editor invocation
 
Methods inherited from interface org.netbeans.api.visual.action.InplaceEditorProvider.EditorController
closeEditor, isEditorVisible, notifyEditorComponentBoundsChanged, openEditor
 

Method Detail

getEditorInvocationType

InplaceEditorProvider.EditorInvocationType getEditorInvocationType()
Returns a type of editor invocation

Returns:
invocation type
Since:
2.16

org.netbeans.api.visual 2.35

Built on November 25 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.