Class Summary |
RButton |
This class subclasses the standard JButton class in the Swing package to provide custom
functionality for the Rcom client application. |
RCalendar |
This class represents a calendar widget that assists with selecting a date. |
RCheckBox |
This class sublcasses the standard JCheckBox class in the Swing package to provide custom
functionality for the Rcom client application. |
RChoiceDialog |
This class is a popup window is a dialog window containing a message, list of selections,
and okay/cancel buttons. |
RComboBox |
This class sublcasses the standard JComboBox class in the Swing package to provide custom
functionality for the Rcom client application. |
RCurrencyField |
This class sub-classes the RTextField to create a currency entry field. |
RDateField |
This class sublcasses an RPanel and supplies a date field that consists of a text field
and a button that triggers a popup calendar window. |
RDialog |
This class sublcasses the standard JDialog class in the Swing package to provide custom
functionality for the RCOM Client application. |
RDisplayCheckBox |
This CheckBox widget is to be used as display only. |
RFatalDialog |
This class is a popup modal window that displays a system exception. |
RFrame |
|
RGridButton |
|
RHotLink |
This class subclasses JButton to provide hotlink style functionality for the RCOM
application. |
RLabel |
This class sublcasses the standard JLabel class in the Swing package to provide custom
functionality for the Rcom client application. |
RList |
This class extends RList to add on generic useful functionality for RCOM. |
RListCellRenderer |
COMBO BOX RENDERER |
RListTest |
|
RPanel |
This class sublcasses the standard JPanel class in the Swing package to provide custom
functionality for the Rcom client application. |
RPanelRow |
This represents the superclass of a collection of widgets that represents a single row
within the panel. |
RPasswordField |
This class sub-classes JPasswordField in order to supply additional functionality. |
RRadioButton |
This class sublcasses the standard RRadioButton class in the Swing package to provide
custom functionality for the Rcom client application. |
RScreen |
This class is a panel with screen-like functionality. |
RScrollPane |
This class subclasses the standard JScrollPane class in the Swing package to provide
custom functionality. |
RSearchDialog |
This class is a superclass of all basic search windows. |
RSplitPane |
This class subclasses the standard JSplitPane class in the Swing package to provide
custom functionality. |
RStatusBar |
This subclasses RPanel and provides a single line status bar for a window or panel. |
RStatusWindow |
|
RTab |
This class subclasses RPanel to provide custom functionality for secondary tabs within a
tabbed pane. |
RTabbedPane |
This class sublcasses the standard JTabbedPane class in the Swing package to provide
custom functionality for the Rcom client application. |
RTabPane |
This class subclass JPanel and reproduces most of the functionality of the JTabbedPane,
but using buttons and a card layout. |
RTextArea |
This class subclasses the standard JTextArea class in the Swing package to provide custom
functionality for the RCOM client application. |
RTextField |
This class sub-classes the standard JTextField class in the Swing package to provide
custom functionality for the Rcom client application. |
RTitleBar |
This class sub-classes RPanel and creates a title bar widget. |
RToolBar |
This class subclasses the standard JToolBar class in the Swing package to provide custom
functionality. |
RView |
This class sublcasses the RPanel to add the widget manager functionality. |