|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.perforce.p4java.core.ViewMap<IClientViewMapping>
com.perforce.p4java.impl.generic.client.ClientView
public class ClientView
Simple default generic implementation class for the IClientView and associated IClientViewMapping interfaces. Relies heavily on being a simple extension of the underlying ViewMap class.
Nested Class Summary | |
---|---|
static class |
ClientView.ClientViewMapping
Simple extension of the basic MapEntry class to provide convenience methods based on "depot" and "client" rather than "left" and "right". |
Field Summary |
---|
Fields inherited from class com.perforce.p4java.core.ViewMap |
---|
entryList |
Constructor Summary | |
---|---|
ClientView()
Default constructor; simply calls the superclass default constructor and sets this.client to null. |
|
ClientView(IClient client,
java.util.List<IClientViewMapping> mapping)
Construct a ClientView from the passed-in client and mapping list. |
Method Summary | |
---|---|
IClient |
getClient()
Get the client object (not path) associated with this view, if any. |
void |
setClient(IClient client)
Set the client object (not path) associated with this view, if any. |
Methods inherited from class com.perforce.p4java.core.ViewMap |
---|
addEntry, checkEntryList, deleteEntry, getEntry, getEntryList, getSize, iterator, setEntry, setEntryList, updateEntryListPositions |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClientView()
public ClientView(IClient client, java.util.List<IClientViewMapping> mapping)
Method Detail |
---|
public IClient getClient()
public void setClient(IClient client)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |