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)
| 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 |