Package Summary  Overview Summary

class:MetalInternalFrameUI [NONE]


public class MetalInternalFrameUIextends BasicInternalFrameUI
Metal implementation of JInternalFrame.

field:IS_PALETTE [NONE]

  • IS_PALETTE

    protected static  String IS_PALETTE
    The property JInternalFrame.isPalette.

constructor:MetalInternalFrameUI(javax.swing.JInternalFrame) [NONE]

  • MetalInternalFrameUI

    public MetalInternalFrameUI (JInternalFrame b)
    Constructs a new MetalInternalFrameUI instance.
    Parameters:
    b - an internal frame

method:createUI(javax.swing.JComponent) [NONE]

  • createUI

    public static  ComponentUI createUI (JComponent c)
    Constructs a new MetalInternalFrameUI instance.
    Parameters:
    c - a component
    Returns:
    a new MetalInternalFrameUI instance
  • method:installUI(javax.swing.JComponent) [NONE]

    installUI

    public void installUI (JComponent c)
    Description copied from class: BasicInternalFrameUI
    Installs the UI.
    Overrides:
    installUI in class BasicInternalFrameUI
    Parameters:
    c - the component
    See Also:

    method:uninstallUI(javax.swing.JComponent) [NONE]

    uninstallUI

    public void uninstallUI (JComponent c)
    Description copied from class: BasicInternalFrameUI
    Uninstalls the UI.
    Overrides:
    uninstallUI in class BasicInternalFrameUI
    Parameters:
    c - the component
    See Also:

    method:installListeners() [NONE]

    installListeners

    protected void installListeners()
    Description copied from class: BasicInternalFrameUI
    Installs the listeners.
    Overrides:
    installListeners in class BasicInternalFrameUI

    method:uninstallListeners() [NONE]

    uninstallListeners

    protected void uninstallListeners()
    Description copied from class: BasicInternalFrameUI
    Uninstalls the listeners.
    Overrides:
    uninstallListeners in class BasicInternalFrameUI

    method:installKeyboardActions() [NONE]

    installKeyboardActions

    protected void installKeyboardActions()
    Description copied from class: BasicInternalFrameUI
    Installs the keyboard actions.
    Overrides:
    installKeyboardActions in class BasicInternalFrameUI

    method:uninstallKeyboardActions() [NONE]

    uninstallKeyboardActions

    protected void uninstallKeyboardActions()
    Description copied from class: BasicInternalFrameUI
    Uninstalls the keyboard actions.
    Overrides:
    uninstallKeyboardActions in class BasicInternalFrameUI

    method:uninstallComponents() [NONE]

    uninstallComponents

    protected void uninstallComponents()
    Description copied from class: BasicInternalFrameUI
    Uninstalls the components.
    Overrides:
    uninstallComponents in class BasicInternalFrameUI

    method:createNorthPane(javax.swing.JInternalFrame) [NONE]

    createNorthPane

    protected JComponent createNorthPane (JInternalFrame w)
    Description copied from class: BasicInternalFrameUI
    Creates the north pane.
    Overrides:
    createNorthPane in class BasicInternalFrameUI
    Parameters:
    w - the internal frame
    Returns:
    the north pane

    method:setPalette(boolean) [NONE]

    setPalette

    public void setPalette (boolean isPalette)
    If isPalette is true, sets palette border and title
    Parameters:
    isPalette - if true, sets palette border and title

    method:createBorderListener(javax.swing.JInternalFrame) [NONE]

    createBorderListener

    protected MouseInputAdapter createBorderListener (JInternalFrame w)
    Returns the MouseInputAdapter that will be installed on the TitlePane.
    Overrides:
    createBorderListener in class BasicInternalFrameUI
    Parameters:
    w - the JInternalFrame
    Returns:
    the MouseInputAdapter that will be installed on the TitlePane.
    Since:
    1.6

    © 2022 Oracle Corporation and/or its affiliates