public class TreeviewSelection extends Selection
| Constructor and Description |
|---|
TreeviewSelection()
Constructs a TreeviewSelection instance with no selection state.
|
TreeviewSelection(int aiTreeviewID,
java.util.List aListObjectsSelected)
Constructs a TreeviewSelection instance using a List of selected objects.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a clone of this TreeviewSelection object.
|
boolean |
equals(java.lang.Object aObjectSelection)
Determines whether the given TreeviewSelection instance is logically equivalent to this one.
|
java.lang.Object |
getFirstSelectedObject()
Returns the first select object in the list.
|
java.lang.Object |
getLastSelectedObject()
Returns the last select object in the list.
|
java.util.ArrayList |
getSelectedObjects()
Returns the selected objects list.
|
int |
getTreeviewID()
Returns the tree view identifier.
|
boolean |
isValid()
Is selection valid?
|
java.lang.String |
toString()
Renders the selection state as a string.
|
public TreeviewSelection()
public TreeviewSelection(int aiTreeviewID,
java.util.List aListObjectsSelected)
aiTreeviewID - Tree ID selected.aListObjectsSelected - List of selected objects.public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object aObjectSelection)
equals in class java.lang.ObjectaObjectSelection - Selection instance.true if the specified TreeviewSelection matches the receiver.public java.lang.Object clone()
public int getTreeviewID()
public java.util.ArrayList getSelectedObjects()
public java.lang.Object getFirstSelectedObject()
null.public java.lang.Object getLastSelectedObject()
null.Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.