csheets.ext.style.ui
Class StyleUIExtension
java.lang.Object
csheets.ui.ext.UIExtension
csheets.ext.style.ui.StyleUIExtension
public class StyleUIExtension
- extends UIExtension
The user interface extension for style.
- Author:
- Einar Pehrson
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StyleUIExtension
public StyleUIExtension(StyleExtension extension,
UIController uiController)
- Creates a new user interface extension for style.
- Parameters:
extension - the extension for which components are provideduiController - the user interface controller
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