csheets.ext.style.ui
Class StyleUIExtension

java.lang.Object
  extended by csheets.ui.ext.UIExtension
      extended by csheets.ext.style.ui.StyleUIExtension

public class StyleUIExtension
extends UIExtension

The user interface extension for style.

Author:
Einar Pehrson

Field Summary
 
Fields inherited from class csheets.ui.ext.UIExtension
extension, props, uiController
 
Constructor Summary
StyleUIExtension(StyleExtension extension, UIController uiController)
          Creates a new user interface extension for style.
 
Method Summary
 Icon getIcon()
          Returns an icon to display with the extension's name.
 JMenu getMenu()
          Returns a menu that provides editing of style.
 JToolBar getToolBar()
          Returns a toolbar that provides editing of style.
 
Methods inherited from class csheets.ui.ext.UIExtension
getCellDecorator, getEnabledProperty, getExtension, getSideBar, getTableDecorator, setEnabledProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyleUIExtension

public StyleUIExtension(StyleExtension extension,
                        UIController uiController)
Creates a new user interface extension for style.

Parameters:
extension - the extension for which components are provided
uiController - the user interface controller
Method Detail

getIcon

public Icon getIcon()
Returns an icon to display with the extension's name.

Overrides:
getIcon in class UIExtension
Returns:
an icon with style

getMenu

public JMenu getMenu()
Returns a menu that provides editing of style.

Overrides:
getMenu in class UIExtension
Returns:
a JMenu component

getToolBar

public JToolBar getToolBar()
Returns a toolbar that provides editing of style.

Overrides:
getToolBar in class UIExtension
Returns:
a JToolBar component