MCPcopy Create free account
hub / github.com/GateNLP/gate-core / XJMenuItem

Method XJMenuItem

src/main/java/gate/swing/XJMenuItem.java:37–42  ·  view source on GitHub ↗
(Icon icon, String description, StatusListener listener)

Source from the content-addressed store, hash-verified

35public class XJMenuItem extends JMenuItem {
36
37 public XJMenuItem(Icon icon, String description, StatusListener listener){
38 super(icon);
39 this.description = description;
40 this.listener = listener;
41 initListeners();
42 }
43
44 public XJMenuItem(String text, String description, StatusListener listener){
45 super(text);

Callers

nothing calls this directly

Calls 2

initListenersMethod · 0.95
getValueMethod · 0.65

Tested by

no test coverage detected