Interface Menu.MenuObjectIF

All Known Subinterfaces:
Menu.ChildIF, Menu.ParentIF
All Known Implementing Classes:
Menu.Heading, Menu.Item
Enclosing class:
Menu

public static interface Menu.MenuObjectIF
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Delete this child.
    boolean
    Check if this MenuObjectIF has children.
    Get the title as a String.
    Get the topic representing this MenuObjectIF as a String.
    void
    Sets the title.
  • Method Details

    • getTitle

      String getTitle()
      Get the title as a String.
    • getTopic

      TopicIF getTopic()
      Get the topic representing this MenuObjectIF as a String.
    • getHasChildren

      boolean getHasChildren()
      Check if this MenuObjectIF has children.
    • setTitle

      void setTitle(String title)
      Sets the title.
    • delete

      void delete()
      Delete this child.