ADT: Move more packages into internal:
editors -> adt.internal.editors. This also marks the final refactoring of combining previous editors/common plugin under the adt package.
This commit is contained in:
@@ -48,35 +48,35 @@ Require-Bundle: com.android.ide.eclipse.ddms,
|
|||||||
Eclipse-LazyStart: true
|
Eclipse-LazyStart: true
|
||||||
Export-Package: com.android.ide.eclipse.adt;x-friends:="com.android.ide.eclipse.tests",
|
Export-Package: com.android.ide.eclipse.adt;x-friends:="com.android.ide.eclipse.tests",
|
||||||
com.android.ide.eclipse.adt.internal.build;x-friends:="com.android.ide.eclipse.tests",
|
com.android.ide.eclipse.adt.internal.build;x-friends:="com.android.ide.eclipse.tests",
|
||||||
|
com.android.ide.eclipse.adt.internal.editors;x-friends:="com.android.ide.eclipse.tests",
|
||||||
|
com.android.ide.eclipse.adt.internal.editors.descriptors;x-friends:="com.android.ide.eclipse.tests",
|
||||||
|
com.android.ide.eclipse.adt.internal.editors.layout;x-friends:="com.android.ide.eclipse.tests",
|
||||||
|
com.android.ide.eclipse.adt.internal.editors.layout.descriptors;x-friends:="com.android.ide.eclipse.tests",
|
||||||
|
com.android.ide.eclipse.adt.internal.editors.layout.parts;x-friends:="com.android.ide.eclipse.tests",
|
||||||
|
com.android.ide.eclipse.adt.internal.editors.layout.uimodel;x-friends:="com.android.ide.eclipse.tests",
|
||||||
|
com.android.ide.eclipse.adt.internal.editors.manifest;x-friends:="com.android.ide.eclipse.tests",
|
||||||
|
com.android.ide.eclipse.adt.internal.editors.manifest.descriptors;x-friends:="com.android.ide.eclipse.tests",
|
||||||
|
com.android.ide.eclipse.adt.internal.editors.manifest.model;x-friends:="com.android.ide.eclipse.tests",
|
||||||
|
com.android.ide.eclipse.adt.internal.editors.manifest.pages;x-friends:="com.android.ide.eclipse.tests",
|
||||||
|
com.android.ide.eclipse.adt.internal.editors.menu;x-friends:="com.android.ide.eclipse.tests",
|
||||||
|
com.android.ide.eclipse.adt.internal.editors.menu.descriptors;x-friends:="com.android.ide.eclipse.tests",
|
||||||
|
com.android.ide.eclipse.adt.internal.editors.resources;x-friends:="com.android.ide.eclipse.tests",
|
||||||
|
com.android.ide.eclipse.adt.internal.editors.resources.configurations;x-friends:="com.android.ide.eclipse.tests",
|
||||||
|
com.android.ide.eclipse.adt.internal.editors.resources.descriptors;x-friends:="com.android.ide.eclipse.tests",
|
||||||
|
com.android.ide.eclipse.adt.internal.editors.resources.explorer;x-friends:="com.android.ide.eclipse.tests",
|
||||||
|
com.android.ide.eclipse.adt.internal.editors.resources.manager;x-friends:="com.android.ide.eclipse.tests",
|
||||||
|
com.android.ide.eclipse.adt.internal.editors.resources.manager.files;x-friends:="com.android.ide.eclipse.tests",
|
||||||
|
com.android.ide.eclipse.adt.internal.editors.resources.uimodel;x-friends:="com.android.ide.eclipse.tests",
|
||||||
|
com.android.ide.eclipse.adt.internal.editors.ui;x-friends:="com.android.ide.eclipse.tests",
|
||||||
|
com.android.ide.eclipse.adt.internal.editors.ui.tree;x-friends:="com.android.ide.eclipse.tests",
|
||||||
|
com.android.ide.eclipse.adt.internal.editors.uimodel;x-friends:="com.android.ide.eclipse.tests",
|
||||||
|
com.android.ide.eclipse.adt.internal.editors.xml;x-friends:="com.android.ide.eclipse.tests",
|
||||||
|
com.android.ide.eclipse.adt.internal.editors.xml.descriptors;x-friends:="com.android.ide.eclipse.tests",
|
||||||
com.android.ide.eclipse.adt.internal.launch;x-friends:="com.android.ide.eclipse.tests",
|
com.android.ide.eclipse.adt.internal.launch;x-friends:="com.android.ide.eclipse.tests",
|
||||||
com.android.ide.eclipse.adt.internal.project;x-friends:="com.android.ide.eclipse.tests",
|
com.android.ide.eclipse.adt.internal.project;x-friends:="com.android.ide.eclipse.tests",
|
||||||
com.android.ide.eclipse.adt.internal.resources;x-friends:="com.android.ide.eclipse.tests",
|
com.android.ide.eclipse.adt.internal.resources;x-friends:="com.android.ide.eclipse.tests",
|
||||||
com.android.ide.eclipse.adt.internal.sdk;x-friends:="com.android.ide.eclipse.tests",
|
com.android.ide.eclipse.adt.internal.sdk;x-friends:="com.android.ide.eclipse.tests",
|
||||||
com.android.ide.eclipse.adt.internal.ui;x-friends:="com.android.ide.eclipse.tests",
|
com.android.ide.eclipse.adt.internal.ui;x-friends:="com.android.ide.eclipse.tests",
|
||||||
com.android.ide.eclipse.adt.internal.wizards.newproject;x-friends:="com.android.ide.eclipse.tests",
|
com.android.ide.eclipse.adt.internal.wizards.newproject;x-friends:="com.android.ide.eclipse.tests"
|
||||||
com.android.ide.eclipse.editors;x-friends:="com.android.ide.eclipse.tests",
|
|
||||||
com.android.ide.eclipse.editors.descriptors;x-friends:="com.android.ide.eclipse.tests",
|
|
||||||
com.android.ide.eclipse.editors.layout;x-friends:="com.android.ide.eclipse.tests",
|
|
||||||
com.android.ide.eclipse.editors.layout.descriptors;x-friends:="com.android.ide.eclipse.tests",
|
|
||||||
com.android.ide.eclipse.editors.layout.parts;x-friends:="com.android.ide.eclipse.tests",
|
|
||||||
com.android.ide.eclipse.editors.layout.uimodel;x-friends:="com.android.ide.eclipse.tests",
|
|
||||||
com.android.ide.eclipse.editors.manifest;x-friends:="com.android.ide.eclipse.tests",
|
|
||||||
com.android.ide.eclipse.editors.manifest.descriptors;x-friends:="com.android.ide.eclipse.tests",
|
|
||||||
com.android.ide.eclipse.editors.manifest.model;x-friends:="com.android.ide.eclipse.tests",
|
|
||||||
com.android.ide.eclipse.editors.manifest.pages;x-friends:="com.android.ide.eclipse.tests",
|
|
||||||
com.android.ide.eclipse.editors.menu;x-friends:="com.android.ide.eclipse.tests",
|
|
||||||
com.android.ide.eclipse.editors.menu.descriptors;x-friends:="com.android.ide.eclipse.tests",
|
|
||||||
com.android.ide.eclipse.editors.resources;x-friends:="com.android.ide.eclipse.tests",
|
|
||||||
com.android.ide.eclipse.editors.resources.configurations;x-friends:="com.android.ide.eclipse.tests",
|
|
||||||
com.android.ide.eclipse.editors.resources.descriptors;x-friends:="com.android.ide.eclipse.tests",
|
|
||||||
com.android.ide.eclipse.editors.resources.explorer;x-friends:="com.android.ide.eclipse.tests",
|
|
||||||
com.android.ide.eclipse.editors.resources.manager;x-friends:="com.android.ide.eclipse.tests",
|
|
||||||
com.android.ide.eclipse.editors.resources.manager.files;x-friends:="com.android.ide.eclipse.tests",
|
|
||||||
com.android.ide.eclipse.editors.resources.uimodel;x-friends:="com.android.ide.eclipse.tests",
|
|
||||||
com.android.ide.eclipse.editors.ui;x-friends:="com.android.ide.eclipse.tests",
|
|
||||||
com.android.ide.eclipse.editors.ui.tree;x-friends:="com.android.ide.eclipse.tests",
|
|
||||||
com.android.ide.eclipse.editors.uimodel;x-friends:="com.android.ide.eclipse.tests",
|
|
||||||
com.android.ide.eclipse.editors.xml;x-friends:="com.android.ide.eclipse.tests",
|
|
||||||
com.android.ide.eclipse.editors.xml.descriptors;x-friends:="com.android.ide.eclipse.tests"
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -400,7 +400,7 @@
|
|||||||
<extension
|
<extension
|
||||||
point="org.eclipse.ui.editors">
|
point="org.eclipse.ui.editors">
|
||||||
<editor
|
<editor
|
||||||
class="com.android.ide.eclipse.editors.manifest.ManifestEditor"
|
class="com.android.ide.eclipse.adt.internal.editors.manifest.ManifestEditor"
|
||||||
default="true"
|
default="true"
|
||||||
filenames="AndroidManifest.xml"
|
filenames="AndroidManifest.xml"
|
||||||
icon="icons/android.png"
|
icon="icons/android.png"
|
||||||
@@ -408,7 +408,7 @@
|
|||||||
name="Android Manifest Editor">
|
name="Android Manifest Editor">
|
||||||
</editor>
|
</editor>
|
||||||
<editor
|
<editor
|
||||||
class="com.android.ide.eclipse.editors.resources.ResourcesEditor"
|
class="com.android.ide.eclipse.adt.internal.editors.resources.ResourcesEditor"
|
||||||
default="false"
|
default="false"
|
||||||
extensions="xml"
|
extensions="xml"
|
||||||
icon="icons/android.png"
|
icon="icons/android.png"
|
||||||
@@ -416,16 +416,16 @@
|
|||||||
name="Android Resource Editor">
|
name="Android Resource Editor">
|
||||||
</editor>
|
</editor>
|
||||||
<editor
|
<editor
|
||||||
class="com.android.ide.eclipse.editors.layout.LayoutEditor"
|
class="com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditor"
|
||||||
default="false"
|
default="false"
|
||||||
extensions="xml"
|
extensions="xml"
|
||||||
icon="icons/android.png"
|
icon="icons/android.png"
|
||||||
id="com.android.ide.eclipse.editors.layout.LayoutEditor"
|
id="com.android.ide.eclipse.editors.layout.LayoutEditor"
|
||||||
matchingStrategy="com.android.ide.eclipse.editors.layout.MatchingStrategy"
|
matchingStrategy="com.android.ide.eclipse.adt.internal.editors.layout.MatchingStrategy"
|
||||||
name="Android Layout Editor">
|
name="Android Layout Editor">
|
||||||
</editor>
|
</editor>
|
||||||
<editor
|
<editor
|
||||||
class="com.android.ide.eclipse.editors.menu.MenuEditor"
|
class="com.android.ide.eclipse.adt.internal.editors.menu.MenuEditor"
|
||||||
default="false"
|
default="false"
|
||||||
extensions="xml"
|
extensions="xml"
|
||||||
icon="icons/android.png"
|
icon="icons/android.png"
|
||||||
@@ -433,7 +433,7 @@
|
|||||||
name="Android Menu Editor">
|
name="Android Menu Editor">
|
||||||
</editor>
|
</editor>
|
||||||
<editor
|
<editor
|
||||||
class="com.android.ide.eclipse.editors.xml.XmlEditor"
|
class="com.android.ide.eclipse.adt.internal.editors.xml.XmlEditor"
|
||||||
default="false"
|
default="false"
|
||||||
extensions="xml"
|
extensions="xml"
|
||||||
icon="icons/android.png"
|
icon="icons/android.png"
|
||||||
@@ -446,7 +446,7 @@
|
|||||||
<view
|
<view
|
||||||
allowMultiple="false"
|
allowMultiple="false"
|
||||||
category="com.android.ide.eclipse.ddms.views.category"
|
category="com.android.ide.eclipse.ddms.views.category"
|
||||||
class="com.android.ide.eclipse.editors.resources.explorer.ResourceExplorerView"
|
class="com.android.ide.eclipse.adt.internal.editors.resources.explorer.ResourceExplorerView"
|
||||||
icon="icons/android.png"
|
icon="icons/android.png"
|
||||||
id="com.android.ide.eclipse.editors.resources.explorer.ResourceExplorerView"
|
id="com.android.ide.eclipse.editors.resources.explorer.ResourceExplorerView"
|
||||||
name="Resource Explorer">
|
name="Resource Explorer">
|
||||||
|
|||||||
@@ -20,6 +20,17 @@ import com.android.ddmuilib.StackTracePanel;
|
|||||||
import com.android.ddmuilib.StackTracePanel.ISourceRevealer;
|
import com.android.ddmuilib.StackTracePanel.ISourceRevealer;
|
||||||
import com.android.ddmuilib.console.DdmConsole;
|
import com.android.ddmuilib.console.DdmConsole;
|
||||||
import com.android.ddmuilib.console.IDdmConsole;
|
import com.android.ddmuilib.console.IDdmConsole;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.IconFactory;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.menu.MenuEditor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.resources.ResourcesEditor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.resources.manager.ProjectResources;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.resources.manager.ResourceFolder;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.resources.manager.ResourceFolderType;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.resources.manager.ResourceManager;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.resources.manager.ResourceMonitor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.resources.manager.ResourceMonitor.IFileListener;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.xml.XmlEditor;
|
||||||
import com.android.ide.eclipse.adt.internal.launch.AndroidLaunchController;
|
import com.android.ide.eclipse.adt.internal.launch.AndroidLaunchController;
|
||||||
import com.android.ide.eclipse.adt.internal.preferences.BuildPreferencePage;
|
import com.android.ide.eclipse.adt.internal.preferences.BuildPreferencePage;
|
||||||
import com.android.ide.eclipse.adt.internal.project.AndroidClasspathContainerInitializer;
|
import com.android.ide.eclipse.adt.internal.project.AndroidClasspathContainerInitializer;
|
||||||
@@ -35,17 +46,6 @@ import com.android.ide.eclipse.adt.internal.ui.EclipseUiHelper;
|
|||||||
import com.android.ide.eclipse.adt.internal.wizards.export.ExportWizard;
|
import com.android.ide.eclipse.adt.internal.wizards.export.ExportWizard;
|
||||||
import com.android.ide.eclipse.ddms.DdmsPlugin;
|
import com.android.ide.eclipse.ddms.DdmsPlugin;
|
||||||
import com.android.ide.eclipse.ddms.ImageLoader;
|
import com.android.ide.eclipse.ddms.ImageLoader;
|
||||||
import com.android.ide.eclipse.editors.IconFactory;
|
|
||||||
import com.android.ide.eclipse.editors.layout.LayoutEditor;
|
|
||||||
import com.android.ide.eclipse.editors.menu.MenuEditor;
|
|
||||||
import com.android.ide.eclipse.editors.resources.ResourcesEditor;
|
|
||||||
import com.android.ide.eclipse.editors.resources.manager.ProjectResources;
|
|
||||||
import com.android.ide.eclipse.editors.resources.manager.ResourceFolder;
|
|
||||||
import com.android.ide.eclipse.editors.resources.manager.ResourceFolderType;
|
|
||||||
import com.android.ide.eclipse.editors.resources.manager.ResourceManager;
|
|
||||||
import com.android.ide.eclipse.editors.resources.manager.ResourceMonitor;
|
|
||||||
import com.android.ide.eclipse.editors.resources.manager.ResourceMonitor.IFileListener;
|
|
||||||
import com.android.ide.eclipse.editors.xml.XmlEditor;
|
|
||||||
import com.android.sdklib.IAndroidTarget;
|
import com.android.sdklib.IAndroidTarget;
|
||||||
import com.android.sdklib.SdkConstants;
|
import com.android.sdklib.SdkConstants;
|
||||||
import com.android.sdkstats.SdkStatsService;
|
import com.android.sdkstats.SdkStatsService;
|
||||||
|
|||||||
@@ -14,20 +14,20 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors;
|
package com.android.ide.eclipse.adt.internal.editors;
|
||||||
|
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.DescriptorsUtils;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.IDescriptorProvider;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.SeparatorAttributeDescriptor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.TextAttributeDescriptor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.TextValueDescriptor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.XmlnsAttributeDescriptor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiAttributeNode;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiFlagAttributeNode;
|
||||||
import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
|
import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
|
||||||
import com.android.ide.eclipse.editors.descriptors.AttributeDescriptor;
|
|
||||||
import com.android.ide.eclipse.editors.descriptors.DescriptorsUtils;
|
|
||||||
import com.android.ide.eclipse.editors.descriptors.ElementDescriptor;
|
|
||||||
import com.android.ide.eclipse.editors.descriptors.IDescriptorProvider;
|
|
||||||
import com.android.ide.eclipse.editors.descriptors.SeparatorAttributeDescriptor;
|
|
||||||
import com.android.ide.eclipse.editors.descriptors.TextAttributeDescriptor;
|
|
||||||
import com.android.ide.eclipse.editors.descriptors.TextValueDescriptor;
|
|
||||||
import com.android.ide.eclipse.editors.descriptors.XmlnsAttributeDescriptor;
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiAttributeNode;
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiFlagAttributeNode;
|
|
||||||
import com.android.sdklib.SdkConstants;
|
import com.android.sdklib.SdkConstants;
|
||||||
|
|
||||||
import org.eclipse.jface.text.BadLocationException;
|
import org.eclipse.jface.text.BadLocationException;
|
||||||
@@ -14,13 +14,13 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors;
|
package com.android.ide.eclipse.adt.internal.editors;
|
||||||
|
|
||||||
import com.android.ide.eclipse.adt.AdtPlugin;
|
import com.android.ide.eclipse.adt.AdtPlugin;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
|
import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
|
||||||
import com.android.ide.eclipse.adt.internal.sdk.Sdk;
|
import com.android.ide.eclipse.adt.internal.sdk.Sdk;
|
||||||
import com.android.ide.eclipse.adt.internal.sdk.Sdk.ITargetChangeListener;
|
import com.android.ide.eclipse.adt.internal.sdk.Sdk.ITargetChangeListener;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
|
||||||
import com.android.sdklib.IAndroidTarget;
|
import com.android.sdklib.IAndroidTarget;
|
||||||
|
|
||||||
import org.eclipse.core.resources.IFile;
|
import org.eclipse.core.resources.IFile;
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors;
|
package com.android.ide.eclipse.adt.internal.editors;
|
||||||
|
|
||||||
|
|
||||||
import org.eclipse.jface.text.IAutoEditStrategy;
|
import org.eclipse.jface.text.IAutoEditStrategy;
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors;
|
package com.android.ide.eclipse.adt.internal.editors;
|
||||||
|
|
||||||
import org.xml.sax.Attributes;
|
import org.xml.sax.Attributes;
|
||||||
import org.xml.sax.InputSource;
|
import org.xml.sax.InputSource;
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors;
|
package com.android.ide.eclipse.adt.internal.editors;
|
||||||
|
|
||||||
import com.android.ide.eclipse.adt.AdtPlugin;
|
import com.android.ide.eclipse.adt.AdtPlugin;
|
||||||
import com.android.sdklib.SdkConstants;
|
import com.android.sdklib.SdkConstants;
|
||||||
@@ -14,12 +14,12 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.descriptors;
|
package com.android.ide.eclipse.adt.internal.editors.descriptors;
|
||||||
|
|
||||||
import com.android.ide.eclipse.adt.AdtPlugin;
|
import com.android.ide.eclipse.adt.AdtPlugin;
|
||||||
import com.android.ide.eclipse.editors.IconFactory;
|
import com.android.ide.eclipse.adt.internal.editors.IconFactory;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiAttributeNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiAttributeNode;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
import com.android.sdklib.SdkConstants;
|
import com.android.sdklib.SdkConstants;
|
||||||
|
|
||||||
import org.eclipse.swt.graphics.Image;
|
import org.eclipse.swt.graphics.Image;
|
||||||
@@ -14,10 +14,10 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.descriptors;
|
package com.android.ide.eclipse.adt.internal.editors.descriptors;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.IconFactory;
|
import com.android.ide.eclipse.adt.internal.editors.IconFactory;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiAbstractTextAttributeNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiAbstractTextAttributeNode;
|
||||||
|
|
||||||
import org.eclipse.jface.viewers.ILabelProvider;
|
import org.eclipse.jface.viewers.ILabelProvider;
|
||||||
import org.eclipse.jface.viewers.ILabelProviderListener;
|
import org.eclipse.jface.viewers.ILabelProviderListener;
|
||||||
@@ -14,9 +14,9 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.descriptors;
|
package com.android.ide.eclipse.adt.internal.editors.descriptors;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiListAttributeNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiListAttributeNode;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Describes a text attribute that can only contain boolean values.
|
* Describes a text attribute that can only contain boolean values.
|
||||||
@@ -14,15 +14,15 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.descriptors;
|
package com.android.ide.eclipse.adt.internal.editors.descriptors;
|
||||||
|
|
||||||
import com.android.ide.eclipse.adt.AndroidConstants;
|
import com.android.ide.eclipse.adt.AndroidConstants;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.layout.LayoutConstants;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiDocumentNode;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
import com.android.ide.eclipse.adt.internal.resources.ResourceType;
|
import com.android.ide.eclipse.adt.internal.resources.ResourceType;
|
||||||
import com.android.ide.eclipse.adt.internal.resources.DeclareStyleableInfo.AttributeInfo;
|
import com.android.ide.eclipse.adt.internal.resources.DeclareStyleableInfo.AttributeInfo;
|
||||||
import com.android.ide.eclipse.adt.internal.resources.DeclareStyleableInfo.AttributeInfo.Format;
|
import com.android.ide.eclipse.adt.internal.resources.DeclareStyleableInfo.AttributeInfo.Format;
|
||||||
import com.android.ide.eclipse.editors.layout.LayoutConstants;
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiDocumentNode;
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
|
||||||
import com.android.sdklib.SdkConstants;
|
import com.android.sdklib.SdkConstants;
|
||||||
|
|
||||||
import org.eclipse.swt.graphics.Image;
|
import org.eclipse.swt.graphics.Image;
|
||||||
@@ -14,10 +14,10 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.descriptors;
|
package com.android.ide.eclipse.adt.internal.editors.descriptors;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiDocumentNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiDocumentNode;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@link DocumentDescriptor} describes the properties expected for an XML document node.
|
* {@link DocumentDescriptor} describes the properties expected for an XML document node.
|
||||||
@@ -14,11 +14,11 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.descriptors;
|
package com.android.ide.eclipse.adt.internal.editors.descriptors;
|
||||||
|
|
||||||
import com.android.ide.eclipse.adt.AdtPlugin;
|
import com.android.ide.eclipse.adt.AdtPlugin;
|
||||||
import com.android.ide.eclipse.editors.IconFactory;
|
import com.android.ide.eclipse.adt.internal.editors.IconFactory;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
import com.android.sdklib.SdkConstants;
|
import com.android.sdklib.SdkConstants;
|
||||||
|
|
||||||
import org.eclipse.jface.resource.ImageDescriptor;
|
import org.eclipse.jface.resource.ImageDescriptor;
|
||||||
@@ -14,11 +14,11 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.descriptors;
|
package com.android.ide.eclipse.adt.internal.editors.descriptors;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiAttributeNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiAttributeNode;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiListAttributeNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiListAttributeNode;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Describes a text attribute that can only contains some predefined values.
|
* Describes a text attribute that can only contains some predefined values.
|
||||||
@@ -14,13 +14,13 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.descriptors;
|
package com.android.ide.eclipse.adt.internal.editors.descriptors;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.ui.FlagValueCellEditor;
|
import com.android.ide.eclipse.adt.internal.editors.ui.FlagValueCellEditor;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiAttributeNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiAttributeNode;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiFlagAttributeNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiFlagAttributeNode;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiListAttributeNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiListAttributeNode;
|
||||||
|
|
||||||
import org.eclipse.jface.viewers.CellEditor;
|
import org.eclipse.jface.viewers.CellEditor;
|
||||||
import org.eclipse.swt.widgets.Composite;
|
import org.eclipse.swt.widgets.Composite;
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.descriptors;
|
package com.android.ide.eclipse.adt.internal.editors.descriptors;
|
||||||
|
|
||||||
public interface IDescriptorProvider {
|
public interface IDescriptorProvider {
|
||||||
|
|
||||||
@@ -14,12 +14,12 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.descriptors;
|
package com.android.ide.eclipse.adt.internal.editors.descriptors;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.ui.ListValueCellEditor;
|
import com.android.ide.eclipse.adt.internal.editors.ui.ListValueCellEditor;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiAttributeNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiAttributeNode;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiListAttributeNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiListAttributeNode;
|
||||||
|
|
||||||
import org.eclipse.jface.viewers.CellEditor;
|
import org.eclipse.jface.viewers.CellEditor;
|
||||||
import org.eclipse.swt.widgets.Composite;
|
import org.eclipse.swt.widgets.Composite;
|
||||||
@@ -14,13 +14,13 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.descriptors;
|
package com.android.ide.eclipse.adt.internal.editors.descriptors;
|
||||||
|
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.ui.ResourceValueCellEditor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiAttributeNode;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiResourceAttributeNode;
|
||||||
import com.android.ide.eclipse.adt.internal.resources.ResourceType;
|
import com.android.ide.eclipse.adt.internal.resources.ResourceType;
|
||||||
import com.android.ide.eclipse.editors.ui.ResourceValueCellEditor;
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiAttributeNode;
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiResourceAttributeNode;
|
|
||||||
import com.android.sdklib.SdkConstants;
|
import com.android.sdklib.SdkConstants;
|
||||||
|
|
||||||
import org.eclipse.jface.viewers.CellEditor;
|
import org.eclipse.jface.viewers.CellEditor;
|
||||||
@@ -14,11 +14,11 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.descriptors;
|
package com.android.ide.eclipse.adt.internal.editors.descriptors;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiAttributeNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiAttributeNode;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiSeparatorAttributeNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiSeparatorAttributeNode;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@link SeparatorAttributeDescriptor} does not represent any real attribute.
|
* {@link SeparatorAttributeDescriptor} does not represent any real attribute.
|
||||||
@@ -14,12 +14,12 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.descriptors;
|
package com.android.ide.eclipse.adt.internal.editors.descriptors;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.ui.TextValueCellEditor;
|
import com.android.ide.eclipse.adt.internal.editors.ui.TextValueCellEditor;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiAttributeNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiAttributeNode;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiTextAttributeNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiTextAttributeNode;
|
||||||
import com.android.sdklib.SdkConstants;
|
import com.android.sdklib.SdkConstants;
|
||||||
|
|
||||||
import org.eclipse.jface.viewers.CellEditor;
|
import org.eclipse.jface.viewers.CellEditor;
|
||||||
@@ -14,11 +14,11 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.descriptors;
|
package com.android.ide.eclipse.adt.internal.editors.descriptors;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiAttributeNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiAttributeNode;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiTextValueNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiTextValueNode;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -14,10 +14,10 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.descriptors;
|
package com.android.ide.eclipse.adt.internal.editors.descriptors;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiAttributeNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiAttributeNode;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -14,13 +14,13 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.layout;
|
package com.android.ide.eclipse.adt.internal.editors.layout;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.layout.LayoutReloadMonitor.ILayoutReloadListener;
|
import com.android.ide.eclipse.adt.internal.editors.layout.LayoutReloadMonitor.ILayoutReloadListener;
|
||||||
import com.android.ide.eclipse.editors.layout.parts.ElementCreateCommand;
|
import com.android.ide.eclipse.adt.internal.editors.layout.parts.ElementCreateCommand;
|
||||||
import com.android.ide.eclipse.editors.resources.configurations.FolderConfiguration;
|
import com.android.ide.eclipse.adt.internal.editors.resources.configurations.FolderConfiguration;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiDocumentNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiDocumentNode;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
|
|
||||||
import org.eclipse.gef.DefaultEditDomain;
|
import org.eclipse.gef.DefaultEditDomain;
|
||||||
import org.eclipse.gef.ui.parts.GraphicalEditorWithPalette;
|
import org.eclipse.gef.ui.parts.GraphicalEditorWithPalette;
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.layout;
|
package com.android.ide.eclipse.adt.internal.editors.layout;
|
||||||
|
|
||||||
import com.android.layoutlib.api.IXmlPullParser;
|
import com.android.layoutlib.api.IXmlPullParser;
|
||||||
|
|
||||||
@@ -14,9 +14,41 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.layout;
|
package com.android.ide.eclipse.adt.internal.editors.layout;
|
||||||
|
|
||||||
import com.android.ide.eclipse.adt.AdtPlugin;
|
import com.android.ide.eclipse.adt.AdtPlugin;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.IconFactory;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditor.UiEditorActions;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.layout.LayoutReloadMonitor.ILayoutReloadListener;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.ViewElementDescriptor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.layout.parts.ElementCreateCommand;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.layout.parts.UiElementEditPart;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.layout.parts.UiElementsEditPartFactory;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.resources.configurations.CountryCodeQualifier;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.resources.configurations.FolderConfiguration;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.resources.configurations.KeyboardStateQualifier;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.resources.configurations.LanguageQualifier;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.resources.configurations.NavigationMethodQualifier;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.resources.configurations.NetworkCodeQualifier;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.resources.configurations.PixelDensityQualifier;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.resources.configurations.RegionQualifier;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.resources.configurations.ScreenDimensionQualifier;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.resources.configurations.ScreenOrientationQualifier;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.resources.configurations.TextInputMethodQualifier;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.resources.configurations.TouchScreenQualifier;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.resources.configurations.KeyboardStateQualifier.KeyboardState;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.resources.configurations.NavigationMethodQualifier.NavigationMethod;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.resources.configurations.ScreenOrientationQualifier.ScreenOrientation;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.resources.configurations.TextInputMethodQualifier.TextInputMethod;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.resources.configurations.TouchScreenQualifier.TouchScreenType;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.resources.manager.ProjectResources;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.resources.manager.ResourceFile;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.resources.manager.ResourceFolderType;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.resources.manager.ResourceManager;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.ui.tree.CopyCutAction;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.ui.tree.PasteAction;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiDocumentNode;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
import com.android.ide.eclipse.adt.internal.resources.ResourceType;
|
import com.android.ide.eclipse.adt.internal.resources.ResourceType;
|
||||||
import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
|
import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
|
||||||
import com.android.ide.eclipse.adt.internal.sdk.LoadStatus;
|
import com.android.ide.eclipse.adt.internal.sdk.LoadStatus;
|
||||||
@@ -27,38 +59,6 @@ import com.android.ide.eclipse.adt.internal.ui.ConfigurationSelector.DensityVeri
|
|||||||
import com.android.ide.eclipse.adt.internal.ui.ConfigurationSelector.DimensionVerifier;
|
import com.android.ide.eclipse.adt.internal.ui.ConfigurationSelector.DimensionVerifier;
|
||||||
import com.android.ide.eclipse.adt.internal.ui.ConfigurationSelector.LanguageRegionVerifier;
|
import com.android.ide.eclipse.adt.internal.ui.ConfigurationSelector.LanguageRegionVerifier;
|
||||||
import com.android.ide.eclipse.adt.internal.ui.ConfigurationSelector.MobileCodeVerifier;
|
import com.android.ide.eclipse.adt.internal.ui.ConfigurationSelector.MobileCodeVerifier;
|
||||||
import com.android.ide.eclipse.editors.IconFactory;
|
|
||||||
import com.android.ide.eclipse.editors.layout.LayoutEditor.UiEditorActions;
|
|
||||||
import com.android.ide.eclipse.editors.layout.LayoutReloadMonitor.ILayoutReloadListener;
|
|
||||||
import com.android.ide.eclipse.editors.layout.descriptors.ViewElementDescriptor;
|
|
||||||
import com.android.ide.eclipse.editors.layout.parts.ElementCreateCommand;
|
|
||||||
import com.android.ide.eclipse.editors.layout.parts.UiElementEditPart;
|
|
||||||
import com.android.ide.eclipse.editors.layout.parts.UiElementsEditPartFactory;
|
|
||||||
import com.android.ide.eclipse.editors.resources.configurations.CountryCodeQualifier;
|
|
||||||
import com.android.ide.eclipse.editors.resources.configurations.FolderConfiguration;
|
|
||||||
import com.android.ide.eclipse.editors.resources.configurations.KeyboardStateQualifier;
|
|
||||||
import com.android.ide.eclipse.editors.resources.configurations.LanguageQualifier;
|
|
||||||
import com.android.ide.eclipse.editors.resources.configurations.NavigationMethodQualifier;
|
|
||||||
import com.android.ide.eclipse.editors.resources.configurations.NetworkCodeQualifier;
|
|
||||||
import com.android.ide.eclipse.editors.resources.configurations.PixelDensityQualifier;
|
|
||||||
import com.android.ide.eclipse.editors.resources.configurations.RegionQualifier;
|
|
||||||
import com.android.ide.eclipse.editors.resources.configurations.ScreenDimensionQualifier;
|
|
||||||
import com.android.ide.eclipse.editors.resources.configurations.ScreenOrientationQualifier;
|
|
||||||
import com.android.ide.eclipse.editors.resources.configurations.TextInputMethodQualifier;
|
|
||||||
import com.android.ide.eclipse.editors.resources.configurations.TouchScreenQualifier;
|
|
||||||
import com.android.ide.eclipse.editors.resources.configurations.KeyboardStateQualifier.KeyboardState;
|
|
||||||
import com.android.ide.eclipse.editors.resources.configurations.NavigationMethodQualifier.NavigationMethod;
|
|
||||||
import com.android.ide.eclipse.editors.resources.configurations.ScreenOrientationQualifier.ScreenOrientation;
|
|
||||||
import com.android.ide.eclipse.editors.resources.configurations.TextInputMethodQualifier.TextInputMethod;
|
|
||||||
import com.android.ide.eclipse.editors.resources.configurations.TouchScreenQualifier.TouchScreenType;
|
|
||||||
import com.android.ide.eclipse.editors.resources.manager.ProjectResources;
|
|
||||||
import com.android.ide.eclipse.editors.resources.manager.ResourceFile;
|
|
||||||
import com.android.ide.eclipse.editors.resources.manager.ResourceFolderType;
|
|
||||||
import com.android.ide.eclipse.editors.resources.manager.ResourceManager;
|
|
||||||
import com.android.ide.eclipse.editors.ui.tree.CopyCutAction;
|
|
||||||
import com.android.ide.eclipse.editors.ui.tree.PasteAction;
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiDocumentNode;
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
|
||||||
import com.android.layoutlib.api.ILayoutLog;
|
import com.android.layoutlib.api.ILayoutLog;
|
||||||
import com.android.layoutlib.api.ILayoutResult;
|
import com.android.layoutlib.api.ILayoutResult;
|
||||||
import com.android.layoutlib.api.IProjectCallback;
|
import com.android.layoutlib.api.IProjectCallback;
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.layout;
|
package com.android.ide.eclipse.adt.internal.editors.layout;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A bunch of constants that map to either:
|
* A bunch of constants that map to either:
|
||||||
@@ -14,10 +14,10 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.layout;
|
package com.android.ide.eclipse.adt.internal.editors.layout;
|
||||||
|
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.AndroidContentAssist;
|
||||||
import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
|
import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
|
||||||
import com.android.ide.eclipse.editors.AndroidContentAssist;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Content Assist Processor for /res/layout XML files
|
* Content Assist Processor for /res/layout XML files
|
||||||
@@ -14,14 +14,14 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.layout;
|
package com.android.ide.eclipse.adt.internal.editors.layout;
|
||||||
|
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.IconFactory;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.resources.configurations.FolderConfiguration;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.resources.configurations.ResourceQualifier;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.resources.manager.ResourceFolderType;
|
||||||
import com.android.ide.eclipse.adt.internal.ui.ConfigurationSelector;
|
import com.android.ide.eclipse.adt.internal.ui.ConfigurationSelector;
|
||||||
import com.android.ide.eclipse.adt.internal.ui.ConfigurationSelector.ConfigurationState;
|
import com.android.ide.eclipse.adt.internal.ui.ConfigurationSelector.ConfigurationState;
|
||||||
import com.android.ide.eclipse.editors.IconFactory;
|
|
||||||
import com.android.ide.eclipse.editors.resources.configurations.FolderConfiguration;
|
|
||||||
import com.android.ide.eclipse.editors.resources.configurations.ResourceQualifier;
|
|
||||||
import com.android.ide.eclipse.editors.resources.manager.ResourceFolderType;
|
|
||||||
|
|
||||||
import org.eclipse.jface.dialogs.IDialogConstants;
|
import org.eclipse.jface.dialogs.IDialogConstants;
|
||||||
import org.eclipse.jface.dialogs.TrayDialog;
|
import org.eclipse.jface.dialogs.TrayDialog;
|
||||||
@@ -14,19 +14,19 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.layout;
|
package com.android.ide.eclipse.adt.internal.editors.layout;
|
||||||
|
|
||||||
import com.android.ide.eclipse.adt.AdtPlugin;
|
import com.android.ide.eclipse.adt.AdtPlugin;
|
||||||
import com.android.ide.eclipse.adt.AndroidConstants;
|
import com.android.ide.eclipse.adt.AndroidConstants;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.AndroidEditor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.DocumentDescriptor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.resources.manager.ResourceFolder;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.resources.manager.ResourceManager;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.ui.tree.UiActions;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiDocumentNode;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
|
import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
|
||||||
import com.android.ide.eclipse.adt.internal.ui.EclipseUiHelper;
|
import com.android.ide.eclipse.adt.internal.ui.EclipseUiHelper;
|
||||||
import com.android.ide.eclipse.editors.AndroidEditor;
|
|
||||||
import com.android.ide.eclipse.editors.descriptors.DocumentDescriptor;
|
|
||||||
import com.android.ide.eclipse.editors.resources.manager.ResourceFolder;
|
|
||||||
import com.android.ide.eclipse.editors.resources.manager.ResourceManager;
|
|
||||||
import com.android.ide.eclipse.editors.ui.tree.UiActions;
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiDocumentNode;
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
|
||||||
|
|
||||||
import org.eclipse.core.resources.IFile;
|
import org.eclipse.core.resources.IFile;
|
||||||
import org.eclipse.core.runtime.IProgressMonitor;
|
import org.eclipse.core.runtime.IProgressMonitor;
|
||||||
@@ -14,15 +14,15 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.layout;
|
package com.android.ide.eclipse.adt.internal.editors.layout;
|
||||||
|
|
||||||
import com.android.ide.eclipse.adt.AndroidConstants;
|
import com.android.ide.eclipse.adt.AndroidConstants;
|
||||||
import com.android.ide.eclipse.editors.resources.manager.ResourceFolder;
|
import com.android.ide.eclipse.adt.internal.editors.resources.manager.ResourceFolder;
|
||||||
import com.android.ide.eclipse.editors.resources.manager.ResourceFolderType;
|
import com.android.ide.eclipse.adt.internal.editors.resources.manager.ResourceFolderType;
|
||||||
import com.android.ide.eclipse.editors.resources.manager.ResourceManager;
|
import com.android.ide.eclipse.adt.internal.editors.resources.manager.ResourceManager;
|
||||||
import com.android.ide.eclipse.editors.resources.manager.ResourceMonitor;
|
import com.android.ide.eclipse.adt.internal.editors.resources.manager.ResourceMonitor;
|
||||||
import com.android.ide.eclipse.editors.resources.manager.ResourceMonitor.IFileListener;
|
import com.android.ide.eclipse.adt.internal.editors.resources.manager.ResourceMonitor.IFileListener;
|
||||||
import com.android.ide.eclipse.editors.resources.manager.ResourceMonitor.IResourceEventListener;
|
import com.android.ide.eclipse.adt.internal.editors.resources.manager.ResourceMonitor.IResourceEventListener;
|
||||||
|
|
||||||
import org.eclipse.core.resources.IFile;
|
import org.eclipse.core.resources.IFile;
|
||||||
import org.eclipse.core.resources.IMarkerDelta;
|
import org.eclipse.core.resources.IMarkerDelta;
|
||||||
@@ -14,10 +14,10 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.layout;
|
package com.android.ide.eclipse.adt.internal.editors.layout;
|
||||||
|
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.AndroidSourceViewerConfig;
|
import com.android.ide.eclipse.adt.internal.editors.AndroidSourceViewerConfig;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Source Viewer Configuration that calls in LayoutContentAssist.
|
* Source Viewer Configuration that calls in LayoutContentAssist.
|
||||||
@@ -14,11 +14,11 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.layout;
|
package com.android.ide.eclipse.adt.internal.editors.layout;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.resources.manager.ResourceFolder;
|
import com.android.ide.eclipse.adt.internal.editors.resources.manager.ResourceFolder;
|
||||||
import com.android.ide.eclipse.editors.resources.manager.ResourceFolderType;
|
import com.android.ide.eclipse.adt.internal.editors.resources.manager.ResourceFolderType;
|
||||||
import com.android.ide.eclipse.editors.resources.manager.ResourceManager;
|
import com.android.ide.eclipse.adt.internal.editors.resources.manager.ResourceManager;
|
||||||
|
|
||||||
import org.eclipse.core.resources.IFile;
|
import org.eclipse.core.resources.IFile;
|
||||||
import org.eclipse.ui.IEditorInput;
|
import org.eclipse.ui.IEditorInput;
|
||||||
@@ -14,10 +14,10 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.layout;
|
package com.android.ide.eclipse.adt.internal.editors.layout;
|
||||||
|
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
|
||||||
import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
|
import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
|
||||||
import com.android.ide.eclipse.editors.descriptors.ElementDescriptor;
|
|
||||||
|
|
||||||
import org.eclipse.gef.palette.PaletteDrawer;
|
import org.eclipse.gef.palette.PaletteDrawer;
|
||||||
import org.eclipse.gef.palette.PaletteGroup;
|
import org.eclipse.gef.palette.PaletteGroup;
|
||||||
@@ -14,13 +14,13 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.layout;
|
package com.android.ide.eclipse.adt.internal.editors.layout;
|
||||||
|
|
||||||
import com.android.ide.eclipse.adt.AdtPlugin;
|
import com.android.ide.eclipse.adt.AdtPlugin;
|
||||||
import com.android.ide.eclipse.adt.AndroidConstants;
|
import com.android.ide.eclipse.adt.AndroidConstants;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.resources.manager.ProjectClassLoader;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.resources.manager.ProjectResources;
|
||||||
import com.android.ide.eclipse.adt.internal.project.AndroidManifestParser;
|
import com.android.ide.eclipse.adt.internal.project.AndroidManifestParser;
|
||||||
import com.android.ide.eclipse.editors.resources.manager.ProjectClassLoader;
|
|
||||||
import com.android.ide.eclipse.editors.resources.manager.ProjectResources;
|
|
||||||
import com.android.layoutlib.api.IProjectCallback;
|
import com.android.layoutlib.api.IProjectCallback;
|
||||||
|
|
||||||
import org.eclipse.core.resources.IFile;
|
import org.eclipse.core.resources.IFile;
|
||||||
@@ -15,20 +15,20 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.layout;
|
package com.android.ide.eclipse.adt.internal.editors.layout;
|
||||||
|
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.IconFactory;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.layout.parts.UiDocumentTreeEditPart;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.layout.parts.UiElementTreeEditPart;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.layout.parts.UiElementTreeEditPartFactory;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.layout.parts.UiLayoutTreeEditPart;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.layout.parts.UiViewTreeEditPart;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.ui.tree.CopyCutAction;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.ui.tree.PasteAction;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.ui.tree.UiActions;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiDocumentNode;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
import com.android.ide.eclipse.adt.internal.ui.EclipseUiHelper;
|
import com.android.ide.eclipse.adt.internal.ui.EclipseUiHelper;
|
||||||
import com.android.ide.eclipse.editors.IconFactory;
|
|
||||||
import com.android.ide.eclipse.editors.layout.parts.UiDocumentTreeEditPart;
|
|
||||||
import com.android.ide.eclipse.editors.layout.parts.UiElementTreeEditPart;
|
|
||||||
import com.android.ide.eclipse.editors.layout.parts.UiElementTreeEditPartFactory;
|
|
||||||
import com.android.ide.eclipse.editors.layout.parts.UiLayoutTreeEditPart;
|
|
||||||
import com.android.ide.eclipse.editors.layout.parts.UiViewTreeEditPart;
|
|
||||||
import com.android.ide.eclipse.editors.ui.tree.CopyCutAction;
|
|
||||||
import com.android.ide.eclipse.editors.ui.tree.PasteAction;
|
|
||||||
import com.android.ide.eclipse.editors.ui.tree.UiActions;
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiDocumentNode;
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
|
||||||
|
|
||||||
import org.eclipse.gef.EditPartViewer;
|
import org.eclipse.gef.EditPartViewer;
|
||||||
import org.eclipse.gef.ui.parts.ContentOutlinePage;
|
import org.eclipse.gef.ui.parts.ContentOutlinePage;
|
||||||
@@ -14,9 +14,9 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.layout;
|
package com.android.ide.eclipse.adt.internal.editors.layout;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
import com.android.layoutlib.api.IXmlPullParser;
|
import com.android.layoutlib.api.IXmlPullParser;
|
||||||
|
|
||||||
import org.w3c.dom.Node;
|
import org.w3c.dom.Node;
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.layout;
|
package com.android.ide.eclipse.adt.internal.editors.layout;
|
||||||
|
|
||||||
import org.eclipse.swt.SWT;
|
import org.eclipse.swt.SWT;
|
||||||
import org.eclipse.swt.graphics.Point;
|
import org.eclipse.swt.graphics.Point;
|
||||||
@@ -14,10 +14,10 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.layout;
|
package com.android.ide.eclipse.adt.internal.editors.layout;
|
||||||
|
|
||||||
import com.android.ide.eclipse.adt.AndroidConstants;
|
import com.android.ide.eclipse.adt.AndroidConstants;
|
||||||
import com.android.ide.eclipse.editors.layout.descriptors.ViewElementDescriptor;
|
import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.ViewElementDescriptor;
|
||||||
import com.android.layoutlib.api.IXmlPullParser;
|
import com.android.layoutlib.api.IXmlPullParser;
|
||||||
import com.android.sdklib.SdkConstants;
|
import com.android.sdklib.SdkConstants;
|
||||||
|
|
||||||
@@ -14,13 +14,13 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.layout.descriptors;
|
package com.android.ide.eclipse.adt.internal.editors.layout.descriptors;
|
||||||
|
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
|
||||||
import com.android.ide.eclipse.adt.internal.resources.ViewClassInfo;
|
import com.android.ide.eclipse.adt.internal.resources.ViewClassInfo;
|
||||||
import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
|
import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
|
||||||
import com.android.ide.eclipse.adt.internal.sdk.Sdk;
|
import com.android.ide.eclipse.adt.internal.sdk.Sdk;
|
||||||
import com.android.ide.eclipse.editors.descriptors.AttributeDescriptor;
|
|
||||||
import com.android.ide.eclipse.editors.descriptors.ElementDescriptor;
|
|
||||||
import com.android.sdklib.IAndroidTarget;
|
import com.android.sdklib.IAndroidTarget;
|
||||||
|
|
||||||
import org.eclipse.core.resources.IProject;
|
import org.eclipse.core.resources.IProject;
|
||||||
@@ -14,19 +14,19 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.layout.descriptors;
|
package com.android.ide.eclipse.adt.internal.editors.layout.descriptors;
|
||||||
|
|
||||||
import com.android.ide.eclipse.adt.AndroidConstants;
|
import com.android.ide.eclipse.adt.AndroidConstants;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.DescriptorsUtils;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.DocumentDescriptor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.IDescriptorProvider;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.SeparatorAttributeDescriptor;
|
||||||
import com.android.ide.eclipse.adt.internal.resources.DeclareStyleableInfo;
|
import com.android.ide.eclipse.adt.internal.resources.DeclareStyleableInfo;
|
||||||
import com.android.ide.eclipse.adt.internal.resources.ViewClassInfo;
|
import com.android.ide.eclipse.adt.internal.resources.ViewClassInfo;
|
||||||
import com.android.ide.eclipse.adt.internal.resources.DeclareStyleableInfo.AttributeInfo;
|
import com.android.ide.eclipse.adt.internal.resources.DeclareStyleableInfo.AttributeInfo;
|
||||||
import com.android.ide.eclipse.adt.internal.resources.ViewClassInfo.LayoutParamsInfo;
|
import com.android.ide.eclipse.adt.internal.resources.ViewClassInfo.LayoutParamsInfo;
|
||||||
import com.android.ide.eclipse.editors.descriptors.AttributeDescriptor;
|
|
||||||
import com.android.ide.eclipse.editors.descriptors.DescriptorsUtils;
|
|
||||||
import com.android.ide.eclipse.editors.descriptors.DocumentDescriptor;
|
|
||||||
import com.android.ide.eclipse.editors.descriptors.ElementDescriptor;
|
|
||||||
import com.android.ide.eclipse.editors.descriptors.IDescriptorProvider;
|
|
||||||
import com.android.ide.eclipse.editors.descriptors.SeparatorAttributeDescriptor;
|
|
||||||
import com.android.sdklib.SdkConstants;
|
import com.android.sdklib.SdkConstants;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
@@ -14,12 +14,12 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.layout.descriptors;
|
package com.android.ide.eclipse.adt.internal.editors.layout.descriptors;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.descriptors.AttributeDescriptor;
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor;
|
||||||
import com.android.ide.eclipse.editors.descriptors.ElementDescriptor;
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
|
||||||
import com.android.ide.eclipse.editors.layout.uimodel.UiViewElementNode;
|
import com.android.ide.eclipse.adt.internal.editors.layout.uimodel.UiViewElementNode;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@link ViewElementDescriptor} describes the properties expected for a given XML element node
|
* {@link ViewElementDescriptor} describes the properties expected for a given XML element node
|
||||||
@@ -14,14 +14,14 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.layout.parts;
|
package com.android.ide.eclipse.adt.internal.editors.layout.parts;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.descriptors.DescriptorsUtils;
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.DescriptorsUtils;
|
||||||
import com.android.ide.eclipse.editors.descriptors.ElementDescriptor;
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
|
||||||
import com.android.ide.eclipse.editors.layout.LayoutConstants;
|
import com.android.ide.eclipse.adt.internal.editors.layout.LayoutConstants;
|
||||||
import com.android.ide.eclipse.editors.layout.LayoutEditor.UiEditorActions;
|
import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditor.UiEditorActions;
|
||||||
import com.android.ide.eclipse.editors.layout.parts.UiLayoutEditPart.HighlightInfo;
|
import com.android.ide.eclipse.adt.internal.editors.layout.parts.UiLayoutEditPart.HighlightInfo;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
|
|
||||||
import org.eclipse.draw2d.geometry.Point;
|
import org.eclipse.draw2d.geometry.Point;
|
||||||
import org.eclipse.draw2d.geometry.Rectangle;
|
import org.eclipse.draw2d.geometry.Rectangle;
|
||||||
@@ -15,13 +15,13 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.layout.parts;
|
package com.android.ide.eclipse.adt.internal.editors.layout.parts;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.AndroidEditor;
|
import com.android.ide.eclipse.adt.internal.editors.AndroidEditor;
|
||||||
import com.android.ide.eclipse.editors.descriptors.ElementDescriptor;
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
|
||||||
import com.android.ide.eclipse.editors.layout.LayoutEditor;
|
import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditor;
|
||||||
import com.android.ide.eclipse.editors.layout.LayoutEditor.UiEditorActions;
|
import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditor.UiEditorActions;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
|
|
||||||
import org.eclipse.draw2d.geometry.Point;
|
import org.eclipse.draw2d.geometry.Point;
|
||||||
import org.eclipse.gef.commands.Command;
|
import org.eclipse.gef.commands.Command;
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.layout.parts;
|
package com.android.ide.eclipse.adt.internal.editors.layout.parts;
|
||||||
|
|
||||||
import org.eclipse.draw2d.ColorConstants;
|
import org.eclipse.draw2d.ColorConstants;
|
||||||
import org.eclipse.draw2d.Figure;
|
import org.eclipse.draw2d.Figure;
|
||||||
@@ -14,9 +14,9 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.layout.parts;
|
package com.android.ide.eclipse.adt.internal.editors.layout.parts;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.layout.parts.UiLayoutEditPart.HighlightInfo;
|
import com.android.ide.eclipse.adt.internal.editors.layout.parts.UiLayoutEditPart.HighlightInfo;
|
||||||
|
|
||||||
import org.eclipse.draw2d.ColorConstants;
|
import org.eclipse.draw2d.ColorConstants;
|
||||||
import org.eclipse.draw2d.Figure;
|
import org.eclipse.draw2d.Figure;
|
||||||
@@ -14,10 +14,10 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.layout.parts;
|
package com.android.ide.eclipse.adt.internal.editors.layout.parts;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiDocumentNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiDocumentNode;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
|
|
||||||
import org.eclipse.draw2d.AbstractBackground;
|
import org.eclipse.draw2d.AbstractBackground;
|
||||||
import org.eclipse.draw2d.ColorConstants;
|
import org.eclipse.draw2d.ColorConstants;
|
||||||
@@ -14,9 +14,9 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.layout.parts;
|
package com.android.ide.eclipse.adt.internal.editors.layout.parts;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiDocumentNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiDocumentNode;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
@@ -14,11 +14,11 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.layout.parts;
|
package com.android.ide.eclipse.adt.internal.editors.layout.parts;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.descriptors.ElementDescriptor;
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
|
||||||
import com.android.ide.eclipse.editors.uimodel.IUiUpdateListener;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.IUiUpdateListener;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
import com.android.sdklib.SdkConstants;
|
import com.android.sdklib.SdkConstants;
|
||||||
|
|
||||||
import org.eclipse.draw2d.IFigure;
|
import org.eclipse.draw2d.IFigure;
|
||||||
@@ -14,9 +14,9 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.layout.parts;
|
package com.android.ide.eclipse.adt.internal.editors.layout.parts;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
|
|
||||||
import org.eclipse.gef.editparts.AbstractTreeEditPart;
|
import org.eclipse.gef.editparts.AbstractTreeEditPart;
|
||||||
import org.eclipse.swt.graphics.Image;
|
import org.eclipse.swt.graphics.Image;
|
||||||
@@ -14,10 +14,10 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.layout.parts;
|
package com.android.ide.eclipse.adt.internal.editors.layout.parts;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiDocumentNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiDocumentNode;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
|
|
||||||
import org.eclipse.gef.EditPart;
|
import org.eclipse.gef.EditPart;
|
||||||
import org.eclipse.gef.EditPartFactory;
|
import org.eclipse.gef.EditPartFactory;
|
||||||
@@ -14,10 +14,10 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.layout.parts;
|
package com.android.ide.eclipse.adt.internal.editors.layout.parts;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiDocumentNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiDocumentNode;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
|
|
||||||
import org.eclipse.gef.EditPart;
|
import org.eclipse.gef.EditPart;
|
||||||
import org.eclipse.gef.EditPartFactory;
|
import org.eclipse.gef.EditPartFactory;
|
||||||
@@ -14,9 +14,9 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.layout.parts;
|
package com.android.ide.eclipse.adt.internal.editors.layout.parts;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
|
|
||||||
import org.eclipse.draw2d.IFigure;
|
import org.eclipse.draw2d.IFigure;
|
||||||
import org.eclipse.draw2d.XYLayout;
|
import org.eclipse.draw2d.XYLayout;
|
||||||
@@ -14,9 +14,9 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.layout.parts;
|
package com.android.ide.eclipse.adt.internal.editors.layout.parts;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
@@ -14,9 +14,9 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.layout.parts;
|
package com.android.ide.eclipse.adt.internal.editors.layout.parts;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
|
|
||||||
import org.eclipse.draw2d.IFigure;
|
import org.eclipse.draw2d.IFigure;
|
||||||
import org.eclipse.draw2d.XYLayout;
|
import org.eclipse.draw2d.XYLayout;
|
||||||
@@ -14,9 +14,9 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.layout.parts;
|
package com.android.ide.eclipse.adt.internal.editors.layout.parts;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implementation of {@link UiElementTreeEditPart} for view objects.
|
* Implementation of {@link UiElementTreeEditPart} for view objects.
|
||||||
@@ -14,17 +14,17 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.layout.uimodel;
|
package com.android.ide.eclipse.adt.internal.editors.layout.uimodel;
|
||||||
|
|
||||||
import com.android.ide.eclipse.adt.AndroidConstants;
|
import com.android.ide.eclipse.adt.AndroidConstants;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.XmlnsAttributeDescriptor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.ViewElementDescriptor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiDocumentNode;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
|
import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
|
||||||
import com.android.ide.eclipse.adt.internal.sdk.Sdk;
|
import com.android.ide.eclipse.adt.internal.sdk.Sdk;
|
||||||
import com.android.ide.eclipse.editors.descriptors.AttributeDescriptor;
|
|
||||||
import com.android.ide.eclipse.editors.descriptors.ElementDescriptor;
|
|
||||||
import com.android.ide.eclipse.editors.descriptors.XmlnsAttributeDescriptor;
|
|
||||||
import com.android.ide.eclipse.editors.layout.descriptors.ViewElementDescriptor;
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiDocumentNode;
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
|
||||||
import com.android.sdklib.IAndroidTarget;
|
import com.android.sdklib.IAndroidTarget;
|
||||||
import com.android.sdklib.SdkConstants;
|
import com.android.sdklib.SdkConstants;
|
||||||
|
|
||||||
@@ -14,10 +14,10 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.manifest;
|
package com.android.ide.eclipse.adt.internal.editors.manifest;
|
||||||
|
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.AndroidContentAssist;
|
||||||
import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
|
import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
|
||||||
import com.android.ide.eclipse.editors.AndroidContentAssist;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Content Assist Processor for AndroidManifest.xml
|
* Content Assist Processor for AndroidManifest.xml
|
||||||
@@ -14,23 +14,23 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.manifest;
|
package com.android.ide.eclipse.adt.internal.editors.manifest;
|
||||||
|
|
||||||
import com.android.ide.eclipse.adt.AdtPlugin;
|
import com.android.ide.eclipse.adt.AdtPlugin;
|
||||||
import com.android.ide.eclipse.adt.AndroidConstants;
|
import com.android.ide.eclipse.adt.AndroidConstants;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.AndroidEditor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.manifest.descriptors.AndroidManifestDescriptors;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.manifest.pages.ApplicationPage;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.manifest.pages.InstrumentationPage;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.manifest.pages.OverviewPage;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.manifest.pages.PermissionPage;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.resources.manager.ResourceMonitor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.resources.manager.ResourceMonitor.IFileListener;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiAttributeNode;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
import com.android.ide.eclipse.adt.internal.project.AndroidXPathFactory;
|
import com.android.ide.eclipse.adt.internal.project.AndroidXPathFactory;
|
||||||
import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
|
import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
|
||||||
import com.android.ide.eclipse.editors.AndroidEditor;
|
|
||||||
import com.android.ide.eclipse.editors.descriptors.ElementDescriptor;
|
|
||||||
import com.android.ide.eclipse.editors.manifest.descriptors.AndroidManifestDescriptors;
|
|
||||||
import com.android.ide.eclipse.editors.manifest.pages.ApplicationPage;
|
|
||||||
import com.android.ide.eclipse.editors.manifest.pages.InstrumentationPage;
|
|
||||||
import com.android.ide.eclipse.editors.manifest.pages.OverviewPage;
|
|
||||||
import com.android.ide.eclipse.editors.manifest.pages.PermissionPage;
|
|
||||||
import com.android.ide.eclipse.editors.resources.manager.ResourceMonitor;
|
|
||||||
import com.android.ide.eclipse.editors.resources.manager.ResourceMonitor.IFileListener;
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiAttributeNode;
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
|
||||||
|
|
||||||
import org.eclipse.core.resources.IFile;
|
import org.eclipse.core.resources.IFile;
|
||||||
import org.eclipse.core.resources.IMarker;
|
import org.eclipse.core.resources.IMarker;
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.manifest;
|
package com.android.ide.eclipse.adt.internal.editors.manifest;
|
||||||
|
|
||||||
import org.eclipse.jface.action.IAction;
|
import org.eclipse.jface.action.IAction;
|
||||||
import org.eclipse.ui.IActionBars;
|
import org.eclipse.ui.IActionBars;
|
||||||
@@ -14,10 +14,10 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.manifest;
|
package com.android.ide.eclipse.adt.internal.editors.manifest;
|
||||||
|
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.AndroidSourceViewerConfig;
|
import com.android.ide.eclipse.adt.internal.editors.AndroidSourceViewerConfig;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Source Viewer Configuration that calls in ManifestContentAssist.
|
* Source Viewer Configuration that calls in ManifestContentAssist.
|
||||||
@@ -14,20 +14,20 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.manifest.descriptors;
|
package com.android.ide.eclipse.adt.internal.editors.manifest.descriptors;
|
||||||
|
|
||||||
import com.android.ide.eclipse.adt.AdtPlugin;
|
import com.android.ide.eclipse.adt.AdtPlugin;
|
||||||
import com.android.ide.eclipse.adt.AndroidConstants;
|
import com.android.ide.eclipse.adt.AndroidConstants;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.DescriptorsUtils;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.IDescriptorProvider;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.ListAttributeDescriptor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.ReferenceAttributeDescriptor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.TextAttributeDescriptor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.XmlnsAttributeDescriptor;
|
||||||
import com.android.ide.eclipse.adt.internal.resources.DeclareStyleableInfo;
|
import com.android.ide.eclipse.adt.internal.resources.DeclareStyleableInfo;
|
||||||
import com.android.ide.eclipse.adt.internal.resources.ResourceType;
|
import com.android.ide.eclipse.adt.internal.resources.ResourceType;
|
||||||
import com.android.ide.eclipse.editors.descriptors.AttributeDescriptor;
|
|
||||||
import com.android.ide.eclipse.editors.descriptors.DescriptorsUtils;
|
|
||||||
import com.android.ide.eclipse.editors.descriptors.ElementDescriptor;
|
|
||||||
import com.android.ide.eclipse.editors.descriptors.IDescriptorProvider;
|
|
||||||
import com.android.ide.eclipse.editors.descriptors.ListAttributeDescriptor;
|
|
||||||
import com.android.ide.eclipse.editors.descriptors.ReferenceAttributeDescriptor;
|
|
||||||
import com.android.ide.eclipse.editors.descriptors.TextAttributeDescriptor;
|
|
||||||
import com.android.ide.eclipse.editors.descriptors.XmlnsAttributeDescriptor;
|
|
||||||
import com.android.sdklib.SdkConstants;
|
import com.android.sdklib.SdkConstants;
|
||||||
|
|
||||||
import org.eclipse.core.runtime.IStatus;
|
import org.eclipse.core.runtime.IStatus;
|
||||||
@@ -14,12 +14,12 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.manifest.descriptors;
|
package com.android.ide.eclipse.adt.internal.editors.manifest.descriptors;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.descriptors.TextAttributeDescriptor;
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.TextAttributeDescriptor;
|
||||||
import com.android.ide.eclipse.editors.manifest.model.UiClassAttributeNode;
|
import com.android.ide.eclipse.adt.internal.editors.manifest.model.UiClassAttributeNode;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiAttributeNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiAttributeNode;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Describes an 'Application' class XML attribute. It is displayed by a
|
* Describes an 'Application' class XML attribute. It is displayed by a
|
||||||
@@ -14,13 +14,13 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.manifest.descriptors;
|
package com.android.ide.eclipse.adt.internal.editors.manifest.descriptors;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.descriptors.TextAttributeDescriptor;
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.TextAttributeDescriptor;
|
||||||
import com.android.ide.eclipse.editors.manifest.model.UiClassAttributeNode;
|
import com.android.ide.eclipse.adt.internal.editors.manifest.model.UiClassAttributeNode;
|
||||||
import com.android.ide.eclipse.editors.manifest.model.UiClassAttributeNode.IPostTypeCreationAction;
|
import com.android.ide.eclipse.adt.internal.editors.manifest.model.UiClassAttributeNode.IPostTypeCreationAction;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiAttributeNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiAttributeNode;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
import com.android.sdklib.SdkConstants;
|
import com.android.sdklib.SdkConstants;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -14,12 +14,12 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.manifest.descriptors;
|
package com.android.ide.eclipse.adt.internal.editors.manifest.descriptors;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.descriptors.AttributeDescriptor;
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor;
|
||||||
import com.android.ide.eclipse.editors.descriptors.ElementDescriptor;
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
|
||||||
import com.android.ide.eclipse.editors.manifest.model.UiManifestElementNode;
|
import com.android.ide.eclipse.adt.internal.editors.manifest.model.UiManifestElementNode;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@link ManifestElementDescriptor} describes an XML element node, with its
|
* {@link ManifestElementDescriptor} describes an XML element node, with its
|
||||||
@@ -14,12 +14,12 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.manifest.descriptors;
|
package com.android.ide.eclipse.adt.internal.editors.manifest.descriptors;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.descriptors.TextAttributeDescriptor;
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.TextAttributeDescriptor;
|
||||||
import com.android.ide.eclipse.editors.manifest.model.UiManifestPkgAttrNode;
|
import com.android.ide.eclipse.adt.internal.editors.manifest.model.UiManifestPkgAttrNode;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiAttributeNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiAttributeNode;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Describes a package XML attribute. It is displayed by a {@link UiManifestPkgAttrNode}.
|
* Describes a package XML attribute. It is displayed by a {@link UiManifestPkgAttrNode}.
|
||||||
@@ -14,12 +14,12 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.manifest.descriptors;
|
package com.android.ide.eclipse.adt.internal.editors.manifest.descriptors;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.descriptors.TextAttributeDescriptor;
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.TextAttributeDescriptor;
|
||||||
import com.android.ide.eclipse.editors.manifest.model.UiPackageAttributeNode;
|
import com.android.ide.eclipse.adt.internal.editors.manifest.model.UiPackageAttributeNode;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiAttributeNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiAttributeNode;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Describes a package XML attribute. It is displayed by a {@link UiPackageAttributeNode}.
|
* Describes a package XML attribute. It is displayed by a {@link UiPackageAttributeNode}.
|
||||||
@@ -14,10 +14,10 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.manifest.descriptors;
|
package com.android.ide.eclipse.adt.internal.editors.manifest.descriptors;
|
||||||
|
|
||||||
import com.android.ide.eclipse.adt.AndroidConstants;
|
import com.android.ide.eclipse.adt.AndroidConstants;
|
||||||
import com.android.ide.eclipse.editors.manifest.model.UiClassAttributeNode.IPostTypeCreationAction;
|
import com.android.ide.eclipse.adt.internal.editors.manifest.model.UiClassAttributeNode.IPostTypeCreationAction;
|
||||||
|
|
||||||
import org.eclipse.core.runtime.NullProgressMonitor;
|
import org.eclipse.core.runtime.NullProgressMonitor;
|
||||||
import org.eclipse.jdt.core.ICompilationUnit;
|
import org.eclipse.jdt.core.ICompilationUnit;
|
||||||
@@ -14,10 +14,10 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.manifest.descriptors;
|
package com.android.ide.eclipse.adt.internal.editors.manifest.descriptors;
|
||||||
|
|
||||||
import com.android.ide.eclipse.adt.AndroidConstants;
|
import com.android.ide.eclipse.adt.AndroidConstants;
|
||||||
import com.android.ide.eclipse.editors.manifest.model.UiClassAttributeNode.IPostTypeCreationAction;
|
import com.android.ide.eclipse.adt.internal.editors.manifest.model.UiClassAttributeNode.IPostTypeCreationAction;
|
||||||
|
|
||||||
import org.eclipse.core.runtime.NullProgressMonitor;
|
import org.eclipse.core.runtime.NullProgressMonitor;
|
||||||
import org.eclipse.jdt.core.ICompilationUnit;
|
import org.eclipse.jdt.core.ICompilationUnit;
|
||||||
@@ -14,13 +14,13 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.manifest.descriptors;
|
package com.android.ide.eclipse.adt.internal.editors.manifest.descriptors;
|
||||||
|
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.TextAttributeDescriptor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiAttributeNode;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiResourceAttributeNode;
|
||||||
import com.android.ide.eclipse.adt.internal.resources.ResourceType;
|
import com.android.ide.eclipse.adt.internal.resources.ResourceType;
|
||||||
import com.android.ide.eclipse.editors.descriptors.TextAttributeDescriptor;
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiAttributeNode;
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiResourceAttributeNode;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Describes a Theme/Style XML attribute displayed by a {@link UiResourceAttributeNode}
|
* Describes a Theme/Style XML attribute displayed by a {@link UiResourceAttributeNode}
|
||||||
@@ -14,19 +14,19 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.manifest.model;
|
package com.android.ide.eclipse.adt.internal.editors.manifest.model;
|
||||||
|
|
||||||
import com.android.ide.eclipse.adt.AdtPlugin;
|
import com.android.ide.eclipse.adt.AdtPlugin;
|
||||||
import com.android.ide.eclipse.adt.AndroidConstants;
|
import com.android.ide.eclipse.adt.AndroidConstants;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.AndroidEditor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.TextAttributeDescriptor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.manifest.descriptors.AndroidManifestDescriptors;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.ui.SectionHelper;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiTextAttributeNode;
|
||||||
import com.android.ide.eclipse.adt.internal.project.AndroidManifestParser;
|
import com.android.ide.eclipse.adt.internal.project.AndroidManifestParser;
|
||||||
import com.android.ide.eclipse.adt.internal.project.BaseProjectHelper;
|
import com.android.ide.eclipse.adt.internal.project.BaseProjectHelper;
|
||||||
import com.android.ide.eclipse.editors.AndroidEditor;
|
|
||||||
import com.android.ide.eclipse.editors.descriptors.AttributeDescriptor;
|
|
||||||
import com.android.ide.eclipse.editors.descriptors.TextAttributeDescriptor;
|
|
||||||
import com.android.ide.eclipse.editors.manifest.descriptors.AndroidManifestDescriptors;
|
|
||||||
import com.android.ide.eclipse.editors.ui.SectionHelper;
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiTextAttributeNode;
|
|
||||||
|
|
||||||
import org.eclipse.core.resources.IFile;
|
import org.eclipse.core.resources.IFile;
|
||||||
import org.eclipse.core.resources.IProject;
|
import org.eclipse.core.resources.IProject;
|
||||||
@@ -14,13 +14,13 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.manifest.model;
|
package com.android.ide.eclipse.adt.internal.editors.manifest.model;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.descriptors.ElementDescriptor;
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
|
||||||
import com.android.ide.eclipse.editors.manifest.descriptors.AndroidManifestDescriptors;
|
import com.android.ide.eclipse.adt.internal.editors.manifest.descriptors.AndroidManifestDescriptors;
|
||||||
import com.android.ide.eclipse.editors.manifest.descriptors.ManifestElementDescriptor;
|
import com.android.ide.eclipse.adt.internal.editors.manifest.descriptors.ManifestElementDescriptor;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiAttributeNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiAttributeNode;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
import com.android.sdklib.SdkConstants;
|
import com.android.sdklib.SdkConstants;
|
||||||
|
|
||||||
import org.w3c.dom.Element;
|
import org.w3c.dom.Element;
|
||||||
@@ -14,19 +14,19 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.manifest.model;
|
package com.android.ide.eclipse.adt.internal.editors.manifest.model;
|
||||||
|
|
||||||
import com.android.ide.eclipse.adt.AdtPlugin;
|
import com.android.ide.eclipse.adt.AdtPlugin;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.TextAttributeDescriptor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.manifest.ManifestEditor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.ui.SectionHelper;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiTextAttributeNode;
|
||||||
import com.android.ide.eclipse.adt.internal.project.AndroidManifestParser;
|
import com.android.ide.eclipse.adt.internal.project.AndroidManifestParser;
|
||||||
import com.android.ide.eclipse.adt.internal.project.BaseProjectHelper;
|
import com.android.ide.eclipse.adt.internal.project.BaseProjectHelper;
|
||||||
import com.android.ide.eclipse.adt.internal.wizards.actions.NewProjectAction;
|
import com.android.ide.eclipse.adt.internal.wizards.actions.NewProjectAction;
|
||||||
import com.android.ide.eclipse.adt.internal.wizards.newproject.NewProjectWizard;
|
import com.android.ide.eclipse.adt.internal.wizards.newproject.NewProjectWizard;
|
||||||
import com.android.ide.eclipse.editors.descriptors.AttributeDescriptor;
|
|
||||||
import com.android.ide.eclipse.editors.descriptors.TextAttributeDescriptor;
|
|
||||||
import com.android.ide.eclipse.editors.manifest.ManifestEditor;
|
|
||||||
import com.android.ide.eclipse.editors.ui.SectionHelper;
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiTextAttributeNode;
|
|
||||||
|
|
||||||
import org.eclipse.core.resources.IFile;
|
import org.eclipse.core.resources.IFile;
|
||||||
import org.eclipse.core.runtime.CoreException;
|
import org.eclipse.core.runtime.CoreException;
|
||||||
@@ -14,15 +14,15 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.manifest.model;
|
package com.android.ide.eclipse.adt.internal.editors.manifest.model;
|
||||||
|
|
||||||
import com.android.ide.eclipse.adt.AdtPlugin;
|
import com.android.ide.eclipse.adt.AdtPlugin;
|
||||||
import com.android.ide.eclipse.editors.AndroidEditor;
|
import com.android.ide.eclipse.adt.internal.editors.AndroidEditor;
|
||||||
import com.android.ide.eclipse.editors.descriptors.AttributeDescriptor;
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor;
|
||||||
import com.android.ide.eclipse.editors.descriptors.TextAttributeDescriptor;
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.TextAttributeDescriptor;
|
||||||
import com.android.ide.eclipse.editors.ui.SectionHelper;
|
import com.android.ide.eclipse.adt.internal.editors.ui.SectionHelper;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiTextAttributeNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiTextAttributeNode;
|
||||||
|
|
||||||
import org.eclipse.core.resources.IFile;
|
import org.eclipse.core.resources.IFile;
|
||||||
import org.eclipse.core.resources.IProject;
|
import org.eclipse.core.resources.IProject;
|
||||||
@@ -14,16 +14,16 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.manifest.pages;
|
package com.android.ide.eclipse.adt.internal.editors.manifest.pages;
|
||||||
|
|
||||||
import com.android.ide.eclipse.adt.AdtPlugin;
|
import com.android.ide.eclipse.adt.AdtPlugin;
|
||||||
import com.android.ide.eclipse.editors.descriptors.AttributeDescriptor;
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor;
|
||||||
import com.android.ide.eclipse.editors.descriptors.XmlnsAttributeDescriptor;
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.XmlnsAttributeDescriptor;
|
||||||
import com.android.ide.eclipse.editors.manifest.ManifestEditor;
|
import com.android.ide.eclipse.adt.internal.editors.manifest.ManifestEditor;
|
||||||
import com.android.ide.eclipse.editors.ui.UiElementPart;
|
import com.android.ide.eclipse.adt.internal.editors.ui.UiElementPart;
|
||||||
import com.android.ide.eclipse.editors.uimodel.IUiUpdateListener;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.IUiUpdateListener;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiAttributeNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiAttributeNode;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
|
|
||||||
import org.eclipse.core.runtime.IStatus;
|
import org.eclipse.core.runtime.IStatus;
|
||||||
import org.eclipse.swt.widgets.Composite;
|
import org.eclipse.swt.widgets.Composite;
|
||||||
@@ -14,14 +14,14 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.manifest.pages;
|
package com.android.ide.eclipse.adt.internal.editors.manifest.pages;
|
||||||
|
|
||||||
import com.android.ide.eclipse.adt.AdtPlugin;
|
import com.android.ide.eclipse.adt.AdtPlugin;
|
||||||
import com.android.ide.eclipse.editors.descriptors.ElementDescriptor;
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
|
||||||
import com.android.ide.eclipse.editors.manifest.ManifestEditor;
|
import com.android.ide.eclipse.adt.internal.editors.manifest.ManifestEditor;
|
||||||
import com.android.ide.eclipse.editors.manifest.descriptors.AndroidManifestDescriptors;
|
import com.android.ide.eclipse.adt.internal.editors.manifest.descriptors.AndroidManifestDescriptors;
|
||||||
import com.android.ide.eclipse.editors.ui.tree.UiTreeBlock;
|
import com.android.ide.eclipse.adt.internal.editors.ui.tree.UiTreeBlock;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
|
|
||||||
import org.eclipse.swt.SWT;
|
import org.eclipse.swt.SWT;
|
||||||
import org.eclipse.swt.layout.GridData;
|
import org.eclipse.swt.layout.GridData;
|
||||||
@@ -14,16 +14,16 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.manifest.pages;
|
package com.android.ide.eclipse.adt.internal.editors.manifest.pages;
|
||||||
|
|
||||||
import com.android.ide.eclipse.adt.AdtPlugin;
|
import com.android.ide.eclipse.adt.AdtPlugin;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.DescriptorsUtils;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.manifest.ManifestEditor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.ui.UiElementPart;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.IUiUpdateListener;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.IUiUpdateListener.UiUpdateState;
|
||||||
import com.android.ide.eclipse.adt.internal.sdk.Sdk;
|
import com.android.ide.eclipse.adt.internal.sdk.Sdk;
|
||||||
import com.android.ide.eclipse.editors.descriptors.DescriptorsUtils;
|
|
||||||
import com.android.ide.eclipse.editors.manifest.ManifestEditor;
|
|
||||||
import com.android.ide.eclipse.editors.ui.UiElementPart;
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.IUiUpdateListener;
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.IUiUpdateListener.UiUpdateState;
|
|
||||||
|
|
||||||
import org.eclipse.swt.SWT;
|
import org.eclipse.swt.SWT;
|
||||||
import org.eclipse.swt.events.SelectionAdapter;
|
import org.eclipse.swt.events.SelectionAdapter;
|
||||||
@@ -14,14 +14,14 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.manifest.pages;
|
package com.android.ide.eclipse.adt.internal.editors.manifest.pages;
|
||||||
|
|
||||||
import com.android.ide.eclipse.adt.AdtPlugin;
|
import com.android.ide.eclipse.adt.AdtPlugin;
|
||||||
import com.android.ide.eclipse.editors.descriptors.ElementDescriptor;
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
|
||||||
import com.android.ide.eclipse.editors.manifest.ManifestEditor;
|
import com.android.ide.eclipse.adt.internal.editors.manifest.ManifestEditor;
|
||||||
import com.android.ide.eclipse.editors.manifest.descriptors.AndroidManifestDescriptors;
|
import com.android.ide.eclipse.adt.internal.editors.manifest.descriptors.AndroidManifestDescriptors;
|
||||||
import com.android.ide.eclipse.editors.ui.tree.UiTreeBlock;
|
import com.android.ide.eclipse.adt.internal.editors.ui.tree.UiTreeBlock;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
|
|
||||||
import org.eclipse.ui.forms.IManagedForm;
|
import org.eclipse.ui.forms.IManagedForm;
|
||||||
import org.eclipse.ui.forms.editor.FormPage;
|
import org.eclipse.ui.forms.editor.FormPage;
|
||||||
@@ -14,11 +14,11 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.manifest.pages;
|
package com.android.ide.eclipse.adt.internal.editors.manifest.pages;
|
||||||
|
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.manifest.ManifestEditor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.ui.SectionHelper.ManifestSectionPart;
|
||||||
import com.android.ide.eclipse.adt.internal.project.ExportHelper;
|
import com.android.ide.eclipse.adt.internal.project.ExportHelper;
|
||||||
import com.android.ide.eclipse.editors.manifest.ManifestEditor;
|
|
||||||
import com.android.ide.eclipse.editors.ui.SectionHelper.ManifestSectionPart;
|
|
||||||
|
|
||||||
import org.eclipse.core.resources.IFile;
|
import org.eclipse.core.resources.IFile;
|
||||||
import org.eclipse.core.resources.IProject;
|
import org.eclipse.core.resources.IProject;
|
||||||
@@ -14,13 +14,13 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.manifest.pages;
|
package com.android.ide.eclipse.adt.internal.editors.manifest.pages;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.descriptors.ElementDescriptor;
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
|
||||||
import com.android.ide.eclipse.editors.manifest.ManifestEditor;
|
import com.android.ide.eclipse.adt.internal.editors.manifest.ManifestEditor;
|
||||||
import com.android.ide.eclipse.editors.manifest.descriptors.AndroidManifestDescriptors;
|
import com.android.ide.eclipse.adt.internal.editors.manifest.descriptors.AndroidManifestDescriptors;
|
||||||
import com.android.ide.eclipse.editors.ui.UiElementPart;
|
import com.android.ide.eclipse.adt.internal.editors.ui.UiElementPart;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
|
|
||||||
import org.eclipse.swt.widgets.Composite;
|
import org.eclipse.swt.widgets.Composite;
|
||||||
import org.eclipse.ui.forms.IManagedForm;
|
import org.eclipse.ui.forms.IManagedForm;
|
||||||
@@ -14,13 +14,13 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.manifest.pages;
|
package com.android.ide.eclipse.adt.internal.editors.manifest.pages;
|
||||||
|
|
||||||
import com.android.ide.eclipse.adt.AdtPlugin;
|
import com.android.ide.eclipse.adt.AdtPlugin;
|
||||||
import com.android.ide.eclipse.editors.descriptors.ElementDescriptor;
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
|
||||||
import com.android.ide.eclipse.editors.manifest.ManifestEditor;
|
import com.android.ide.eclipse.adt.internal.editors.manifest.ManifestEditor;
|
||||||
import com.android.ide.eclipse.editors.manifest.descriptors.AndroidManifestDescriptors;
|
import com.android.ide.eclipse.adt.internal.editors.manifest.descriptors.AndroidManifestDescriptors;
|
||||||
import com.android.ide.eclipse.editors.ui.SectionHelper.ManifestSectionPart;
|
import com.android.ide.eclipse.adt.internal.editors.ui.SectionHelper.ManifestSectionPart;
|
||||||
|
|
||||||
import org.eclipse.swt.graphics.Image;
|
import org.eclipse.swt.graphics.Image;
|
||||||
import org.eclipse.swt.widgets.Composite;
|
import org.eclipse.swt.widgets.Composite;
|
||||||
@@ -14,14 +14,14 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.manifest.pages;
|
package com.android.ide.eclipse.adt.internal.editors.manifest.pages;
|
||||||
|
|
||||||
import com.android.ide.eclipse.adt.AdtPlugin;
|
import com.android.ide.eclipse.adt.AdtPlugin;
|
||||||
import com.android.ide.eclipse.editors.descriptors.ElementDescriptor;
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
|
||||||
import com.android.ide.eclipse.editors.manifest.ManifestEditor;
|
import com.android.ide.eclipse.adt.internal.editors.manifest.ManifestEditor;
|
||||||
import com.android.ide.eclipse.editors.manifest.descriptors.AndroidManifestDescriptors;
|
import com.android.ide.eclipse.adt.internal.editors.manifest.descriptors.AndroidManifestDescriptors;
|
||||||
import com.android.ide.eclipse.editors.ui.tree.UiTreeBlock;
|
import com.android.ide.eclipse.adt.internal.editors.ui.tree.UiTreeBlock;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
|
|
||||||
import org.eclipse.swt.SWT;
|
import org.eclipse.swt.SWT;
|
||||||
import org.eclipse.swt.layout.GridData;
|
import org.eclipse.swt.layout.GridData;
|
||||||
@@ -14,14 +14,14 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.manifest.pages;
|
package com.android.ide.eclipse.adt.internal.editors.manifest.pages;
|
||||||
|
|
||||||
import com.android.ide.eclipse.adt.AdtPlugin;
|
import com.android.ide.eclipse.adt.AdtPlugin;
|
||||||
import com.android.ide.eclipse.editors.descriptors.ElementDescriptor;
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
|
||||||
import com.android.ide.eclipse.editors.manifest.ManifestEditor;
|
import com.android.ide.eclipse.adt.internal.editors.manifest.ManifestEditor;
|
||||||
import com.android.ide.eclipse.editors.manifest.descriptors.AndroidManifestDescriptors;
|
import com.android.ide.eclipse.adt.internal.editors.manifest.descriptors.AndroidManifestDescriptors;
|
||||||
import com.android.ide.eclipse.editors.ui.tree.UiTreeBlock;
|
import com.android.ide.eclipse.adt.internal.editors.ui.tree.UiTreeBlock;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
|
|
||||||
import org.eclipse.ui.forms.IManagedForm;
|
import org.eclipse.ui.forms.IManagedForm;
|
||||||
import org.eclipse.ui.forms.editor.FormPage;
|
import org.eclipse.ui.forms.editor.FormPage;
|
||||||
@@ -14,10 +14,10 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.menu;
|
package com.android.ide.eclipse.adt.internal.editors.menu;
|
||||||
|
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.AndroidContentAssist;
|
||||||
import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
|
import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
|
||||||
import com.android.ide.eclipse.editors.AndroidContentAssist;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Content Assist Processor for /res/menu XML files
|
* Content Assist Processor for /res/menu XML files
|
||||||
@@ -14,15 +14,15 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.menu;
|
package com.android.ide.eclipse.adt.internal.editors.menu;
|
||||||
|
|
||||||
import com.android.ide.eclipse.adt.AdtPlugin;
|
import com.android.ide.eclipse.adt.AdtPlugin;
|
||||||
import com.android.ide.eclipse.adt.AndroidConstants;
|
import com.android.ide.eclipse.adt.AndroidConstants;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.AndroidEditor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
import com.android.ide.eclipse.adt.internal.project.AndroidXPathFactory;
|
import com.android.ide.eclipse.adt.internal.project.AndroidXPathFactory;
|
||||||
import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
|
import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
|
||||||
import com.android.ide.eclipse.editors.AndroidEditor;
|
|
||||||
import com.android.ide.eclipse.editors.descriptors.ElementDescriptor;
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
|
||||||
|
|
||||||
import org.eclipse.core.resources.IFile;
|
import org.eclipse.core.resources.IFile;
|
||||||
import org.eclipse.ui.IEditorInput;
|
import org.eclipse.ui.IEditorInput;
|
||||||
@@ -14,10 +14,10 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.menu;
|
package com.android.ide.eclipse.adt.internal.editors.menu;
|
||||||
|
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.AndroidSourceViewerConfig;
|
import com.android.ide.eclipse.adt.internal.editors.AndroidSourceViewerConfig;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Source Viewer Configuration that calls in MenuContentAssist.
|
* Source Viewer Configuration that calls in MenuContentAssist.
|
||||||
@@ -14,11 +14,11 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.menu;
|
package com.android.ide.eclipse.adt.internal.editors.menu;
|
||||||
|
|
||||||
import com.android.ide.eclipse.adt.AdtPlugin;
|
import com.android.ide.eclipse.adt.AdtPlugin;
|
||||||
import com.android.ide.eclipse.editors.ui.tree.UiTreeBlock;
|
import com.android.ide.eclipse.adt.internal.editors.ui.tree.UiTreeBlock;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
|
|
||||||
import org.eclipse.ui.forms.IManagedForm;
|
import org.eclipse.ui.forms.IManagedForm;
|
||||||
import org.eclipse.ui.forms.editor.FormPage;
|
import org.eclipse.ui.forms.editor.FormPage;
|
||||||
@@ -14,14 +14,14 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.menu.descriptors;
|
package com.android.ide.eclipse.adt.internal.editors.menu.descriptors;
|
||||||
|
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.DescriptorsUtils;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.IDescriptorProvider;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.XmlnsAttributeDescriptor;
|
||||||
import com.android.ide.eclipse.adt.internal.resources.DeclareStyleableInfo;
|
import com.android.ide.eclipse.adt.internal.resources.DeclareStyleableInfo;
|
||||||
import com.android.ide.eclipse.editors.descriptors.AttributeDescriptor;
|
|
||||||
import com.android.ide.eclipse.editors.descriptors.DescriptorsUtils;
|
|
||||||
import com.android.ide.eclipse.editors.descriptors.ElementDescriptor;
|
|
||||||
import com.android.ide.eclipse.editors.descriptors.IDescriptorProvider;
|
|
||||||
import com.android.ide.eclipse.editors.descriptors.XmlnsAttributeDescriptor;
|
|
||||||
import com.android.sdklib.SdkConstants;
|
import com.android.sdklib.SdkConstants;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
@@ -14,10 +14,10 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.resources;
|
package com.android.ide.eclipse.adt.internal.editors.resources;
|
||||||
|
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.AndroidContentAssist;
|
||||||
import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
|
import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
|
||||||
import com.android.ide.eclipse.editors.AndroidContentAssist;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Content Assist Processor for /res/values and /res/drawable XML files
|
* Content Assist Processor for /res/values and /res/drawable XML files
|
||||||
@@ -14,15 +14,15 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.resources;
|
package com.android.ide.eclipse.adt.internal.editors.resources;
|
||||||
|
|
||||||
import com.android.ide.eclipse.adt.AdtPlugin;
|
import com.android.ide.eclipse.adt.AdtPlugin;
|
||||||
import com.android.ide.eclipse.adt.AndroidConstants;
|
import com.android.ide.eclipse.adt.AndroidConstants;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.AndroidEditor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.resources.descriptors.ResourcesDescriptors;
|
||||||
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
import com.android.ide.eclipse.adt.internal.project.AndroidXPathFactory;
|
import com.android.ide.eclipse.adt.internal.project.AndroidXPathFactory;
|
||||||
import com.android.ide.eclipse.editors.AndroidEditor;
|
|
||||||
import com.android.ide.eclipse.editors.descriptors.ElementDescriptor;
|
|
||||||
import com.android.ide.eclipse.editors.resources.descriptors.ResourcesDescriptors;
|
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
|
||||||
|
|
||||||
import org.eclipse.core.resources.IFile;
|
import org.eclipse.core.resources.IFile;
|
||||||
import org.eclipse.core.runtime.IStatus;
|
import org.eclipse.core.runtime.IStatus;
|
||||||
@@ -14,10 +14,10 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.resources;
|
package com.android.ide.eclipse.adt.internal.editors.resources;
|
||||||
|
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.AndroidSourceViewerConfig;
|
import com.android.ide.eclipse.adt.internal.editors.AndroidSourceViewerConfig;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Source Viewer Configuration that calls in ResourcesContentAssist.
|
* Source Viewer Configuration that calls in ResourcesContentAssist.
|
||||||
@@ -14,13 +14,13 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.resources;
|
package com.android.ide.eclipse.adt.internal.editors.resources;
|
||||||
|
|
||||||
import com.android.ide.eclipse.adt.AdtPlugin;
|
import com.android.ide.eclipse.adt.AdtPlugin;
|
||||||
import com.android.ide.eclipse.editors.resources.manager.ResourceFolder;
|
import com.android.ide.eclipse.adt.internal.editors.resources.manager.ResourceFolder;
|
||||||
import com.android.ide.eclipse.editors.resources.manager.ResourceManager;
|
import com.android.ide.eclipse.adt.internal.editors.resources.manager.ResourceManager;
|
||||||
import com.android.ide.eclipse.editors.ui.tree.UiTreeBlock;
|
import com.android.ide.eclipse.adt.internal.editors.ui.tree.UiTreeBlock;
|
||||||
import com.android.ide.eclipse.editors.uimodel.UiElementNode;
|
import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
|
||||||
|
|
||||||
import org.eclipse.core.resources.IFile;
|
import org.eclipse.core.resources.IFile;
|
||||||
import org.eclipse.ui.IEditorInput;
|
import org.eclipse.ui.IEditorInput;
|
||||||
@@ -14,9 +14,9 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.resources.configurations;
|
package com.android.ide.eclipse.adt.internal.editors.resources.configurations;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.IconFactory;
|
import com.android.ide.eclipse.adt.internal.editors.IconFactory;
|
||||||
|
|
||||||
import org.eclipse.swt.graphics.Image;
|
import org.eclipse.swt.graphics.Image;
|
||||||
|
|
||||||
@@ -14,9 +14,9 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.resources.configurations;
|
package com.android.ide.eclipse.adt.internal.editors.resources.configurations;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.resources.manager.ResourceFolderType;
|
import com.android.ide.eclipse.adt.internal.editors.resources.manager.ResourceFolderType;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -14,9 +14,9 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.resources.configurations;
|
package com.android.ide.eclipse.adt.internal.editors.resources.configurations;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.IconFactory;
|
import com.android.ide.eclipse.adt.internal.editors.IconFactory;
|
||||||
|
|
||||||
import org.eclipse.swt.graphics.Image;
|
import org.eclipse.swt.graphics.Image;
|
||||||
|
|
||||||
@@ -14,9 +14,9 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.resources.configurations;
|
package com.android.ide.eclipse.adt.internal.editors.resources.configurations;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.IconFactory;
|
import com.android.ide.eclipse.adt.internal.editors.IconFactory;
|
||||||
|
|
||||||
import org.eclipse.swt.graphics.Image;
|
import org.eclipse.swt.graphics.Image;
|
||||||
|
|
||||||
@@ -14,9 +14,9 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.resources.configurations;
|
package com.android.ide.eclipse.adt.internal.editors.resources.configurations;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.IconFactory;
|
import com.android.ide.eclipse.adt.internal.editors.IconFactory;
|
||||||
|
|
||||||
import org.eclipse.swt.graphics.Image;
|
import org.eclipse.swt.graphics.Image;
|
||||||
|
|
||||||
@@ -14,9 +14,9 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.resources.configurations;
|
package com.android.ide.eclipse.adt.internal.editors.resources.configurations;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.IconFactory;
|
import com.android.ide.eclipse.adt.internal.editors.IconFactory;
|
||||||
|
|
||||||
import org.eclipse.swt.graphics.Image;
|
import org.eclipse.swt.graphics.Image;
|
||||||
|
|
||||||
@@ -14,9 +14,9 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.resources.configurations;
|
package com.android.ide.eclipse.adt.internal.editors.resources.configurations;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.IconFactory;
|
import com.android.ide.eclipse.adt.internal.editors.IconFactory;
|
||||||
|
|
||||||
import org.eclipse.swt.graphics.Image;
|
import org.eclipse.swt.graphics.Image;
|
||||||
|
|
||||||
@@ -14,9 +14,9 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.resources.configurations;
|
package com.android.ide.eclipse.adt.internal.editors.resources.configurations;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.IconFactory;
|
import com.android.ide.eclipse.adt.internal.editors.IconFactory;
|
||||||
|
|
||||||
import org.eclipse.swt.graphics.Image;
|
import org.eclipse.swt.graphics.Image;
|
||||||
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user