Interface TabTraversable
Description
In BBj 4.00 and higher, a BBjControl implements the TabTraversable interface if keyboard navigation can focus the control.
Subinterfaces
None.
Implementing Classes
BBjBarChart, BBjButton, BBjCEdit, BBjChart, BBjCheckBox, BBjChildWindow, BBjColorChooser, BBjCommonChart, BBjDataAwareGrid, BBjDataBoundGrid, BBjEditBox, BBjEditBoxSpinner, BBjFileChooser, BBjFontChooser, BBjGenericChart, BBjGrid, BBjHtmlView, BBjInputD, BBjInputDSpinner, BBjInputE, BBjInputESpinner, BBjInputN, BBjInputNSpinner, BBjInputT, BBjInputTSpinner, BBjLineChart, BBjListBox, BBjListButton, BBjListEdit, BBjMenuButton, BBjNavigator, BBjPieChart, BBjRadioButton, BBjScrollBar, BBjSlider, BBjStandardGrid, BBjTabCtrl, BBjToolButton, BBjTree, BBjWebComponent, BBjWrappedJComponent
Methods of TabTraversable
Return Value | Method |
---|---|
boolean | isTabTraversable() |
void | setTabTraversable(boolean trav) |
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.