| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-03  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MacroPicker
Interface to the macro picker UI. The macro picker UI is a simple UI component allowing the user to choose from all the available macros.
| Method Summary | |
|---|---|
 void | 
addListSelectionListener(javax.swing.event.ListSelectionListener lsl)
Add a list selection listener, which will be notified when the return value of getSelectedMacro() might have changed.  | 
 java.awt.Component | 
getComponent()
Get the UI component for this picker.  | 
 MacroExpander | 
getSelectedMacro()
Get the selected macro.  | 
 void | 
removeListSelectionListener(javax.swing.event.ListSelectionListener lsl)
Remove a list selection listener previously added with addListSelectionListener().  | 
 MacroExpander | 
runDialog(java.awt.Component parent)
Utility to run the macro picker in a dialog.  | 
| Method Detail | 
|---|
java.awt.Component getComponent()
MacroExpander getSelectedMacro()
void addListSelectionListener(javax.swing.event.ListSelectionListener lsl)
lsl - a list selection listener.void removeListSelectionListener(javax.swing.event.ListSelectionListener lsl)
lsl - a list selection listener to remove.MacroExpander runDialog(java.awt.Component parent)
parent - a component to parent the dialog on (for modality)
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-03  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||