public abstract class MenuItem extends Object
MenuItem(String type)
MenuItem(String type, String title)
String
getTitle()
getType()
void
setTitle(String title)
setType(String type)
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public MenuItem(String type)
public MenuItem(String type, String title)
public String getType()
public void setType(String type)
public String getTitle()
public void setTitle(String title)
public String toString()
toString
Object
Copyright © 2018. All rights reserved.