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

Packages that use RoundButtonConnectable
bibliothek.extension.gui.dock.theme.bubble Various graphical and logical components used when BubbleTheme is active. 
 

Uses of RoundButtonConnectable in bibliothek.extension.gui.dock.theme.bubble
 

Classes in bibliothek.extension.gui.dock.theme.bubble that implement RoundButtonConnectable
 class RoundButton
          A round button is a button that has a oval form.
 class RoundDropDownButton
          A button which can be pressed by the user either to execute a DockAction or to show a popup-menu with a selection of DockActions.
 

Constructors in bibliothek.extension.gui.dock.theme.bubble with parameters of type RoundButtonConnectable
RoundButtonViewItem(Dockable dockable, BasicTitleViewItem<JComponent> delegate, RoundButtonConnectable button)
          Creates a new view item.