| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
POPUP_PLACE |
| Constructor and Description |
|---|
TabbedPaneContentUI()
Creates
TabbedPaneContentUI with bottom tab placement. |
TabbedPaneContentUI(int tabPlacement)
Creates
TabbedPaneContentUI with specified tab placement. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeEmptySelection() |
boolean |
canChangeSelectionTo(Content content,
boolean implicit) |
java.lang.String |
getCloseActionName() |
java.lang.String |
getCloseAllButThisActionName() |
javax.swing.JComponent |
getComponent() |
java.lang.String |
getNextContentActionName() |
java.lang.String |
getPreviousContentActionName() |
boolean |
isSingleSelection() |
boolean |
isToSelectAddedContent() |
void |
propertyChange(java.beans.PropertyChangeEvent e) |
void |
setManager(ContentManager manager) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbeforeDisposepublic static final java.lang.String POPUP_PLACE
public TabbedPaneContentUI()
TabbedPaneContentUI with bottom tab placement.public TabbedPaneContentUI(int tabPlacement)
TabbedPaneContentUI with specified tab placement.tabPlacement - constant which defines where the tabs are located.
Acceptable values are javax.swing.JTabbedPane#TOP,
javax.swing.JTabbedPane#LEFT, javax.swing.JTabbedPane#BOTTOM
and javax.swing.JTabbedPane#RIGHT.public javax.swing.JComponent getComponent()
getComponent in interface ContentUIpublic void setManager(ContentManager manager)
setManager in interface ContentUIpublic void propertyChange(java.beans.PropertyChangeEvent e)
propertyChange in interface java.beans.PropertyChangeListenerpublic boolean isSingleSelection()
isSingleSelection in interface ContentUIpublic boolean isToSelectAddedContent()
isToSelectAddedContent in interface ContentUIpublic boolean canBeEmptySelection()
canBeEmptySelection in interface ContentUIpublic boolean canChangeSelectionTo(Content content, boolean implicit)
canChangeSelectionTo in interface ContentUIpublic java.lang.String getCloseActionName()
getCloseActionName in interface ContentUIpublic java.lang.String getCloseAllButThisActionName()
getCloseAllButThisActionName in interface ContentUIpublic java.lang.String getPreviousContentActionName()
getPreviousContentActionName in interface ContentUIpublic java.lang.String getNextContentActionName()
getNextContentActionName in interface ContentUI