aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/api/IViewMetadata.java
diff options
context:
space:
mode:
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/api/IViewMetadata.java')
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/api/IViewMetadata.java14
1 files changed, 0 insertions, 14 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/api/IViewMetadata.java b/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/api/IViewMetadata.java
index 9397ef8..22fcb50 100644
--- a/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/api/IViewMetadata.java
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/api/IViewMetadata.java
@@ -23,13 +23,6 @@ package com.android.ide.common.api;
*/
public interface IViewMetadata {
/**
- * Returns true if this view is a potential parent (e.g. it <b>can</b> have children).
- *
- * @return true if this view can have children
- */
- public boolean isParent();
-
- /**
* Returns the display name views of this type (a name suitable to display to the
* user, normally capitalized and usually but not necessarily tied to the
* implementation class). To be clear, a specific view may have an id attribute and a
@@ -42,13 +35,6 @@ public interface IViewMetadata {
public String getDisplayName();
/**
- * Returns the tooltip for this view, if any
- *
- * @return a tooltip, or null
- */
- public String getTooltip();
-
- /**
* Returns the {@link FillPreference} of this view
*
* @return the {@link FillPreference} of this view