|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface JECallBack
The interface JECallBack has to be implemented by the class, to manage all callBack from the JEObject.
| Method Summary | |
|---|---|
void |
callBack(java.awt.AWTEvent e,
java.lang.String ID,
java.lang.String ID_parent)
All events from the swing components like menus, buttons, checkboxes, datafields are send to this callBack. |
void |
callBack(java.awt.AWTEvent e,
java.lang.String ID,
java.lang.String ID_parent,
int row,
int column)
All Mouse events from the JETable are send to this callBack. |
void |
callBack(java.awt.AWTEvent e,
java.lang.String ID,
java.lang.String ID_parent,
java.lang.Object selected)
All mouseclick events from treenodes or lists are send to this callBack. |
void |
callBack(javax.swing.event.ChangeEvent e,
java.lang.String ID,
java.lang.String ID_parent)
The events from a tabbedpane are send to this callBack. |
void |
callBack(javax.swing.event.DocumentEvent e,
java.lang.String ID,
java.lang.String ID_parent)
All events from the text components like datafields and dataareas are send to this callBack. |
void |
callBack(javax.swing.event.HyperlinkEvent e,
java.lang.String ID,
java.lang.String ID_parent)
All returns from JEEditorPane HyperlinkListener will call this method |
void |
callBack(javax.swing.event.ListSelectionEvent e,
java.lang.String ID,
java.lang.String ID_parent,
javax.swing.ListSelectionModel lsm)
All Selection events from the JETable are send to this callBack. |
void |
callBack(javax.swing.event.TableModelEvent e,
java.lang.String ID,
java.lang.String ID_parent)
All events from the TableModel of the JETable are send to this callBack. |
void |
callBack(javax.swing.event.TreeExpansionEvent e,
java.lang.String ID,
java.lang.String ID_parent)
All Expansion events from a JETreeNode are send to this callBack |
void |
callBack(javax.swing.event.TreeSelectionEvent e,
java.lang.String ID,
java.lang.String ID_parent,
java.lang.String selectedItem)
All Selection events from a JETreeNode are send to this callBack |
boolean |
callBackInputVerifier(java.lang.String ID,
java.lang.String ID_parentId,
java.lang.String text,
int error)
Input Verifiers in SDK 1.3 and FocusLost in SDK 1.2 in will send to this Callback |
void |
callBackInvoke(java.lang.String xmi)
All returns from JEMethodinvocation will call this method |
void |
initJECallBack()
Should be called before first user action and after initializing all JEObjects |
| Method Detail |
|---|
void initJECallBack()
void callBack(java.awt.AWTEvent e,
java.lang.String ID,
java.lang.String ID_parent)
AWTEvent - the event send by the componentID - the id of the JEObjectID_parent - the id of the JEObject where the component was added
void callBack(javax.swing.event.DocumentEvent e,
java.lang.String ID,
java.lang.String ID_parent)
DocumentEvent - the event send by the componentID - the id of the JEObjectID_parent - the id of the JEObject where the component was added
void callBack(javax.swing.event.TableModelEvent e,
java.lang.String ID,
java.lang.String ID_parent)
TableModelEvent - the event send by the TableModelID - the id of the JEObjectID_parent - the id of the JEObject where the component was added
void callBack(javax.swing.event.TreeSelectionEvent e,
java.lang.String ID,
java.lang.String ID_parent,
java.lang.String selectedItem)
TreeSelectionEvent - ID - of the sending JEObjectID_parent - the id of the JEObject where the component was added
void callBack(javax.swing.event.TreeExpansionEvent e,
java.lang.String ID,
java.lang.String ID_parent)
TreeExpansionEvent - ID - of the sending JEObjectID_parent - the id of the JEObject where the component was added
void callBack(javax.swing.event.ListSelectionEvent e,
java.lang.String ID,
java.lang.String ID_parent,
javax.swing.ListSelectionModel lsm)
ListSelectionEvent - the event send by the TableID - the id of the JEObjectID_parent - the id of the JEObject where the component was addedListSelectionModelID_parent - the id of the JEObject where the component was added
void callBack(java.awt.AWTEvent e,
java.lang.String ID,
java.lang.String ID_parent,
int row,
int column)
AWTEvent - the event send by the TableID - the id of the JEObjectID_parent - the id of the JEObject where the component was addedrow - the row of the tableModelcolumn - the column of the tableModel
void callBack(java.awt.AWTEvent e,
java.lang.String ID,
java.lang.String ID_parent,
java.lang.Object selected)
AWTEvent - the event send by the swing componentID - the id of the JEObjectID_parent - the id of the JEObject where the component was addedselecetd - the selected item clicked on
void callBack(javax.swing.event.ChangeEvent e,
java.lang.String ID,
java.lang.String ID_parent)
ChangeEvent - the event send when a tebbedpane element is activatedID - the id of the JEObjectID_parent - the id of the JEObject where the component was added
boolean callBackInputVerifier(java.lang.String ID,
java.lang.String ID_parentId,
java.lang.String text,
int error)
ID - the id of the JEObjectID_parent - the id of the JEObject where the component was addedtext - of the input componenterror - void callBackInvoke(java.lang.String xmi)
xmi - xmi String that will be invoked or null if nothimg is to do
void callBack(javax.swing.event.HyperlinkEvent e,
java.lang.String ID,
java.lang.String ID_parent)
xmi - xmi String that will be invoked or null if nothimg is to do
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||