Class AbstractIconPane

    • Constructor Detail

      • AbstractIconPane

        public AbstractIconPane()
        Constructor declaration
    • Method Detail

      • addIcon

        public Icon addIcon()
        Method declaration
        Specified by:
        addIcon in interface IconPane
        Returns:
      • addEmptyIcon

        public Icon addEmptyIcon()
        Description copied from interface: IconPane
        Return an icon using the 1px image
        Specified by:
        addEmptyIcon in interface IconPane
        Returns:
        an Icon
      • setVerticalWidth

        public void setVerticalWidth​(String width)
        Method declaration
        Specified by:
        setVerticalWidth in interface IconPane
        Parameters:
        width -
      • setSpacing

        public void setSpacing​(String space)
        Method declaration
        Specified by:
        setSpacing in interface IconPane
        Parameters:
        space -
      • getIcons

        public Vector getIcons()
        Method declaration
        Returns:
      • getViewType

        public int getViewType()
        Method declaration
        Returns:
      • getSpacing

        public String getSpacing()
        Method declaration
        Returns:
      • getVerticalWidth

        public String getVerticalWidth()
        Method declaration
        Returns:
      • horizontalPrint

        public abstract String horizontalPrint()
        Method declaration
        Returns:
      • verticalPrint

        public abstract String verticalPrint()
        Method declaration
        Returns: