Interface InspectableProperty

    • Method Detail

      • allowsOtherValues

        boolean allowsOtherValues()
        Insert the method's description here. Creation date: (11.1.2001 21:34:58)
        Returns:
        boolean
      • getHelp

        String getHelp()
        Insert the method's description here. Creation date: (26.1.2001 15:01:28)
        Returns:
        java.lang.String
      • getName

        String getName()
        Insert the method's description here. Creation date: (11.1.2001 21:54:12)
        Returns:
        java.lang.String
      • getSelectableValues

        String[] getSelectableValues()
        Insert the method's description here. Creation date: (11.1.2001 21:36:10)
        Returns:
        java.lang.String[]
      • getValue

        String getValue()
        Insert the method's description here. Creation date: (11.1.2001 21:29:48)
        Returns:
        java.lang.String
      • getInitValue

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

        boolean isEditable()
        Insert the method's description here. Creation date: (11.1.2001 21:28:51)
        Returns:
        boolean
      • isValid

        boolean isValid()
        Insert the method's description here. Creation date: (11.1.2001 21:28:51)
        Returns:
        boolean
      • isSeparator

        boolean isSeparator()
        Insert the method's description here. Creation date: (11.1.2001 21:44:32)
        Returns:
        boolean
      • setValue

        void setValue​(String value)
        Insert the method's description here. Creation date: (11.1.2001 21:30:04)
        Parameters:
        value - java.lang.String
      • getEditPattern

        Pattern getEditPattern()
        Insert the method's description here. Creation date: (11.1.2001 21:30:04)
        Returns:
        java.lang.String
      • getToolTipText

        String getToolTipText()
        Insert the method's description here. Creation date: (11.1.2001 21:30:04)
        Returns:
        java.lang.String
      • getVisibility

        int getVisibility()
        Insert the method's description here. Creation date: (11.1.2001 21:30:04)
        Returns:
        int
      • popupEvent

        void popupEvent​(Component component,
                        int x,
                        int y)
        Insert the method's description here. Creation date: (11.1.2001 21:30:04)
        Parameters:
        component - java.awt.Component
        x - x
        y - y
      • hasDefaultValue

        boolean hasDefaultValue()
        Returns:
        something
      • hasValidity

        boolean hasValidity()
        Returns:
        something
      • checkValueValidity

        String checkValueValidity​(String value)
        Returns null if this value is valid, else the error message.
        Parameters:
        value - value
        Returns:
        something
      • getGuiGroup

        Integer getGuiGroup()
        Returns the gui group index as an Integer or null if no gui group info available.
        Returns:
        something