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

E17493-02

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 -

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

E17493-02

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