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, wait
beforeDispose
public 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 ContentUI
public void setManager(ContentManager manager)
setManager
in interface ContentUI
public void propertyChange(java.beans.PropertyChangeEvent e)
propertyChange
in interface java.beans.PropertyChangeListener
public boolean isSingleSelection()
isSingleSelection
in interface ContentUI
public boolean isToSelectAddedContent()
isToSelectAddedContent
in interface ContentUI
public boolean canBeEmptySelection()
canBeEmptySelection
in interface ContentUI
public boolean canChangeSelectionTo(Content content, boolean implicit)
canChangeSelectionTo
in interface ContentUI
public java.lang.String getCloseActionName()
getCloseActionName
in interface ContentUI
public java.lang.String getCloseAllButThisActionName()
getCloseAllButThisActionName
in interface ContentUI
public java.lang.String getPreviousContentActionName()
getPreviousContentActionName
in interface ContentUI
public java.lang.String getNextContentActionName()
getNextContentActionName
in interface ContentUI