|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Presentation | |
|---|---|
| com.mindtree.techworks.insight | |
| com.mindtree.techworks.insight.gui | |
| Uses of Presentation in com.mindtree.techworks.insight |
|---|
| Methods in com.mindtree.techworks.insight that return Presentation | |
|---|---|
Presentation |
Controller.getPresentation(java.lang.String className)
Gets the Presentation identified by the specified cllass name |
| Methods in com.mindtree.techworks.insight with parameters of type Presentation | |
|---|---|
void |
Controller.fireWidgetChanged(Presentation sourcePresentation,
int widgetId,
java.lang.Object data)
Called by registered Presentation instances when widgets in them undergo a change |
void |
Controller.registerPresentation(Presentation presentation)
Regsiters the specified Presentation with this Controller |
void |
Controller.registerWidgetChangeListener(Presentation sourcePresentation,
Presentation listener)
Registers the specified listener Presentation for call back when widgets on the source Presentation change. |
| Uses of Presentation in com.mindtree.techworks.insight.gui |
|---|
| Classes in com.mindtree.techworks.insight.gui that implement Presentation | |
|---|---|
class |
EventDetailsPresentation
The EventDetailsPresentation class is a Presentation implementation
that displays details of one LoggingEvent at a time. |
class |
EventListPresentation
The EventListPresentation class is a Presentation implementation
that displays summary information of LoggingEvent instances received by this
Presentation. |
| Methods in com.mindtree.techworks.insight.gui with parameters of type Presentation | |
|---|---|
void |
Presentation.notifyWidgetStateChange(Presentation presentation,
int identifier,
java.lang.Object data)
Notifies this Presentation that a widget has changed in the specified Presentation for which this Presentation had registered for widget change updates. |
void |
EventListPresentation.notifyWidgetStateChange(Presentation presentation,
int identifier,
java.lang.Object data)
Presentation interface method implementation. |
void |
EventDetailsPresentation.notifyWidgetStateChange(Presentation presentation,
int identifier,
java.lang.Object data)
Presentation interface method implementation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||