Class DeleteObjects

    • Field Detail

      • m_Prefix

        protected String m_Prefix
        the prefix for the objects.
      • m_MetaDataKeys

        protected BaseString[] m_MetaDataKeys
        the keys in the meta-data.
    • Constructor Detail

      • DeleteObjects

        public DeleteObjects()
    • Method Detail

      • getDefaultPrefix

        protected String getDefaultPrefix()
        Returns the default prefix to use for the objects.
        Returns:
        the default
      • setPrefix

        public void setPrefix​(String value)
        Sets the prefix to use for the objects.
        Specified by:
        setPrefix in interface ObjectPrefixHandler
        Parameters:
        value - the prefix
      • prefixTipText

        public String prefixTipText()
        Returns the tip text for this property.
        Specified by:
        prefixTipText in interface ObjectPrefixHandler
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • getDefaultMetaDataKeys

        protected BaseString[] getDefaultMetaDataKeys()
        Returns the default meta-data keys.
        Returns:
        the default
      • setMetaDataKeys

        public void setMetaDataKeys​(BaseString[] value)
        Sets the meta-data keys to display in separate columns.
        Parameters:
        value - the keys
      • getMetaDataKeys

        public BaseString[] getMetaDataKeys()
        Returns the meta-data keys to display in separate columns.
        Returns:
        the keys
      • metaDataKeysTipText

        public String metaDataKeysTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • doProcessClick

        protected void doProcessClick​(ImagePanel panel,
                                      Point position,
                                      int modifiersEx)
        Process the click that occurred in the image panel.
        Specified by:
        doProcessClick in class AbstractLeftClickProcessor
        Parameters:
        panel - the origin
        position - the position of the click
        modifiersEx - the associated modifiers