Modifier and Type | Class and Description |
---|---|
class |
GanttChartView
Represents a GanttChart view.
|
class |
ResourceUsageView
Represents resource usage view in a project.
|
class |
TaskUsageView
Represents task usage view in a project.
|
class |
TimelineView
Represents a timeline view of a project.
|
class |
UsageView
Represent a usage view in a project.
|
Modifier and Type | Method and Description |
---|---|
View |
Project.getDefaultView()
Gets default view of the project.
|
View |
OleObject.getView()
Gets the instance of the
View (OleObject.getView() /OleObject.setView(View) ) class the inserted object belongs
to. |
Modifier and Type | Method and Description |
---|---|
Iterator<View> |
ViewCollection.iterator()
Returns an iterator over the elements contained in this collection.
|
List<View> |
ViewCollection.toList()
Converts a view collection to a list of
View objects. |
Modifier and Type | Method and Description |
---|---|
boolean |
ViewCollection.add(View item)
Adds the specified item to this collection.
|
int |
View.compareTo(View obj)
Compares the current instance with another object of the same type and returns an integer that indicates whether
the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
|
boolean |
ViewCollection.contains(View item)
Returns true if the specified item is found in this collection; otherwise, false.
|
void |
ViewCollection.copyTo(View[] array,
int arrayIndex)
Copies the elements of this collection to the specified array, starting at the specified array index.
|
boolean |
ViewCollection.remove(View item)
Removes the first occurrence of a specific object from this collection.
|
void |
Project.setDefaultView(View value)
Sets default view of the project.
|