Java Doc for PDEFormPage.java in  » IDE-Eclipse » Eclipse-plug-in-development » org » eclipse » pde » internal » ui » editor » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » IDE Eclipse » Eclipse plug in development » org.eclipse.pde.internal.ui.editor 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.eclipse.pde.internal.ui.editor.PDEFormPage

All known Subclasses:   org.eclipse.pde.internal.ui.editor.LaunchShortcutOverviewPage,  org.eclipse.pde.internal.ui.editor.product.ConfigurationPage,  org.eclipse.pde.internal.ui.editor.product.LaunchingPage,  org.eclipse.pde.internal.ui.editor.product.SplashPage,  org.eclipse.pde.internal.ui.editor.feature.InfoFormPage,  org.eclipse.pde.internal.ui.editor.cheatsheet.comp.CompCSPage,  org.eclipse.pde.internal.ui.editor.cheatsheet.simple.SimpleCSDefinitionPage,  org.eclipse.pde.internal.ui.editor.feature.FeatureAdvancedPage,  org.eclipse.pde.internal.ui.editor.toc.TocPage,  org.eclipse.pde.internal.ui.editor.feature.FeatureReferencePage,  org.eclipse.pde.internal.ui.editor.feature.FeatureIncludesPage,  org.eclipse.pde.internal.ui.editor.plugin.ExtensionPointsPage,  org.eclipse.pde.internal.ui.editor.plugin.RuntimePage,  org.eclipse.pde.internal.ui.editor.site.FeaturesPage,  org.eclipse.pde.internal.ui.editor.target.OverviewPage,  org.eclipse.pde.internal.ui.editor.plugin.ExtensionsPage,  org.eclipse.pde.internal.ui.editor.plugin.MissingResourcePage,  org.eclipse.pde.internal.ui.editor.feature.FeatureDependenciesPage,  org.eclipse.pde.internal.ui.editor.plugin.DependenciesPage,  org.eclipse.pde.internal.ui.editor.schema.SchemaFormPage,  org.eclipse.pde.internal.ui.editor.product.BrandingPage,  org.eclipse.pde.internal.ui.editor.target.ContentPage,  org.eclipse.pde.internal.ui.editor.build.BuildPage,  org.eclipse.pde.internal.ui.editor.target.EnvironmentPage,  org.eclipse.pde.internal.ui.editor.schema.SchemaOverviewPage,  org.eclipse.pde.internal.ui.editor.site.ArchivePage,  org.eclipse.pde.internal.ui.editor.feature.FeatureFormPage,
PDEFormPage
abstract public class PDEFormPage extends FormPage (Code)



Constructor Summary
public  PDEFormPage(FormEditor editor, String id, String title)
    
public  PDEFormPage(FormEditor editor, String id, String title, boolean newStyleHeader)
    

Method Summary
public  voidaddLastFocusListeners(Composite composite)
    
public  voidalignSectionHeaders(Section masterSection, Section detailsSection)
     Used to align the section client / decriptions of two section headers horizontally adjacent to each other.
public  booleancanCopy(ISelection selection)
    
public  booleancanCut(ISelection selection)
    
public  booleancanPaste(Clipboard clipboard)
    
protected  booleancanPerformDirectly(String id, Control control)
    
public  voidcancelEdit()
    
public  voidcontextMenuAboutToShow(IMenuManager menu)
    
protected  voidcreateFormContent(IManagedForm managedForm)
    
protected  voidcreateFormErrorContent(IManagedForm managedForm, String errorTitle, String errorMessage)
    
protected  voidcreateFormErrorContent(IManagedForm managedForm, String errorTitle, String errorMessage, Exception e)
    
public  voidcreatePartControl(Composite parent)
    
public  SectioncreateUISection(Composite parent, String text, String description, int style)
    
public  CompositecreateUISectionContainer(Composite parent, int columns)
    
public  voiddispose()
    
protected  ControlgetFocusControl()
    
protected  StringgetHelpResource()
    
public  ControlgetLastFocusControl()
    
public  IBaseModelgetModel()
    
public  PDEFormEditorgetPDEEditor()
    
public  StringgetStackTrace(Throwable throwable)
    
protected  booleanisStale()
    
protected  voidmarkStale()
    
public  booleanperformGlobalAction(String actionId)
    
protected  voidrefresh()
    
public  voidsetActive(boolean active)
    
public  voidsetLastFocusControl(Control control)
    
public  voidupdateFormSelection()
     Set the focus on the last control to have focus before a page change or the editor lost focus.


Constructor Detail
PDEFormPage
public PDEFormPage(FormEditor editor, String id, String title)(Code)



PDEFormPage
public PDEFormPage(FormEditor editor, String id, String title, boolean newStyleHeader)(Code)




Method Detail
addLastFocusListeners
public void addLastFocusListeners(Composite composite)(Code)
Programatically and recursively add focus listeners to the specified composite and its children that track the last control to have focus before a page change or the editor lost focus
Parameters:
  composite -



alignSectionHeaders
public void alignSectionHeaders(Section masterSection, Section detailsSection)(Code)
Used to align the section client / decriptions of two section headers horizontally adjacent to each other. The misalignment is caused by one section header containing toolbar icons and the other not.
Parameters:
  masterSection -
Parameters:
  detailsSection -



canCopy
public boolean canCopy(ISelection selection)(Code)

Parameters:
  selection -



canCut
public boolean canCut(ISelection selection)(Code)

Parameters:
  selection -



canPaste
public boolean canPaste(Clipboard clipboard)(Code)



canPerformDirectly
protected boolean canPerformDirectly(String id, Control control)(Code)



cancelEdit
public void cancelEdit()(Code)



contextMenuAboutToShow
public void contextMenuAboutToShow(IMenuManager menu)(Code)



createFormContent
protected void createFormContent(IManagedForm managedForm)(Code)



createFormErrorContent
protected void createFormErrorContent(IManagedForm managedForm, String errorTitle, String errorMessage)(Code)

Parameters:
  managedForm -
Parameters:
  errorTitle -
Parameters:
  errorMessage -



createFormErrorContent
protected void createFormErrorContent(IManagedForm managedForm, String errorTitle, String errorMessage, Exception e)(Code)

Parameters:
  managedForm -
Parameters:
  errorTitle -
Parameters:
  errorMessage -
Parameters:
  e -



createPartControl
public void createPartControl(Composite parent)(Code)



createUISection
public Section createUISection(Composite parent, String text, String description, int style)(Code)

Parameters:
  parent -
Parameters:
  text -
Parameters:
  description -
Parameters:
  style -



createUISectionContainer
public Composite createUISectionContainer(Composite parent, int columns)(Code)

Parameters:
  parent -
Parameters:
  columns -



dispose
public void dispose()(Code)



getFocusControl
protected Control getFocusControl()(Code)



getHelpResource
protected String getHelpResource()(Code)



getLastFocusControl
public Control getLastFocusControl()(Code)



getModel
public IBaseModel getModel()(Code)



getPDEEditor
public PDEFormEditor getPDEEditor()(Code)



getStackTrace
public String getStackTrace(Throwable throwable)(Code)

Parameters:
  throwable -



isStale
protected boolean isStale()(Code)



markStale
protected void markStale()(Code)



performGlobalAction
public boolean performGlobalAction(String actionId)(Code)



refresh
protected void refresh()(Code)



setActive
public void setActive(boolean active)(Code)



setLastFocusControl
public void setLastFocusControl(Control control)(Code)

Parameters:
  control -



updateFormSelection
public void updateFormSelection()(Code)
Set the focus on the last control to have focus before a page change or the editor lost focus.



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.