|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JECallBack
The interface JECallBack defines all callBack methods the jeasy components will call when an event occurs.
| Method Summary | |
|---|---|
void |
callBack(java.awt.AWTEvent e,
java.lang.String id)
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,
int row,
int column)
All Mouse events from the JETable are send to this callBack. |
void |
callBack(javax.swing.event.ChangeEvent e,
java.lang.String id)
The events from a tabbedpane are send to this callBack. |
void |
callBack(javax.swing.event.DocumentEvent e,
java.lang.String id)
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)
All returns from JEEditorPane HyperlinkListener will call this method |
void |
callBack(java.awt.event.ItemEvent e,
java.lang.String id)
All ItemEvents from the swing components like comboboxes, radiobuttons, checkboxes are send to this callBack. |
void |
callBack(javax.swing.event.ListSelectionEvent e,
java.lang.String id,
javax.swing.ListSelectionModel lsm)
All Selection events from the JETable are send to this callBack. |
void |
callBack(java.awt.event.MouseEvent e,
java.lang.String id,
javax.swing.tree.DefaultMutableTreeNode dmt)
All mouse events from treenodes. |
void |
callBack(javax.swing.event.TableModelEvent e,
java.lang.String id)
All events from the TableModel of the JETable are send to this callBack. |
void |
callBack(javax.swing.event.TreeExpansionEvent e,
java.lang.String id)
All Expansion events from a JETreeNode are send to this callBack |
void |
callBack(javax.swing.event.TreeModelEvent e,
java.lang.String id)
All TreeModel events from a JETreeNode are send to this callBack |
void |
callBack(javax.swing.event.TreeSelectionEvent e,
java.lang.String id,
javax.swing.tree.TreePath tp)
All Selection events from a JETreeNode are send to this callBack |
void |
callBack(java.awt.event.WindowEvent e,
java.lang.String id)
All events from windows like focus lost or gained are send to this callBack. |
void |
callBackComponentEvent(java.awt.event.ComponentEvent e,
java.lang.String id)
All component events of JEParentComponents will call this method |
void |
callBackContextHelp(int mode,
java.lang.String id)
If a jeasy id will get the focus or a mouse will enter a component its id and mode is send to this callback. |
boolean |
callBackInputVerifier(java.lang.String id,
java.lang.String text,
int error)
Input Verifiers will send to this callback |
void |
callBackInvoke(java.lang.String xmi)
All returns from JEMethodinvocation will call this method |
boolean |
callBackTimerTask(java.lang.String id)
If a TimerTask for this object was created, this method will be called time by time. |
void |
initJECallBack()
Should be called before first user action and after initializing all JEObjects |
| Method Detail |
|---|
void callBack(java.awt.event.WindowEvent e,
java.lang.String id)
WindowEvent - the event send by the windowid - the id of the JEObject
void callBack(java.awt.AWTEvent e,
java.lang.String id)
AWTEvent - the event send by the componentid - the id of the JEObject
void callBack(java.awt.AWTEvent e,
java.lang.String id,
int row,
int column)
AWTEvent - the event send by the Tableid - the id of the JEObjectrow - the row of the tableModelcolumn - the column of the tableModel
void callBack(javax.swing.event.ChangeEvent e,
java.lang.String id)
ChangeEvent - the event send when a tabbedpane element is activatedid - the id of the JEObject
void callBack(javax.swing.event.DocumentEvent e,
java.lang.String id)
DocumentEvent - the event send by the componentid - the id of the JEObject
void callBack(javax.swing.event.HyperlinkEvent e,
java.lang.String id)
xmi - xmi String that will be invoked or null if nothing is to do
void callBack(java.awt.event.ItemEvent e,
java.lang.String id)
e - the event send by the componentid - the id of the JEObject
void callBack(javax.swing.event.ListSelectionEvent e,
java.lang.String id,
javax.swing.ListSelectionModel lsm)
ListSelectionEvent - the event send by the Tableid - the id of the JEObjectListSelectionModelID_parent - the id of the JEObject where the component was added
void callBack(java.awt.event.MouseEvent e,
java.lang.String id,
javax.swing.tree.DefaultMutableTreeNode dmt)
MouseEvent - the event send by the swing componentid - the id of the JETreedmt - the DefaultMutableTreeNode clicked on. Its userObject is the JEasy JETreeNode
void callBack(javax.swing.event.TableModelEvent e,
java.lang.String id)
TableModelEvent - the event send by the TableModelid - the id of the JEObject
void callBack(javax.swing.event.TreeExpansionEvent e,
java.lang.String id)
TreeExpansionEvent - id - of the sending JEObject
void callBack(javax.swing.event.TreeModelEvent e,
java.lang.String id)
TreeModelEvent - id - of the sending JEObject
void callBack(javax.swing.event.TreeSelectionEvent e,
java.lang.String id,
javax.swing.tree.TreePath tp)
e - TreeSelectionEventid - of the sending JEObjecttp - TreePath
void callBackComponentEvent(java.awt.event.ComponentEvent e,
java.lang.String id)
e - Component Eventid - JEasy id
boolean callBackInputVerifier(java.lang.String id,
java.lang.String text,
int error)
id - the id of the JEObjecttext - of the input componenterror - void callBackInvoke(java.lang.String xmi)
xmi - xmi String that will be invoked or null if nothing is to doboolean callBackTimerTask(java.lang.String id)
id -
void callBackContextHelp(int mode,
java.lang.String id)
mode - id - jeasy idvoid initJECallBack()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||