|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CombinedTab
A tab of a CombinedStackDockComponent. Every tab represents one
Component which can be selected.
| Method Summary | |
|---|---|
java.awt.Component |
getComponent()
Gets the component which paints and represents this tab. |
void |
setIcon(javax.swing.Icon icon)
Sets the image of this tab. |
void |
setText(java.lang.String text)
Sets the text of this tab. |
void |
setTooltip(java.lang.String tooltip)
Sets the tooltip of this tab. |
| Methods inherited from interface bibliothek.gui.dock.DockElementRepresentative |
|---|
addMouseInputListener, getElement, getPopupLocation, isUsedAsTitle, removeMouseInputListener, shouldFocus, shouldTransfersFocus |
| Methods inherited from interface bibliothek.gui.dock.station.stack.tab.Tab |
|---|
getDockable, getMinimumSize, getPreferredSize |
| Methods inherited from interface bibliothek.gui.dock.station.stack.tab.TabPaneComponent |
|---|
getBounds, getMaximumSize, getMinimumSize, getOverlap, getPreferredSize, getTabParent, getZOrder, isPaneVisible, setBounds, setOrientation, setPaneVisible, setZOrder |
| Method Detail |
|---|
java.awt.Component getComponent()
getComponent in interface DockElementRepresentativenullvoid setText(java.lang.String text)
text - the text to displayvoid setIcon(javax.swing.Icon icon)
icon - an icon that should be shown, can be nullvoid setTooltip(java.lang.String tooltip)
tooltip - the tooltip text, can be null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||