|
||||||||||
| 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.util.BackgroundPanel
bibliothek.gui.dock.util.ConfiguredBackgroundPanel
bibliothek.gui.dock.title.AbstractMultiDockTitle
bibliothek.gui.dock.title.AbstractDockTitle
bibliothek.extension.gui.dock.theme.bubble.AbstractBubbleDockTitle
bibliothek.extension.gui.dock.theme.bubble.BubbleDockTitle
@ColorCodes(value={"title.background.top.active.mouse","title.background.top.active","title.background.top.inactive.mouse","title.background.top.inactive","title.background.top.disabled","title.background.bottom.active.mouse","title.background.bottom.active","title.background.bottom.inactive.mouse","title.background.bottom.inactive","title.background.bottom.disabled","title.foreground.active.mouse","title.foreground.active","title.foreground.inactive.mouse","title.foreground.inactive"})
public class BubbleDockTitle
A BubbleDockTitle is a title which has two or four round edges.
The title can smoothly change its colors when touched by the mouse.
| Nested Class Summary |
|---|
| 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.BltBufferStrategy, Component.FlipBufferStrategy |
| Nested classes/interfaces inherited from interface bibliothek.gui.dock.title.DockTitle |
|---|
DockTitle.Orientation |
| Field Summary |
|---|
| Fields inherited from class bibliothek.extension.gui.dock.theme.bubble.AbstractBubbleDockTitle |
|---|
ANIMATION_KEY_BACKGROUND_BOTTOM, ANIMATION_KEY_BACKGROUND_TOP, ANIMATION_KEY_TEXT |
| 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 bibliothek.gui.dock.title.DockTitle |
|---|
ORIENTATION_STRATEGY |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
protected |
BubbleDockTitle()
A constructor that does not do anything, subclasses should later call init(Dockable, DockTitleVersion, boolean). |
|
BubbleDockTitle(Dockable dockable,
DockTitleVersion origin)
Creates a new title. |
|
BubbleDockTitle(Dockable dockable,
DockTitleVersion origin,
boolean showMiniButtons)
Creates a new title. |
| Method Summary | |
|---|---|
protected void |
init(Dockable dockable,
DockTitleVersion origin,
boolean showMiniButtons)
Initializes this title, this method should be called only once. |
protected void |
updateAnimation()
Called when the mouse entered or left this title, or when the active state changed. |
| Methods inherited from class bibliothek.extension.gui.dock.theme.bubble.AbstractBubbleDockTitle |
|---|
addColor, bind, doPaintBackground, getColor, getInnerInsets, isMouseOver, paintBackground, paintOverlay, pulse, setActive, setDisabled, updateAnimation |
| Methods inherited from class bibliothek.gui.dock.title.AbstractDockTitle |
|---|
changed, doTitleLayout, getActionSourceFor, getPopupLocation, getPreferredSize, getSuggestedSource, isShowMiniButtons, setOrientation, setShowMiniButtons, setTooltip, suggestActions, unbind |
| Methods inherited from class bibliothek.gui.dock.title.AbstractMultiDockTitle |
|---|
addColor, addConditionalFont, addFont, addMouseInputListener, createItemFor, doLayout, getDockable, getElement, getIcon, getIconBounds, getIconTextGap, getLabel, getMinimumSize, getOrientation, getOrigin, getText, init, isActive, isBound, isDisabled, isUsedAsTitle, paintBackground, paintForeground, paintForeground, paintIcon, removeAllConditionalFonts, removeColor, removeFont, removeMouseInputListener, setBackground, setBorder, setFont, setFontModifier, setForeground, setIcon, setIconTextGap, setText, shouldFocus, shouldTransfersFocus, titleInsets, updateFonts, updateIcon, updateText, updateTooltip |
| Methods inherited from class bibliothek.gui.dock.util.ConfiguredBackgroundPanel |
|---|
configure |
| Methods inherited from class bibliothek.gui.dock.util.BackgroundPanel |
|---|
getBackgroundAlgorithm, getComponent, getTransparency, paint, paintBorder, paintChildren, paintComponent, setBackground, setTransparency |
| 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 |
| Methods inherited from interface bibliothek.gui.dock.title.DockTitle |
|---|
getComponent |
| Constructor Detail |
|---|
public BubbleDockTitle(Dockable dockable,
DockTitleVersion origin)
dockable - the Dockable for which this title is shownorigin - the creator of this title
public BubbleDockTitle(Dockable dockable,
DockTitleVersion origin,
boolean showMiniButtons)
dockable - the Dockable for which this title is shownorigin - the creator of this titleshowMiniButtons - whether this title should show the actions or notprotected BubbleDockTitle()
init(Dockable, DockTitleVersion, boolean).
| Method Detail |
|---|
protected void init(Dockable dockable,
DockTitleVersion origin,
boolean showMiniButtons)
init in class AbstractBubbleDockTitledockable - the Dockable for which this title is shownorigin - the creator of this titleshowMiniButtons - whether this title should show the actions or notprotected void updateAnimation()
AbstractBubbleDockTitleAbstractBubbleDockTitle.updateAnimation(String, String) for all animation-keys using
the currently best fitting identifiers. Subclasses might want to call this
method when some additional states changed which imply a change of the
look of this title.
updateAnimation in class AbstractBubbleDockTitle
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||