Public Member Functions | |
DebuggingAgent () | |
void | setup () |
JTextPane | getJTextPaneMPA () |
JTextPane | getJTextPaneDBA () |
Style | getStyleMPA () |
StyledDocument | getStyledDocumentMPA () |
Style | getStyleDBA () |
StyledDocument | getStyledDocumentDBA () |
synchronized void | appendToJTextPaneMPA (String paragraph, Color colorText) |
synchronized void | appendToJTextPaneDBA (String paragraph, Color colorText) |
ACLMessage | buildRequest (ContentElement content, int performative) |
Static Public Attributes | |
static String | DEBUGGING_AGENT_NAME = "dga" |
Private Member Functions | |
JFrame | getJFrame () |
JPanel | getJContentPane () |
JPanel | getJPanel1 () |
JScrollPane | getJScrollPane () |
JPanel | getJPanel2 () |
JScrollPane | getJScrollPane1 () |
JButton | getJButton () |
JButton | getJButton1 () |
Private Attributes | |
JFrame | jFrame = null |
JPanel | jContentPane = null |
JPanel | jPanel1 = null |
JScrollPane | jScrollPane = null |
JTextPane | jTextPaneMPA = null |
JPanel | jPanel2 = null |
JScrollPane | jScrollPane1 = null |
JTextPane | jTextPaneDBA = null |
Style | styleMPA |
StyledDocument | styledDocumentMPA |
Style | styleDBA |
StyledDocument | styledDocumentDBA |
JButton | jButton = null |
JButton | jButton1 = null |
ContentManager | manager = getContentManager() |
Codec | codec = new LEAPCodec() |
Ontology | ontology = MobileProxyOntology.getInstance() |
|
This is the default constructor |
|
|
|
|
|
|
|
This method initializes jButton
|
|
This method initializes jButton1
|
|
This method initializes jContentPane
|
|
This method initializes this
|
|
This method initializes jPanel1
|
|
This method initializes jPanel2
|
|
This method initializes jScrollPane
|
|
This method initializes jScrollPane1
|
|
This method initializes jTextArea1
|
|
This method initializes jTextArea
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|