Lines Matching refs:order
66 … <p>The order of factories is important: If two property handlers declare themself responsible
103 single lines, and those lines are displayed successively. To determine an order of
104 the property lines, the inspector model can associate an "order index" with each property.
106 have the same relative ordering as the "order indexes" of their properties.</p>
110 to be displayed after another property <code>Bar</code>, then the order index
111 of <code>Foo</code> should be greater than the order index of <code>Bar</code>.
113 <p>If for two different properties the same order index is returned, the
114 <type>ObjectInspector</type> will assume the order in which those properties
118 … to the order of the handlers, as provided in the <member>HandlerFactories</member> attribute.</p>
121 the property whose global order index should be retrieved
123 the global order index of <arg>PropertyName</arg>.