Interface IEditedPropertyEntryMultiProp<PROP extends GProp<?>,PROP_VALUE>

All Superinterfaces:
IEditedPropertyEntry<PROP,PROP_VALUE>
All Known Implementing Classes:
BadgePropEditor, BaseEditor, BaseReferencePropEditor, BoolPropEditor, BoxShadowPropEditor, ClassReferencePropEditor, ColorPropEditor, ConnectionProfilePropEditor, ContentProviderPropEditor, DateTimePropEditor, DropShadowPropEditor, DurationPropEditor, EncodingPropEditor, FillPropEditor, FontFamilyPropEditor, FontPropEditor, GradientPropEditor, ImageReferencePropEditor, IntChoicePropEditor, IntPropEditor, KStringPropEditor, LocalizedStringPropEditor, LongPropEditor, MediaReferencePropEditor, MethodReferencePropEditor, NullValueAllowedPropEditor, NumberPropEditor, PanelAnimationPropEditor, PasswordPropEditor, PatternPropEditor, PKCS12IdentityPropEditor, ReferencePropEditor, SessionConfigPropEditor, SizePropEditor, StringMapPropEditor, StringPropEditor, StrokePropEditor, StylesReferencesPropEditor, StylesStatesPropEditor, TextShadowPropEditor, ThemesPropEditor, TooltipPropEditor, TransformPropEditor, UIDateTimeTypePropEditor, UnitPropEditor, UnitsPropEditor, ValuePropEditor, ValueTypePropEditor, VAPIDKeyPropEditor, VSActionActorParticipantEditor, VSParticipantEditor, VSReferencePropEditor, VSRelativeReferencePropEditor, VSTableColumnReferencePropEditor, WrapStringPropEditor

public interface IEditedPropertyEntryMultiProp<PROP extends GProp<?>,PROP_VALUE> extends IEditedPropertyEntry<PROP,PROP_VALUE>
Interface implemented by properties able to act as multi-property editors.
Author:
Christopher Mindus
  • Method Details

    • assignMaster

      EditedPropController<PROP,PROP_VALUE> assignMaster(MultiPropCnr master, Class<PROP> propertyClass, PropLabel label)
      Assigns the master property controller.
      Parameters:
      master - The master property container of the MultiPropCnr.
      propertyClass - Property class for items.
      label - Label for this entry.
      Returns:
      The instance of the item property controller.