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

Method buildActions

src/main/java/gate/gui/ResourceHelper.java:87–87  ·  view source on GitHub ↗

Build the javax.swing.Action instances that should be used to enhance the right-click menu of the specified gate.gui.NameBearerHandle. @param handle the gate.gui.NameBearerHandle instance we are adding to @return a list of javax.swing.Action instances that w

(NameBearerHandle handle)

Source from the content-addressed store, hash-verified

85 * to the right-click menu of the resource.
86 */
87 protected abstract List<Action> buildActions(NameBearerHandle handle);
88
89 /**
90 * Allows for the calling of methods defined within ResourceHelper instances

Callers 1

getActionsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected