MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / addPopupItem

Method addPopupItem

ij/src/main/java/ij/text/TextPanel.java:157–161  ·  view source on GitHub ↗
(String s)

Source from the content-addressed store, hash-verified

155 }
156
157 void addPopupItem(String s) {
158 MenuItem mi=new MenuItem(s);
159 mi.addActionListener(this);
160 pm.add(mi);
161 }
162
163 /**
164 Clears this TextPanel and sets the column headings to

Callers 3

TextPanelMethod · 0.95
addPopupMenuMethod · 0.95
extendMenusMethod · 0.95

Calls 2

addActionListenerMethod · 0.80
addMethod · 0.65

Tested by

no test coverage detected