Searched refs:actions (Results 126 - 129 of 129) sorted by relevance

123456

/openjdk7/jdk/src/share/classes/com/sun/security/auth/
H A DPolicyFile.java669 * the reflection API to invoke the (String name, String actions)
675 * @param actions the actions of the Permission being created.
697 String actions)
707 return (Permission) c.newInstance(new Object[] { name, actions });
695 getInstance(String type, String name, String actions) argument
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DMotifDnDDropTargetProtocol.java448 * TOP_LEVEL_ENTER doesn't communicate the list of supported actions
1054 int dropAction, int actions,
1072 actions,
1053 notifyProtocolListener(XWindow xwindow, int x, int y, int dropAction, int actions, XClientMessageEvent xclient, int eventID) argument
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTextUI.java618 * set of actions found exported by the component.
622 Action[] actions = editor.getActions();
624 int n = actions.length;
626 Action a = actions[i];
2065 * Wrapper for text actions to return isEnabled false in case editor is non editable
2361 * This is the type of transfer actions supported by the source. Some models are
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DXPathParser.java824 protected CUP$XPathParser$actions action_obj;
829 action_obj = new CUP$XPathParser$actions(this);
1112 class CUP$XPathParser$actions {
1116 CUP$XPathParser$actions(XPathParser parser) {
1128 /* Symbol object for return from actions */

Completed in 812 milliseconds

123456