Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Package oracle.javatools.ui.builders

Interface Summary
BreadcrumbsTableBuilder.BreadcrumbMaker<T> This class will be implemented by clients of the BreadcrumbsTableBuilder and will need to construct a TableBreadcrumb for a given node (T) in the TreeTable.
BreadcrumbsTableBuilder.TableBreadcrumb<T> An extension of Breadcrumb to represent nodes (table rows) in the breadcrumb bar.
BuiltBreadcrumbsTable<T>  
BuiltList<T> An object containing a JList and surrounding support components e.g.
BuiltTable<T> The definition of an object containing a JTable and surrounding support components like a JScrollPane and ReorderableBar.
BuiltTextField A BuiltTextField constructed by a TextFieldBuilder.
BuiltToolBar A BuiltToolBar constructed by a ToolBarBuilder.
BuiltTree<T> The definition of an object containing a JTree and surrounding support components like a JScrollPane and Toolbar.

 

Class Summary
BasicBuilder<T>  
BreadcrumbsTableBuilder<T> A builder of a BreadcrumbsTable.
ListBuilder<T> A class to simply and concisely build a list component which has many more abilities than a standard list.
SearchableList Custom list that improves the ability of the list's type-to-find mechanism to automatically add support for JLabel based renderers.
TableBuilder<T> A class to easily and concisely build a table component.
TextFieldBuilder A builder of TextFields.
ToolBarBuilder A Builder of ToolBars.
TreeBuilder<T> A class to simply and concisely build a tree component with many more abilities than a standard JTree.

 

Enum Summary
ListBuilder.DefaultAction Built in actions that can be used to quickly create toolbar button actions
TableBuilder.DefaultAction Built in actions that can be used to quickly create toolbar button actions
TableBuilder.RowHeaderType  

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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