Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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
11g Release 2 (11.1.2.3.0)

E17493-04


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