diff options
author | Tor Norbye <tnorbye@google.com> | 2010-11-29 15:54:33 -0800 |
---|---|---|
committer | Tor Norbye <tnorbye@google.com> | 2010-11-29 16:12:06 -0800 |
commit | dc040487da0fed1b5f366c5435bdff3638bc37b6 (patch) | |
tree | a3fcdaf7e902a36ff14879e0d9226cd973edea10 /eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/LinearLayoutRule.java | |
parent | 84fe98990992bfd57d327c05839dff6f8ec585cc (diff) | |
download | sdk-dc040487da0fed1b5f366c5435bdff3638bc37b6.zip sdk-dc040487da0fed1b5f366c5435bdff3638bc37b6.tar.gz sdk-dc040487da0fed1b5f366c5435bdff3638bc37b6.tar.bz2 |
Rename some layout editor classes
This changeset contains only renaming of some classes (and a couple
of >100 column adjustments), no semantic changes.
The name changes are:
BaseView => BaseViewRule
BaseLayout => BaseLayoutRule
ScaleInfo => CanvasTransform
CanvasSelection => SelectionItem
PropertySheetPage2 => PropertySheetPage
OutlinePage2 => OutlinePage
Change-Id: I14d8c711b12154f4fcb2169129fd553e31fdab84
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/LinearLayoutRule.java')
-rw-r--r-- | eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/LinearLayoutRule.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/LinearLayoutRule.java b/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/LinearLayoutRule.java index 77e6d54..d797677 100644 --- a/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/LinearLayoutRule.java +++ b/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/LinearLayoutRule.java @@ -48,7 +48,7 @@ import java.util.Map; * An {@link IViewRule} for android.widget.LinearLayout and all its derived * classes. */ -public class LinearLayoutRule extends BaseLayout { +public class LinearLayoutRule extends BaseLayoutRule { /** * Add an explicit Orientation toggle to the context menu. */ |