A C D M O P S T W

A

actionPerformed(ActionEvent) - Method in class MotionButtonListener
Azione da eseguire ogni volta che si preme uno dei MotionButton.
actionPerformed(ActionEvent) - Method in class MyListenerQuitJPanel
Termina il programma alla pressine di Quit.
actionPerformed(ActionEvent) - Method in class OptionControlListener
Discrimina l'azione da eseguire se quella della text o del button poi l'esegue.
addQuitPanel() - Method in class MyJFrame
Aggiunge un pannello organizzato a flow dove inserire il bottone e controllare gli eventi.
addQuitPanel() - Method in class MyMotionJFrame
Sovrascrivo il metodo della classe base x non fargli creare il bottone.

C

c - Variable in class MyJFrame
Contenitore Totale.

D

drawPanel - Variable in class MyJFrame
Pannello di disegno

M

MotionButtonListener - class MotionButtonListener.
 
MotionButtonListener(MyJPanel, int, int) - Constructor for class MotionButtonListener
Costruttore che accetta come parametri il pannello di disegno e lo spostamento che ad ogni pressione si dovrà fare.
mouseClicked(MouseEvent) - Method in class MyJPanel
Ascoltatore dell'evento click del mouse.
mouseEntered(MouseEvent) - Method in class MyJPanel
vuoto
mouseExited(MouseEvent) - Method in class MyJPanel
vuoto
mousePressed(MouseEvent) - Method in class MyJPanel
vuoto
mouseReleased(MouseEvent) - Method in class MyJPanel
vuoto
MyJFrame - class MyJFrame.
 
MyJFrame() - Constructor for class MyJFrame
Costruttore di default.
MyJFrame(String) - Constructor for class MyJFrame
Costruttore che richiama il costruttore della classe base impostando il titolo passato come parametro.
MyJFrame(String, int, int) - Constructor for class MyJFrame
Costruttore che richiama il costruttore della classe base impostando il titolo passato come parametro.
MyJPanel - class MyJPanel.
 
MyJPanel() - Constructor for class MyJPanel
Costruttore di default.
MyListenerQuitJPanel - class MyListenerQuitJPanel.
 
MyListenerQuitJPanel(LayoutManager) - Constructor for class MyListenerQuitJPanel
Costruttore con parametro di layout
MyMotionJFrame - class MyMotionJFrame.
 
MyMotionJFrame() - Constructor for class MyMotionJFrame
Fa costruire alla classe base il JPanel su cui disegnare

O

OptionControlListener - class OptionControlListener.
 
OptionControlListener(MyJPanel) - Constructor for class OptionControlListener
Costruttore in cui si indica dove lavorare.

P

paintComponent(Graphics) - Method in class MyJPanel
 
paintComponent(Graphics) - Method in class MyListenerQuitJPanel
E' un pannello con caratteristiche di default.

S

setDraw(boolean) - Method in class MyJPanel
Setta la condizione di spostamento tracciato.
setStep(int) - Method in class MyJPanel
Setta lo step di spostamento.
setXY(int, int) - Method in class MyJPanel
Setta la posizione x e y della crocetta.

T

Terminator - class Terminator.
 
Terminator() - Constructor for class Terminator
 

W

windowClosing(WindowEvent) - Method in class Terminator
 

A C D M O P S T W