Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.ide.ceditor
Interface CodeEditorViewSelectionSetter


public interface CodeEditorViewSelectionSetter

A class to drive the setting of ViewSelections (see @link ViewSelectionListener) in the code editor. An instance of this can be obtained from a CodeEditor with CodeEditor.getCodeEditorViewSeletionSetter


Method Summary
 void setSelection(Element[] newSelection)
          Set the view selection in the CodeEditor and trigger a ViewSelectionEvent

 

Method Detail

setSelection

void setSelection(Element[] newSelection)
Set the view selection in the CodeEditor and trigger a ViewSelectionEvent
Parameters:
newSelection -

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Copyright © 1997, 2011, Oracle. All rights reserved.