MCPcopy Create free account
hub / github.com/dorkbox/SystemTray / getFirst

Method getFirst

src/dorkbox/systemTray/Menu.java:251–254  ·  view source on GitHub ↗

Gets the first menu entry or sub-menu, ignoring status and separators

()

Source from the content-addressed store, hash-verified

249 * Gets the first menu entry or sub-menu, ignoring status and separators
250 */
251 public final
252 Entry getFirst() {
253 return get(0);
254 }
255
256 /**
257 * Gets the last menu entry or sub-menu, ignoring status and separators

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected