Interface Menu.ChildIF

    • Method Detail

      • getIsHeading

        boolean getIsHeading()
        Check whether this is a Heading.
      • getIsItem

        boolean getIsItem()
        Check whether this is an Item.
      • moveOneUp

        void moveOneUp()
        Moves this child one step higher up the list of children on its parent. has no effect if it is already first.
      • moveOneDown

        void moveOneDown()
        Moves this child one step further down its parent's list of children. Has no effect if it is already last.