|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
projectviewer.event.ProjectEvent
public final class ProjectEvent
A project event.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ProjectEvent(VPTProject p)
|
|
ProjectEvent(VPTProject p,
java.util.ArrayList added,
java.util.ArrayList removed)
|
|
ProjectEvent(VPTProject p,
VPTFile file,
boolean added)
|
|
| Method Summary | |
|---|---|
VPTFile |
getAddedFile()
Returns the added file (null if multiple files or no file(s) added). |
java.util.ArrayList |
getAddedFiles()
Returns the list of files added (null if single file or no file(s) added). |
VPTProject |
getProject()
Returns the project. |
VPTFile |
getRemovedFile()
Returns the removed file (null if multiple files, or no file(s) were removed). |
java.util.ArrayList |
getRemovedFiles()
Returns the list of removed files (null if no file(s) were removed). |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ProjectEvent(VPTProject p,
java.util.ArrayList added,
java.util.ArrayList removed)
public ProjectEvent(VPTProject p,
VPTFile file,
boolean added)
public ProjectEvent(VPTProject p)
| Method Detail |
|---|
public VPTProject getProject()
public java.util.ArrayList getAddedFiles()
public VPTFile getAddedFile()
public java.util.ArrayList getRemovedFiles()
public VPTFile getRemovedFile()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||