|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TabComponent
Method Summary | |
---|---|
void |
addMouseListener(MouseListener listener)
|
void |
addMouseMotionListener(MouseMotionListener listener)
|
void |
bind()
Informs this tab that it will be shown soon |
Component |
getComponent()
Gets the Component which represents the element . |
Border |
getContentBorder()
|
int |
getOverlap()
Gets the number of pixels which should be covered at the left side of this component by its left neighbour. |
void |
removeMouseListener(MouseListener listener)
|
void |
removeMouseMotionListener(MouseMotionListener listener)
|
void |
setFocused(boolean focused)
|
void |
setIndex(int index)
|
void |
setPaintIconWhenInactive(boolean paint)
|
void |
setSelected(boolean selected)
|
void |
unbind()
Informs this tab that it is invisible and must not have any connections to other resources |
void |
update()
Called when a property of the tab has been changed and this component has to reevaluate its content. |
Methods inherited from interface bibliothek.gui.dock.DockElementRepresentative |
---|
addMouseInputListener, getElement, getPopupLocation, isUsedAsTitle, removeMouseInputListener |
Method Detail |
---|
Component getComponent()
DockElementRepresentative
Component
which represents the element
.
The result of this method must not change.
getComponent
in interface DockElementRepresentative
null
void setSelected(boolean selected)
void setFocused(boolean focused)
void setIndex(int index)
void setPaintIconWhenInactive(boolean paint)
void update()
int getOverlap()
void bind()
void unbind()
void addMouseListener(MouseListener listener)
void addMouseMotionListener(MouseMotionListener listener)
void removeMouseListener(MouseListener listener)
void removeMouseMotionListener(MouseMotionListener listener)
Border getContentBorder()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |