Searched refs:components (Results 51 - 75 of 84) sorted by relevance

1234

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/dynamicany/
H A DDynAnyConstructedImpl.java58 DynAny[] components = emptyComponents; field in class:DynAnyConstructedImpl
76 // set the current position to 0 if any has components, otherwise to -1.
87 // set the current position to 0 if any has components, otherwise to -1.
125 return (checkInitComponents() ? components[index] : null);
132 return (checkInitComponents() ? components.length : 0);
143 if (index >= 0 && index < components.length) {
162 if (newIndex < components.length) {
183 components = emptyComponents;
196 // Makes sure that the components representation is initialized
249 for (int i=0; i<components
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicToolBarUI.java273 // Put focus listener on all components in toolbar
274 Component[] components = toolBar.getComponents();
276 for (Component component : components) {
306 // Remove focus listener from all components in toolbar
307 Component[] components = toolBar.getComponents();
309 for (Component component : components) {
409 * Creates a rollover border for toolbar components. The
432 * Creates the non rollover border for toolbar components. This
433 * border will be installed as the border for components added
604 * Installs rollover borders on all the child components o
[all...]
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DComponentColorModel.java37 * color components in the <CODE>ColorSpace</CODE>. There may be a
49 * The translation from pixel sample values to color/alpha components for
51 * samples to components.
56 * The translation from sample values to normalized color/alpha components
97 * to 1.0. Second the min/max range of all color components of the
132 * use all the bits of all sample values. Thus all color/alpha components
149 * rendering such that color components fall within the normalized range
157 * an <CODE>IllegalArgumentException</CODE>, unless the number of components
206 * parameters. Color components will be in the specified
214 * length should be at least the number of components i
1681 getComponents(int pixel, int[] components, int offset) argument
1741 getComponents(Object pixel, int[] components, int offset) argument
1816 getUnnormalizedComponents(float[] normComponents, int normOffset, int[] components, int offset) argument
1865 getNormalizedComponents(int[] components, int offset, float[] normComponents, int normOffset) argument
1894 getDataElement(int[] components, int offset) argument
1952 getDataElements(int[] components, int offset, Object obj) argument
[all...]
/openjdk7/jdk/make/tools/src/build/tools/jdwpgen/
H A DAbstractGroupNode.java34 for (Iterator it = components.iterator(); it.hasNext();) {
H A DAltNode.java103 for (Iterator it = components.iterator(); it.hasNext();) {
/openjdk7/jdk/src/share/classes/com/sun/jndi/cosnaming/
H A DCNNameParser.java135 Vector components = new Vector(10);
176 components.addElement(stringifyComponent(
185 return components;
/openjdk7/jdk/make/tools/src/build/tools/generatenimbus/
H A DSynthModel.java47 @XmlElementWrapper(name="components")
48 private ArrayList<UIComponent> components; field in class:SynthModel
51 for (UIComponent c: components) {
73 for (UIComponent c: components) {
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaFileView.java292 final LinkedList<String> components = getPathComponents(mFile);
293 if (components == null) {
299 for (final String nextComponent : components) {
323 * Returns a linked list of Strings consisting of the components of
327 * @return A linked list of the components of this file's path
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/
H A DHostAddresses.java96 String[] components = serverPrincipal.getNameStrings();
99 components.length < 2)
102 String host = components[1];
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextMeasurer.java131 // line components in logical order
134 // index where components begin
137 // index where components end
142 // used to find valid starting points for line components
257 * Generate components for the paragraph. fChars, fBidi should have been
422 TextLineComponent[] components = new TextLineComponent[componentCount];
446 components[newCompIndex++] = fComponents[tlcIndex].getSubset(
462 return components;
477 TextLineComponent[] components = makeComponentsOnRange(startPos, limitPos);
480 components,
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DGridBagLayout.java32 * manager that aligns components vertically, horizontally or along their
33 * baseline without requiring that the components be of the same size.
56 * with its components. You customize a <code>GridBagConstraints</code>
173 * all the components clump together in the center of their container.
180 * components in that row that have a valid baseline and are aligned
183 * If none of the components in the row has a valid baseline, the row
201 * This layout consists of three components:
215 * value. How components change is dictated by how the baseline of the
217 * bottom of the display area if any components with the same prevailing row
222 * <li>Resizable components positione
[all...]
H A DContainerOrderFocusTraversalPolicy.java95 * The 1st point assumes producing a list of components representing the focus
121 Component[] components = container.getComponents();
122 for (int i = 0; i < components.length; i++) {
123 Component comp = components[i];
H A DColor.java45 * getting the color/alpha components of a <code>Color</code>, the color
46 * components are never premultiplied by the alpha component.
214 * <code>float</code> components (no alpha).
226 * <code>float</code> components (no alpha).
282 * Checks the color integer components supplied for validity.
316 * Checks the color <code>float</code> components supplied for
406 * @param rgb the combined RGB components
424 * @param rgba the combined RGBA components
501 * with the color components specified in the <code>float</code>
502 * array and the specified alpha. The number of components i
517 Color(ColorSpace cspace, float components[], float alpha) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DDefaultDesktopManager.java485 // Get the parent bounds and child components.
499 Component [] components = c.getComponents();
523 for ( int i=0; i<components.length; i++ ) {
529 if ( components[i] instanceof JInternalFrame ) {
530 currentIcon = ((JInternalFrame)components[i]).getDesktopIcon();
532 else if ( components[i] instanceof JInternalFrame.JDesktopIcon ){
533 currentIcon = (JInternalFrame.JDesktopIcon)components[i];
H A DSortingFocusTraversalPolicy.java147 Component[] components = container.getComponents();
148 for (Component comp : components) {
H A DGroupLayout.java40 * groups components in order to position them in a {@code Container}.
71 * components contained in it. The vertical group is responsible for
74 * components contained in it. Each {@code Component} must exist in both
80 * axis. The sequential group contains three components. A parallel group
97 * of each of the components. As all three components have the same height,
100 * The following diagram shows the same three components, but with the
107 * As {@code c1} is the largest of the three components, the parallel
126 * between components that touch the edge of the parent container and the
136 * // Turn on automatically adding gaps between components
698 linkSize(Component... components) argument
726 linkSize(int axis, Component... components) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifDesktopPaneUI.java251 Component[] components = desktop.getComponents();
253 for (int i=0; i<components.length; i++) {
254 Component comp = components[i];
/openjdk7/jdk/src/share/classes/com/sun/tools/script/shell/
H A DMain.java497 String[] components = path.split(File.pathSeparator);
498 URL[] urls = new URL[components.length];
500 while(count < components.length) {
501 URL url = fileToURL(new File(components[count]));
/openjdk7/jdk/test/java/awt/List/SetBackgroundTest/
H A DSetBackgroundTest.java109 Component[] components = new Component[] {
114 for (Component component : components) {
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A DREADME188 red, green, and blue components. The components are already
194 Store the appropriate color components for the indicated output
212 requested red, green, and blue components. The components
227 red, green, and blue components. The components are already
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java291 // components declared within the same xsd document
1212 // components, and to record which components redefine others (so
1219 // of all other global components (and children of <redefine>). We
2518 XSObject[] components = schemaSource.getComponents();
2519 if (components != null && components.length > 0) {
2521 Vector expandedComponents = expandComponents(components, importDependencies);
2525 desc.setTargetNamespace(components[0].getNamespace());
2584 private boolean canAddComponents(Vector components) { argument
2973 expandComponents(XSObject[] components, Map<String, Vector> dependencies) argument
3168 addGlobalComponents(Vector components, Map<String, Vector> importDependencies) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSModelImpl.java54 * which could be components from different namespaces.
96 // store a certain kind of components from all namespaces
98 // store a certain kind of components from one namespace
253 final XSObject[] components = new XSObject[length];
257 tables[i].getValues(components, start);
261 return new XSObjectListImpl(components, length);
268 * <code>null</code> if all components don't have a targetNamespace.
287 * Returns a list of top-level components, i.e. element declarations,
306 // get all hashtables from all namespaces for this type of components
353 * <code>null</code> (for components wit
[all...]
/openjdk7/jdk/make/
H A DMakefile55 import in pre-built components like the VM from the JDK_IMPORT_PATH. \n\
73 import -- copy in the pre-built components (e.g. VM) \n\
74 import_product -- copy in the product components \n\
75 import_fastdebug -- copy in the fastdebug components \n\
76 import_debug -- copy in the debug components \n\
96 JDK_IMPORT_PATH.desc = JDK used to import components of the build
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.cpp614 ComponentList &components = (ComponentList &)_components; local
616 components.reset();
617 while( (comp = components.iter()) != NULL ) {
660 ComponentList &components = (ComponentList &)_components; local
662 components.reset();
663 while( (comp = components.iter()) != NULL ) {
725 int pos = components.operand_position(unique->_name);
896 // Add top-level operands to the components
1330 // length of the array has to be the number of components + 1.
2331 // Iterate through components an
3171 append_components(FormDict& locals, ComponentList& components, bool def_flag) const argument
3849 append_components(FormDict& locals, ComponentList& components, bool def_flag) const argument
[all...]
H A Dformssel.hpp342 FormDict _localNames; // Table of components & their types
568 FormDict _localNames; // Table of components & their types
940 virtual void append_components(FormDict& locals, ComponentList& components,
999 virtual void append_components(FormDict& locals, ComponentList& components, bool def_flag = false) const;

Completed in 128 milliseconds

1234