public class SynthDesktopPaneUI extends BasicDesktopPaneUIimplements PropertyChangeListener , SynthUI
JDesktopPane.
BasicDesktopPaneUI.CloseAction , BasicDesktopPaneUI.MaximizeAction , BasicDesktopPaneUI.MinimizeAction , BasicDesktopPaneUI.NavigateAction , BasicDesktopPaneUI.OpenAction closeKey, desktop, desktopManager, maximizeKey, minimizeKey, navigateKey, navigateKey2DEFAULT, DISABLED, ENABLED, FOCUSED, MOUSE_OVER, PRESSED, SELECTED| Constructor and Description |
|---|
SynthDesktopPaneUI()
|
| Modifier and Type | Method and Description |
|---|---|
static ComponentUI |
createUI(JComponent
Creates a new UI object for the given component.
|
SynthContext |
getContext(JComponent
Returns the Context for the specified component.
|
protected void |
installDefaults()
|
protected void |
installDesktopManager()
|
protected void |
installListeners()
Installs the
PropertyChangeListener returned from
createPropertyChangeListener on the
JDesktopPane.
|
void |
paint(Graphics
Paints the specified component according to the Look and Feel.
|
protected void |
paint(SynthContext
Paints the specified component.
|
void |
paintBorder(SynthContext
Paints the border.
|
void |
propertyChange(PropertyChangeEvent
This method gets called when a bound property is changed.
|
protected void |
uninstallDefaults()
|
protected void |
uninstallDesktopManager()
|
protected void |
uninstallListeners()
Uninstalls the
PropertyChangeListener returned from
createPropertyChangeListener from the
JDesktopPane.
|
void |
update(Graphics
Notifies this UI delegate to repaint the specified component.
|
createPropertyChangeListener, getMaximumSize, getMinimumSize, getPreferredSize, installKeyboardActions, installUI, registerKeyboardActions, uninstallKeyboardActions, uninstallUI, unregisterKeyboardActionscontains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehaviorpublic static ComponentUIcreateUI(JComponent c)
c - component to create UI object for
protected void installListeners()
PropertyChangeListener returned from
createPropertyChangeListener on the
JDesktopPane.
installListeners in class
BasicDesktopPaneUI
BasicDesktopPaneUI.createPropertyChangeListener()
protected void installDefaults()
protected void uninstallListeners()
PropertyChangeListener returned from
createPropertyChangeListener from the
JDesktopPane.
uninstallListeners in class
BasicDesktopPaneUI
BasicDesktopPaneUI.createPropertyChangeListener()
protected void uninstallDefaults()
protected void installDesktopManager()
protected void uninstallDesktopManager()
public SynthContextgetContext(JComponent c)
getContext in interface
SynthUI
c - Component requesting SynthContext.
public void update(Graphicsg, JComponent c)
paint(SynthContext,Graphics) method.
In general, this method does not need to be overridden by subclasses. All Look and Feel rendering code should reside in the paint method.
update in class
ComponentUI
g - the
Graphics object used for painting
c - the component being painted
paint(SynthContext,Graphics)
public void paint(Graphicsg, JComponent c)
This method is not used by Synth Look and Feel. Painting is handled by the paint(SynthContext,Graphics) method.
paint in class
BasicDesktopPaneUI
g - the
Graphics object used for painting
c - the component being painted
paint(SynthContext,Graphics)
protected void paint(SynthContextcontext, Graphics g)
context - context for the component being painted
g - the
Graphics object used for painting
update(Graphics,JComponent)
public void paintBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
paintBorder in interface
SynthUI
context - a component context
g -
Graphics to paint on
x - the X coordinate
y - the Y coordinate
w - width of the border
h - height of the border
public void propertyChange(PropertyChangeEventevt)
propertyChange in interface
PropertyChangeListener
evt - A PropertyChangeEvent object describing the event source and the property that has changed.