Home
last modified time | relevance | path

Searched refs:FormPage (Results 1 – 25 of 45) sorted by relevance

12

/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.java39 public class FormPage extends EditorPart implements IFormPage { class
46 public PageForm(FormPage page, ScrolledForm form) { in PageForm()
51 public FormPage getPage() { in getPage()
52 return (FormPage)getContainer(); in getPage()
74 public FormPage(FormEditor editor, String id, String title) { in FormPage() method in FormPage
87 public FormPage(String id, String title) { in FormPage() method in FormPage
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/
H A DInformationSection.java27 import org.eclipse.ui.forms.editor.FormPage;
41 private FormPage fPage;
43 public InformationSection(FormPage page, Composite parent) { in InformationSection()
H A DContentPage.java23 import org.eclipse.ui.forms.editor.FormPage;
33 public class ContentPage extends FormPage {
H A DContentSection.java23 import org.eclipse.ui.forms.editor.FormPage;
36 public ContentSection(FormPage page, Composite parent) { in ContentSection()
H A DLocationsSection.java23 import org.eclipse.ui.forms.editor.FormPage;
36 public LocationsSection(FormPage page, Composite parent) { in LocationsSection()
H A DEnvironmentPage.java22 import org.eclipse.ui.forms.editor.FormPage;
35 public class EnvironmentPage extends FormPage {
H A DDefinitionPage.java27 import org.eclipse.ui.forms.editor.FormPage;
39 public class DefinitionPage extends FormPage implements IHyperlinkListener {
H A DJRESection.java35 import org.eclipse.ui.forms.editor.FormPage;
58 public JRESection(FormPage page, Composite parent) { in JRESection()
H A DArgumentsSection.java38 import org.eclipse.ui.forms.editor.FormPage;
54 public ArgumentsSection(FormPage page, Composite parent) { in ArgumentsSection()
H A DImplicitDependenciesSection.java39 import org.eclipse.ui.forms.editor.FormPage;
56 public ImplicitDependenciesSection(FormPage page, Composite parent) { in ImplicitDependenciesSection()
H A DEnvironmentSection.java36 import org.eclipse.ui.forms.editor.FormPage;
59 public EnvironmentSection(FormPage page, Composite parent) { in EnvironmentSection()
/dports/www/py-nevow/Nevow-0.14.0/nevow/test/
H A Dtest_rend.py529 class FormPage(rend.Page): class
545 return deferredRender(FormPage())
548 class FormPage(rend.Page): class
566 return deferredRender(FormPage())
570 class FormPage(rend.Page): class
576 result = FormPage().postForm(ctx, 'test1', {'foo': ['42']})
580 class FormPage(rend.Page): class
590 class FormPage(rend.Page): class
600 class FormPage(rend.Page): class
887 class FormPage(rend.Page): class
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/examples/org.eclipse.ui.forms.examples/src/org/eclipse/ui/forms/examples/internal/rcp/
H A DHeadlessPage.java24 import org.eclipse.ui.forms.editor.FormPage;
27 public class HeadlessPage extends FormPage {
H A DScrolledPropertiesBlock.java34 import org.eclipse.ui.forms.editor.FormPage;
43 private FormPage page;
44 public ScrolledPropertiesBlock(FormPage page) { in ScrolledPropertiesBlock()
H A DScrolledPropertiesPage.java25 public class ScrolledPropertiesPage extends FormPage {
H A DErrorMessagesPage.java40 import org.eclipse.ui.forms.editor.FormPage;
56 public class ErrorMessagesPage extends FormPage {
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/contrib/forms/tests/
H A Dutils.py4 FormField, FormFieldWithCustomSubmission, FormPage, FormPageWithCustomSubmission,
16 form_page = home_page.add_child(instance=FormPage(**kwargs))
129 form_page = home_page.add_child(instance=FormPage(**kwargs))
H A Dtest_forms.py8 ExtendedFormField, FormField, FormPage, FormPageWithCustomFormBuilder)
16 self.form_page = home_page.add_child(instance=FormPage(
/dports/devel/py-twisted/Twisted-22.1.0/docs/web/howto/web-in-60/
H A Dhandling-posts.rst62 class FormPage(Resource):
119 root.putChild(b"form", FormPage())
151 class FormPage(Resource):
165 root.putChild(b"form", FormPage())
H A Dother-request-bodies.rst73 class FormPage(Resource):
88 root.putChild(b"form", FormPage())
/dports/devel/py-twilio/twilio-7.4.0/twilio/rest/verify/v2/
H A Dform.py66 class FormPage(Page): class
80 super(FormPage, self).__init__(version, response)
/dports/www/py-nevow/Nevow-0.14.0/examples/formpost/
H A Dformpost.py17 class FormPage(rend.Page): class
H A Dformpost2.py54 class FormPage(rend.Page): class
/dports/net-im/gajim/gajim-gajim-1.3.3/gajim/gtk/
H A Dservice_registration.py57 self._add_page(FormPage())
153 class FormPage(Gtk.Box): class
/dports/www/py-nevow/Nevow-0.14.0/examples/
H A Dexamples.tac127 formpost2=formpost2.FormPage(formpost2.Implementation()),
128 formpost=formpost.FormPage(),

12