Searched defs:setInput (Results 1 - 11 of 11) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
H A DBinaryXMLMultiPageEditorPart.java45 * @see org.eclipse.ui.part.EditorPart#setInput(org.eclipse.ui.IEditorInput)
48 protected void setInput(IEditorInput input) { method in class:BinaryXMLMultiPageEditorPart
56 super.setInput(input);
61 super.setInput(input);
69 super.setInput(input);
75 super.setInput(newInput);
82 super.setInput(input);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
H A DExportEditor.java79 protected void setInput(IEditorInput input) { method in class:ExportEditor
80 super.setInput(input);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
H A DLayoutCanvasViewer.java98 public void setInput(Object input) { method in class:LayoutCanvasViewer
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
H A DDetailsPage.java64 public void setInput(GLTrace trace) { method in class:DetailsPage
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
H A DCommonXmlEditor.java203 // Invoke the editor's init after setting up the delegate. This will call setInput().
305 protected void setInput(IEditorInput input) { method in class:CommonXmlEditor
306 super.setInput(input);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
H A DBasePullParser.java80 public void setInput(Reader in) throws XmlPullParserException { method in class:BasePullParser
81 throw new XmlPullParserException("setInput() not supported");
85 public void setInput(InputStream inputStream, String inputEncoding) method in class:BasePullParser
87 throw new XmlPullParserException("setInput() not supported");
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
H A DManifestEditor.java227 protected void setInput(IEditorInput input) { method in class:ManifestEditor
228 super.setInput(input);
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
H A DStateViewPage.java89 setInput(trace);
92 public void setInput(GLTrace trace) { method in class:StateViewPage
104 mTreeViewer.setInput(mState);
130 mTreeViewer.setInput(mState);
H A DDurationMinimap.java105 setInput(trace);
163 public void setInput(GLTrace trace) { method in class:DurationMinimap
H A DGLFunctionTraceViewer.java189 setInput(input);
214 setInput(parent.getShell(), mFilePath);
248 public void setInput(Shell shell, String tracePath) { method in class:GLFunctionTraceViewer
267 mStateViewPage.setInput(mTrace);
270 mFrameSummaryViewPage.setInput(mTrace);
273 mDetailsPage.setInput(mTrace);
276 mDurationMinimap.setInput(mTrace);
429 mFrameTreeViewer.setInput(mTreeViewerNodes);
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
H A DFrameSummaryViewPage.java100 public void setInput(GLTrace trace) { method in class:FrameSummaryViewPage
196 mStatsTableViewer.setInput(null);
289 mStatsTableViewer.setInput(cumulativeStats);

Completed in 52 milliseconds