Class LayerNameRenderer

    • Constructor Detail

      • LayerNameRenderer

        public LayerNameRenderer()
    • Method Detail

      • setIndicatingEditability

        public void setIndicatingEditability​(boolean indicatingEditability)
      • setIndicatingProgress

        public void setIndicatingProgress​(boolean indicatingProgress,
                                          RenderingManager renderingManager)
      • getLabel

        public JLabel getLabel()
      • getCheckBoxBounds

        public Rectangle getCheckBoxBounds()
        Returns:
        relative to this panel
      • getColumnWidth

        protected int getColumnWidth​(int i)
        Parameters:
        i - zero-based
      • getRowHeight

        protected int getRowHeight()
      • setCheckBoxVisible

        public void setCheckBoxVisible​(boolean checkBoxVisible)
      • setBounds

        public void setBounds​(int x,
                              int y,
                              int w,
                              int h)
        Workaround for bug 4238829 in the Java bug database: "JComboBox containing JPanel fails to display selected item at creation time"
        Overrides:
        setBounds in class Component