Package javax. swing. plaf. basic
See: Description
-
Interface Summary Interface Description ComboPopup The interface which defines the methods required for the implementation of the popup portion of a combo box. -
Class Summary Class Description BasicArrowButton JButton object that draws a scaled Arrow in one of the cardinal directions.BasicBorders Factory object that can vend Borders appropriate for the basic L & F.BasicBorders.ButtonBorder BasicBorders.FieldBorder BasicBorders.MarginBorder BasicBorders.MenuBarBorder BasicBorders.RadioButtonBorder BasicBorders.RolloverButtonBorder Special thin border for rollover toolbar buttons.BasicBorders.SplitPaneBorder Draws the border around the splitpane.BasicBorders.ToggleButtonBorder BasicButtonListener Button ListenerBasicButtonUI BasicButton implementationBasicCheckBoxMenuItemUI BasicCheckboxMenuItem implementationBasicCheckBoxUI CheckboxUI implementation for BasicCheckboxUIBasicColorChooserUI Provides the basic look and feel for a JColorChooser.BasicComboBoxEditor The default editor for editable combo boxes.BasicComboBoxEditor.UIResource A subclass of BasicComboBoxEditor that implements UIResource.BasicComboBoxRenderer ComboBox rendererBasicComboBoxRenderer.UIResource A subclass of BasicComboBoxRenderer that implements UIResource.BasicComboBoxUI Basic UI implementation for JComboBox.BasicComboPopup This is a basic implementation of theComboPopup
interface.BasicDesktopIconUI Basic L&F for a minimized window on a desktop.BasicDesktopPaneUI Basic L&F for a desktop.BasicDirectoryModel Basic implementation of a file list.BasicEditorPaneUI Provides the look and feel for a JEditorPane.BasicFileChooserUI Basic L&F implementation of a FileChooser.BasicFormattedTextFieldUI Provides the look and feel implementation forJFormattedTextField
.BasicGraphicsUtils BasicHTML Support for providing html views for the swing components.BasicIconFactory Factory object that can vend Icons appropriate for the basic L & F.BasicInternalFrameTitlePane The class that manages a basic title barBasicInternalFrameUI A basic L&F implementation of JInternalFrame.BasicLabelUI A Windows L&F implementation of LabelUI.BasicListUI An extensible implementation ofListUI
.BasicLookAndFeel A base class to use in creating a look and feel for Swing.BasicMenuBarUI A default L&F implementation of MenuBarUI.BasicMenuItemUI BasicMenuItem implementationBasicMenuUI A default L&F implementation of MenuUI.BasicOptionPaneUI Provides the basic look and feel for aJOptionPane
.BasicOptionPaneUI.ButtonAreaLayout ButtonAreaLayout
behaves in a similar manner toFlowLayout
.BasicPanelUI BasicPanel implementationBasicPasswordFieldUI Provides the Windows look and feel for a password field.BasicPopupMenuSeparatorUI A Basic L&F implementation of PopupMenuSeparatorUI.BasicPopupMenuUI A Windows L&F implementation of PopupMenuUI.BasicProgressBarUI A Basic L&F implementation of ProgressBarUI.BasicRadioButtonMenuItemUI BasicRadioButtonMenuItem implementationBasicRadioButtonUI RadioButtonUI implementation for BasicRadioButtonUIBasicRootPaneUI Basic implementation of RootPaneUI, there is one shared between all JRootPane instances.BasicScrollBarUI Implementation of ScrollBarUI for the Basic Look and FeelBasicScrollPaneUI A default L&F implementation of ScrollPaneUI.BasicSeparatorUI A Basic L&F implementation of SeparatorUI.BasicSliderUI A Basic L&F implementation of SliderUI.BasicSpinnerUI The default Spinner UI delegate.BasicSplitPaneDivider Divider used by BasicSplitPaneUI.BasicSplitPaneUI A Basic L&F implementation of the SplitPaneUI.BasicTabbedPaneUI A Basic L&F implementation of TabbedPaneUI.BasicTableHeaderUI BasicTableHeaderUI implementationBasicTableUI BasicTableUI implementationBasicTextAreaUI Provides the look and feel for a plain text editor.BasicTextFieldUI Basis of a look and feel for a JTextField.BasicTextPaneUI Provides the look and feel for a styled text editor.BasicTextUI Basis of a text components look-and-feel.BasicTextUI.BasicCaret BasicTextUI.BasicHighlighter BasicToggleButtonUI BasicToggleButton implementationBasicToolBarSeparatorUI A Basic L&F implementation of ToolBarSeparatorUI.BasicToolBarUI A Basic L&F implementation of ToolBarUI.BasicToolTipUI Standard tool tip L&F.BasicTreeUI The basic L&F for a hierarchical data structure.BasicViewportUI BasicViewport implementationDefaultMenuLayout The default layout manager for Popup menus and menubars.
Package javax.swing.plaf.basic 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
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 11/06/2005 gemaakt, de laatste keer de 04/03/2020 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-rf-javax/swing/plaf/basic/package-summary.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.