Interface StylePanel.StyleEditorCallback

  • Enclosing interface:
    StylePanel<S extends Style>

    public static interface StylePanel.StyleEditorCallback
    An object of this type will be passed to the StylePanel 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 Detail

      • styleChanged

        void styleChanged()
        Style panels must call this method when the user edits the style information in the panel.