com.jaxfront.core.ui
Interface TabbableView
public interface TabbableView
This interface defines the method required by any object that would like to be a view for tabable content.
|
Method Summary |
Type |
getSelectedTabType()
|
void |
showTab(Type selectedType,
java.lang.Object component)
Shows/Selects the tab in which the given component is placed in. |
getSelectedTabType
Type getSelectedTabType()
showTab
void showTab(Type selectedType,
java.lang.Object component)
- Shows/Selects the tab in which the given component is placed in.
- Parameters:
component - of the tab to be shown