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

E13403-03

oracle.ide.panels
Class ActionDescriptionPanel.OptionSelectionChangedEvent

java.lang.Object
  extended by oracle.ide.panels.ActionDescriptionPanel.OptionSelectionChangedEvent
Enclosing class:
ActionDescriptionPanel

public static class ActionDescriptionPanel.OptionSelectionChangedEvent
extends java.lang.Object

The event that gets triggered when the selected option has changed.


Method Summary
 int getSelectedIndex()
          The index of the selected option.
 java.lang.String getSelectedText()
          The text of the selected option.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSelectedIndex

public int getSelectedIndex()
The index of the selected option. The index reflects the order in the options array given when constructing ActionDescriptionPanel.

Returns:
the selected index, -1, if selection was cleared

getSelectedText

public java.lang.String getSelectedText()
The text of the selected option.

Returns:
the selected index, null, if selection was cleared

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

E13403-03

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