Home
last modified time | relevance | path

Searched refs:EditorPart (Results 1 – 25 of 80) sorted by relevance

1234

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/WebParts/
H A DEditorPartCollection.cs26 public EditorPart this[int index] {
28 return (EditorPart) InnerList[index];
32 internal int Add(EditorPart value) { in Add()
36 public bool Contains(EditorPart editorPart) { in Contains()
40 public void CopyTo(EditorPart[] array, int index) { in CopyTo()
44 public int IndexOf(EditorPart editorPart) { in IndexOf()
50 foreach (EditorPart existingEditorPart in existingEditorParts) { in Initialize()
62 if (!(obj is EditorPart)) { in Initialize()
H A DEditorPartChrome.cs39 …protected virtual Style CreateEditorPartChromeStyle(EditorPart editorPart, PartChromeType chromeTy… in CreateEditorPartChromeStyle()
81 public virtual void RenderEditorPart(HtmlTextWriter writer, EditorPart editorPart) { in RenderEditorPart()
131 protected virtual void RenderPartContents(HtmlTextWriter writer, EditorPart editorPart) { in RenderPartContents()
144 private void RenderTitle(HtmlTextWriter writer, EditorPart editorPart) { in RenderTitle()
H A DEditorZoneBase.cs123 foreach (EditorPart editorPart in editorParts) {
235 foreach (EditorPart editorPart in editorParts) { in ApplyAndSyncChanges()
243 foreach (EditorPart editorPart in editorParts) { in ApplyAndSyncChanges()
265 foreach (EditorPart editorPart in EditorParts) { in CreateChildControls()
331 foreach (EditorPart editorPart in EditorParts) { in OnSelectedWebPartChanged()
389 foreach (EditorPart editorPart in EditorParts) { in RenderBody()
H A DEditorZone.cs38 EditorPart part = control as EditorPart; in CreateEditorParts()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI.WebControls.WebParts/
H A DEditorPartCollection.cs61 public bool Contains (EditorPart editorPart) in Contains()
66 public void CopyTo (EditorPart[] array, in CopyTo()
72 public int IndexOf (EditorPart editorPart) in IndexOf()
77 public EditorPart this [ int index ] {
78 get { return (EditorPart) InnerList[index]; }
H A DEditorPart.cs39 public abstract class EditorPart : Part class
52 protected EditorPart() {} in EditorPart() method in System.Web.UI.WebControls.WebParts.EditorPart
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.workbench.texteditor.tests/src/org/eclipse/ui/workbench/texteditor/tests/
H A DAbstractTextZoomHandlerTest.java33 import org.eclipse.ui.part.EditorPart;
57 EditorPart part= new TestMultiPageEditorPart(new TestAbstractTextEditor()); in textZoomIsSupportedForMultiPageEditorPartWithAbstractTextEditorPage()
64 EditorPart part= new TestMultiPageEditorPart(new TestNonTextEditor()); in textZoomIsNotSupportedForMultiPageEditorPartWithNonTextPage()
71 EditorPart part= new TestMultiEditor(new TestAbstractTextEditor()); in textZoomIsSupportedForMultiEditorWithTextPage()
78 EditorPart part= new TestMultiEditor(new TestNonTextEditor()); in textZoomIsNotSupportedForMultiEditorWithNonTextPage()
120 private static class TestNonTextEditor extends EditorPart {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/data/dynamic_classes/editor/org/eclipse/ui/dynamic/
H A DDynamicEditor.java21 import org.eclipse.ui.part.EditorPart;
26 public class DynamicEditor extends EditorPart {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/workbenchpart/
H A DEditorWithInitRuntimeException.java24 import org.eclipse.ui.part.EditorPart;
26 public class EditorWithInitRuntimeException extends EditorPart {
H A DEditorWithInitException.java24 import org.eclipse.ui.part.EditorPart;
26 public class EditorWithInitException extends EditorPart {
H A DEditorWithCreateControlsException.java24 import org.eclipse.ui.part.EditorPart;
26 public class EditorWithCreateControlsException extends EditorPart {
H A DEditorWithInputException.java24 import org.eclipse.ui.part.EditorPart;
26 public class EditorWithInputException extends EditorPart {
H A DEditorWithDisposeException.java25 import org.eclipse.ui.part.EditorPart;
27 public class EditorWithDisposeException extends EditorPart {
H A DTitleTestEditor.java27 import org.eclipse.ui.part.EditorPart;
32 public class TitleTestEditor extends EditorPart {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/
H A DErrorEditorPart.java22 import org.eclipse.ui.part.EditorPart;
29 public class ErrorEditorPart extends EditorPart {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/multieditor/
H A DTestEditor.java25 import org.eclipse.ui.part.EditorPart;
34 public class TestEditor extends EditorPart {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/
H A DSessionEditorPart.java26 import org.eclipse.ui.part.EditorPart;
32 public class SessionEditorPart extends EditorPart {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/multipageeditor/
H A DTestKeyBindingMultiPageEditorPart.java25 import org.eclipse.ui.part.EditorPart;
36 public final class TestKeyBindingMultiPageEditorPart extends EditorPart {
H A DMultiPageResourceEditor.java32 import org.eclipse.ui.part.EditorPart;
87 static class SubEditor extends EditorPart implements ISelectionProvider {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/launch/
H A DSourceNotFoundEditor.java25 import org.eclipse.ui.part.EditorPart;
32 public class SourceNotFoundEditor extends EditorPart implements IReusableEditor {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/parts/
H A DPerformanceEditorPart.java26 import org.eclipse.ui.part.EditorPart;
33 public class PerformanceEditorPart extends EditorPart {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/leaks/
H A DContextEditorPart.java30 import org.eclipse.ui.part.EditorPart;
36 public class ContextEditorPart extends EditorPart {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/
H A DEditorPart.java79 public abstract class EditorPart extends WorkbenchPart implements IEditorPart { class
100 protected EditorPart() { in EditorPart() method in EditorPart
/dports/games/ufoai/ufoai-2.5-source/eclipse/net.sourceforge.ufoai.md2viewer/src/net/sourceforge/ufoai/md2viewer/editors/
H A DMD2Editor.java22 import org.eclipse.ui.part.EditorPart;
25 public class MD2Editor extends EditorPart {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/editor/
H A DFormPage.java26 import org.eclipse.ui.part.EditorPart;
39 public class FormPage extends EditorPart implements IFormPage {

1234