Interface StylePanel.StyleEditorCallback
-
- Enclosing interface:
- StylePanel<S extends Style>
public static interface StylePanel.StyleEditorCallback
An object of this type will be passed to theStylePanel
after it is created. It allows the style panel to notify the style editor when the user has edited style information in the panel.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
styleChanged()
Style panels must call this method when the user edits the style information in the panel.
-