Class MultiPropCnr

    • Method Detail

      • onPropDispose

        protected void onPropDispose()
        Called when a property is disposed of by delete/remove in a container, or by the dispose method.
        Overrides:
        onPropDispose in class PropCnr
      • formatValue

        public java.lang.String formatValue​(java.lang.Object value)
        Formats a value to a String, used to show a tool-tip in the editor.
        Specified by:
        formatValue in interface IEditedPropControllerOwner
      • onUpdate

        public void onUpdate​(java.lang.Object value)
        Called when the property is updated without errors, with a new value.
        Specified by:
        onUpdate in interface IEditedPropControllerOwner
      • onError

        public void onError​(java.lang.String input,
                            java.lang.String message,
                            int severity,
                            boolean isMultipleValueWarning,
                            boolean isChildError)
        Called when the property is updated due to an error.
        Specified by:
        onError in interface IEditedPropControllerOwner
      • onEventSelf

        public void onEventSelf​(GEvent event)
        Called when a property event is send to this property. The property editors causes the property to fire an event whenever it causes a change, and this must be reflected in the multi-prop. No other events from the framework are fired.
        Specified by:
        onEventSelf in interface IGProp<GProp<?>[]>
        Overrides:
        onEventSelf in class GProp<GProp<?>[]>
        Parameters:
        event - The property event.