|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jadex.swing.ClassViewController
This class is used to control the activities in ClassDisplayer and ClassListDisplayer.
Inner Class Summary | |
protected class |
ClassViewController.CancellAction
|
Field Summary | |
protected java.beans.PropertyChangeSupport |
propertyChange
|
Constructor Summary | |
ClassViewController()
Default constructor. |
|
ClassViewController(java.lang.String classe,
AceModel model)
TA overloaded constructor. |
Method Summary | |
void |
addCancelActionListener(java.awt.event.ActionListener l)
Add a actionListener for Cancel button. |
void |
addPropertyChangeListener(java.beans.PropertyChangeListener listener)
The addPropertyChangeListener method was generated to support the propertyChange field. |
void |
firePropertyChange(java.lang.String propertyName,
java.lang.Object oldValue,
java.lang.Object newValue)
The firePropertyChange method was generated to support the propertyChange field. |
AceModel |
getAceModel()
|
java.lang.String |
getClassName()
Gets the className property (java.lang.String) value. |
javax.swing.JPanel |
getCurrentPanel()
Gets the currentPanel property (javax.swing.JPanel) value. |
protected java.beans.PropertyChangeSupport |
getPropertyChange()
Accessor for the propertyChange field. |
void |
mouseClicked(java.awt.event.MouseEvent e)
Invoked when the mouse has been clicked on a component. |
void |
mouseEntered(java.awt.event.MouseEvent e)
Invoked when the mouse enters a component. |
void |
mouseExited(java.awt.event.MouseEvent e)
Invoked when the mouse exits a component. |
void |
mousePressed(java.awt.event.MouseEvent e)
Invoked when a mouse button has been pressed on a component. |
void |
mouseReleased(java.awt.event.MouseEvent e)
Invoked when a mouse button has been released on a component. |
void |
removePropertyChangeListener(java.beans.PropertyChangeListener listener)
The removePropertyChangeListener method was generated to support the propertyChange field. |
void |
setAceModel(AceModel newValue)
Set AceModel for displaying. |
void |
setClassName(java.lang.String className)
Sets the className property (java.lang.String) value. |
void |
setCurrentPanel(javax.swing.JPanel currentPanel)
Sets the currentPanel property (javax.swing.JPanel) value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected transient java.beans.PropertyChangeSupport propertyChange
Constructor Detail |
public ClassViewController()
public ClassViewController(java.lang.String classe, AceModel model)
classe
- the name of the displaying class.model
- the AceModel for this classdisplay.Method Detail |
public void addCancelActionListener(java.awt.event.ActionListener l)
l
- java.awt.event.ActionListenerpublic void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
public void firePropertyChange(java.lang.String propertyName, java.lang.Object oldValue, java.lang.Object newValue)
public AceModel getAceModel()
public java.lang.String getClassName()
setClassName(java.lang.String)
public javax.swing.JPanel getCurrentPanel()
setCurrentPanel(javax.swing.JPanel)
protected java.beans.PropertyChangeSupport getPropertyChange()
public void mouseClicked(java.awt.event.MouseEvent e)
java.awt.event.MouseListener
mouseClicked
in interface java.awt.event.MouseListener
public void mouseEntered(java.awt.event.MouseEvent e)
java.awt.event.MouseListener
mouseEntered
in interface java.awt.event.MouseListener
public void mouseExited(java.awt.event.MouseEvent e)
java.awt.event.MouseListener
mouseExited
in interface java.awt.event.MouseListener
public void mousePressed(java.awt.event.MouseEvent e)
java.awt.event.MouseListener
mousePressed
in interface java.awt.event.MouseListener
public void mouseReleased(java.awt.event.MouseEvent e)
java.awt.event.MouseListener
mouseReleased
in interface java.awt.event.MouseListener
public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
public void setAceModel(AceModel newValue)
newValue
- jadex.swing.AceModel.public void setClassName(java.lang.String className)
className
- The new value for the property.getClassName()
public void setCurrentPanel(javax.swing.JPanel currentPanel)
currentPanel
- The new value for the property.getCurrentPanel()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |