|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
bibliothek.gui.dock.common.CContentArea
bibliothek.gui.dock.toolbar.CToolbarContentArea
public class CToolbarContentArea
Adds four CToolbarArea
s around the existing CStation
s of this
CContentArea
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class bibliothek.gui.dock.common.CContentArea |
---|
bibliothek.gui.dock.common.CContentArea.Corner |
Nested classes/interfaces inherited from class javax.swing.JPanel |
---|
JPanel.AccessibleJPanel |
Nested classes/interfaces inherited from class javax.swing.JComponent |
---|
JComponent.AccessibleJComponent |
Nested classes/interfaces inherited from class java.awt.Container |
---|
Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component |
---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary |
---|
Fields inherited from class bibliothek.gui.dock.common.CContentArea |
---|
TYPE_ID_CENTER, TYPE_ID_MINIMIZE |
Fields inherited from class javax.swing.JComponent |
---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
CToolbarContentArea(bibliothek.gui.dock.common.CControl control,
String uniqueId)
Creates a new content area |
Method Summary | |
---|---|
CToolbarArea |
getEastToolbar()
Gets the toolbar which is shown at the east side. |
String |
getEastToolbarIdentifier()
Gets the unique identifier that is used for the CToolbarArea at the east side. |
static String |
getEastToolbarIdentifier(String uniqueId)
Gets the unique identifier that is used for the CToolbarArea at the east side. |
CToolbarArea |
getNorthToolbar()
Gets the toolbar which is shown at the north side. |
String |
getNorthToolbarIdentifier()
Gets the unique identifier that is used for the CToolbarArea at the north side. |
static String |
getNorthToolbarIdentifier(String uniqueId)
Gets the unique identifier that is used for the CToolbarArea at the north side. |
CToolbarArea |
getSouthToolbar()
Gets the toolbar which is shown at the south side. |
String |
getSouthToolbarIdentifier()
Gets the unique identifier that is used for the CToolbarArea at the south side. |
static String |
getSouthToolbarIdentifier(String uniqueId)
Gets the unique identifier that is used for the CToolbarArea at the south side. |
CToolbarArea |
getWestToolbar()
Gets the toolbar which is shown at the west side. |
String |
getWestToolbarIdentifier()
Gets the unique identifier that is used for the CToolbarArea at the west side. |
static String |
getWestToolbarIdentifier(String uniqueId)
Gets the unique identifier that is used for the CToolbarArea at the west side. |
Methods inherited from class bibliothek.gui.dock.common.CContentArea |
---|
addStationContainerListener, addStations, deploy, getCenter, getCenterArea, getCenterIdentifier, getCenterIdentifier, getComponent, getControl, getCornerComponent, getDefaultStation, getDefaultStation, getEast, getEastArea, getEastIdentifier, getEastIdentifier, getMatchingStation, getNorth, getNorthArea, getNorthIdentifier, getNorthIdentifier, getSouth, getSouthArea, getSouthIdentifier, getSouthIdentifier, getStation, getStationCount, getStations, getUniqueId, getWest, getWestArea, getWestIdentifier, getWestIdentifier, indexOf, removeStationContainerListener, setCornerComponent, setMinimumAreaSize |
Methods inherited from class javax.swing.JPanel |
---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CToolbarContentArea(bibliothek.gui.dock.common.CControl control, String uniqueId)
control
- the control for which this area will be useduniqueId
- a unique identifier for this areaMethod Detail |
---|
public String getEastToolbarIdentifier()
CToolbarArea
at the east side.
public static String getEastToolbarIdentifier(String uniqueId)
CToolbarArea
at the east side.
uniqueId
- the unique identifier of the CToolbarContentArea
public CToolbarArea getEastToolbar()
null
public String getWestToolbarIdentifier()
CToolbarArea
at the west side.
public static String getWestToolbarIdentifier(String uniqueId)
CToolbarArea
at the west side.
uniqueId
- the unique identifier of the CToolbarContentArea
public CToolbarArea getWestToolbar()
null
public String getSouthToolbarIdentifier()
CToolbarArea
at the south side.
public static String getSouthToolbarIdentifier(String uniqueId)
CToolbarArea
at the south side.
uniqueId
- the unique identifier of the CToolbarContentArea
public CToolbarArea getSouthToolbar()
null
public String getNorthToolbarIdentifier()
CToolbarArea
at the north side.
public static String getNorthToolbarIdentifier(String uniqueId)
CToolbarArea
at the north side.
uniqueId
- the unique identifier of the CToolbarContentArea
public CToolbarArea getNorthToolbar()
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |