Class LayoutEvents
java.lang.Object
org.gvsig.app.project.documents.layout.LayoutEvents
- All Implemented Interfaces:
ActionListener,ComponentListener,MouseListener,MouseMotionListener,EventListener
public class LayoutEvents
extends Object
implements ActionListener, ComponentListener, MouseMotionListener, MouseListener
Eventos que se realizan sobre el Layout.
- Author:
- Vicente Caballero Navarro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidactionPerformed(ActionEvent arg0) voidaddExceptionListener(org.gvsig.utils.exceptionHandling.ExceptionListener o) Añade un listener de tipo ExceptionListener.voidvoidcomponentMoved(ComponentEvent arg0) voidvoidcomponentShown(ComponentEvent arg0) voidvoidvoidvoidvoidvoidvoidbooleanremoveExceptionListener(org.gvsig.utils.exceptionHandling.ExceptionListener o) Borra la ExceptioListener que se pasa como parámetro.protected voidLanza una Excepción.
-
Constructor Details
-
LayoutEvents
Crea un nuevo EventsHandler.- Parameters:
l- Referencia al Layout.
-
-
Method Details
-
componentHidden
- Specified by:
componentHiddenin interfaceComponentListener- See Also:
-
componentMoved
- Specified by:
componentMovedin interfaceComponentListener- See Also:
-
componentResized
- Specified by:
componentResizedin interfaceComponentListener- See Also:
-
componentShown
- Specified by:
componentShownin interfaceComponentListener- See Also:
-
actionPerformed
- Specified by:
actionPerformedin interfaceActionListener- See Also:
-
mouseDragged
- Specified by:
mouseDraggedin interfaceMouseMotionListener- See Also:
-
mouseMoved
- Specified by:
mouseMovedin interfaceMouseMotionListener- See Also:
-
mouseClicked
- Specified by:
mouseClickedin interfaceMouseListener- See Also:
-
addExceptionListener
public void addExceptionListener(org.gvsig.utils.exceptionHandling.ExceptionListener o) Añade un listener de tipo ExceptionListener.- Parameters:
o- ExceptionListener.
-
removeExceptionListener
public boolean removeExceptionListener(org.gvsig.utils.exceptionHandling.ExceptionListener o) Borra la ExceptioListener que se pasa como parámetro.- Parameters:
o- ExceptionListener.- Returns:
- True si se borra correctamente.
-
throwException
Lanza una Excepción.- Parameters:
t- Excepción.
-
mouseEntered
- Specified by:
mouseEnteredin interfaceMouseListener- See Also:
-
mouseExited
- Specified by:
mouseExitedin interfaceMouseListener- See Also:
-
mousePressed
- Specified by:
mousePressedin interfaceMouseListener- See Also:
-
mouseReleased
- Specified by:
mouseReleasedin interfaceMouseListener- See Also:
-