public interface TabData
Tab
. The default implementation is
TabDataBasic
but you can create your own class, with
more information, if desired. See
TabInfo
for more details.Modifier and Type | Method and Description |
---|---|
String |
getLabel()
Gets the label to display on the tab.
|
float |
getPriority()
A tab priority indicates where it should appear within the tab strip.
|
float getPriority()
TabPanel
, a tab with low priority will
be placed more towards the left of the strip. Two tabs with the same
priority will be placed in an arbitrary order.String getLabel()
Copyright © 2010–2014 Arcbees. All rights reserved.