|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject javax.swing.event.ChangeEvent org.netbeans.modules.vcscore.versioning.RevisionEvent
The event, that is fired, when the revisions are changed.
Field Summary | |
static int |
REVISION_ADDED
|
static int |
REVISION_ALL_CHANGED
|
static int |
REVISION_CHANGED
|
static int |
REVISION_NO_CHANGE
|
static int |
REVISION_REMOVED
|
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
RevisionEvent()
|
|
RevisionEvent(Object fileObject)
Creates new RevisionEvent |
Method Summary | |
String |
getChangedRevision()
Get the changed/added/removed revision name. |
Object |
getFileObject()
|
String |
getFilePath()
|
int |
getRevisionChangeID()
Get the revision change id. |
void |
setChangedRevision(String changedRevision)
Set the changed/added/removed revision name. |
void |
setRevisionChangeID(int revisionChangeID)
Set the revision change id. |
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 |
Field Detail |
public static final int REVISION_NO_CHANGE
public static final int REVISION_CHANGED
public static final int REVISION_ADDED
public static final int REVISION_REMOVED
public static final int REVISION_ALL_CHANGED
Constructor Detail |
public RevisionEvent()
public RevisionEvent(Object fileObject)
fileObject
- the file object whose revisions has changed.
It's an instance of FileObject or VcsFileObject.Method Detail |
public Object getFileObject()
public String getFilePath()
public String getChangedRevision()
public void setChangedRevision(String changedRevision)
changedRevision
- the changed/added/removed revision name.public int getRevisionChangeID()
public void setRevisionChangeID(int revisionChangeID)
revisionChangeID
- the revision change id.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |