mseries.plaf.Aqua
Class AquaDateEntryUI
java.lang.Object
javax.swing.plaf.ComponentUI
mseries.plaf.basic.BasicDateEntryUI
mseries.plaf.Aqua.AquaDateEntryUI
- All Implemented Interfaces:
- PropertyChangeListener, EventListener
public class AquaDateEntryUI
- extends BasicDateEntryUI
| Methods inherited from class mseries.plaf.basic.BasicDateEntryUI |
createActionListener, createAncestorListener, createLayoutManager, createMDateSelectorPanel, createMMonthListener, createMouseListener, getInsets, installComponents, installListeners, installUI, paint, propertyChange, registerKeyboardActions, uninstallComponents, uninstallListeners, unRegisterKeyboardActions, update |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AquaDateEntryUI
public AquaDateEntryUI()
createUI
public static ComponentUI createUI(JComponent x)
- This method is called by the UIManager to get an instance of
this class and must be overridden in subclasses.
configureDisplay
public void configureDisplay(JComponent display)
- Description copied from class:
BasicDateEntryUI
- This is where we would configure the display field part of the component, such as remove
the dfault border and change preferred size.
- Overrides:
configureDisplay in class BasicDateEntryUI
- Parameters:
display - the display part of the component
uninstallUI
public void uninstallUI(JComponent c)
- Overrides:
uninstallUI in class BasicDateEntryUI
configureBorder
protected void configureBorder(JComponent c)
- Description copied from class:
BasicDateEntryUI
- This is where we add a border the component, (the display field and the button)
- Overrides:
configureBorder in class BasicDateEntryUI
- Parameters:
c - the entire component
createArrowButton
protected JButton createArrowButton()
- Description copied from class:
BasicDateEntryUI
- Creates the arrow button. Subclasses can create any button they like.
The default behavior of this class is to attach various listeners to the
button returned by this method.
Returns an instance of BasicArrowButton.
- Overrides:
createArrowButton in class BasicDateEntryUI
Copyright © 2001-2007 M Newstead. All Rights Reserved.