|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DisplayChronology
An interface that describes the capability of an object to present
itself within a component. This is meant fully general, and should be
used for any graphical (sub)sytem that can be ordered in a single panel.
Note: the method Displayable.getRepresentation() returns the basic
Component object, but subclasses are encouraged to return
more specific sublasses, like JPanel of the generic component
class.
This class it not intended for classes that directly subclass
Component or its daugther classes. It is a common base for
classes that only purpose is to be displayed, but want to extend a different
superclass.
| Method Summary | |
|---|---|
boolean |
canDeliver()
Returns true if we can deliver a new component. |
long |
getRefreshInterval()
Returns the intervall on which we can update the component. |
| Methods inherited from interface jview.Displayable |
|---|
getIcon, getRepresentation |
| Method Detail |
|---|
long getRefreshInterval()
boolean canDeliver()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||