Class ResourceDesignerProp

    • Constructor Detail

      • ResourceDesignerProp

        public ResourceDesignerProp​(PropCnr propertyContainer)
        Constructor.
    • Method Detail

      • 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 java.lang.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.