Class ResourceDesignerProp

java.lang.Object
com.iizigo.prop.DesignerProp
com.iizigo.prop.ResourceDesignerProp
All Implemented Interfaces:
INavigatorPresentation, EventListener, IAdaptable

public class ResourceDesignerProp extends DesignerProp
Resource-based Designer Prop.
Author:
Christopher Mindus
  • Constructor Details

    • ResourceDesignerProp

      public ResourceDesignerProp(PropCnr propertyContainer)
      Constructor.
  • Method Details

    • getPropertyEditorSetup

      protected PropertyEditorSetup getPropertyEditorSetup()
      Gets the Setup used for iiziGo, subclasses must override and provide their instance.
      Overrides:
      getPropertyEditorSetup in class DesignerProp
    • getFilePropCnr

      public FilePropCnr getFilePropCnr()
      Gets the FilePropCnr.
      Returns:
      The FilePropCnr instance if it's a file, null otherwise (a folder).
    • getFolderPropCnr

      public FolderPropCnr getFolderPropCnr()
      Gets the FolderPropCnr.
      Returns:
      The FolderPropCnr instance if it's a file, null otherwise (a file).
    • getCNCategory

      public int getCNCategory()
      Gets the category of this Common Navigator object, used for sorting. Subclasses can override this method, in order to get the sorting in the viewer to be done within a category.
      Specified by:
      getCNCategory in interface INavigatorPresentation
      Overrides:
      getCNCategory in class DesignerProp
      Returns:
      This method returns zero, i.e. no category.
    • getCNDescriptionType

      public String getCNDescriptionType()
      Provide a type description for the status bar view, if available.
      Overrides:
      getCNDescriptionType in class DesignerProp
      Returns:
      A type description for the status bar view, or null if not available.