|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jadex.swing.classView.ClassView | +--jadex.swing.classView.SequenceMapView
All object views should be a subclss of classView
Constructor Summary | |
SequenceMapView()
Default constructor |
|
SequenceMapView(java.lang.String name)
An overloaded constructor with name as the Argument. |
|
SequenceMapView(java.lang.String name,
java.applet.Applet a)
An overloaded constructor. |
Method Summary | |
CloneControl |
getCloneControl()
Get the CloneControl used in this SequenceMapView. |
java.lang.String |
getName()
Get the name of the Sequence_map displayed in the SequenceMapView. |
jade.db.AceObject |
getObject()
Deprecated. the AceObject will be null. |
javax.swing.JComponent |
getView()
Get the JComponent displaying the AceObject. |
javax.swing.JFrame |
getViewFrame()
Get the JFrame holding this SequenceMapView. |
static void |
main(java.lang.String[] args)
A test method. |
void |
search(java.lang.String cls,
java.lang.String pattern)
Search a clone displayed in this SequenceMapView. |
void |
setCloneControl(CloneControl c)
Set the CloneControl for this SequenceMapView. |
void |
setName(java.lang.String name)
Implement name as a property of this class. |
void |
setObject(jade.db.AceObject object)
aceobject is implemented as a property of this class |
void |
setView(javax.swing.JComponent comp)
Set the JComponent displaying the AceObject. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SequenceMapView()
public SequenceMapView(java.lang.String name)
name
- the name of the Sequence_map to be displayed, e.g., Sequence-I.public SequenceMapView(java.lang.String name, java.applet.Applet a)
name
- the name of the Sequence_Map to be displayed, e.g., Sequence_I.a
- the Applet this Sequence_map is in.Method Detail |
public void setObject(jade.db.AceObject object)
setObject
in class ClassView
jadex.swing.classView.ClassView
object
- the AceObject to be displayed.public void setName(java.lang.String name)
public java.lang.String getName()
public javax.swing.JComponent getView()
getView
in class ClassView
public void setView(javax.swing.JComponent comp)
setView
in class ClassView
comp
- the JComponent displaying the AceObject.public jade.db.AceObject getObject()
getObject
in class ClassView
public void setCloneControl(CloneControl c)
c
- the cloneContorl used to coordinate all zooming activities.public CloneControl getCloneControl()
public void search(java.lang.String cls, java.lang.String pattern)
cls
- the class of the searched AceObject, i.e., clone.patter
- the seached key.public javax.swing.JFrame getViewFrame()
getViewFrame
in class ClassView
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |