summaryrefslogtreecommitdiff
path: root/java/src/IceGridGUI/Application/PlainServiceEditor.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/PlainServiceEditor.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/PlainServiceEditor.java')
-rw-r--r--java/src/IceGridGUI/Application/PlainServiceEditor.java18
1 files changed, 9 insertions, 9 deletions
diff --git a/java/src/IceGridGUI/Application/PlainServiceEditor.java b/java/src/IceGridGUI/Application/PlainServiceEditor.java
index fdaf20205cf..6fe9e73da65 100644
--- a/java/src/IceGridGUI/Application/PlainServiceEditor.java
+++ b/java/src/IceGridGUI/Application/PlainServiceEditor.java
@@ -6,6 +6,7 @@
// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
+
package IceGridGUI.Application;
import com.jgoodies.forms.builder.DefaultFormBuilder;
@@ -19,7 +20,7 @@ class PlainServiceEditor extends CommunicatorChildEditor
{
_subEditor = new ServiceSubEditor(this);
}
-
+
//
// From Editor:
//
@@ -37,10 +38,10 @@ class PlainServiceEditor extends CommunicatorChildEditor
}
protected void appendProperties(DefaultFormBuilder builder)
- {
+ {
_subEditor.appendProperties(builder);
}
-
+
protected void buildPropertiesPanel()
{
super.buildPropertiesPanel();
@@ -52,17 +53,16 @@ class PlainServiceEditor extends CommunicatorChildEditor
return _subEditor.validate();
}
-
void writeDescriptor()
{
_subEditor.writeDescriptor();
- }
-
+ }
+
boolean isSimpleUpdate()
{
- return _subEditor.isSimpleUpdate();
+ return _subEditor.isSimpleUpdate();
}
-
+
Communicator.ChildList getChildList()
{
return ((Communicator)_target.getParent()).getServices();
@@ -82,7 +82,7 @@ class PlainServiceEditor extends CommunicatorChildEditor
_subEditor.show(true);
_applyButton.setEnabled(service.isEphemeral());
- _discardButton.setEnabled(service.isEphemeral());
+ _discardButton.setEnabled(service.isEphemeral());
detectUpdates(true);
if(service.isEphemeral())
{