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

123456

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJFormattedTextField.java733 * <code>actions</code>.
735 private void setFormatterActions(Action[] actions) { argument
736 if (actions == null) {
757 for (int counter = actions.length - 1; counter >= 0;
759 Object key = actions[counter].getValue(Action.NAME);
762 textFormatterActionMap.put(key, actions[counter]);
/openjdk7/jdk/src/share/classes/java/net/
H A DSocketPermission.java51 * host specification and a set of "actions" specifying ways to
101 * The "resolve" action is implied when any of the other actions are present.
104 * The actions string is converted to lowercase before processing.
166 * No actions
171 * All actions
180 // the actions mask
184 * the actions string.
189 private String actions; // Left null as long as possible, then field in class:SocketPermission
245 * Creates a new SocketPermission object with the specified actions.
253 * The <i>actions</
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DMBeanInstantiator.java739 String actions) {
741 checkMBeanPermission(clazz.getName(), member, objectName, actions);
748 String actions)
755 actions);
736 checkMBeanPermission(Class<?> clazz, String member, ObjectName objectName, String actions) argument
745 checkMBeanPermission(String classname, String member, ObjectName objectName, String actions) argument
H A DJmxMBeanServer.java1503 String actions)
1510 actions);
1500 checkMBeanPermission(String classname, String member, ObjectName objectName, String actions) argument
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DServerNotifForwarder.java367 final ObjectName name, final String actions)
369 checkMBeanPermission(mbeanServer,name,actions);
373 final MBeanServer mbs, final ObjectName name, final String actions)
396 actions);
366 checkMBeanPermission( final ObjectName name, final String actions) argument
372 checkMBeanPermission( final MBeanServer mbs, final ObjectName name, final String actions) argument
/openjdk7/jdk/src/share/classes/java/awt/dnd/
H A DDropTarget.java82 * @param ops The default acceptable actions for this <code>DropTarget</code>
130 * @param ops The default acceptable actions for this <code>DropTarget</code>
180 * @param ops The default acceptable actions for this <code>DropTarget</code>
246 * Sets the default acceptable actions for this <code>DropTarget</code>
248 * @param ops the default actions
262 actions = ops;
269 * @return the current default actions
273 return actions;
610 actions = f.get("actions", DnDConstant
832 int actions = DnDConstants.ACTION_COPY_OR_MOVE; field in class:DropTarget
[all...]
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWDragSourceContextPeer.java154 int actions,
151 createDragSource(Component component, Transferable transferable, InputEvent nativeTrigger, int actions, long[] formats, Map formatMap) argument
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DParser.java75 this.actions = this;
87 this.actions = this;
93 public Parser(Scanner scanner, ParserActions actions) throws IOException { argument
95 this.actions = actions;
99 * Usually <code>this.actions == (ParserActions)this</code>.
106 ParserActions actions; field in class:Parser
1594 actions.defineField(p, curClass, doc, mod,
1710 actions.defineField(p, curClass, doc, mod, t, id,
1719 actions
[all...]
/openjdk7/jdk/src/share/classes/javax/security/auth/
H A DPrivateCredentialPermission.java42 * The only valid value for this Permission's actions is, "read".
165 * @param actions the actions specifying that the Credential can be read.
168 * to the correct syntax or if <code>actions</code> is not "read".
170 public PrivateCredentialPermission(String name, String actions) { argument
173 if (!"read".equalsIgnoreCase(actions))
175 (ResourcesMgr.getString("actions.can.only.be.read."));
301 * Returns the "canonical string representation" of the actions.
306 * @return the actions (always returns "read").
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Coordinator/src/com/sun/hotspot/igv/coordinator/actions/
H A DImportAction.java25 package com.sun.hotspot.igv.coordinator.actions;
49 import org.openide.util.actions.CallableSystemAction;
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/
H A DFilterTopComponent.java26 import com.sun.hotspot.igv.filterwindow.actions.MoveFilterDownAction;
27 import com.sun.hotspot.igv.filterwindow.actions.MoveFilterUpAction;
28 import com.sun.hotspot.igv.filterwindow.actions.NewFilterAction;
29 import com.sun.hotspot.igv.filterwindow.actions.RemoveFilterAction;
30 import com.sun.hotspot.igv.filterwindow.actions.RemoveFilterSettingsAction;
31 import com.sun.hotspot.igv.filterwindow.actions.SaveFilterSettingsAction;
79 import org.openide.util.actions.SystemAction;
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DJTextComponent.java120 * found with the {@link #getActions} method. These actions
131 * strokes to actions.
133 * can use actions that extend <code>TextAction</code>.
153 * components in order to bind events to actions. Swing encourages the
546 * actions as a way to restrict the cursor movement.
557 * actions as a way to restrict the cursor movement. A null return value
643 * actions. Setting to <code>null</code> effectively disables
1159 * the cut, copy, and paste actions associated with a
1181 * The sets of bindings and actions may be empty but must be
1186 * @param actions th
1188 loadKeymap(Keymap map, KeyBinding[] bindings, Action[] actions) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/rmi/rmid/
H A DExecOptionPermission.java63 public ExecOptionPermission(String name, String actions) { argument
145 * Returns the canonical string representation of the actions.
147 * @return the canonical string representation of the actions.
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Coordinator/src/com/sun/hotspot/igv/coordinator/
H A DFolderNode.java26 import com.sun.hotspot.igv.coordinator.actions.RemoveCookie;
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDnDDropTargetProtocol.java426 int actions = DnDConstants.ACTION_NONE;
459 /* Extract the list of supported actions. */
462 actions = DnDConstants.ACTION_COPY;
477 actions |=
483 * If XdndActionList is not set we try to guess which actions are
486 actions = DnDConstants.ACTION_COPY;
570 sourceActions = actions;
H A DMotifDnDDragSourceProtocol.java67 protected void initializeDragImpl(int actions, Transferable contents, argument
/openjdk7/jdk/src/share/classes/sun/security/tools/policytool/
H A DPolicyTool.java449 * A Permission entry consists of a permission, name, and actions.
634 String actions)
648 if (actions != null) objects.add(actions);
861 String actions = null;
863 // get the actions
866 actions = perm.getActions();
871 actions);
2018 // actions label and textfield
2166 String actions
632 verifyPermission(String type, String name, String actions) argument
2538 setPermissionActions(Perm inputPerm, Choice actions, TextField field) argument
3723 Perm(String clazz, String fullClass, String[] targets, String[] actions) argument
[all...]
/openjdk7/jdk/src/share/classes/java/security/
H A DBasicPermission.java56 * (ones that contain a name but no actions list; you either have the
58 * Subclasses may implement actions on top of BasicPermission,
144 * actions String is currently unused.
147 * @param actions ignored.
152 public BasicPermission(String name, String actions) argument
236 * Returns the canonical string representation of the actions,
237 * which currently is the empty string "", since there are no actions for
/openjdk7/jdk/src/share/classes/sun/swing/
H A DFilePane.java62 // Constants for actions. These are used for the actions' ACTION_COMMAND_KEY
74 private Action[] actions; field in class:FilePane
472 if (actions == null) {
545 actions = actionList.toArray(new Action[actionList.size()]);
548 return actions;
556 public static void addActionsToMap(ActionMap map, Action[] actions) { argument
557 if (map != null && actions != null) {
558 for (Action a : actions) {
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftSynthesizer.java630 List<PrivilegedAction<InputStream>> actions =
633 actions.add(new PrivilegedAction<InputStream>() {
668 actions.add(new PrivilegedAction<InputStream>() {
685 actions.add(new PrivilegedAction<InputStream>() {
704 for (PrivilegedAction<InputStream> action : actions) {
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DDiagramScene.java116 private Action[] actions; field in class:DiagramScene
344 public DiagramScene(Action[] actions, DiagramViewModel model) { argument
345 this.actions = actions;
1163 for (Action a : actions) {
/openjdk7/jdk/src/share/demo/jfc/Notepad/
H A DNotepad.java123 Action[] actions = getActions();
124 for (Action a : actions) {
171 * Fetch the list of actions supported by this
173 * of actions supported by the embedded JTextComponent
174 * augmented with the actions defined locally.
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_DnDDS.h50 jint actions, jlongArray formats, jobject formatMap);
H A Dawt_DnDDS.cpp73 DWORD __cdecl convertActionsToDROPEFFECT(jint actions);
300 jint actions, jlongArray formats,
306 m_actions = actions;
1714 jobject trigger, jint actions,
1726 transferable, trigger, actions,
298 AwtDragSource(JNIEnv* env, jobject peer, jobject component, jobject transferable, jobject trigger, jint actions, jlongArray formats, jobject formatMap) argument
1712 Java_sun_awt_windows_WDragSourceContextPeer_createDragSource( JNIEnv* env, jobject self, jobject component, jobject transferable, jobject trigger, jint actions, jlongArray formats, jobject formatMap) argument
/openjdk7/jdk/src/share/classes/com/sun/jmx/interceptor/
H A DDefaultMBeanServerInterceptor.java1810 String actions) {
1816 actions);
1823 String actions) {
1829 actions);
1860 * post registration actions (or post unregistration actions) outside
1807 checkMBeanPermission(DynamicMBean mbean, String member, ObjectName objectName, String actions) argument
1820 checkMBeanPermission(String classname, String member, ObjectName objectName, String actions) argument

Completed in 165 milliseconds

123456