Interface IScroll

All Superinterfaces:
ICustomGuiComponent

public interface IScroll
extends ICustomGuiComponent
  • Method Details

    • getWidth

      int getWidth()
    • getHeight

      int getHeight()
    • setSize

      IScroll setSize​(int width, int height)
    • getList

      java.lang.String[] getList()
    • setList

      IScroll setList​(java.lang.String[] list)
    • getDefaultSelection

      int getDefaultSelection()
    • setDefaultSelection

      IScroll setDefaultSelection​(int defaultSelection)
    • isMultiSelect

      boolean isMultiSelect()
    • setMultiSelect

      IScroll setMultiSelect​(boolean multiSelect)