|
org.netbeans.modules.versioning.core/1 1.5.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.modules.versioning.core.filesystems.VCSFilesystemInterceptor.VCSAnnotationEvent
public static final class VCSFilesystemInterceptor.VCSAnnotationEvent
Event describing a change in annotation of files.
| Constructor Summary | |
|---|---|
VCSFilesystemInterceptor.VCSAnnotationEvent(boolean icon,
boolean name)
Creates new VCSAnnotationEvent. |
|
VCSFilesystemInterceptor.VCSAnnotationEvent(FileObject file,
boolean icon,
boolean name)
Creates new VCSAnnotationEvent |
|
VCSFilesystemInterceptor.VCSAnnotationEvent(Set<? extends FileObject> files,
boolean icon,
boolean name)
Creates new VCSAnnotationEvent |
|
| Method Summary | |
|---|---|
Set<? extends FileObject> |
getFiles()
Files with a changed annotation |
boolean |
isIconChange()
Did the files changed their icons? |
boolean |
isNameChange()
Is the change a change in the name? |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VCSFilesystemInterceptor.VCSAnnotationEvent(Set<? extends FileObject> files,
boolean icon,
boolean name)
files - set of FileObjects that has been changedicon - has icon changed?name - has name changed?
public VCSFilesystemInterceptor.VCSAnnotationEvent(FileObject file,
boolean icon,
boolean name)
file - file object that has been changedicon - has icon changed?name - has name changed?
public VCSFilesystemInterceptor.VCSAnnotationEvent(boolean icon,
boolean name)
icon - has icon changed?name - has name changed?| Method Detail |
|---|
public boolean isNameChange()
public boolean isIconChange()
public Set<? extends FileObject> getFiles()
|
org.netbeans.modules.versioning.core/1 1.5.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||