Uses of Class
de.cbse.jeasy.JEObject

Uses of JEObject in de.cbse.jeasy
 

Subclasses of JEObject in de.cbse.jeasy
 class JEAnimation
          Implements properties used for animation of Color changes and collapsing/expanding panes.
 class JEBorder
          JEBorder creates several borders out of the swing.BorderFactory.
 class JEButton
          JButton enhances the JButton component of swing.
 class JEButtonGroup
          The JEButtonGroup is based on a ButtonGroup and will be used as a reference in JERadioButtons and JETaskPanel.
 class JECheckBox
          The JECheckBox implements a JCheckbox and a JLabel.
 class JECheckBoxMenuItem
          The JECheckBoxMenuItem implements a JCheckBoxMenuItem.
 class JEColor
          Implements a Color object.
 class JEComboBox
          Implements a JComboBox and a JLabel.
 class JEComboList
          A subclass of a JEComboBox that implements a JComboBox and a JLabel.
 class JEComponent
          The super class of all jeasy swing components.
 class JEConstraints
          Implements a GridBagConstraints object.
 class JEDataField
          Implements a JTextField and a JLabel.
 class JEDataType
          Defines the type, length and format of data to be typed in a JEDataField.
 class JEDesktopPane
          Implements a JDesktopPane.
 class JEDialog
          Implements a JDialog.
 class JEDynamicContainer
          This class enables dynamical creation of a JEPanel by an XML string.
 class JEEditorPane
          Implements a JEditorPane.
 class JEFont
          Implements a Font.
 class JEFormat
          Implements a reformating of entries.
 class JEFrame
          Implements a JFrame.
 class JEGlobal
          The JEGlobal object holds a lot of properties that define the look and feel of the applications.
 class JEGradientPaint
          Implements a GradientPaint that may be used for some jeasy objects like JEPanel or JEButton.
 class JEHelp
          The JEHelp offers a connection to an editorpane.
 class JEImageIcon
          Implements a ImageIcon.
 class JEInsets
          Implements Insets object used for GridBagConstraints and button margins.
 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 JELocale
          Implements a java Locale.
 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 JEMethodInvocation
          A JEMethodInvocation is an XML interface for JEasy objects and methods.
 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 JEStart
          The class JEStart is a singleton and defines the main frame containing all other components.
 class JEString
          Implements a String that is stored by a jeasy id.
 class JETabbedPane
          Implements a JTabbedPane.
 class JETable
          Implements a JTable and enhances it functionality.
 class JETaskPane
          Implements a TaskPane.
 class JETexturePaint
          Implements a TexturePaint.
 class JETheme
          Implements a DefaultMetalTheme.
 class JETips
          A JETips reads tips of a day out of an XML file and/or a String .
 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 JEObject
(package private)  JEObject JETimerTask.jeo
           
 

Methods in de.cbse.jeasy that return JEObject
static JEObject JEObject.clone(java.lang.String oldId, java.lang.String newId)
          Clones a jeasy object by creating a new one using the initial properties of the given object.
 JEObject JEParentComponent.cloneAll()
          Clones a jeasy object and all his childs by creating new ones using the initial properties of the objects.
 JEObject JEDynamicContainer.getJEDynamicContainer()
           
 JEObject JEChildProperties.getJeo()
           
static JEObject JEUtil.getJO(java.lang.String s)
          Gets a jeasy object out of the hashtable.
 JEObject JETabbedPane.getSelectedObject()
          Gets the jeasy object out of the property vector elements with the same index as the selectedIndex of the JTabbedPane.
 

Methods in de.cbse.jeasy with parameters of type JEObject
static JECallBack JEUtil.getRegisteredJECallBack(java.lang.String jeasyId, JEObject jeo)
          Gets the JECallBack object that is registered to the given JEasy object or his parent
 void JEMessage.putMessageElement(JEObject jo, JENode root)
           
static void JEObject.registerJEObject(JEObject obj)
          Registers a jeasy object that it can be found by its id.
 void JEParentComponent.setEnabledAll(boolean b, JEObject untilObject)
          Enables or disables all components of the container until the given object was found in the list.
 void JEChildProperties.setJeo(JEObject jeo)
           
static boolean JEUtil.setProperties(JEObject jeo, JENode jen)
          Puts the properties out of a JENode to the proprties of the jeobject.
static boolean JEUtil.setProperties(JEObject jeo, java.lang.String s)
           
 void JEParentComponent.setVisibleAll(boolean b, JEObject untilObject)
          Enables or disables all components of the container the given object was found in the list.
 

Constructors in de.cbse.jeasy with parameters of type JEObject
JETimerTask(JEObject jeo)