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()
TabData
public float getPriority()
TabData
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.getPriority
in interface TabData
Copyright © 2010–2014 Arcbees. All rights reserved.