|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of JEComponent in de.cbse.jeasy |
|---|
| Subclasses of JEComponent in de.cbse.jeasy | |
|---|---|
class |
JEButton
JButton enhances the JButton component of swing. |
class |
JECheckBox
The JECheckBox implements a JCheckbox and a JLabel. |
class |
JECheckBoxMenuItem
The JECheckBoxMenuItem implements a JCheckBoxMenuItem. |
class |
JEComboBox
Implements a JComboBox and a JLabel. |
class |
JEComboList
A subclass of a JEComboBox that implements a JComboBox and a JLabel. |
class |
JEDataField
Implements a JTextField and a JLabel. |
class |
JEDesktopPane
Implements a JDesktopPane. |
class |
JEDialog
Implements a JDialog. |
class |
JEEditorPane
Implements a JEditorPane. |
class |
JEFrame
Implements a JFrame. |
class |
JEInternalFrame
Implements a JInternalFrame See a demonstration in the program JEasyExample tab "Desktop". |
class |
JELabel
Implements and enhances a JLabel. |
class |
JEList
Implements a JList. |
class |
JEMenu
Implements a JMenu. |
class |
JEMenuBar
Implements a JMenuBar. |
class |
JEMenuItem
Implements a JMenuItem. |
class |
JEMessage
A JEMessage serializes and deserializes a jeasy component and all its children using a XML format. |
class |
JEOptionPane
Implements a JOptionPane. |
class |
JEPanel
Implements a JPanel. |
class |
JEParentComponent
Superclass for all JEasy components like frame, dialogs, panels, tabbedPanes, ... |
class |
JEPopup
Implements a panel that may be popuped at every position. |
class |
JEProgressBar
Implements a JProgressBar. |
class |
JERadioButton
Implements a JRadioButton. |
class |
JERadioButtonMenuItem
Implements a JRadioButtonMenuItem. |
class |
JESpinner
Implements a JSpinner. |
class |
JESplitPane
Implements a JSplitPane. |
class |
JETabbedPane
Implements a JTabbedPane. |
class |
JETable
Implements a JTable and enhances it functionality. |
class |
JETaskPane
Implements a TaskPane. |
class |
JEToolBar
Implements a JToolBar. |
class |
JETree
Implements a JTree. |
class |
JETreeNode
Implements a DefaultMutableTreeNode. |
class |
JEWindow
Implements a JWindow. |
| Fields in de.cbse.jeasy declared as JEComponent | |
|---|---|
(package private) JEComponent |
JEInputVerifier.jet
|
| Methods in de.cbse.jeasy that return JEComponent | |
|---|---|
static JEComponent |
JEUtil.getJC(java.lang.String s)
Gets a jeasy JEComponent out of the hashtable. |
| Methods in de.cbse.jeasy with parameters of type JEComponent | |
|---|---|
JEColumnIdentifier |
JETable.addColumn(JEComponent jeo)
Inserts a TableColumn with properties out of the JEasy object. |
void |
JETableCellRenderer.setProps(JEComponent jetable,
java.awt.Color headerFG,
java.awt.Color headerBG,
java.awt.Color oddRowFG,
java.awt.Color evenRowFG,
java.awt.Color selectedOddRowFG,
java.awt.Color selectedEvenRowFG,
java.awt.Color oddRowBG,
java.awt.Color evenRowBG,
java.awt.Color selectedOddRowBG,
java.awt.Color selectedEvenRowBG,
java.awt.Color sumRowFG,
java.awt.Color sumRowBG)
|
| Constructors in de.cbse.jeasy with parameters of type JEComponent | |
|---|---|
JEInputVerifier(JEComponent jo)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||