MDateSelector

Package mseries.ui

A collection of useful GUI widgets that are missing from the Java SDK (version 1.3).

See:
          Description

Interface Summary
MChangeListener  
MDateFormat A simple interface to define format and parse methods, this may be simply implemented by a subclass of java.text.DateFormat or something more sophisticated such as mseries.ui.MDateFormatter
MPopup The following interface describes what a popup should implement.
SpinnerModel The SpinnerModel interface represents a sequence of values.
 

Class Summary
ArrowButton An arrow button with no border, until the mouse rolls over when the L&F border is drawn
DefaultSpinnerModel  
IconPanel  
ImagePanel An Image panel that provides a component showing an image on its background.
MChangeEvent An Event class used to notify listeners that there has been a change in the MMonth data model
MDateCellEditor A simple example of MDateEntryField used as a table cell editor and table cell renderer.
MDateEntryField Date entry component which looks like a combobox, when the button is pushed a calendar drops down for selection of the date.
MDateEntryFieldBeanInfo Bean Info class for MDateSelectorPanel.
MDateEntryFieldDemo  
MDateEntryFieldDemo2  
MDateEntryFieldDemo3  
MDateField Date entry widget with built in Formatter/Parser and Calendar popup to facilitate input.
MDateFormatEditor  
MDateFormatter  
MDateSpinnerModel Spinner model to manage a range of dates.
MImagePanel A simple subclass of JPanel that provides a background image
MPopupDialog A class used to popup a window.
MPopupPanel  
MPopupWindow A class used to popup a window.
MSimpleDateFormat Simple implementation of MDateFormat to allow a date formatter to be quickly built by simply applying a format as a String
RollOverButton An arrow button with no border, until the mouse rolls over when the L&F border is drawn
ScreenUtilities  
Shadow A simple GUI component that displays a semi transparent strip.
ShadowImage  
TableTest A very simple demonstration class showing the MDateCellEditor which is not much more than a simple wrapping of MDateEntryField to use it as an editor and a renderer for a Date object within a JTable.
 

Package mseries.ui Description

A collection of useful GUI widgets that are missing from the Java SDK (version 1.3).


MDateSelector

Copyright © 2001-2007 M Newstead. All Rights Reserved.