Menu

reqt.SwingPlatform.Menu
case class Menu(name: String, mnemonic: Int, menus: MenuTree*) extends MenuTree

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait MenuTree
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def addTo(parent: JComponent): Map[String, JComponent]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product