Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
GObject
org.gnu.gtk.ActionGroup
public class ActionGroup
extends GObject
Constructor Summary | |
|
Method Summary | |
void | |
void |
|
void |
|
void |
|
Action |
|
String |
|
boolean | |
boolean | |
List |
|
void |
|
void |
|
void |
|
String |
|
public ActionGroup(String name)
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Construct a new ActionGroup object.
- Parameters:
name
- Used when associating keybindings with the actions.
public void addAction(Action anAction)
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Add an Action object to the ActionGroup
- Parameters:
anAction
-
public void addActions(ActionEntry[] entries)
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Add an array of ActonEntry objects to the ActionGroup
- Parameters:
entries
-
public void addRadioActions(RadioActionEntry[] entries, int initialValue, RadioActionEntryListener listener)
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Add an array of RadioActionEntry objects to the ActionGroup and setup the event handling.
- Parameters:
entries
-initialValue
-listener
-
public void addToggleActions(ToggleActionEntry[] entries)
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Add an array of ToggleActonEntry objects to the ActionGroup
- Parameters:
entries
-
public Action getAction(String actionName)
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Look up an Action in the ActionGroup by name.
- Parameters:
actionName
-
- Returns:
- the Action or null if no Action by that name exists.
public String getName()
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Get the name of the action group.
- Returns:
- the name of the action group
public boolean getSensitive()
public boolean getVisible()
public List listActions()
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
List the Actions in the ActionGroup
- Returns:
- A list of Action objects.
public void removeAction(Action anAction)
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Remove an Action object from the ActionGroup
- Parameters:
anAction
-
public void setSensitive(boolean sensitive)
public void setVisible(boolean visible)
public String translateString(String str)