Modifier and Type | Class and Description |
---|---|
static class |
TabImpl.Default |
Modifier and Type | Method and Description |
---|---|
float |
getBottomProportion() |
int |
getDefaultIndex() |
java.lang.String |
getDisplayName() |
javax.swing.Icon |
getIcon() |
int |
getIndex() |
float |
getLeftProportion() |
float |
getRightProportion() |
boolean |
isBottomDetached() |
boolean |
isCenterDetached() |
boolean |
isDefault() |
boolean |
isDetached(PlaceInGrid place) |
boolean |
isLeftDetached() |
boolean |
isRightDetached() |
void |
setBottomDetached(boolean bottomDetached) |
void |
setBottomProportion(float bottomProportion) |
void |
setCenterDetached(boolean centerDetached) |
void |
setDefaultIndex(int index) |
void |
setDetached(PlaceInGrid place,
boolean detached) |
void |
setDisplayName(java.lang.String displayName) |
void |
setIndex(int index) |
void |
setLeftDetached(boolean leftDetached) |
void |
setLeftProportion(float leftProportion) |
void |
setRightDetached(boolean rightDetached) |
void |
setRightProportion(float rightProportion) |
public int getDefaultIndex()
getDefaultIndex
in interface Tab
public java.lang.String getDisplayName()
public javax.swing.Icon getIcon()
public void setIndex(int index)
public void setDefaultIndex(int index)
public void setDisplayName(java.lang.String displayName)
public float getLeftProportion()
public void setLeftProportion(float leftProportion)
public float getRightProportion()
public void setRightProportion(float rightProportion)
public float getBottomProportion()
public void setBottomProportion(float bottomProportion)
public boolean isLeftDetached()
public void setLeftDetached(boolean leftDetached)
public boolean isCenterDetached()
public void setCenterDetached(boolean centerDetached)
public boolean isRightDetached()
public void setRightDetached(boolean rightDetached)
public boolean isBottomDetached()
public void setBottomDetached(boolean bottomDetached)
public boolean isDetached(PlaceInGrid place)
isDetached
in interface Tab
public void setDetached(PlaceInGrid place, boolean detached)
setDetached
in interface Tab