|
||||||||||
| 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.gui.dock.themes.basic.BasicDockTitle
bibliothek.extension.gui.dock.theme.smooth.SmoothDefaultTitle
public class SmoothDefaultTitle
A title which changes its colors smoothly when selected or deselected.
| 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.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Nested classes/interfaces inherited from interface bibliothek.gui.dock.title.DockTitle |
|---|
DockTitle.Orientation |
| Field Summary |
|---|
| Fields inherited from class bibliothek.gui.dock.themes.basic.BasicDockTitle |
|---|
FACTORY |
| 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 | |
|---|---|
SmoothDefaultTitle(Dockable dockable,
DockTitleVersion origin)
Constructs a new title |
|
| Method Summary | |
|---|---|
int |
getDuration()
Gets the number of milliseconds needed for one transition from active to passive. |
protected void |
paintBackground(Graphics g,
JComponent component)
Paints the whole background of this title. |
void |
setActive(boolean active)
Sets whether this title should be painted as focused or not. |
protected void |
setDisabled(boolean disabled)
Tells this title whether it should be disabled or not. |
void |
setDuration(int duration)
Sets the duration of the animation in milliseconds. |
protected void |
updateColors()
Invoked after a color has changed. |
protected void |
updateForegroundColor()
Updates the foreground color. |
| Methods inherited from class bibliothek.gui.dock.title.AbstractDockTitle |
|---|
bind, changed, doTitleLayout, getActionSourceFor, getPopupLocation, getPreferredSize, getSuggestedSource, init, isShowMiniButtons, setShowMiniButtons, setTooltip, suggestActions, unbind |
| 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, paintOverlay, 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 SmoothDefaultTitle(Dockable dockable,
DockTitleVersion origin)
dockable - the owner of this titleorigin - the version which was used to create this title| Method Detail |
|---|
public int getDuration()
public void setDuration(int duration)
duration - the durationpublic void setActive(boolean active)
AbstractMultiDockTitle
setActive in class BasicDockTitleactive - true if the Dockable of this title
has the focus.protected void setDisabled(boolean disabled)
AbstractMultiDockTitleDisablingStrategy
changes. A disabled title should react to any InputEvent, and should be painted differently than an
enabled title.
setDisabled in class BasicDockTitledisabled - whether this title is disabledAbstractMultiDockTitle.isDisabled()protected void updateColors()
BasicDockTitle
updateColors in class BasicDockTitleprotected void updateForegroundColor()
protected void paintBackground(Graphics g,
JComponent component)
AbstractMultiDockTitlecomponent.
paintBackground in class BasicDockTitleg - the graphics context used to paintcomponent - the Component which represents this title
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||