javax.swing.plaf.basic

Home
Java Source Code / Java Documentation
1.6.0 JDK Core
2.6.0 JDK Modules
3.6.0 JDK Modules com.sun
4.6.0 JDK Modules com.sun.java
5.6.0 JDK Modules sun
6.6.0 JDK Platform
7.Ajax
8.Apache Harmony Java SE
9.Aspect oriented
10.Authentication Authorization
11.Blogger System
12.Build
13.Byte Code
14.Cache
15.Chart
16.Chat
17.Code Analyzer
18.Collaboration
19.Content Management System
20.Database Client
21.Database DBMS
22.Database JDBC Connection Pool
23.Database ORM
24.Development
25.EJB Server
26.ERP CRM Financial
27.ESB
28.Forum
29.Game
30.GIS
31.Graphic 3D
32.Graphic Library
33.Groupware
34.HTML Parser
35.IDE
36.IDE Eclipse
37.IDE Netbeans
38.Installer
39.Internationalization Localization
40.Inversion of Control
41.Issue Tracking
42.J2EE
43.J2ME
44.JBoss
45.JMS
46.JMX
47.Library
48.Mail Clients
49.Music
50.Net
51.Parser
52.PDF
53.Portal
54.Profiler
55.Project Management
56.Report
57.RSS RDF
58.Rule Engine
59.Science
60.Scripting
61.Search Engine
62.Security
63.Sevlet Container
64.Source Control
65.Swing Library
66.Template Engine
67.Test Coverage
68.Testing
69.UML
70.Web Crawler
71.Web Framework
72.Web Mail
73.Web Server
74.Web Services
75.Web Services apache cxf 2.2.6
76.Web Services AXIS2
77.Wiki Engine
78.Workflow Engines
79.XML
80.XML UI
Java Source Code / Java Documentation » 6.0 JDK Core » swing » javax.swing.plaf.basic 
javax.swing.plaf.basic
Provides user interface objects built according to the Basic look and feel. The Basic look and feel provides default behavior used by many look and feel packages. It contains components, layout managers, events, event listeners, and adapters. You can subclass the classes in this package to create your own customized look and feel.

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 JComponents 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 @serial exclude

Java Source File NameTypeComment
BasicArrowButton.javaClass JButton object that draws a scaled Arrow in one of the cardinal directions.

Warning: Serialized objects of this class will not be compatible with future Swing releases.

BasicBorders.javaClass Factory object that can vend Borders appropriate for the basic L & F.
BasicButtonListener.javaClass
BasicButtonUI.javaClass
BasicCheckBoxMenuItemUI.javaClass
BasicCheckBoxUI.javaClass CheckboxUI implementation for BasicCheckboxUI

Warning: Serialized objects of this class will not be compatible with future Swing releases.

BasicColorChooserUI.javaClass Provides the basic look and feel for a JColorChooser.
BasicComboBoxEditor.javaClass The default editor for editable combo boxes.
BasicComboBoxRenderer.javaClass ComboBox renderer

Warning: Serialized objects of this class will not be compatible with future Swing releases.

BasicComboBoxUI.javaClass Basic UI implementation for JComboBox.
BasicComboPopup.javaClass This is a basic implementation of the ComboPopup interface. This class represents the ui for the popup portion of the combo box.

All event handling is handled by listener classes created with the createxxxListener() methods and internal classes. You can change the behavior of this class by overriding the createxxxListener() methods and supplying your own event listeners or subclassing from the ones supplied in this class.

Warning: Serialized objects of this class will not be compatible with future Swing releases.

BasicDesktopIconUI.javaClass Basic L&F for a minimized window on a desktop.
BasicDesktopPaneUI.javaClass Basic L&F for a desktop.
BasicDirectoryModel.javaClass Basic implementation of a file list.
BasicEditorPaneUI.javaClass Provides the look and feel for a JEditorPane.

Warning: Serialized objects of this class will not be compatible with future Swing releases.

BasicFileChooserUI.javaClass Basic L&F implementation of a FileChooser.
BasicFormattedTextFieldUI.javaClass Provides the look and feel implementation for JFormattedTextField.
BasicGraphicsUtils.javaClass
BasicHTML.javaClass Support for providing html views for the swing components.
BasicIconFactory.javaClass Factory object that can vend Icons appropriate for the basic L & F.

Warning: Serialized objects of this class will not be compatible with future Swing releases.

BasicInternalFrameTitlePane.javaClass The class that manages a basic title bar

Warning: Serialized objects of this class will not be compatible with future Swing releases.

BasicInternalFrameUI.javaClass A basic L&F implementation of JInternalFrame.
BasicLabelUI.javaClass A Windows L&F implementation of LabelUI.
BasicListUI.javaClass An extensible implementation of ListUI .
BasicLookAndFeel.javaClass A base class to use in creating a look and feel for Swing.

Each of the ComponentUI s provided by BasicLookAndFeel derives its behavior from the defaults table.

BasicMenuBarUI.javaClass A default L&F implementation of MenuBarUI.
BasicMenuItemUI.javaClass
BasicMenuUI.javaClass A default L&F implementation of MenuUI.
BasicOptionPaneUI.javaClass Provides the basic look and feel for a JOptionPane. BasicMessagePaneUI provides a means to place an icon, message and buttons into a Container. Generally, the layout will look like:

 ------------------
 | i | message    |
 | c | message    |
 | o | message    |
 | n | message    |
 ------------------
 |     buttons    |
 |________________|
 
icon is an instance of Icon that is wrapped inside a JLabel.
BasicPanelUI.javaClass
BasicPasswordFieldUI.javaClass Provides the Windows look and feel for a password field.
BasicPopupMenuSeparatorUI.javaClass A Basic L&F implementation of PopupMenuSeparatorUI.
BasicPopupMenuUI.javaClass A Windows L&F implementation of PopupMenuUI.
BasicProgressBarUI.javaClass A Basic L&F implementation of ProgressBarUI.
version:
   1.80 05/05/07
author:
   Michael C.
BasicRadioButtonMenuItemUI.javaClass
BasicRadioButtonUI.javaClass
BasicRootPaneUI.javaClass Basic implementation of RootPaneUI, there is one shared between all JRootPane instances.
BasicScrollBarUI.javaClass
BasicScrollPaneUI.javaClass A default L&F implementation of ScrollPaneUI.
BasicSeparatorUI.javaClass A Basic L&F implementation of SeparatorUI.
BasicSliderUI.javaClass A Basic L&F implementation of SliderUI.
BasicSpinnerUI.javaClass The default Spinner UI delegate.
BasicSplitPaneDivider.javaClass Divider used by BasicSplitPaneUI.
BasicSplitPaneUI.javaClass A Basic L&F implementation of the SplitPaneUI.
BasicTabbedPaneUI.javaClass A Basic L&F implementation of TabbedPaneUI.
BasicTableHeaderUI.javaClass
BasicTableUI.javaClass
BasicTextAreaUI.javaClass Provides the look and feel for a plain text editor.
BasicTextFieldUI.javaClass Basis of a look and feel for a JTextField.

Warning: Serialized objects of this class will not be compatible with future Swing releases.

BasicTextPaneUI.javaClass Provides the look and feel for a styled text editor.

Warning: Serialized objects of this class will not be compatible with future Swing releases.

BasicTextUI.javaClass

Basis of a text components look-and-feel.

BasicToggleButtonUI.javaClass
BasicToolBarSeparatorUI.javaClass A Basic L&F implementation of ToolBarSeparatorUI.
BasicToolBarUI.javaClass A Basic L&F implementation of ToolBarUI.
BasicToolTipUI.javaClass Standard tool tip L&F.
BasicTransferable.javaClass A transferable implementation for the default data transfer of some Swing components.
BasicTreeUI.javaClass The basic L&F for a hierarchical data structure.
BasicViewportUI.javaClass
CenterLayout.javaClass Center-positioning layout manager.
ComboPopup.javaInterface The interface which defines the methods required for the implementation of the popup portion of a combo box.

Warning: Serialized objects of this class will not be compatible with future Swing releases.

DefaultMenuLayout.javaClass The default layout manager for Popup menus and menubars.
DragRecognitionSupport.javaClass Drag gesture recognition support for classes that have a TransferHandler.
LazyActionMap.javaClass An ActionMap that populates its contents as necessary.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.