|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgps.appmodule.ApplicationLinkModule
public class ApplicationLinkModule
Class, which deals application links Application link facility is provided to parent class variables and child class variables It will fire Application Events to listeners
Method Summary | |
---|---|
void |
addApplicationListener(gps.event.ApplicationListener al)
adds Application Listener to listeners list |
javax.swing.JFrame |
getFrame()
gets frame object |
static ApplicationLinkModule |
getInstance()
gets instance of the singleton object |
gps.propertysheets.PropertySheet |
getPropertySheet()
gets property sheet reference |
int |
getRowIndex()
gets row index |
java.lang.Object |
getUserObject()
method added by K.M.Prakash on 22 June 2004 method to get the selected node userObject |
java.util.Hashtable |
getVarValueHashtable()
gets varValueHashtable |
void |
refresh()
Refreshes the ApplicationLinkModule class |
void |
removeApplicationListener(gps.event.ApplicationListener al)
removes Application Listener from the listeners list |
void |
resetApplicationListenerWith(gps.event.ApplicationListener al)
resets the existing application listeners with the given listener |
void |
setFrame(javax.swing.JFrame parent)
sets JFrame object |
void |
setLinkingInformation(java.lang.String linkingInformation)
sets linking information, tokenized string with application & work flow information It knows how to parse the given linking information |
void |
setPropertySheet(gps.propertysheets.PropertySheet propertySheet)
sets property sheet reference |
void |
setRowIndex(int rowIndex)
sets row index if it is called from child class tab |
void |
setUserObject(java.lang.Object object)
method added by K.M.Prakash on 22 June 2004 method to set the selected node userObject |
void |
setVarValueHashtable(java.util.Hashtable varValueHashtable)
sets var value hashtable |
void |
showLinkedApplication()
shows the application, which is linked to the existing application |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void refresh()
public static ApplicationLinkModule getInstance()
public void setFrame(javax.swing.JFrame parent)
JFrame
- parentpublic javax.swing.JFrame getFrame()
public void setUserObject(java.lang.Object object)
Object
- userObjectpublic java.lang.Object getUserObject()
void
-
public void addApplicationListener(gps.event.ApplicationListener al)
ApplicationListener
- alpublic void removeApplicationListener(gps.event.ApplicationListener al)
ApplicationListener
- public void resetApplicationListenerWith(gps.event.ApplicationListener al)
ApplicationListener
- alpublic void setPropertySheet(gps.propertysheets.PropertySheet propertySheet)
PropertySheet
- propertySheetpublic gps.propertysheets.PropertySheet getPropertySheet()
public void setVarValueHashtable(java.util.Hashtable varValueHashtable)
Hashtable
- varValueHashtablepublic java.util.Hashtable getVarValueHashtable()
public void setLinkingInformation(java.lang.String linkingInformation)
String
- linking informationpublic void setRowIndex(int rowIndex)
int
- row indexpublic int getRowIndex()
public void showLinkedApplication()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |