jadex.swing
Class AceModel

java.lang.Object
  |
  +--jadex.swing.AceModel

public class AceModel
extends java.lang.Object

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

AceModel

public AceModel()
AceModel constructor comment.

AceModel

public AceModel(java.lang.String host,
                int port)
Another constructor with host and port as the arguaments

AceModel

public AceModel(jade.db.Accessor accessor)
An Overloaded constructur with Accessor as the sole argument.
Method Detail

getAccessor

public jade.db.AceAccessor getAccessor()
Gets the accessor property (jade.db.AceAccessor) value.
Returns:
The accessor property value.
See Also:
setAccessor(jade.db.AceAccessor)

getCategory

public java.util.Vector getCategory()
Gets the category property (java.util.Vector) value.
Returns:
The category property value.
See Also:
setCategory(java.util.Vector)

main

public static void main(java.lang.String[] args)
Starts the application.
Parameters:
args - an array of command-line arguments

setAccessor

public void setAccessor(jade.db.AceAccessor accessor)
Sets the accessor property (jade.db.AceAccessor) value.
Parameters:
accessor - The new value for the property.
See Also:
getAccessor()

setCategory

public void setCategory(java.util.Vector category)
Sets the category property (java.util.Vector) value.
Parameters:
category - The new value for the property.
See Also:
getCategory()