|
||||||||||
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()
|
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. |
Method Detail |
---|
Component getComponent()
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 |