org.openbp.common.generic.description
Interface Displayable

All Known Subinterfaces:
DescriptionObject, DisplayObject, DisplayTreeObject
All Known Implementing Classes:
DescriptionObjectImpl, DisplayObjectImpl, DisplayTreeObjectImpl, ObjectDescriptor, PropertyDescriptor, TaggedValue

public interface Displayable

An object that has a display text.

Author:
Heiko Erhardt

Method Summary
 java.lang.String getDisplayText()
          Gets text that can be used to display this object.
 

Method Detail

getDisplayText

java.lang.String getDisplayText()
Gets text that can be used to display this object.

Returns:
The display text (should usually not be null)


Copyright © 2011. All Rights Reserved.