| org.eclipse.ui.examples.readmetool.ReadmeFilePropertyPage
ReadmeFilePropertyPage | public class ReadmeFilePropertyPage extends PropertyPage (Code) | | This page will be added to the property page dialog
when the "Properties..." popup menu item is selected
for Readme files.
|
Method Summary | |
protected Composite | createComposite(Composite parent, int numColumns) Utility method that creates a new composite and
sets up its layout data. | public Control | createContents(Composite parent) | protected Label | createLabel(Composite parent, String text) Utility method that creates a new label and sets up its layout data. | public boolean | performOk() |
createComposite | protected Composite createComposite(Composite parent, int numColumns)(Code) | | Utility method that creates a new composite and
sets up its layout data.
Parameters: parent - the parent of the composite Parameters: numColumns - the number of columns in the new composite the newly-created composite |
createContents | public Control createContents(Composite parent)(Code) | | (non-Javadoc)
Method declared on PreferencePage
|
createLabel | protected Label createLabel(Composite parent, String text)(Code) | | Utility method that creates a new label and sets up its layout data.
Parameters: parent - the parent of the label Parameters: text - the text of the label the newly-created label |
performOk | public boolean performOk()(Code) | | (non-Javadoc)
Method declared on PreferencePage
|
|
|