Module tvbrowser
Package util.ui.view

Class SplitViewProperty

    • Constructor Detail

      • SplitViewProperty

        public SplitViewProperty​(PropertyManager manager,
                                 java.lang.String key,
                                 boolean verticalSplit,
                                 boolean leftComponentIsFixed,
                                 int fixedComponentWidth)
    • Method Detail

      • setVerticalSplit

        public void setVerticalSplit​(boolean verticalSplit)
      • setLeftComponentFixed

        public void setLeftComponentFixed​(boolean fixed)
      • setFixedComponentWidth

        public void setFixedComponentWidth​(int width)
      • getVerticalSplit

        public boolean getVerticalSplit()
      • getLeftComponentFixed

        public boolean getLeftComponentFixed()
      • getFixedComponentWidth

        public int getFixedComponentWidth()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object