@ -155,4 +155,12 @@ public class CustomStylePane extends MultiTabPane<Style> {
// paneList.add(backgroundPane = new BackgroundPane());
return paneList;
}
@Override
/**
*
*/
public void updateBean(Style ob) {
return;
@ -12,6 +12,15 @@ public class UITabGroup extends UIButtonGroup<Integer> {
private static final int ORIGINAL_WIDTH = 10;
private static final int GAP = 11;
* 标签页改变
* @param index 序号
public void tabChanged(int index) {
public UITabGroup(Icon[] iconArray) {
super(iconArray, new Integer[iconArray.length]);
setSelectedIndex(0);