|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.station.stack.tab.AbstractTabPaneComponent
public abstract class AbstractTabPaneComponent
A TabPaneComponent that really represents a Component.
| Constructor Summary | |
|---|---|
AbstractTabPaneComponent(TabPane parent)
Creates a new object. |
|
| Method Summary | |
|---|---|
Rectangle |
getBounds()
Gets the current location and size of this component. |
abstract Component |
getComponent()
Gets the Component which is wrapped into this
AbstractTabPaneComponent. |
Dimension |
getMaximumSize()
Gets the maximal size this component should have |
Dimension |
getMinimumSize()
Gets the minimal size this component should have |
TabPlacement |
getOrientation()
Gets the orientation of this component. |
Insets |
getOverlap(TabPaneComponent other)
Tells how much of this component may be overlapped by another component other. |
Dimension |
getPreferredSize()
Gets the preferred size of this component |
TabPane |
getTabParent()
Gets the parent of this component. |
void |
setBounds(Rectangle bounds)
Sets the current location and size of this component. |
void |
setOrientation(TabPlacement orientation)
Tells this component how to paint itself. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface bibliothek.gui.dock.station.stack.tab.TabPaneComponent |
|---|
getZOrder, isPaneVisible, setPaneVisible, setZOrder |
| Constructor Detail |
|---|
public AbstractTabPaneComponent(TabPane parent)
parent - the owner of this object, not null| Method Detail |
|---|
public abstract Component getComponent()
Component which is wrapped into this
AbstractTabPaneComponent. This method is not called from the
constructor.
Component, not nullpublic Rectangle getBounds()
TabPaneComponent
getBounds in interface TabPaneComponentpublic Dimension getMaximumSize()
TabPaneComponent
getMaximumSize in interface TabPaneComponentpublic Dimension getMinimumSize()
TabPaneComponent
getMinimumSize in interface TabPaneComponentpublic Dimension getPreferredSize()
TabPaneComponent
getPreferredSize in interface TabPaneComponentpublic TabPane getTabParent()
TabPaneComponent
getTabParent in interface TabPaneComponentpublic void setBounds(Rectangle bounds)
TabPaneComponent
setBounds in interface TabPaneComponentbounds - the size and locationpublic Insets getOverlap(TabPaneComponent other)
TabPaneComponentother.
getOverlap in interface TabPaneComponentother - another component which may be painted over this component
nullpublic void setOrientation(TabPlacement orientation)
TabPaneComponent
setOrientation in interface TabPaneComponentorientation - the orientation, not nullpublic TabPlacement getOrientation()
nullsetOrientation(TabPlacement)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||