Package org.malai.widget

Interface Summary
Scrollable This interface is for widgets that can have a scroll pane.
 

Class Summary
MButton This widgets is based on a JButton.
MButtonIcon A button icon can be used in a Button (JButton, MButton) to display a colour in a button.
MCheckBox This widgets is based on a JCheckBox.
MCheckBoxMenuItem This widgets is based on a JCheckBoxMenuItem.
MColorButton This widgets is based on a MButton.
MComboBox This widgets is based on a JComboBox.
MEditorPane This widgets is based on a JEditorPane.
MFrame This widgets is based on a JEditorPane.
MLayeredPane Overrides the widget JLayeredPane to be used within Malai.
MMenu This widgets is based on a JMenu.
MMenuBar This widgets is based on a JMenuBar.
MMenuItem Defines a menu item (based on the JMenuItem) that can be used within Malai.
MPanel Extends the Java JPanel to conform malai requirements.
MPopupMenu This widgets is based on a JPopupMenu.
MProgressBar This widgets is based on a JProgressBar.
MRadioButton This widgets is based on a JRadioButton.
MScrollPane Extends the Java JScrollPane to conform malai requirements.
MSlider This widgets is based on a JSlider.
MSpinner This widgets is based on a JSpinner.
MSpinner.MSpinnerNumberModel The number model to use with a MSpinner.
MTabbedPane Extends the Java JTabbedPane to conform malai requirements.
MTextArea This widgets is based on a JTextArea.
MTextField This widgets is based on a JTextField.
MToggleButton This widgets is based on a JToggleButton.
MToolBar This widgets is based on a JToolBar.
WidgetUtilities This singleton provides common methods for widgets.