|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ter.SDK.controler.AbstractControler | +--ter.SDK.controler.DetailControler | +--ter.SDK.controler.GraphDetailControler
Title: GraphDetailControler
Description: this class is the controler of GraphDetailView
Company: UNICE
Field Summary | |
java.io.File |
file
|
Constructor Summary | |
GraphDetailControler()
empty constructor |
|
GraphDetailControler(Manager m,
View gdv)
construtor with 2 parameters |
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
|
void |
changeView(javax.swing.JCheckBox jcb)
|
void |
createJPopupMenu()
this function create the JPopupMenu of the view |
java.lang.String |
getDefaultView()
get the name of default view |
java.lang.String |
getName()
get the name of this Class |
boolean |
isControlable(View v)
this function says to the manager if the view can be controled |
void |
listenToView()
this function put the listener to the view of this controler |
void |
mouseClicked(java.awt.event.MouseEvent e)
|
void |
mouseEntered(java.awt.event.MouseEvent e)
|
void |
mouseExited(java.awt.event.MouseEvent e)
|
void |
mousePressed(java.awt.event.MouseEvent e)
|
void |
mouseReleased(java.awt.event.MouseEvent e)
|
Methods inherited from class ter.SDK.controler.DetailControler |
getType, getView |
Methods inherited from class ter.SDK.controler.AbstractControler |
create, getManager, setManager |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.io.File file
Constructor Detail |
public GraphDetailControler()
public GraphDetailControler(Manager m, View gdv)
m
- the manager of this controlergdv
- the view assiociated to this controlerMethod Detail |
public java.lang.String getName()
getName
in interface Plugin
public void listenToView()
listenToView
in interface Controler
public void createJPopupMenu()
public boolean isControlable(View v)
isControlable
in interface Controler
v
- the view
public java.lang.String getDefaultView()
getDefaultView
in interface Controler
public void mouseClicked(java.awt.event.MouseEvent e)
mouseClicked
in interface java.awt.event.MouseListener
public void mousePressed(java.awt.event.MouseEvent e)
mousePressed
in interface java.awt.event.MouseListener
public void mouseEntered(java.awt.event.MouseEvent e)
mouseEntered
in interface java.awt.event.MouseListener
public void mouseExited(java.awt.event.MouseEvent e)
mouseExited
in interface java.awt.event.MouseListener
public void mouseReleased(java.awt.event.MouseEvent e)
mouseReleased
in interface java.awt.event.MouseListener
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public void changeView(javax.swing.JCheckBox jcb)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |