Package javax. swing. plaf. metal
See: Description
-
Class Summary Class Description DefaultMetalTheme A concrete implementation ofMetalTheme
providing the original look of the Java Look and Feel, code-named "Steel".MetalBorders Factory object that can vend Borders appropriate for the metal L & F.MetalBorders.ButtonBorder MetalBorders.Flush3DBorder MetalBorders.InternalFrameBorder MetalBorders.MenuBarBorder MetalBorders.MenuItemBorder MetalBorders.OptionDialogBorder MetalBorders.PaletteBorder Border for a Palette.MetalBorders.PopupMenuBorder MetalBorders.RolloverButtonBorder MetalBorders.ScrollPaneBorder MetalBorders.TableHeaderBorder Border for a Table HeaderMetalBorders.TextFieldBorder MetalBorders.ToggleButtonBorder MetalBorders.ToolBarBorder MetalButtonUI MetalButtonUI implementationMetalCheckBoxIcon CheckboxIcon implementation for OrganicCheckBoxUIMetalCheckBoxUI CheckboxUI implementation for MetalCheckboxUIMetalComboBoxButton JButton subclass to help out MetalComboBoxUIMetalComboBoxEditor The default editor for Metal editable combo boxesMetalComboBoxEditor.UIResource A subclass of BasicComboBoxEditor that implements UIResource.MetalComboBoxIcon This utility class draws the horizontal bars which indicate a MetalComboBoxMetalComboBoxUI Metal UI for JComboBoxMetalDesktopIconUI Metal desktop icon.MetalFileChooserUI Metal L&F implementation of a FileChooser.MetalIconFactory Factory object that vendsIcon
s for the JavaTM look and feel (Metal).MetalIconFactory.FileIcon16 Warning: Serialized objects of this class will not be compatible with future Swing releases.MetalIconFactory.FolderIcon16 Warning: Serialized objects of this class will not be compatible with future Swing releases.MetalIconFactory.PaletteCloseIcon Defines an icon for Palette closeMetalIconFactory.TreeControlIcon Warning: Serialized objects of this class will not be compatible with future Swing releases.MetalIconFactory.TreeFolderIcon Warning: Serialized objects of this class will not be compatible with future Swing releases.MetalIconFactory.TreeLeafIcon MetalInternalFrameTitlePane Class that manages a JLF title barMetalInternalFrameUI Metal implementation of JInternalFrame.MetalLabelUI A Windows L&F implementation of LabelUI.MetalLookAndFeel The Java Look and Feel, otherwise known as Metal.MetalMenuBarUI Metal implementation ofMenuBarUI
.MetalPopupMenuSeparatorUI A Metal L&F implementation of PopupMenuSeparatorUI.MetalProgressBarUI The Metal implementation of ProgressBarUI.MetalRadioButtonUI RadioButtonUI implementation for MetalRadioButtonUIMetalRootPaneUI Provides the metal look and feel implementation ofRootPaneUI
.MetalScrollBarUI Implementation of ScrollBarUI for the Metal Look and FeelMetalScrollButton JButton object for Metal scrollbar arrows.MetalScrollPaneUI A Metal L&F implementation of ScrollPaneUI.MetalSeparatorUI A Metal L&F implementation of SeparatorUI.MetalSliderUI A Java L&F implementation of SliderUI.MetalSplitPaneUI Metal split pane.MetalTabbedPaneUI The Metal subclass of BasicTabbedPaneUI.MetalTextFieldUI Basis of a look and feel for a JTextField.MetalTheme MetalTheme
provides the color palette and fonts used by the Java Look and Feel.MetalToggleButtonUI MetalToggleButton implementationMetalToolBarUI A Metal Look and Feel implementation of ToolBarUI.MetalToolTipUI A Metal L&F extension of BasicToolTipUI.MetalTreeUI The metal look and feel implementation ofTreeUI
.OceanTheme The default theme for theMetalLookAndFeel
.
Package javax.swing.plaf.metal Description
These classes are designed to be used while the
corresponding LookAndFeel
class has been
installed
(UIManager.setLookAndFeel(new XXXLookAndFeel())
).
Using them while a different LookAndFeel
is installed
may produce unexpected results, including exceptions.
Additionally, changing the LookAndFeel
maintained by the UIManager
without updating the
corresponding ComponentUI
of any
JComponent
s may also produce unexpected results,
such as the wrong colors showing up, and is generally not
encouraged.
Note: Most of the Swing API is not thread safe. For details, see Threads and Swing, a section in The Java Tutorial.
- Since:
- 1.2
Deutsche Übersetzung
Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.
Vielen Dank im Voraus.
Dokument erstellt 11/06/2005, zuletzt geändert 04/03/2020
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/java-api-rf-javax/swing/plaf/metal/package-summary.html
Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.
Referenzen
Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor Diese Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.