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

E13403-08

oracle.ide.expressionbuilder
Interface ExpressionBuilderPicker

All Known Implementing Classes:
AbstractExpressionBuilderPicker

public interface ExpressionBuilderPicker

Interface for a picker panel.


Method Summary
 void addExpressionBuilderPickerListener(ExpressionBuilderPickerListener l)
          Adds ExpressionBuilderPickerListener to this picker.
 javax.swing.JComponent getComponent()
          Returns the picker's GUI component.
 java.lang.String getTitle()
          Returns the title of the picker, or null if none is wanted.
 void load()
          Notifies the picker it should load its data.
 void removeExpressionBuilderPickerListener(ExpressionBuilderPickerListener l)
          Removes ExpressionBuilderPickerListener to this picker.
 

Method Detail

getTitle

java.lang.String getTitle()
Returns the title of the picker, or null if none is wanted.

Returns:
String

load

void load()
Notifies the picker it should load its data. This will be called in the non-GUI thread so loading pickers with data does not freeze the screen for long running loading pickers. It is responsibiity of the picker to honor the swing event dispatch if it is working with swing components.


getComponent

javax.swing.JComponent getComponent()
Returns the picker's GUI component.

Returns:
JComponent

addExpressionBuilderPickerListener

void addExpressionBuilderPickerListener(ExpressionBuilderPickerListener l)
Adds ExpressionBuilderPickerListener to this picker.

Parameters:
l - ExpressionBuilderPickerListener

removeExpressionBuilderPickerListener

void removeExpressionBuilderPickerListener(ExpressionBuilderPickerListener l)
Removes ExpressionBuilderPickerListener to this picker.

Parameters:
l - ExpressionBuilderPickerListener

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.