Provides a "basic" look and feel implementation.
See: Description
Interface Summary | |
---|---|
ComboPopup |
Class Summary | |
---|---|
BasicArrowButton | A button that displays an arrow (triangle) that points {@link #NORTH}, {@link #SOUTH}, {@link #EAST} or {@link #WEST}. |
BasicBorders | Provides various borders for the Basic look and feel. |
BasicBorders.ButtonBorder | A border whose appearance depends on the state of the enclosed button. |
BasicBorders.FieldBorder | A border that makes its enclosed component appear as lowered into the surface. |
BasicBorders.MarginBorder |
An invisible, but spacing border whose margin is determined
by calling the getMargin() method of the enclosed
component. |
BasicBorders.MenuBarBorder | A border for drawing a separator line below JMenuBar. |
BasicBorders.RadioButtonBorder | A border for drawing radio buttons in the Basic look and feel. |
BasicBorders.RolloverButtonBorder | A one-pixel thick border for rollover buttons, for example in tool bars. |
BasicBorders.SplitPaneBorder | A border for JSplitPanes in the Basic look and feel. |
BasicBorders.ToggleButtonBorder | A border for toggle buttons in the Basic look and feel. |
BasicButtonListener | |
BasicButtonUI | A UI delegate for the {@link JButton} component. |
BasicCheckBoxMenuItemUI | DOCUMENT ME! |
BasicCheckBoxUI | A UI delegate for the {@link JCheckBox} component. |
BasicColorChooserUI | This is the UI Class for the JColorChooser in the Basic Look and Feel. |
BasicColorChooserUI.PropertyHandler | This helper class handles property changes from the JColorChooser. |
BasicComboBoxEditor | An editor used by the {@link BasicComboBoxUI} class. |
BasicComboBoxEditor.UIResource | A subclass of {@link BasicComboBoxEditor} that implements the {@link UIResource} interface. |
BasicComboBoxRenderer | A renderer for a {@link JComboBox}. |
BasicComboBoxRenderer.UIResource | A subclass of {@link BasicComboBoxRenderer} that implements the {@link javax.swing.plaf.UIResource} interface. |
BasicComboBoxUI | A UI delegate for the {@link JComboBox} component. |
BasicComboBoxUI.ComboBoxLayoutManager | A {@link LayoutManager} used to position the sub-components of the {@link JComboBox}. |
BasicComboBoxUI.FocusHandler | Handles focus changes occuring in the combo box. |
BasicComboBoxUI.ItemHandler | Handles {@link ItemEvent}s fired by the {@link JComboBox} when its selected item changes. |
BasicComboBoxUI.KeyHandler | KeyHandler handles key events occuring while JComboBox has focus. |
BasicComboBoxUI.ListDataHandler | Handles the changes occurring in the JComboBox's data model. |
BasicComboBoxUI.PropertyChangeHandler | Handles {@link PropertyChangeEvent}s fired by the {@link JComboBox}. |
BasicComboPopup | UI Delegate for ComboPopup |
BasicComboPopup.InvocationKeyHandler | This class is not used anymore |
BasicComboPopup.InvocationMouseHandler | InvocationMouseHandler is a listener that listens to mouse events occuring in the combo box. |
BasicComboPopup.InvocationMouseMotionHandler | InvocationMouseMotionListener is a mouse listener that listens to mouse dragging events occuring in the combo box. |
BasicComboPopup.ItemHandler | ItemHandler is an item listener that listens to selection events occuring in the combo box. |
BasicComboPopup.ListDataHandler | This class is not used any more. |
BasicComboPopup.ListMouseHandler | ListMouseHandler is a listener that listens to mouse events occuring in the combo box's list of items. |
BasicComboPopup.ListMouseMotionHandler | ListMouseMotionHandler listens to mouse motion events occuring in the combo box's list. |
BasicComboPopup.ListSelectionHandler | This class is not used anymore |
BasicComboPopup.PropertyChangeHandler | This class listens to changes occuring in the bound properties of the combo box |
BasicDesktopIconUI | This class acts as the UI delegate for JDesktopIcons for the Basic look and feel. |
BasicDesktopIconUI.MouseInputHandler | This helper class handles mouse events that occur on the JDesktopIcon. |
BasicDesktopPaneUI | This class is the UI delegate for JDesktopPane for the Basic look and feel. |
BasicDesktopPaneUI.CloseAction | This helper class is used to handle key events that cause JInternalFrames to be closed. |
BasicDesktopPaneUI.MaximizeAction | This helper class is used to handle key events that cause JInternalFrames to be maximized. |
BasicDesktopPaneUI.MinimizeAction | This helper class is used to handle key events that cause JInternalFrames to be minimized. |
BasicDesktopPaneUI.NavigateAction | This helper class is used to handle key events that pass the SELECTED property to the next JInternalFrame in the JDesktopPane's list of children. |
BasicDesktopPaneUI.OpenAction | This helper class is used to restore the JInternalFrame to its original size before maximizing or iconifying. |
BasicDirectoryModel | Implements an AbstractListModel for directories where the source of the files is a JFileChooser object. |
BasicEditorPaneUI | The UI class for {@link JEditorPane}s. |
BasicFileChooserUI | A UI delegate for the {@link JFileChooser} component under the {@link BasicLookAndFeel}. |
BasicFileChooserUI.AcceptAllFileFilter | A file filter that accepts all files. |
BasicFileChooserUI.ApproveSelectionAction | Handles a user action to approve the dialog selection. |
BasicFileChooserUI.BasicFileView | Provides presentation information about files and directories. |
BasicFileChooserUI.CancelSelectionAction | Handles an action to cancel the file chooser. |
BasicFileChooserUI.ChangeToParentDirectoryAction | An action to handle changes to the parent directory (for example, via a click on the "up folder" button). |
BasicFileChooserUI.DoubleClickListener | A mouse listener that handles double-click events. |
BasicFileChooserUI.GoHomeAction | An action that changes the file chooser to display the user's home directory. |
BasicFileChooserUI.NewFolderAction | An action that handles the creation of a new folder/directory. |
BasicFileChooserUI.SelectionListener | A listener for selection events in the file list. |
BasicFileChooserUI.UpdateAction | DOCUMENT ME! |
BasicFormattedTextFieldUI | |
BasicGraphicsUtils | A utility class providing commonly used drawing and measurement routines. |
BasicHTML | Provides support for HTML rendering to {@link javax.swing.plaf.ComponentUI} implementations. |
BasicIconFactory | Creates icons for the {@link BasicLookAndFeel}. |
BasicInternalFrameTitlePane | This class acts as a titlebar for JInternalFrames. |
BasicInternalFrameTitlePane.CloseAction | The Action responsible for closing the JInternalFrame. |
BasicInternalFrameTitlePane.IconifyAction | This Action is responsible for iconifying the JInternalFrame. |
BasicInternalFrameTitlePane.MaximizeAction | This Action is responsible for maximizing the JInternalFrame. |
BasicInternalFrameTitlePane.MoveAction | This Action is responsible for dragging the JInternalFrame. |
BasicInternalFrameTitlePane.PropertyChangeHandler | This class is responsible for handling property change events from the JInternalFrame and adjusting the Title Pane as necessary. |
BasicInternalFrameTitlePane.RestoreAction | This Action is responsible for restoring the JInternalFrame. |
BasicInternalFrameTitlePane.SizeAction | This action is responsible for sizing the JInternalFrame. |
BasicInternalFrameTitlePane.SystemMenuBar | This class acts as the MenuBar for the TitlePane. |
BasicInternalFrameTitlePane.TitlePaneLayout | This class acts as the Layout Manager for the TitlePane. |
BasicInternalFrameUI | This is the UI delegate for the Basic look and feel for JInternalFrames. |
BasicInternalFrameUI.BasicInternalFrameListener | This is a helper class that listens to the JInternalFrame for InternalFrameEvents. |
BasicInternalFrameUI.BorderListener | This helper class listens to the edges of the JInternalFrame and the TitlePane for mouse events. |
BasicInternalFrameUI.ComponentHandler | This helper class listens to the JDesktopPane that parents this JInternalFrame and listens for resize events and resizes the JInternalFrame appropriately. |
BasicInternalFrameUI.GlassPaneDispatcher | This helper class is used to listen to the JDesktopPane's glassPane for MouseEvents. |
BasicInternalFrameUI.InternalFrameLayout | This helper class acts as the LayoutManager for JInternalFrames. |
BasicInternalFrameUI.InternalFramePropertyChangeListener | This helper class listens for PropertyChangeEvents from the JInternalFrame. |
BasicLabelUI | This is the Basic Look and Feel class for the JLabel. |
BasicListUI | The Basic Look and Feel UI delegate for the JList. |
BasicListUI.FocusHandler | A helper class which listens for {@link FocusEvent}s from the JList. |
BasicListUI.ListDataHandler | A helper class which listens for {@link ListDataEvent}s generated by the {@link JList}'s {@link ListModel}. |
BasicListUI.ListSelectionHandler | A helper class which listens for {@link ListSelectionEvent}s from the {@link JList}'s {@link ListSelectionModel}. |
BasicListUI.MouseInputHandler | A helper class which listens for {@link MouseEvent}s from the {@link JList}. |
BasicListUI.PropertyChangeHandler | Helper class which listens to {@link PropertyChangeEvent}s from the {@link JList}. |
BasicLookAndFeel | A basic implementation of Swing's Look and Feel framework. |
BasicMenuBarUI | UI Delegate for JMenuBar. |
BasicMenuItemUI | UI Delegate for JMenuItem. |
BasicMenuItemUI.MouseInputHandler | This class handles mouse events occuring inside the menu item. |
BasicMenuUI | UI Delegate for JMenu |
BasicMenuUI.ChangeHandler | Obsolete as of JDK1.4. |
BasicMenuUI.MouseInputHandler | This class is used by menus to handle mouse events occuring in the menu. |
BasicOptionPaneUI | This class is the UI delegate for JOptionPane in the Basic Look and Feel. |
BasicOptionPaneUI.ButtonActionListener | This is a helper class that listens to the buttons located at the bottom of the JOptionPane. |
BasicOptionPaneUI.ButtonAreaLayout | This helper layout manager is responsible for the layout of the button area. |
BasicOptionPaneUI.PropertyChangeHandler | This helper class handles property change events from the JOptionPane. |
BasicPanelUI | A UI delegate for the {@link JPanel} component. |
BasicPasswordFieldUI | |
BasicPopupMenuSeparatorUI | The Basic Look and Feel UI delegate for JPopupMenu.Separator. |
BasicPopupMenuUI | UI Delegate for JPopupMenu |
BasicProgressBarUI | The Basic Look and Feel UI delegate for the JProgressBar. |
BasicProgressBarUI.ChangeHandler | A helper class that listens for ChangeEvents from the progressBar's model. |
BasicRadioButtonMenuItemUI | UI Delegator for JRadioButtonMenuItem |
BasicRadioButtonUI | The BasicLookAndFeel UI implementation for {@link javax.swing.JRadioButton}s. |
BasicRootPaneUI | |
BasicScrollBarUI | The Basic Look and Feel UI delegate for JScrollBar. |
BasicScrollBarUI.ArrowButtonListener | A helper class that listens to the two JButtons on each end of the JScrollBar. |
BasicScrollBarUI.ModelListener | A helper class that listens to the ScrollBar's model for ChangeEvents. |
BasicScrollBarUI.PropertyChangeHandler | A helper class that listens to the ScrollBar's properties. |
BasicScrollBarUI.ScrollListener | A helper class that listens for events from the timer that is used to move the thumb. |
BasicScrollBarUI.TrackListener | Helper class that listens for movement on the track. |
BasicScrollPaneUI | A UI delegate for the {@link JScrollPane} component. |
BasicScrollPaneUI.HSBChangeListener | Listens for changes in the state of the horizontal scrollbar's model and updates the scrollpane accordingly. |
BasicScrollPaneUI.MouseWheelHandler | Listens for mouse wheel events and update the scrollpane accordingly. |
BasicScrollPaneUI.PropertyChangeHandler | Listens for property changes on the scrollpane and update the view accordingly. |
BasicScrollPaneUI.ViewportChangeHandler | Listens for changes of the viewport's extent size and updates the scrollpane accordingly. |
BasicScrollPaneUI.VSBChangeListener | Listens for changes in the state of the vertical scrollbar's model and updates the scrollpane accordingly. |
BasicSeparatorUI | The Basic Look and Feel UI delegate for JSeparator. |
BasicSliderUI |
BasicSliderUI.java This is the UI delegate in the Basic look and feel that paints JSliders. |
BasicSliderUI.ActionScroller | This class is no longer used as of JDK1.3. |
BasicSliderUI.ChangeHandler | Helper class that listens to the {@link JSlider}'s model for changes. |
BasicSliderUI.ComponentHandler | Helper class that listens for resize events. |
BasicSliderUI.FocusHandler | Helper class that listens for focus events. |
BasicSliderUI.PropertyChangeHandler | Helper class that listens for changes to the properties of the {@link JSlider}. |
BasicSliderUI.ScrollListener | Helper class that listens to our swing timer. |
BasicSliderUI.TrackListener | Helper class that listens for mouse events. |
BasicSpinnerUI | A UI delegate for the {@link JSpinner} component. |
BasicSplitPaneDivider | The divider that separates the two parts of a JSplitPane in the Basic look and feel. |
BasicSplitPaneDivider.DividerLayout | This helper class acts as the Layout Manager for the divider. |
BasicSplitPaneDivider.DragController | Performs the tasks associated with an ongoing drag operation. |
BasicSplitPaneDivider.MouseHandler |
The listener for handling mouse events from both the divider and the
containing JSplitPane .
|
BasicSplitPaneDivider.VerticalDragController | This is a helper class that controls dragging when the orientation is VERTICAL_SPLIT. |
BasicSplitPaneUI | This is the Basic Look and Feel implementation of the SplitPaneUI class. |
BasicSplitPaneUI.BasicHorizontalLayoutManager | This Layout Manager controls the position and size of the components when the JSplitPane's orientation is HORIZONTAL_SPLIT. |
BasicSplitPaneUI.BasicVerticalLayoutManager | This class is the Layout Manager for the JSplitPane when the orientation is VERTICAL_SPLIT. |
BasicSplitPaneUI.FocusHandler | This class handles FocusEvents from the JComponent. |
BasicSplitPaneUI.KeyboardDownRightHandler | This is a deprecated class. |
BasicSplitPaneUI.KeyboardEndHandler | This is a deprecated class. |
BasicSplitPaneUI.KeyboardHomeHandler | This is a deprecated class. |
BasicSplitPaneUI.KeyboardResizeToggleHandler | This is a deprecated class. |
BasicSplitPaneUI.KeyboardUpLeftHandler | This is a deprecated class. |
BasicSplitPaneUI.PropertyHandler | This helper class handles PropertyChangeEvents from the JSplitPane. |
BasicTabbedPaneUI | This is the Basic Look and Feel's UI delegate for JTabbedPane. |
BasicTabbedPaneUI.FocusHandler | A helper class that handles focus. |
BasicTabbedPaneUI.MouseHandler | A helper class for determining if mouse presses occur inside tabs and sets the index appropriately. |
BasicTabbedPaneUI.PropertyChangeHandler | This class handles PropertyChangeEvents fired from the JTabbedPane. |
BasicTabbedPaneUI.TabbedPaneLayout | A LayoutManager responsible for placing all the tabs and the visible component inside the JTabbedPane. |
BasicTabbedPaneUI.TabSelectionHandler | This class handles ChangeEvents from the JTabbedPane. |
BasicTableHeaderUI | Basic pluggable look and feel interface for JTableHeader. |
BasicTableHeaderUI.MouseInputHandler | Handles column movement and rearrangement by mouse. |
BasicTableUI | |
BasicTableUI.FocusHandler | |
BasicTableUI.KeyHandler | Handles key events for the JTable. |
BasicTableUI.MouseInputHandler | |
BasicTextAreaUI | |
BasicTextFieldUI | |
BasicTextPaneUI | |
BasicTextUI | The abstract base class from which the UI classes for Swings text components are derived. |
BasicTextUI.BasicCaret | A {@link DefaultCaret} that implements {@link UIResource}. |
BasicTextUI.BasicHighlighter | A {@link DefaultHighlighter} that implements {@link UIResource}. |
BasicToggleButtonUI | A UI delegate for the {@link JToggleButton} component. |
BasicToolBarSeparatorUI | The Basic Look and Feel UI delegate for Separator. |
BasicToolBarUI | This is the Basic Look and Feel UI class for JToolBar. |
BasicToolBarUI.DockingListener | This is the MouseHandler class that allows the user to drag the JToolBar in and out of the parent and dock it if it can. |
BasicToolBarUI.DragWindow | This is the window that appears when the JToolBar is being dragged around. |
BasicToolBarUI.FrameListener | This helper class listens for Window events from the floatable window and if it is closed, returns the JToolBar to the last known good location. |
BasicToolBarUI.PropertyListener | This helper class listens for PropertyChangeEvents from the JToolBar. |
BasicToolBarUI.ToolBarContListener | This helper class listens for components added to and removed from the JToolBar. |
BasicToolBarUI.ToolBarFocusListener | DOCUMENT ME! |
BasicToolTipUI | This is the Basic Look and Feel UI class for JToolTip. |
BasicTreeUI |
A delegate providing the user interface for JTree according to
the Basic look and feel.
|
BasicTreeUI.CellEditorHandler | Listener responsible for getting cell editing events and updating the tree accordingly. |
BasicTreeUI.ComponentHandler | Updates the preferred size when scrolling, if necessary. |
BasicTreeUI.FocusHandler | Repaints the lead selection row when focus is lost/grained. |
BasicTreeUI.KeyHandler | This is used to get multiple key down events to appropriately genereate events. |
BasicTreeUI.MouseHandler | MouseListener is responsible for updating the selection based on mouse events. |
BasicTreeUI.MouseInputHandler | MouseInputHandler handles passing all mouse events, including mouse motion events, until the mouse is released to the destination it is constructed with. |
BasicTreeUI.NodeDimensionsHandler | Class responsible for getting size of node, method is forwarded to BasicTreeUI method. |
BasicTreeUI.PropertyChangeHandler | PropertyChangeListener for the tree. |
BasicTreeUI.SelectionModelPropertyChangeHandler | Listener on the TreeSelectionModel, resets the row selection if any of the properties of the model change. |
BasicTreeUI.TreeCancelEditingAction | The action to cancel editing on this tree. |
BasicTreeUI.TreeExpansionHandler | Updates the TreeState in response to nodes expanding/collapsing. |
BasicTreeUI.TreeHomeAction | TreeHomeAction is used to handle end/home actions. |
BasicTreeUI.TreeIncrementAction | TreeIncrementAction is used to handle up/down actions. |
BasicTreeUI.TreeModelHandler | Forwards all TreeModel events to the TreeState. |
BasicTreeUI.TreePageAction | TreePageAction handles page up and page down events. |
BasicTreeUI.TreeSelectionHandler | Listens for changes in the selection model and updates the display accordingly. |
BasicTreeUI.TreeToggleAction | For the first selected row expandedness will be toggled. |
BasicTreeUI.TreeTraverseAction | TreeTraverseAction is the action used for left/right keys. |
BasicViewportUI | |
DefaultMenuLayout | The LayoutManager that is used in PopupMenus. |
SharedUIDefaults | Manages shared instances for UI defaults. |
Provides a "basic" look and feel implementation.