| Package | Description | 
|---|---|
| oracle.ide.controls | 
 Contains classes implementing the basic graphical controls, such as, toolbars,
toolbar buttons, status bars, tabbed windows, used by JDeveloper. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ScrollableTabBar.ScrollMode | 
ScrollableTabBar.getScrollMode()
Gets the behavior of the left and right scroll buttons. 
 | 
static ScrollableTabBar.ScrollMode | 
ScrollableTabBar.ScrollMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static ScrollableTabBar.ScrollMode[] | 
ScrollableTabBar.ScrollMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ScrollableTabBar.setScrollMode(ScrollableTabBar.ScrollMode mode)
Controls the behavior of the left and right scroll buttons. 
 |