1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

Small UI improvement

This commit is contained in:
Emanuel Graf 2009-04-15 11:44:54 +00:00
parent c9ee950352
commit 8fc63d723e
3 changed files with 6 additions and 0 deletions

View file

@ -50,6 +50,10 @@ public class ImplementMethodInputPage extends UserInputWizardPage{
public void createControl(Composite parent) {
setTitle(Messages.ImplementMethodInputPage_PageTitle);
setMessage(Messages.ImplementMethodInputPage_Header);
Composite comp = new Composite(parent, SWT.NONE );
comp.setLayout(new FillLayout());
createTree(comp);

View file

@ -28,6 +28,7 @@ public final class Messages extends NLS {
public static String ImplementMethodRefactoringPage_GeneratingPreview;
public static String ImplementMethodRefactoring_NoMethodSelected;
public static String ImplementMethodRefactoring_MethodHasImpl;
public static String ImplementMethodInputPage_Header;
static {
NLS.initializeMessages(BUNDLE_NAME, Messages.class);

View file

@ -11,6 +11,7 @@
# IBM Corporation
###############################################################################
ParameterNamesInputPage_Title=Implement Method
ImplementMethodInputPage_Header=Select Methods to implement:
ParameterNamesInputPage_CompleteMissingMails=Please complete the missing variable names:
ImplementMethodInputPage_PageTitle=Implement Method
ImplementMethodRefactoring_MethodDefinition=Method Definition