Interface IVirtualizedMonitorProp

All Superinterfaces:
IAdaptable, IGProp<GProp<?>[]>, IPropCnr, IPropDesigner, ITooltipPropList
All Known Implementing Classes:
EditorActiveTerminalSession, EditorActiveTerminalSessions, EditorClientSessionProp, EditorEndPointPropCnr, EditorEndPointsPropCnr, EditorInfoPropCnr, EditorSessionConnectionStatProp, EditorVirtualizedMonitorPropCnr

public interface IVirtualizedMonitorProp extends IPropDesigner, ITooltipPropList
Class for Virtualized Monitor Designer Prop.
Author:
Christopher Mindus
  • Method Details

    • getDesigner

      Gets the Designer.
      Specified by:
      getDesigner in interface IPropDesigner
      Returns:
      The instance of the Designer Extension.
    • getCNCategory

      int getCNCategory()
      Gets the category of this Common Navigator object, used for sorting.
      Returns:
      This method returns zero, i.e. no category.
    • getCNImage

      Image getCNImage()
      Gets the image for the Common Navigator.
      Returns:
      Image or null if there is no image.
    • getCNText

      String getCNText()
      Gets the label text for the Common Navigator.
    • getCNStyledText

      default StyledString getCNStyledText()
      Gets the styled text.
    • getCNDescriptionType

      String getCNDescriptionType()
      Provide a type description for the status bar view, if available.
      Returns:
      A type description for the status bar view, or null if not available.
    • getPropertyEditorSetup

      default PropertyEditorSetup getPropertyEditorSetup()
      Gets the Setup used for iiziGo, subclasses must override and provide their instance.
      Returns:
      null by default, i.e. DesignerProp should be used.