
| Constructor and Description |
|---|
TabDataBasic(String label,
float priority) |
| 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.
|
public TabDataBasic(String label, float priority)
public String getLabel()
TabDatapublic float getPriority()
TabDataTabPanel, 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.getPriority in interface TabDataCopyright © 2010-2014 ArcBees. All Rights Reserved.