Searched refs:component (Results 176 - 199 of 199) sorted by relevance

12345678

/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCDropTarget.m68 - (id)init:(jobject)jdropTarget component:(jobject)jcomponent peer:(jobject)jpeer control:(id)control
501 // 1-6-03 Note: if the entry point of this CDropTarget isn't covered by a droppable component
722 dropTarget = [[CDropTarget alloc] init:jdroptarget component:jcomponent peer:jpeer control:controlObj];
H A DCDragSource.m87 - (id)init:(jobject)jdragsourcecontextpeer component:(jobject)jcomponent peer:(jobject)jpeer control:(id)control
H A DJavaComponentAccessibility.m397 // if there's a component, it can be enabled and it has a size/position
404 // According to javadoc, a component that is focusable will return true from isFocusTraversable,
406 // We use the former heuristic; if the component focus-traversable, add a focused attribute
681 NSLog(@"WARNING: %s called on component that has no accessible component: %@", __FUNCTION__, self);
703 // According to javadoc, a component that is focusable will return true from isFocusTraversable,
705 // We use the former heuristic; if the component focus-traversable, add a focused attribute
840 // this component has assigned itself a custom AccessibleRole not in the sRoles array
988 // ask Java for the component's accessibleValue. In java, the "accessibleValue" just means a numerical value
1371 static BOOL ObjectEquals(JNIEnv *env, jobject a, jobject b, jobject component);
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_DnDDS.h48 AwtDragSource(JNIEnv* env, jobject peer, jobject component,
H A Dawt_DnDDS.cpp298 AwtDragSource::AwtDragSource(JNIEnv* env, jobject peer, jobject component, argument
320 m_component = env->NewGlobalRef(component);
1713 JNIEnv* env, jobject self, jobject component, jobject transferable,
1725 AwtDragSource* ds = new AwtDragSource(env, self, component,
1712 Java_sun_awt_windows_WDragSourceContextPeer_createDragSource( JNIEnv* env, jobject self, jobject component, jobject transferable, jobject trigger, jint actions, jlongArray formats, jobject formatMap) argument
H A Dawt_Toolkit.cpp625 * Structure holding the information to create a component. This packet is
635 * Create an AwtXxxx component using a given factory function
639 void AwtToolkit::CreateComponent(void* component, void* parent, argument
650 jobject gcomponent = env->NewGlobalRef((jobject)component);
762 // all the messages for this component are processed, so
767 // component to be processed
1397 * Offer preprocessing first to the target component, then call out to
H A Dawt_Window.cpp138 jobject component; member in struct:RequestWindowFocusStruct
1706 /* Update the java AWT target component's fields directly */
1913 // various component-related values, such as insets
2102 jobject self = rfs->component;
3622 rfs->component = selfGlobalRef;
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicLookAndFeel.java1595 "TableHeader.focusCellBackground", table.getColor("text"), // like text component bg
2250 * events that can possibly invoke popup on the component
2311 Component component = (Component)object;
2312 if (component != null) {
2313 Component parent = component;
H A DBasicTabbedPaneUI.java182 * This is set to true when a component is added/removed from the tab
646 * Returns an enum indicating how the baseline of the component
681 // The offset is not applied to the tab component, and so
817 * @param selectedIndex the tab index of the selected component
1515 * of the JTabbedPane component. This is required because the tab rects
1516 * are by default defined in the coordinate space of the component where
1615 protected void setVisibleComponent(Component component) { argument
1617 && visibleComponent != component
1623 if (component != null && !component
[all...]
H A DBasicTableHeaderUI.java709 Component component = getHeaderRenderer(columnIndex);
710 rendererPane.paintComponent(g, component, header, cellRect.x, cellRect.y,
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTable.java210 * description: A component which displays data in a two dimensional grid.
441 * The drop mode for this component.
779 // add JScrollBar corner component if available from LAF and not already set by the user
1453 * Sets the drop mode for this component. For backward compatibility,
1472 * The drop mode is only meaningful if this component has a
1504 * Returns the drop mode for this component.
1506 * @return the drop mode for this component
1515 * Calculates a drop location in this component, representing where a
1699 * In some cases, the component may need to use it's internal selection
1708 * Let's say that on the first call to this method the component decide
[all...]
H A DJComponent.java71 * To use a component that inherits from <code>JComponent</code>,
72 * you must place the component in a containment hierarchy
91 * The look and feel for each component is provided by a
107 * over a component.
119 * <li>Support for component-specific properties.
225 * returned component.
242 /** The look and feel delegate for this component. */
244 /** A list of event listeners for this component. */
256 /* Input verifier for this component */
273 * the component ha
[all...]
H A DJMenu.java151 * Location of the popup component. Location is <code>null</code>
234 * Returns the name of the L&F class that renders this component.
552 * Return the customized location of the popup component.
559 * Sets the location of the popup component.
583 * Appends a component to the end of this menu.
584 * Returns the component added.
596 * Adds the specified component to this container at the given
597 * position. If <code>index</code> equals -1, the component will
600 * @param index the position at which to insert the component
757 * If the component a
[all...]
H A DJList.java57 * A component that displays a list of objects and allows the user to select
154 * painted, the list's {@code ListUI} asks the cell renderer for the component,
157 * component to render, is installed by the lists's {@code ListUI}. You can
278 * description: A component which allows for the selection of one or more objects from a list.
334 * The drop mode for this component.
363 * the associated component. If the drop mode is either
503 * renders this component.
505 * @return the <code>ListUI</code> object that renders this component
514 * renders this component.
552 * the look and feel for this component
3190 private Component component = null; field in class:JList.AccessibleJList.AccessibleJListChild
[all...]
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneCopyFromBasicUI.java174 * This is set to true when a component is added/removed from the tab
616 * Returns an enum indicating how the baseline of the component
650 // The offset is not applied to the tab component, and so
778 * @param selectedIndex the tab index of the selected component
1400 * of the JTabbedPane component. This is required because the tab rects
1401 * are by default defined in the coordinate space of the component where
1497 protected void setVisibleComponent(final Component component) { argument
1498 if (visibleComponent != null && visibleComponent != component && visibleComponent.getParent() == tabPane && visibleComponent.isVisible()) {
1502 if (component != null && !component
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/
H A DAWTAccessor.java68 * Sets whether the native background erase for a component
74 * component has been disabled via
80 * Gets the bounds of this component in the form of a
82 * component's width, height, and location relative to
87 * Sets the shape of a lw component to cut out from hw components.
94 * Sets GraphicsConfiguration value for the component.
98 * Requests focus to the component.
102 * Determines if the component can gain focus.
107 * Returns whether the component is visible without invoking
118 * Returns the appContext of the component
414 setMostRecentFocusOwner(Window window, Component component) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthTreeUI.java78 * Creates a new UI object for the given component.
80 * @param x component to create UI object for
253 * Notifies this UI delegate to repaint the specified component.
254 * This method paints the component background, then calls
261 * @param c the component being painted
285 * Paints the specified component according to the Look and Feel.
290 * @param c the component being painted
302 * Paints the specified component.
304 * @param context context for the component being painted
573 Component component
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKLookAndFeel.java1729 public int getContainerGap(JComponent component, int position, argument
1732 super.getContainerGap(component, position, parent);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsIconFactory.java671 public Icon getIcon(JMenuItem component) { argument
672 return new VistaMenuItemCheckIcon(component);
/openjdk7/jdk/src/share/classes/sun/security/tools/policytool/
H A DPolicyTool.java1063 * Add a component to the PolicyTool window
1065 void addNewComponent(Container container, Component component, argument
1069 // add the component at the specified gridbag index
1070 container.add(component, index);
1083 gbl.setConstraints(component, gbc);
1088 * Add a component to the PolicyTool window without external padding
1090 void addNewComponent(Container container, Component component, argument
1095 addNewComponent(container, component, index, gridx, gridy,
1102 * Init the policy_entry_list TEXTAREA component in the
1113 * Replace the policy_entry_list TEXTAREA component i
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifBorders.java277 public JComponent component() { method in class:MotifBorders.FrameBorder
411 // Returns true if the associated component has focus.
652 * Paints the border for the specified component with the
654 * @param c the component for which this border is being painted
704 * @param c the component for which this border insets value applies
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec279 (string path "One component of classpath") )
281 (string path "One component of bootclasspath") )
2126 "array component type exactly. For object values, there must be a "
2128 "array component type and the array component type must be loaded. "
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DJTextComponent.java97 * interface that have been registered with the text component.
105 * of a text component within <code>JScrollPane</code>. The default caret
115 * to manipulate the component. This is essentially the way that
116 * the component expresses its capabilities. These are expressed
119 * The set of commands supported by the text component can be
137 * sent to the action doesn't contain the target text component as its source).
146 * component because they are handled by an input method, and some text input
147 * reaches the text component as committed text within an {@link
183 * <tr><td headers="stage">6. </td><td headers="ke">keyboard handling in JComponent (e.g. accelerators, component navigation, etc.)</td>
196 * By default the component wil
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp901 VerificationType component =
903 current_frame.push_stack(component, CHECK_VERIFY(this));
2531 // add one dimension to component
2538 // add one dimension to component with 'L' prepended and ';' postpended.

Completed in 138 milliseconds

12345678