| |
|
| javax.swing.JPanel org.netbeans.modules.visualweb.propertyeditors.css.StyleBuilderPanel
Inner Class :class PreviewPanel extends JPanel | |
StyleBuilderPanel | public StyleBuilderPanel()(Code) | | Creates new form StyleBuilderPanel
|
StyleBuilderPanel | public StyleBuilderPanel(String styleString)(Code) | | |
addCssPropertyChangeListener | public void addCssPropertyChangeListener(PropertyChangeListener listener)(Code) | | Adds a PropertyChangeListener to the listener list.
The property change listener is added to the CssStyleData
Parameters: listener - The listener to add. |
getStyleString | public String getStyleString()(Code) | | Get the Style property string.
Constructed from the CssStyleData Structure
|
removeCssPropertyChangeListener | public void removeCssPropertyChangeListener(PropertyChangeListener listener)(Code) | | Removes a PropertyChangeListener from the listener list.
The property change listener is removed from the CssStyleData
Parameters: listener - The listener to remove. |
setEditorListPanel | public void setEditorListPanel(JPanel panel)(Code) | | Set the editor List Panel
|
setEditorPanel | public void setEditorPanel(JPanel panel)(Code) | | Set the Editor Panel. It is the responsibility of
the editor list panel to set the editor when the
corresponding editor is selected from its list
|
|
|
|