|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sage.accpac.sm.ViewKeys
@ThreadSafe public final class ViewKeys
Represents the collection of keys in an Accpac view
Method Summary | |
---|---|
ViewKey |
get(int index)
Deprecated. |
int |
getCount()
Gets the number of keys defined by the view |
IViewKey |
getKey(int index)
Gets the key with the given zero-based index |
View |
getParent()
Gets the View object that created the current object |
java.util.Iterator<IViewKey> |
iterator()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getCount()
getCount
in interface IViewKeys
@Deprecated public ViewKey get(int index)
This method is deprecated; use getKey(int)
instead
index
- the zero-based index of the key desired.
getCount()
,
getKey(int)
public IViewKey getKey(int index)
getKey
in interface IViewKeys
index
- the zero-based index of the key desired.
IViewKeys.getCount()
public View getParent()
public java.util.Iterator<IViewKey> iterator()
iterator
in interface java.lang.Iterable<IViewKey>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |