Package com.cbse.jeasy

Interface Summary
JECallBack The interface JECallBack has to be implemented by the class, to manage all callBack from the JEObject.
JEConnector The interface JEConnector has to be implemented by a class to transfer data between the JEasy client and the application logic at the server or client.
JEDispatcherInterface  
 

Class Summary
JEAction The class JEAction is the starting point of the Application.
JEAutomation The JEAutomation offers a script interface in XML.
JEBorder A class building a Border.
JEButton A class using JButton.
JEButtonGroup A class using a ButtonGroup.
JEButtonTableCellRenderer A special JEasy class for rendering (displaying) column headers in a JTable.
JEButtonTableCellRenderer.UIResource A subclass of DefaultTableCellRenderer that implements UIResource.
JECheckBox A class using JCheckBox.
JECheckBoxMenuItem A class creating a JCheckBoxMenuItem.
JEColor A class representing a color.
JEComboBox A class using a JLabel a JComboBox and a JButton.
JEComboList A class using a JLabel a JComboBox and a JButton.
JEConstraints A class building a GridBagConstraints.
JEDataarea A class using a JLabel a JTextArea and a JButton to build an inputarea in a component.
JEDataclass A class implementing elements of a Data Dictionary.
JEDatafield A class using a JLabel a JTextfield and a JButton to build an inputfield in a component.
JEDesktopPane A class using a JDesktopPane.
JEDialog A class using a JDialog.
JEDynamicContainer This class uses an existing JE container like JEDialog or JEPanel and an xml string to build up the container dynamically.
JEEditorPane A class using a JEditorPane to build an Outputfield for text.
JEFont A class building a Font.
JEFormat A class used to format date and decimal values between source mask and destination mask.
JEFrame A class using a JFrame.
JEGlobal Global parameters set as default values.
JEGradientPaint A class holding the parameters for using a GradientPaint.
JEHttpClient A class using for connection between JEasy presentation layer and application layer.
JEHttpConnector A servlet using for connection between JEasy presentation layer and application layer.
JEInsets A class building an insets.
JEInternalFrame A class using a JInternalFrame.
JEJDBC The class JEJDBC creates a connection to a database and performs SQL name values comment url * JDBC URL of the database driver * Name of the JDBC Driver database * Name of the database user * User used to connect to the database password * Password of the user embedded true
false In an embedded environment, the database will be start up at the local machine.
Properties
JELabel A class using a JLabel.
JELabelUI A Windows L&F implementation of LabelUI.
JEList A class using a JLabel a JList and JButton.
JELocale A class representing a locale.
JEMenu A class creating a JMenu out of JEMenuItems.
JEMenuBar A class creating a JMenuBar out of menus.
JEMenuItem A class creating a JMenuItem.
JEMessage A message is a serialization of components in XML format.
JEMethodInvocation A JEMethodInvocation is an XML interface for JEasy objects and methods.
JENotepad  
JEObject The class all JEObjects extend.
JEOptionPane A class using a JOptionPane.
JEPanel A class using a JPanel.
JEPopupPane A class using a the popup factory to create and show a popup panel.
JERadioButton A class using JRadioButton.
JERadioButtonMenuItem A class creating a JRadioButtonMenuItem.
JESortableIcon  
JESpinner A class using a JLabel a JSpinner and a JButton to build an spinnerfield in a component.
JESplitPane A class using a JSplitPane.
JEStore An store is like a table where each row is an JEMessage.
JEString A class to represent Strings.
JETabbedPane A class using a JTabbedPane.
JETable A class using a JTable.
JETexturePaint A class holding the parameters for a TexturePaint.
JETheme A class using a DefaultMetalTheme.
JETimer A stopwatch giving the time in sec, msec and mikrosec Because it is allways synchronized with the systen time when starting the watch the timer needs until 15 msec for itself.
JETips A JETips reads tips of a day out of an XML file and/or a String .
JEToolBar A class using a JToolBar.
JETreeNode A class using a DefaultMutableTreenode.
JEUtil A few basic functions used by the JEObjects.
JEXMLMetalTheme A class that extends DefaultMetalTheme.