bibliothek.extension.gui.dock.theme.bubble
Class BubbleDisplayerFactory
java.lang.Object
bibliothek.extension.gui.dock.theme.bubble.BubbleDisplayerFactory
- All Implemented Interfaces:
- DisplayerFactory
public class BubbleDisplayerFactory
- extends Object
- implements DisplayerFactory
A factory creating BubbleDisplayer.
- Author:
- Benjamin Sigg
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BubbleDisplayerFactory
public BubbleDisplayerFactory()
request
public void request(DisplayerRequest request)
- Description copied from interface:
DisplayerFactory
- Creates a new
DockableDisplayer, this method needs to call
DisplayerRequest.answer(DockableDisplayer) once the new displayer is created.
The new displayer will be shown on DisplayerRequest.getParent(), its content
must be DisplayerRequest.getTarget() and DisplayerRequest.getTitle().
If this factory does not want to provide a DockableDisplayer for the given request,
it can just return and not call DisplayerRequest.answer(DockableDisplayer).
- Specified by:
request in interface DisplayerFactory
- Parameters:
request - detailed information about who is going to show the displayer, and callback to
set the new displayer