|
||||||||||
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 . |
Insets |
getOverlap(TabComponent other)
Gets the number of pixels which should be covered at the sides of this component. |
void |
removeMouseListener(MouseListener listener)
|
void |
removeMouseMotionListener(MouseMotionListener listener)
|
void |
setFocused(boolean focused)
|
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 setPaintIconWhenInactive(boolean paint)
void update()
Insets getOverlap(TabComponent other)
other
- the component which may overlap this component
void bind()
void unbind()
void addMouseListener(MouseListener listener)
void addMouseMotionListener(MouseMotionListener listener)
void removeMouseListener(MouseListener listener)
void removeMouseMotionListener(MouseMotionListener listener)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |