Package com.myjavaworld.gui

This package contains various user interface components mostly extensions of Swing components with zero or more enhancements.

See:
          Description

Interface Summary
MTextComponent An interface that defines the contract for all major kinds of text components.
 

Class Summary
DateCellRenderer A table cell renderer for rendering Dates in a variety of formats.
DefaultLargeTheme Default - Large theme for displaying the user interface elements enlarged.
DefaultTheme Default theme for the user interface.
EditPopupMenu Standard Popup menu for text components.
GreenMetalLargeTheme A theme for the user interface.
GreenMetalTheme A theme for the user interface.
GUIUtil An utility class for user interfaces related things.
HighContrastLargeTheme A theme for the user interface.
HighContrastTheme High Contrast theme for the user interface.
IDTreeNode  
ImageCellRenderer A cell renderer (Table and List) used to render a given image along with the given object (value).
IndentIcon  
IntegerField An extension of javax.swing.JTextField that allows only integer values.
LicenseAgreementDlg  
MButton An extension of javax.swing.JButton.
MCheckBox  
MComboBox An extension of javax.swing.JComboBox.
MDefaultRenderer A default List and Table cell renderer component.
MDesktopPane An extension of javax.swing.DesktopPane with some additional features.
MDialog An extension of javax.swing.JDialog.
MFrame An extension of javax.swing.JFrame.
MGlassPane A glass pane used by MFrame objects to change their state to busy state.
MInternalFrame An extension of javax.swing.JInternalFrame.
MLabel An extension of javax,swing.JLabel.
MLabelTextField An extension of javax.swing.MTextField.
MList An extension of JList.
MMenu  
MMenuItem  
MOptionPane  
MPasswordField An extension of MPasswordField.
MPlainDocument An extension of javax.swing.text.PlainDocument.
MPopupMenu An extension of javax.swing.JPopupMenu with the additional functionality of displaying the popup with in the screen limits by adjusting the popup position if required.
MRadioButton  
MRadioButtonMenuItem  
MScrollPane  
MTable An extension of javax.swing.JTable with some additional/modified behaviours and/or functionality.
MTableCellRenderer Default table cell renderer for use with MTable.
MTableHeaderRenderer A component for rendering table headers of MTable.
MTextArea An extension of javax.swing.MTextArea.
MTextField An extension of javax.swing.MTextField.
MTree An extension of javax.swing.JTree.
NumericCellRenderer A table cell renderer to render numeric objects.
ProgressDialog  
SandstoneLargeTheme Sandstone theme with large fonts.
SandstoneTheme Sand stone theme.
SingleLineDocument An extension of PlainDocument that allows only one line of text in the document at any given time.
SplashWindow A generic splash window.
SwingWorker This is the 3rd version of SwingWorker (also known as SwingWorker 3), an abstract class that you subclass to perform GUI-related work in a dedicated thread.
 

Package com.myjavaworld.gui Description

This package contains various user interface components mostly extensions of Swing components with zero or more enhancements.



Copyright © 2000-2012 jMethods, Inc.. All Rights Reserved.