OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:presentationWidth
(Results
1 - 2
of
2
) sorted by null
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
CompoundPropertyEditorPresentation.java
57
int
presentationWidth
= presentation.show(propertyTable, property, x, y, width, height);
58
sumWidth +=
presentationWidth
;
59
width -=
presentationWidth
;
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTable.java
623
int
presentationWidth
=
631
bounds.width -=
presentationWidth
;
[
all
...]
Completed in 85 milliseconds