Searched refs:iconPath (Results 1 - 15 of 15) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/com/sun/java/swing/action/
H A DAboutAction.java40 public AboutAction(String iconPath) argument
42 super("About...", ActionManager.getIcon(iconPath));
H A DSaveAsAction.java40 public SaveAsAction(String iconPath) argument
42 super("Save As", ActionManager.getIcon(iconPath));
H A DAlignCenterAction.java41 public AlignCenterAction(String iconPath) argument
43 super("Center", ActionManager.getIcon(iconPath));
H A DAlignLeftAction.java41 public AlignLeftAction(String iconPath) argument
43 super("Left Align", ActionManager.getIcon(iconPath));
H A DAlignRightAction.java41 public AlignRightAction(String iconPath) argument
43 super("Right Align", ActionManager.getIcon(iconPath));
H A DApplyAction.java41 public ApplyAction(String iconPath) argument
43 super("Apply", ActionManager.getIcon(iconPath));
H A DBackAction.java41 public BackAction(String iconPath) argument
43 super("< Back", ActionManager.getIcon(iconPath));
H A DCancelAction.java41 public CancelAction(String iconPath) argument
43 super("Cancel", ActionManager.getIcon(iconPath));
H A DFinishAction.java41 public FinishAction(String iconPath) argument
43 super("Finish", ActionManager.getIcon(iconPath));
H A DHelpAction.java41 public HelpAction(String iconPath) argument
43 super("Help", ActionManager.getIcon(iconPath));
H A DNewAction.java41 public NewAction(String iconPath) argument
43 super("New", ActionManager.getIcon(iconPath));
H A DNextAction.java41 public NextAction(String iconPath) argument
43 super("Next >", ActionManager.getIcon(iconPath));
H A DOkAction.java41 public OkAction(String iconPath) argument
43 super("OK", ActionManager.getIcon(iconPath));
H A DOpenAction.java41 public OpenAction(String iconPath) argument
43 super("Open...", ActionManager.getIcon(iconPath));
H A DSaveAction.java41 public SaveAction(String iconPath) argument
43 super("Save", ActionManager.getIcon(iconPath));

Completed in 128 milliseconds