Class SynthInternalFrameUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.InternalFrameUI
javax.swing.plaf.basic.BasicInternalFrameUI
javax.swing.plaf.synth.SynthInternalFrameUI
- All Implemented Interfaces:
PropertyChangeListener, EventListener, SynthConstants, SynthUI
public class SynthInternalFrameUI
extends BasicInternalFrameUI
implements SynthUI, PropertyChangeListener
Provides the Synth L&F UI delegate for
JInternalFrame
.- Since:
- 1.7
-
Nested Class Summary
Nested classes/interfaces declared in class BasicInternalFrameUI
BasicInternalFrameUI.BasicInternalFrameListener, BasicInternalFrameUI.BorderListener, BasicInternalFrameUI.ComponentHandler, BasicInternalFrameUI.GlassPaneDispatcher, BasicInternalFrameUI.InternalFrameLayout, BasicInternalFrameUI.InternalFramePropertyChangeListener
Modifier and TypeClassDescriptionprotected class
Basic internal frame listener.protected class
Listens for border adjustments.protected class
Component handler.protected class
Glass pane dispatcher.class
Internal frame layout.class
Internal frame property change listener. -
Field Summary
Fields declared in class BasicInternalFrameUI
borderListener, componentListener, eastPane, frame, glassPaneDispatcher, internalFrameLayout, northPane, openMenuKey, propertyChangeListener, southPane, titlePane, westPane
Modifier and TypeFieldDescriptionprotected MouseInputAdapter
Border listenerprotected ComponentListener
Component listenerprotected JComponent
East paneprotected JInternalFrame
frameprotected MouseInputListener
Glass pane dispatcherprotected LayoutManager
Internal frame layoutprotected JComponent
North paneprotected KeyStroke
Deprecated.As of Java 2 platform v1.3.protected PropertyChangeListener
Property change listenerprotected JComponent
South paneprotected BasicInternalFrameTitlePane
Title paneprotected JComponent
West paneFields declared in interface SynthConstants
DEFAULT, DISABLED, ENABLED, FOCUSED, MOUSE_OVER, PRESSED, SELECTED
Modifier and TypeFieldDescriptionstatic final int
Indicates the region is the default.static final int
Primary state indicating the region is not enabled.static final int
Primary state indicating the component is enabled.static final int
Indicates the region has focus.static final int
Primary state indicating the mouse is over the region.static final int
Primary state indicating the region is in a pressed state.static final int
Indicates the region is selected. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs aSynthInternalFrameUI
. -
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUI
Creates a new UI object for the given component.Returns the Context for the specified component.void
Installs the defaults.void
paint
(Graphics g, JComponent c) Paints the specified component according to the Look and Feel.protected void
paint
(SynthContext context, Graphics g) Paints the specified component.void
paintBorder
(SynthContext context, Graphics g, int x, int y, int w, int h) Paints the border.void
This method gets called when a bound property is changed.void
update
(Graphics g, JComponent c) Notifies this UI delegate to repaint the specified component.Methods declared in class BasicInternalFrameUI
activateFrame, closeFrame, createBorderListener, createComponentListener, createDesktopManager, createEastPane, createGlassPaneDispatcher, createInternalFrameListener, createLayoutManager, createNorthPane, createPropertyChangeListener, createSouthPane, createWestPane, deactivateFrame, deiconifyFrame, deinstallMouseHandlers, getDesktopManager, getEastPane, getMaximumSize, getMinimumSize, getNorthPane, getPreferredSize, getSouthPane, getWestPane, iconifyFrame, installComponents, installKeyboardActions, installListeners, installMouseHandlers, installUI, isKeyBindingActive, isKeyBindingRegistered, maximizeFrame, minimizeFrame, replacePane, setEastPane, setKeyBindingActive, setKeyBindingRegistered, setNorthPane, setSouthPane, setupMenuCloseKey, setupMenuOpenKey, setWestPane, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI
Modifier and TypeMethodDescriptionprotected void
This method is called when the frame becomes selected.protected void
This method is called when the user wants to close the frame.protected MouseInputAdapter
Creates the border listener.protected ComponentListener
Creates a component listener.protected DesktopManager
Creates the desktop manager.protected JComponent
Creates the east pane.protected MouseInputListener
Creates aGlassPaneDispatcher
.protected void
Creates the internal frame listener.protected LayoutManager
Creates the layout manager.protected JComponent
Creates the north pane.protected PropertyChangeListener
Creates the property change listener.protected JComponent
Creates the north pane.protected JComponent
Creates the west pane.protected void
This method is called when the frame is no longer selected.protected void
This method is called when the user wants to deiconify the frame.protected void
Deinstalls the mouse handlers.protected DesktopManager
Returns the proper DesktopManager.Returns the east pane.Returns the maximum size.Returns the minimum size.Returns the north pane.Returns the preferred size.Returns the south pane.Returns the west pane.protected void
This method is called when the user wants to iconify the frame.protected void
Installs the components.protected void
Installs the keyboard actions.protected void
Installs the listeners.protected void
Installs the mouse handlers.void
Installs the UI.final boolean
Returns whether or no the key binding is active.protected final boolean
Returns whether or no the key binding is registered.protected void
This method is called when the user wants to maximize the frame.protected void
This method is called when the user wants to minimize the frame.protected void
replacePane
(JComponent currentPane, JComponent newPane) Installs necessary mouse handlers onnewPane
and adds it to the frame.void
Sets the east pane.protected final void
setKeyBindingActive
(boolean b) Sets the key binding activity.protected final void
setKeyBindingRegistered
(boolean b) Sets the key binding registration.void
Sets the north pane.void
Sets the south pane.protected void
Setup the menu close key.protected void
Setup the menu open key.void
Sets the west pane.protected void
Uninstalls the components.protected void
Uninstalls the defaults.protected void
Uninstalls the keyboard actions.protected void
Uninstalls the listeners.void
Uninstalls the UI.Methods declared in class ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior
Modifier and TypeMethodDescriptionboolean
contains
(JComponent c, int x, int y) Returnstrue
if the specified x,y location is contained within the look and feel's defined shape of the specified component.getAccessibleChild
(JComponent c, int i) Returns thei
thAccessible
child of the object.int
Returns the number of accessible children in the object.int
getBaseline
(JComponent c, int width, int height) Returns the baseline.Returns an enum indicating how the baseline of the component changes as the size changes.Methods declared in class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Modifier and TypeMethodDescriptionprotected Object
clone()
Creates and returns a copy of this object.boolean
Indicates whether some other object is "equal to" this one.protected void
finalize()
Deprecated, for removal: This API element is subject to removal in a future version.Finalization is deprecated and subject to removal in a future release.final Class
<?> getClass()
Returns the runtime class of thisObject
.int
hashCode()
Returns a hash code value for this object.final void
notify()
Wakes up a single thread that is waiting on this object's monitor.final void
Wakes up all threads that are waiting on this object's monitor.toString()
Returns a string representation of the object.final void
wait()
Causes the current thread to wait until it is awakened, typically by being notified or interrupted.final void
wait
(long timeoutMillis) Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.final void
wait
(long timeoutMillis, int nanos) Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.
-
Constructor Details
-
SynthInternalFrameUI
Constructs aSynthInternalFrameUI
.- Parameters:
b
- an internal frame
-
-
Method Details
-
createUI
Creates a new UI object for the given component.- Parameters:
b
- component to create UI object for- Returns:
- the UI object
-
installDefaults
public void installDefaults()Installs the defaults.- Overrides:
installDefaults
in classBasicInternalFrameUI
-
getContext
Returns the Context for the specified component.- Specified by:
getContext
in interfaceSynthUI
- Parameters:
c
- Component requesting SynthContext.- Returns:
- SynthContext describing component.
-
update
Notifies this UI delegate to repaint the specified component. This method paints the component background, then calls thepaint(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.- Overrides:
update
in classComponentUI
- Parameters:
g
- theGraphics
object used for paintingc
- the component being painted- See Also:
-
paint
Paints the specified component according to the Look and Feel.This method is not used by Synth Look and Feel. Painting is handled by the
paint(SynthContext,Graphics)
method.- Overrides:
paint
in classComponentUI
- Parameters:
g
- theGraphics
object used for paintingc
- the component being painted- See Also:
-
paint
Paints the specified component. This implementation does nothing.- Parameters:
context
- context for the component being paintedg
- theGraphics
object used for painting- See Also:
-
paintBorder
Paints the border.- Specified by:
paintBorder
in interfaceSynthUI
- Parameters:
context
- a component contextg
-Graphics
to paint onx
- the X coordinatey
- the Y coordinatew
- width of the borderh
- height of the border
-
propertyChange
This method gets called when a bound property is changed.- Specified by:
propertyChange
in interfacePropertyChangeListener
- Parameters:
evt
- A PropertyChangeEvent object describing the event source and the property that has changed.
-