|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.cbse.jeasy.JEObject
com.cbse.jeasy.JENotepad
public class JENotepad
| Field Summary |
|---|
| Fields inherited from class com.cbse.jeasy.JEObject |
|---|
DEVELOPPING, INPUT_ERROR_DATE, INPUT_ERROR_LENGTH, INPUT_ERROR_MANDATORY, INPUT_ERROR_PARSE, INPUT_ERROR_RANGE, INPUT_ERROR_TIME, INPUT_ERRORS, NO_INPUT_ERROR, RUNNING |
| Constructor Summary | |
|---|---|
JENotepad(java.lang.String ownerID)
|
|
| Method Summary | |
|---|---|
boolean |
accept(java.io.File f)
|
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 |
java.lang.String |
chooseFile()
|
void |
edit(java.lang.String ownerID,
java.lang.String jeasyID)
|
void |
initJECallBack()
Should be called before first user action and after initializing all JEObjects |
java.lang.String |
readFile(java.lang.String gUrl)
|
| Methods inherited from class com.cbse.jeasy.JEObject |
|---|
backupEntry, clear, deserializeValue, getApplet, getApplLocale, getCenter, getComponent, getEast, getElementAt, getElementSize, getId, getJCallBack, getJClass, getLabel, getMode, getName, getNorth, getObjLocale, getParentId, getPreview, getProjectDirectory, getProperty, getRegisterText, getSouth, getStarted, getTitle, getType, getWest, getXMLtag, isEditable, isEnabled, isEnterprise, isProfessional, isStandard, isVisible, JEadd, JEadd, JEadd, JEadd, JEadd, JEadd, JEadd, JEadd, JEadd, JEadd, JEadd, JEaddTab, removeProperties, removeProperty, restoreEntry, serializeValue, setApplet, setApplLocale, setEditable, setEditable, setEnabled, setEnabled, setFocus, setJCallBack, setMarkable, setMarkable, setMode, setObjLocale, setParentId, setPreview, setProjectDirectory, setProperty, setStarted, setVisible, setVisible, start, wasEntryChanged |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JENotepad(java.lang.String ownerID)
| Method Detail |
|---|
public void edit(java.lang.String ownerID,
java.lang.String jeasyID)
public void callBack(java.awt.AWTEvent e,
java.lang.String ID,
java.lang.String ID_parent)
JECallBack
callBack in interface JECallBackID - the id of the JEObjectID_parent - the id of the JEObject where the component was added
public void callBack(javax.swing.event.DocumentEvent e,
java.lang.String ID,
java.lang.String ID_parent)
JECallBack
callBack in interface JECallBackID - the id of the JEObjectID_parent - the id of the JEObject where the component was added
public void callBack(javax.swing.event.TableModelEvent e,
java.lang.String ID,
java.lang.String ID_parent)
JECallBack
callBack in interface JECallBackID - the id of the JEObjectID_parent - the id of the JEObject where the component was added
public void callBack(javax.swing.event.TreeSelectionEvent e,
java.lang.String ID,
java.lang.String ID_parent,
java.lang.String selectedItem)
JECallBack
callBack in interface JECallBackID - of the sending JEObjectID_parent - the id of the JEObject where the component was added
public void callBack(javax.swing.event.TreeExpansionEvent e,
java.lang.String ID,
java.lang.String ID_parent)
JECallBack
callBack in interface JECallBackID - of the sending JEObjectID_parent - the id of the JEObject where the component was added
public void callBack(javax.swing.event.ListSelectionEvent e,
java.lang.String ID,
java.lang.String ID_parent,
javax.swing.ListSelectionModel lsm)
JECallBack
callBack in interface JECallBackID - the id of the JEObjectID_parent - the id of the JEObject where the component was added
public void callBack(java.awt.AWTEvent e,
java.lang.String ID,
java.lang.String ID_parent,
int row,
int column)
JECallBack
callBack in interface JECallBackID - 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
public void callBack(java.awt.AWTEvent e,
java.lang.String ID,
java.lang.String ID_parent,
java.lang.Object selected)
JECallBack
callBack in interface JECallBackID - the id of the JEObjectID_parent - the id of the JEObject where the component was added
public void callBack(javax.swing.event.ChangeEvent e,
java.lang.String ID,
java.lang.String ID_parent)
JECallBack
callBack in interface JECallBackID - the id of the JEObjectID_parent - the id of the JEObject where the component was added
public void callBack(javax.swing.event.HyperlinkEvent e,
java.lang.String ID,
java.lang.String ID_parent)
JECallBack
callBack in interface JECallBack
public boolean callBackInputVerifier(java.lang.String ID,
java.lang.String ID_parentId,
java.lang.String text,
int error)
JECallBack
callBackInputVerifier in interface JECallBackID - the id of the JEObjecttext - of the input componentpublic void callBackInvoke(java.lang.String xmi)
JECallBack
callBackInvoke in interface JECallBackxmi - xmi String that will be invoked or null if nothimg is to dopublic void initJECallBack()
JECallBack
initJECallBack in interface JECallBackpublic java.lang.String readFile(java.lang.String gUrl)
public java.lang.String chooseFile()
public boolean accept(java.io.File f)
f -
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||