echopoint.style.echo
Class WindowPaneStyle
java.lang.Object
nextapp.echo.app.MutableStyle
echopoint.style.AbstractStyle
echopoint.style.echo.WindowPaneStyle
- All Implemented Interfaces:
- Serializable, Style
public class WindowPaneStyle
- extends AbstractStyle
The default style to apply to WindowPane
components.
- Version:
- $Id: WindowPaneStyle.java 255 2009-11-29 12:16:16Z sptrakesh $
- Author:
- Rakesh Vidyadharan 2009-05-24
- See Also:
- Serialized Form
|
Method Summary |
protected void |
init()
Mandatory style initialisation method to be implemented by all
sub-classes. |
protected void |
setBorderStyle()
Set the fill images used as border for the window pane. |
protected void |
setControlsStyles()
Set the styles for the control buttons on title bar. |
protected void |
setTitleStyles()
Set styles for the title bar of the window pane. |
| Methods inherited from class nextapp.echo.app.MutableStyle |
addStyleContent, getIndex, getIndexedProperty, getProperty, getPropertyIndices, getPropertyNames, isIndexedPropertySet, isPropertySet, removeIndexedProperty, removeProperty, set, setIndex, setIndexedProperty, setProperty, size, toString |
WindowPaneStyle
public WindowPaneStyle()
init
protected void init()
- Mandatory style initialisation method to be implemented by all
sub-classes. The default implementation sets the default font to use.
Sub-classes should generally invoke
super.init().
- Overrides:
init in class AbstractStyle
- See Also:
DefaultFont,
AbstractStyle.setFont()
setBorderStyle
protected void setBorderStyle()
- Set the fill images used as border for the window pane.
setControlsStyles
protected void setControlsStyles()
- Set the styles for the control buttons on title bar.
setTitleStyles
protected void setTitleStyles()
- Set styles for the title bar of the window pane.