|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ter.SDK.view.AbstractView | +--ter.SDK.view.CompositionView | +--ter.SDK.view.MyCompositionView
Title: MyCompositionView
Description: this Class represents the composition graph of a classifier. It's a composition view, so this class extends CompositionView.
Company: UNSA
Constructor Summary | |
MyCompositionView()
empty constructor |
|
MyCompositionView(ClassifierAnalyser cl)
constructor with a ClassifierAnalyser |
Method Summary | |
void |
changeSize()
this function change the size of the global panel |
javax.swing.ImageIcon |
getFlecheBas()
|
javax.swing.ImageIcon |
getFlecheHaut()
|
javax.swing.JPanel |
getGlobalPanel()
|
javax.swing.JButton |
getJButtonConstructorException()
|
javax.swing.JButton |
getJButtonConstructorParameter()
|
javax.swing.JButton |
getJButtonField()
|
javax.swing.JButton |
getJButtonMethodException()
|
javax.swing.JButton |
getJButtonMethodsParameter()
|
javax.swing.JButton |
getJButtonMethodsReturType()
|
javax.swing.JPanel |
getJPanelConstructor()
|
javax.swing.JPanel |
getJPanelConstructorException()
|
javax.swing.JPanel |
getJPanelConstructorParameter()
|
javax.swing.JPanel |
getJPanelField()
|
javax.swing.JPanel |
getJPanelFieldAndLabel()
|
javax.swing.JPanel |
getJPanelMethodException()
|
javax.swing.JPanel |
getJPanelMethodParameter()
|
javax.swing.JPanel |
getJPanelMethodReturn()
|
javax.swing.JPanel |
getJPanelMethods()
|
javax.swing.JPanel |
getJPanelTypeField()
|
java.util.ArrayList |
getListenedJButton()
|
java.lang.String |
getName()
return the name of this class |
java.awt.Container |
getViewContainer()
return the container of this view |
void |
initialiseConstructorException()
this function initialise the panel of the exception type of constructors |
void |
initialiseConstructorParameter()
this function initialise the panel of the parameter type constructors |
void |
initialiseMethodException()
this function initialise the panel of the exceptions of the methods |
void |
initialiseMethodParameter()
this function initialise the panel of the parameters of the methods |
void |
initialiseMethodReturn()
this function initialise the panel of the return type of the methodds |
void |
initialiseTypeField()
this function initiliase the type of fields |
javax.swing.JButton |
myJButton()
this function returns a custom button |
Methods inherited from class ter.SDK.view.CompositionView |
getType |
Methods inherited from class ter.SDK.view.AbstractView |
create, getClassifierAnalyser, setClassifierAnalyser |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MyCompositionView()
public MyCompositionView(ClassifierAnalyser cl)
cl
- the ClassifierAnalyser of this viewMethod Detail |
public java.lang.String getName()
public java.awt.Container getViewContainer()
public void initialiseConstructorParameter()
public void initialiseConstructorException()
public void initialiseTypeField()
public void initialiseMethodParameter()
public void initialiseMethodReturn()
public void initialiseMethodException()
public void changeSize()
public javax.swing.JButton myJButton()
public javax.swing.JPanel getJPanelConstructorException()
public javax.swing.JPanel getJPanelConstructorParameter()
public javax.swing.JPanel getJPanelField()
public javax.swing.JPanel getJPanelMethodException()
public javax.swing.JPanel getJPanelMethodParameter()
public javax.swing.JPanel getJPanelMethodReturn()
public javax.swing.JPanel getJPanelConstructor()
public javax.swing.JPanel getJPanelFieldAndLabel()
public javax.swing.JPanel getJPanelMethods()
public javax.swing.JPanel getJPanelTypeField()
public javax.swing.ImageIcon getFlecheBas()
public javax.swing.ImageIcon getFlecheHaut()
public java.util.ArrayList getListenedJButton()
public javax.swing.JButton getJButtonConstructorException()
public javax.swing.JButton getJButtonConstructorParameter()
public javax.swing.JButton getJButtonField()
public javax.swing.JButton getJButtonMethodException()
public javax.swing.JButton getJButtonMethodsParameter()
public javax.swing.JButton getJButtonMethodsReturType()
public javax.swing.JPanel getGlobalPanel()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |