public class BubbleDisplayerFactory extends Object implements DisplayerFactory
BubbleDisplayer.DISPLAYER_EXTENSION, DISPLAYER_EXTENSION_ID| Constructor and Description |
|---|
BubbleDisplayerFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
request(DisplayerRequest request)
Creates a new
DockableDisplayer, this method needs to call
DisplayerRequest.answer(DockableDisplayer) once the new displayer is created. |
public void request(DisplayerRequest request)
DisplayerFactoryDockableDisplayer, this method needs to call
DisplayerRequest.answer(DockableDisplayer) once the new displayer is created.DisplayerRequest.getParent(), its content
must be DisplayerRequest.getTarget() and DisplayerRequest.getTitle().DockableDisplayer for the given request,
it can just return and not call DisplayerRequest.answer(DockableDisplayer).request in interface DisplayerFactoryrequest - detailed information about who is going to show the displayer, and callback to
set the new displayerCopyright © 2018. All rights reserved.