|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.ViewMemberBehavior
public final class ViewMemberBehavior
Represents the behavior of a ViewMember.
ViewMember,
ViewMember.getBehavior()| Constructor Summary | |
|---|---|
ViewMemberBehavior(ViewMemberBehavior behavior)
Constructs a new ViewMemberBehavior that is a copy of an existing one. |
|
| Method Summary | |
|---|---|
TypedResource.BranchState |
getBranchState()
Gets the branch state. |
ViewConfiguration |
getConfiguration()
Gets this ViewMemberBehavior's current configuration. |
boolean |
isBranchOnChange()
Determines whether or not this ViewMemberBehavior is set to branch on change. |
boolean |
isPinned()
Determines whether or not this ViewMember has a fixed configuration. |
void |
setBranchOnChange(boolean bBranchOnChange)
Determines whether or not this ViewMemberBehavior is set to branch on change. |
void |
setConfiguration(ViewConfiguration config)
Changes this ViewMemberBehavior to use the given configuration. |
void |
setFloatingConfiguration()
Changes this ViewMemberBehavior to use a floating configuration. |
java.lang.String |
toString()
Returns a string representation of this configuration. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ViewMemberBehavior(ViewMemberBehavior behavior)
behavior - The existing ViewMemberBehavior to be copied.| Method Detail |
|---|
public ViewConfiguration getConfiguration()
public void setConfiguration(ViewConfiguration config)
config - The new configuration, or null to set a tip (floating)
configuration.ViewMember.setBehavior(com.starteam.ViewMemberBehavior)public void setFloatingConfiguration()
ViewMemberBehavior.setConfiguration(com.starteam.ViewConfiguration),
ViewMember.setBehavior(com.starteam.ViewMemberBehavior)public boolean isBranchOnChange()
public void setBranchOnChange(boolean bBranchOnChange)
bBranchOnChange - true if this ViewMemberBehavior is set to branch on change;
false otherwise.ViewMember.setBehavior(com.starteam.ViewMemberBehavior)public boolean isPinned()
public TypedResource.BranchState getBranchState()
TypedResource.Type.BranchStateProperty.NAMEpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||