| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.1) E13403-09  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface ExpressionPanel.FragmentProvider
| Method Summary | |
|---|---|
 void | 
addToExpression(java.lang.String text)Accepts the given text from a template on the panel.  | 
 void | 
commit()Commits any edits in progress on the current fragment.  | 
 void | 
edit(SQLFragment frag)Edits the given fragment.  | 
 java.lang.String | 
getComponentNamePrefix()Returns the prefix to use for all component names.  | 
 java.lang.String | 
getEditorName()Returns the name of the editor - used for the titled border.  | 
 javax.swing.JPanel | 
getEditorUI()Returns the UI used to edit the SQLFragments.  | 
 java.lang.String | 
getListTitle()Returns the name of the List.  | 
 java.lang.String | 
getTemplateTitle()Returns the name to use for the templates.  | 
 void | 
moveFragment(SQLFragment frag, int newIndex)Moves the fragment within it's section of the query.  | 
 SQLFragment | 
newFragment()Requests a new fragment from the provider.  | 
 boolean | 
removeFragment(SQLFragment frag)Removes the given fragment from the query.  | 
| Method Detail | 
|---|
SQLFragment newFragment()
boolean removeFragment(SQLFragment frag)
void moveFragment(SQLFragment frag,
                  int newIndex)
javax.swing.JPanel getEditorUI()
void commit()
            throws TraversalException
TraversalExceptionvoid edit(SQLFragment frag)
void addToExpression(java.lang.String text)
java.lang.String getEditorName()
java.lang.String getListTitle()
java.lang.String getTemplateTitle()
java.lang.String getComponentNamePrefix()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.1) E13403-09  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||