Package org.gnome.gio

Interface ActionMap

All Superinterfaces:
Proxy
All Known Implementing Classes:
ActionMap.ActionMapImpl, Application, Application, Application, ApplicationWindow, ApplicationWindow, SimpleActionGroup

@Generated("io.github.jwharm.JavaGI") public interface ActionMap extends Proxy
GActionMap is an interface for action containers.

The GActionMap interface is implemented by ActionGroup implementations that operate by containing a number of named Action instances, such as SimpleActionGroup.

One useful application of this interface is to map the names of actions from various action groups to unique, prefixed names (e.g. by prepending "app." or "win."). This is the motivation for the ‘Map’ part of the interface name.