public class MenuDescription extends AbstractIdBasedWeightDescription
| Constructor and Description |
|---|
MenuDescription(String id,
String title,
int weight) |
MenuDescription(String id,
String title,
int weight,
net.anwiba.commons.utilities.factory.IFactory<String,JMenu,RuntimeException> factory) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
net.anwiba.commons.utilities.factory.IFactory<String,JMenu,RuntimeException> |
getMenuFactory() |
String |
getTitle() |
int |
hashCode() |
getId, getWeightpublic MenuDescription(String id, String title, int weight, net.anwiba.commons.utilities.factory.IFactory<String,JMenu,RuntimeException> factory)
public String getTitle()
public net.anwiba.commons.utilities.factory.IFactory<String,JMenu,RuntimeException> getMenuFactory()
Copyright © 2007–2017 Andreas Bartels. All rights reserved.