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

E13403-08

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 Reference
11g Release 1 (11.1.1.7.0)

E13403-08

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