1{ 2 "methods": { 3 "getContentAsIntent()": { 4 "isImplementation": false, 5 "modifiers": [ 6 "public" 7 ], 8 "params": [], 9 "returnType": "android.content.Intent", 10 "exceptions": [], 11 "name": "getContentAsIntent()", 12 "documentation": "@return the intent object set in a call to {@code TabSpec#setContent(Intent)}\n" 13 }, 14 "getContentView()": { 15 "isImplementation": false, 16 "modifiers": [ 17 "public" 18 ], 19 "params": [], 20 "returnType": "android.view.View", 21 "exceptions": [], 22 "name": "getContentView()" 23 }, 24 "getContentViewId()": { 25 "isImplementation": false, 26 "modifiers": [ 27 "public" 28 ], 29 "params": [], 30 "returnType": "int", 31 "exceptions": [], 32 "name": "getContentViewId()" 33 }, 34 "getIndicatorAsView()": { 35 "isImplementation": false, 36 "modifiers": [ 37 "public" 38 ], 39 "params": [], 40 "returnType": "android.view.View", 41 "exceptions": [], 42 "name": "getIndicatorAsView()", 43 "documentation": "@return the view object set in a call to {@code TabSpec#setIndicator(View)}\n" 44 }, 45 "getIndicatorIcon()": { 46 "isImplementation": false, 47 "modifiers": [ 48 "public" 49 ], 50 "params": [], 51 "returnType": "android.graphics.drawable.Drawable", 52 "exceptions": [], 53 "name": "getIndicatorIcon()" 54 }, 55 "getIndicatorLabel()": { 56 "isImplementation": false, 57 "modifiers": [ 58 "public" 59 ], 60 "params": [], 61 "returnType": "java.lang.String", 62 "exceptions": [], 63 "name": "getIndicatorLabel()" 64 }, 65 "getTag()": { 66 "isImplementation": true, 67 "modifiers": [ 68 "protected" 69 ], 70 "params": [], 71 "returnType": "java.lang.String", 72 "exceptions": [], 73 "name": "getTag()" 74 }, 75 "getText()": { 76 "isImplementation": false, 77 "modifiers": [ 78 "public" 79 ], 80 "params": [], 81 "returnType": "java.lang.String", 82 "exceptions": [], 83 "name": "getText()", 84 "documentation": "Same as GetIndicatorLabel()\n\n@return Tab text.\n" 85 }, 86 "setContent(android.content.Intent)": { 87 "isImplementation": true, 88 "modifiers": [ 89 "protected" 90 ], 91 "params": [ 92 "intent" 93 ], 94 "returnType": "android.widget.TabHost.TabSpec", 95 "exceptions": [], 96 "name": "setContent(android.content.Intent)" 97 }, 98 "setContent(android.widget.TabHost.TabContentFactory)": { 99 "isImplementation": true, 100 "modifiers": [ 101 "protected" 102 ], 103 "params": [ 104 "factory" 105 ], 106 "returnType": "android.widget.TabHost.TabSpec", 107 "exceptions": [], 108 "name": "setContent(android.widget.TabHost.TabContentFactory)" 109 }, 110 "setContent(int)": { 111 "isImplementation": true, 112 "modifiers": [ 113 "protected" 114 ], 115 "params": [ 116 "viewId" 117 ], 118 "returnType": "android.widget.TabHost.TabSpec", 119 "exceptions": [], 120 "name": "setContent(int)" 121 }, 122 "setIndicator(android.view.View)": { 123 "isImplementation": true, 124 "modifiers": [ 125 "protected" 126 ], 127 "params": [ 128 "view" 129 ], 130 "returnType": "android.widget.TabHost.TabSpec", 131 "exceptions": [], 132 "name": "setIndicator(android.view.View)" 133 }, 134 "setIndicator(java.lang.CharSequence)": { 135 "isImplementation": true, 136 "modifiers": [ 137 "protected" 138 ], 139 "params": [ 140 "label" 141 ], 142 "returnType": "android.widget.TabHost.TabSpec", 143 "exceptions": [], 144 "name": "setIndicator(java.lang.CharSequence)" 145 }, 146 "setIndicator(java.lang.CharSequence,android.graphics.drawable.Drawable)": { 147 "isImplementation": true, 148 "modifiers": [ 149 "protected" 150 ], 151 "params": [ 152 "label", 153 "icon" 154 ], 155 "returnType": "android.widget.TabHost.TabSpec", 156 "exceptions": [], 157 "name": "setIndicator(java.lang.CharSequence,android.graphics.drawable.Drawable)" 158 }, 159 "setTag(java.lang.String)": { 160 "isImplementation": false, 161 "modifiers": [ 162 "public" 163 ], 164 "params": [ 165 "tag" 166 ], 167 "returnType": "void", 168 "exceptions": [], 169 "name": "setTag(java.lang.String)", 170 "documentation": "Sets the tag on the TabSpec.\n\n@param tag The tag.\n" 171 } 172 }, 173 "imports": [ 174 "android.R", 175 "android.app.Activity", 176 "android.content.Context", 177 "android.content.Intent", 178 "android.graphics.drawable.Drawable", 179 "android.view.View", 180 "android.widget.TabHost", 181 "android.widget.TabHost.TabSpec", 182 "android.widget.TabWidget", 183 "java.util.ArrayList", 184 "java.util.List", 185 "org.robolectric.annotation.Implementation", 186 "org.robolectric.annotation.Implements", 187 "org.robolectric.annotation.RealObject", 188 "org.robolectric.shadow.api.Shadow" 189 ], 190 "name": "org.robolectric.shadows.ShadowTabHost.ShadowTabSpec" 191}