Class NameValueInfoProperty

    • Constructor Detail

      • NameValueInfoProperty

        public NameValueInfoProperty​(String name,
                                     String value)
        DTYPInfoProperty constructor comment.
        Parameters:
        name - name
        value - value
    • Method Detail

      • allowsOtherValues

        public boolean allowsOtherValues()
        Insert the method's description here. Creation date: (1.2.2001 22:49:33)
        Specified by:
        allowsOtherValues in interface InspectableProperty
        Returns:
        boolean
      • getHelp

        public String getHelp()
        Insert the method's description here. Creation date: (1.2.2001 22:49:33)
        Specified by:
        getHelp in interface InspectableProperty
        Returns:
        java.lang.String
      • getName

        public String getName()
        Insert the method's description here. Creation date: (1.2.2001 22:49:33)
        Specified by:
        getName in interface InspectableProperty
        Returns:
        java.lang.String
      • getSelectableValues

        public String[] getSelectableValues()
        Insert the method's description here. Creation date: (1.2.2001 22:49:33)
        Specified by:
        getSelectableValues in interface InspectableProperty
        Returns:
        java.lang.String[]
      • getValue

        public String getValue()
        Insert the method's description here. Creation date: (1.2.2001 22:49:33)
        Specified by:
        getValue in interface InspectableProperty
        Returns:
        java.lang.String
      • getInitValue

        public String getInitValue()
        Insert the method's description here. Creation date: (11.1.2001 21:29:48)
        Specified by:
        getInitValue in interface InspectableProperty
        Returns:
        java.lang.String
      • isEditable

        public boolean isEditable()
        Insert the method's description here. Creation date: (1.2.2001 22:49:33)
        Specified by:
        isEditable in interface InspectableProperty
        Returns:
        boolean
      • isSeparator

        public boolean isSeparator()
        Insert the method's description here. Creation date: (1.2.2001 22:49:33)
        Specified by:
        isSeparator in interface InspectableProperty
        Returns:
        boolean
      • setValue

        public void setValue​(String value)
        Insert the method's description here. Creation date: (1.2.2001 22:49:33)
        Specified by:
        setValue in interface InspectableProperty
        Parameters:
        value - java.lang.String
      • getEditPattern

        public Pattern getEditPattern()
        Insert the method's description here. Creation date: (24/8/99 15:29:04)
        Specified by:
        getEditPattern in interface InspectableProperty
        Returns:
        java.util.regex.Pattern
      • getToolTipText

        public String getToolTipText()
        Insert the method's description here. Creation date: (24/8/99 15:29:04)
        Specified by:
        getToolTipText in interface InspectableProperty
        Returns:
        java.lang.String
      • isValid

        public boolean isValid()
        Insert the method's description here. Creation date: (11.1.2001 21:28:51)
        Specified by:
        isValid in interface InspectableProperty
        Returns:
        boolean
      • getVisibility

        public int getVisibility()
        Insert the method's description here. Creation date: (11.1.2001 21:30:04)
        Specified by:
        getVisibility in interface InspectableProperty
        Returns:
        int
      • popupEvent

        public void popupEvent​(Component component,
                               int x,
                               int y)
        Insert the method's description here. Creation date: (11.1.2001 21:30:04)
        Specified by:
        popupEvent in interface InspectableProperty
        Parameters:
        component - java.awt.Component
        x - x
        y - y