Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TextPanel
Method · 0.95
addPopupMenu
Method · 0.95
extendMenus
Method · 0.95
Calls
2
addActionListener
Method · 0.80
add
Method · 0.65
Tested by
no test coverage detected