bibliothek.extension.gui.dock.theme.bubble
Interface RoundButtonConnectable

All Known Implementing Classes:
RoundButton, RoundDropDownButton

public interface RoundButtonConnectable

A button which requires a DockController to paint its content.

Author:
Benjamin Sigg

Method Summary
 void setController(DockController controller)
          Sets the controller of this element.
 

Method Detail

setController

void setController(DockController controller)
Sets the controller of this element.

Parameters:
controller - the controller, can be null