OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ComplexProperty
(Results
1 - 2
of
2
) sorted by null
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
ComplexProperty.java
31
public class
ComplexProperty
extends Property {
43
public
ComplexProperty
(String title, String text) {
47
public
ComplexProperty
(String title, String text, Property[] properties) {
175
return ((
ComplexProperty
) property).getProperties();
185
return ((
ComplexProperty
) property).getText();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertyFactory.java
53
import org.eclipse.wb.internal.core.model.property.
ComplexProperty
;
75
* these, and sometimes combining them into {@link
ComplexProperty
} category
268
Map<String,
ComplexProperty
> categoryToProperty = new HashMap<String,
ComplexProperty
>();
335
ComplexProperty
complex = categoryToProperty.get(category);
337
complex = new
ComplexProperty
(
366
ComplexProperty
complex = categoryToProperty.get(category);
399
Property marginProperty = new
ComplexProperty
(
412
Property property = new
ComplexProperty
(
427
Property property = new
ComplexProperty
(
[
all
...]
Completed in 27 milliseconds