|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.inline.feature.ui.AbstractDisplayProperties
Field Summary | |
protected Displayable |
object
|
Constructor Summary | |
AbstractDisplayProperties(Displayable object)
|
Method Summary | |
int |
compareTo(DisplayProperties prop)
Used for sorting. |
java.lang.String |
getGroupTitle()
Returns a string that can be used for more intelligent sorting: first group title, then feature title within the group |
Displayable |
getObject()
|
java.lang.String |
getTypeTitle()
Returns a user-friendly type name for object. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected Displayable object
Constructor Detail |
public AbstractDisplayProperties(Displayable object)
Method Detail |
public Displayable getObject()
public java.lang.String getGroupTitle()
public java.lang.String getTypeTitle()
public int compareTo(DisplayProperties prop)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |