|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITrack
A time-line where events could be place up on.
| Method Summary | |
|---|---|
java.lang.Integer |
getId()
Returns an unique identifier for the track. |
java.util.Collection<java.lang.String> |
getKeys()
Returns a collection of the property keys available |
java.lang.String |
getName()
A human readable name of the track |
java.lang.Object |
getProperty(java.lang.String key)
Returns property value for the track |
ITimeRange |
getRange()
Return the range the range spans. |
java.lang.String |
getSymbolName()
Returns a symbolic name for the track. |
| Method Detail |
|---|
java.lang.Integer getId()
java.lang.String getName()
java.lang.String getSymbolName()
getId(). Valid character are those that make up a java
identifier.
Character.isJavaIdentifierPart(char),
Character.isJavaIdentifierStart(char)ITimeRange getRange()
java.lang.Object getProperty(java.lang.String key)
key - the key for the property
java.util.Collection<java.lang.String> getKeys()
getProperty(String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||