|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.starbase.starteam.viewcomparemerge.PreviewState
The preview state represents a highest precedence summary of all contained items and sub-folders and their contents. "has conflicts" is higher than "has changes" which is higher than "has compared items" which is higher than "has no compared items". A folder, for example, may contain items (directly or via sub-folders) in each of the four states, but the current value represents the highest precedence.
| Field Summary | |
static PreviewState |
HasChanges
Has Changes. |
static PreviewState |
HasComparedItems
Has Compared Items. |
static PreviewState |
HasConflicts
Has Conflicts. |
static PreviewState |
HasNoComparedItems
Has No Compared Items. |
| Method Summary | |
boolean |
equals(java.lang.Object previewState)
returns true if the specified mergeType instance is the same as this one |
java.lang.String |
getName()
Returns a string representation of the preview state. |
int |
intValue()
Returns an Integer representation of this preview state |
java.lang.String |
toString()
Returns a String representation of this preview state |
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final PreviewState HasConflicts
public static final PreviewState HasChanges
public static final PreviewState HasComparedItems
public static final PreviewState HasNoComparedItems
| Method Detail |
public java.lang.String getName()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object previewState)
equals in class java.lang.Objectpublic int intValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||