|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jadex.swing.AceModel
This class handles all data related to class displaying. The actual data will be fetched from AceDB in this class.
Constructor Summary | |
AceModel()
AceModel constructor comment. |
|
AceModel(jade.db.Accessor accessor)
An Overloaded constructur with Accessor as the sole argument. |
|
AceModel(java.lang.String host,
int port)
Another constructor with host and port as the arguaments |
Method Summary | |
jade.db.AceAccessor |
getAccessor()
Gets the accessor property (jade.db.AceAccessor) value. |
java.util.Vector |
getCategory()
Gets the category property (java.util.Vector) value. |
static void |
main(java.lang.String[] args)
Starts the application. |
void |
setAccessor(jade.db.AceAccessor accessor)
Sets the accessor property (jade.db.AceAccessor) value. |
void |
setCategory(java.util.Vector category)
Sets the category property (java.util.Vector) value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AceModel()
public AceModel(java.lang.String host, int port)
public AceModel(jade.db.Accessor accessor)
Method Detail |
public jade.db.AceAccessor getAccessor()
setAccessor(jade.db.AceAccessor)
public java.util.Vector getCategory()
setCategory(java.util.Vector)
public static void main(java.lang.String[] args)
args
- an array of command-line argumentspublic void setAccessor(jade.db.AceAccessor accessor)
accessor
- The new value for the property.getAccessor()
public void setCategory(java.util.Vector category)
category
- The new value for the property.getCategory()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |