summaryrefslogtreecommitdiff
path: root/java/src/IceGridGUI/Application/PlainServerEditor.java
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2009-04-03 15:15:13 -0700
committerMark Spruiell <mes@zeroc.com>2009-04-03 15:15:13 -0700
commitb415955846ce0d5c2e0c283f897190ccd2c3616a (patch)
tree10daf6bb8a05edf5052a33f10ea16c73d8ae0d89 /java/src/IceGridGUI/Application/PlainServerEditor.java
parentBug 3465 - Remove _adapter members from test where unecessary (diff)
downloadice-b415955846ce0d5c2e0c283f897190ccd2c3616a.tar.bz2
ice-b415955846ce0d5c2e0c283f897190ccd2c3616a.tar.xz
ice-b415955846ce0d5c2e0c283f897190ccd2c3616a.zip
removing Java2 mapping
Diffstat (limited to 'java/src/IceGridGUI/Application/PlainServerEditor.java')
-rw-r--r--java/src/IceGridGUI/Application/PlainServerEditor.java15
1 files changed, 8 insertions, 7 deletions
diff --git a/java/src/IceGridGUI/Application/PlainServerEditor.java b/java/src/IceGridGUI/Application/PlainServerEditor.java
index 8cdec9eeba3..c382d5adfe7 100644
--- a/java/src/IceGridGUI/Application/PlainServerEditor.java
+++ b/java/src/IceGridGUI/Application/PlainServerEditor.java
@@ -6,6 +6,7 @@
// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
+
package IceGridGUI.Application;
import com.jgoodies.forms.builder.DefaultFormBuilder;
@@ -18,18 +19,18 @@ class PlainServerEditor extends AbstractServerEditor
protected void writeDescriptor()
{
_subEditor.writeDescriptor();
- }
-
+ }
+
protected boolean isSimpleUpdate()
{
- return _subEditor.isSimpleUpdate();
+ return _subEditor.isSimpleUpdate();
}
PlainServerEditor()
{
_subEditor = new ServerSubEditor(this);
}
-
+
//
// From Editor:
//
@@ -46,10 +47,10 @@ class PlainServerEditor extends AbstractServerEditor
}
protected void appendProperties(DefaultFormBuilder builder)
- {
+ {
_subEditor.appendProperties(builder);
}
-
+
Object getSubDescriptor()
{
return _target.getDescriptor();
@@ -68,7 +69,7 @@ class PlainServerEditor extends AbstractServerEditor
_subEditor.show(true);
_applyButton.setEnabled(server.isEphemeral());
- _discardButton.setEnabled(server.isEphemeral());
+ _discardButton.setEnabled(server.isEphemeral());
detectUpdates(true);
if(server.isEphemeral())
{