Interface IPropRenameable

All Known Subinterfaces:
IEUIComp, IEUICompCommon, IEUIContainer, IEUIPanel, IEVSComponent
All Known Implementing Classes:
ECalendarEvent, EditorTerminalProps, EditorVSAction, EditorVSColumnHeader, EditorVSField, EditorVSGroup, EditorVSTable, EMapMarkerProp, EMapMarkers, EMLGroup, EMList, EMLItemProp, EMUIHeading, EMUISimpleDialog, EMUISwitch, EMUITabBar, EUIAccordion, EUIButton, EUICalendar, EUICalendarList, EUIChart, EUICheckBox, EUICheckedMenuItem, EUIComboBox, EUIContainer, EUIContextMenu, EUIDateTime, EUIDialog, EUIEmpty, EUIGauge, EUIImage, EUIImage2, EUILabel, EUIMap, EUIMedia, EUIMenu, EUIMenuBar, EUIMenuItem, EUIMenuSeparator, EUIOutput, EUIPanel, EUIPanelPart, EUIPanelPartCnr, EUIProgress, EUIRadioButton, EUIRadioMenuItem, EUISlider, EUISpinner, EUISwapContainer, EUITabContainer, EUITable, EUITableColumn, EUIText, EUITextArea, EUITitlePane

public interface IPropRenameable
Interface used to indicate a property can be renamed. Note it should be implemented by the "PropCnr", not the DesignerProp.
Author:
Christopher Mindus
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    Checks if the property can be renamed.
  • Method Details

    • canRenameProperty

      default boolean canRenameProperty()
      Checks if the property can be renamed.
      Returns:
      true for OK, false for failure.