public class ClientView extends ViewMap<IClientViewMapping>
| Modifier and Type | Class and Description |
|---|---|
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".
|
| Constructor and Description |
|---|
ClientView()
Default constructor; simply calls the superclass
default constructor and sets this.client to null.
|
ClientView(IClient client,
List<IClientViewMapping> mapping)
Construct a ClientView from the passed-in client and mapping list.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
addEntry, checkEntryList, deleteEntry, getEntry, getEntryList, getSize, iterator, setEntry, setEntryList, updateEntryListPositionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic ClientView()
public ClientView(IClient client, List<IClientViewMapping> mapping)
Copyright © 2017 Perforce Software. All Rights Reserved.