summaryrefslogtreecommitdiff
path: root/java/src/IceGridGUI/Application/ServerTemplateEditor.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/IceGridGUI/Application/ServerTemplateEditor.java')
-rw-r--r--java/src/IceGridGUI/Application/ServerTemplateEditor.java11
1 files changed, 6 insertions, 5 deletions
diff --git a/java/src/IceGridGUI/Application/ServerTemplateEditor.java b/java/src/IceGridGUI/Application/ServerTemplateEditor.java
index 74d27d3c01e..1cfdac8b1c9 100644
--- a/java/src/IceGridGUI/Application/ServerTemplateEditor.java
+++ b/java/src/IceGridGUI/Application/ServerTemplateEditor.java
@@ -6,6 +6,7 @@
// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
+
package IceGridGUI.Application;
import com.jgoodies.forms.builder.DefaultFormBuilder;
@@ -16,12 +17,12 @@ class ServerTemplateEditor extends TemplateEditor
{
_subEditor = new ServerSubEditor(this);
}
-
+
void writeDescriptor()
{
super.writeDescriptor();
_subEditor.writeDescriptor();
- }
+ }
boolean isSimpleUpdate()
{
@@ -29,7 +30,7 @@ class ServerTemplateEditor extends TemplateEditor
}
protected void appendProperties(DefaultFormBuilder builder)
- {
+ {
super.appendProperties(builder);
builder.appendSeparator();
builder.nextLine();
@@ -51,12 +52,12 @@ class ServerTemplateEditor extends TemplateEditor
{
detectUpdates(false);
_target = t;
-
+
super.show();
_subEditor.show(true);
_applyButton.setEnabled(t.isEphemeral());
- _discardButton.setEnabled(t.isEphemeral());
+ _discardButton.setEnabled(t.isEphemeral());
detectUpdates(true);
if(t.isEphemeral())
{