| java.lang.Object java.util.EventObject org.acm.seguin.ide.jedit.event.JRefactoryEvent
JRefactoryEvent | final public class JRefactoryEvent extends EventObject (Code) | | A project viewer event.
author: Mike author: Atkinson version: $Id: JRefactoryEvent.java,v 1.1 2003/09/17 19:52:50 mikeatkinson Exp $ since: 0.0.1 |
JRefactoryEvent | public JRefactoryEvent(JRefactory src, UMLProject prj)(Code) | | Create a new JRefactoryEvent .
Parameters: src - the project viewer instance that fired the event. Parameters: prj - the project loaded (null if "All Projects"). |
JRefactoryEvent | public JRefactoryEvent(Object src, UMLProject prj)(Code) | | Create a new JRefactoryEvent .
Parameters: src - the project viewer instance that fired the event. Parameters: prj - the project loaded (null if "All Projects"). |
JRefactoryEvent | public JRefactoryEvent(Object src, JRefactory viewer, UMLProject prj)(Code) | | Create a new JRefactoryEvent .
Parameters: src - the project viewer instance that fired the event. Parameters: viewer - Description of the Parameter Parameters: prj - the project loaded (null if "All Projects"). |
getProject | public UMLProject getProject()(Code) | | Returns the
UMLProject Project . It is important to noticed that
this value can be null , which means that the "All Projects"
mode has been activated.
The activated project, or null if "All Projects" was chosen. |
|
|