You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ve...@apache.org on 2008/12/29 02:10:43 UTC

svn commit: r729821 [5/5] - in /webservices/commons/trunk/modules/tcpmon/src/org/apache/ws/commons/tcpmon: ./ eclipse/plugin/ eclipse/ui/ idea/plugin/ idea/ui/

Modified: webservices/commons/trunk/modules/tcpmon/src/org/apache/ws/commons/tcpmon/idea/ui/ComponentHandler.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/tcpmon/src/org/apache/ws/commons/tcpmon/idea/ui/ComponentHandler.java?rev=729821&r1=729820&r2=729821&view=diff
==============================================================================
--- webservices/commons/trunk/modules/tcpmon/src/org/apache/ws/commons/tcpmon/idea/ui/ComponentHandler.java (original)
+++ webservices/commons/trunk/modules/tcpmon/src/org/apache/ws/commons/tcpmon/idea/ui/ComponentHandler.java Sun Dec 28 17:10:41 2008
@@ -1,33 +1,33 @@
-package org.apache.ws.commons.tcpmon.idea.ui;
-
-import javax.swing.*;
-/*
- * Copyright 2004,2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-public class ComponentHandler {
-
-    private static IdeaTCPMonToolWindow tcpMonitorInstance;
-
-    public static JComponent getTCPMonTabbedPane(){
-        if (tcpMonitorInstance==null){
-            tcpMonitorInstance = new IdeaTCPMonToolWindow();
-        }
-
-        return tcpMonitorInstance;
-    }
-
-
-}
+package org.apache.ws.commons.tcpmon.idea.ui;
+
+import javax.swing.*;
+/*
+ * Copyright 2004,2005 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+public class ComponentHandler {
+
+    private static IdeaTCPMonToolWindow tcpMonitorInstance;
+
+    public static JComponent getTCPMonTabbedPane(){
+        if (tcpMonitorInstance==null){
+            tcpMonitorInstance = new IdeaTCPMonToolWindow();
+        }
+
+        return tcpMonitorInstance;
+    }
+
+
+}

Propchange: webservices/commons/trunk/modules/tcpmon/src/org/apache/ws/commons/tcpmon/idea/ui/ComponentHandler.java
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: webservices/commons/trunk/modules/tcpmon/src/org/apache/ws/commons/tcpmon/idea/ui/IdeaTCPMonToolWindow.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/tcpmon/src/org/apache/ws/commons/tcpmon/idea/ui/IdeaTCPMonToolWindow.java?rev=729821&r1=729820&r2=729821&view=diff
==============================================================================
--- webservices/commons/trunk/modules/tcpmon/src/org/apache/ws/commons/tcpmon/idea/ui/IdeaTCPMonToolWindow.java (original)
+++ webservices/commons/trunk/modules/tcpmon/src/org/apache/ws/commons/tcpmon/idea/ui/IdeaTCPMonToolWindow.java Sun Dec 28 17:10:41 2008
@@ -1,31 +1,31 @@
-package org.apache.ws.commons.tcpmon.idea.ui;
-
-import org.apache.ws.commons.tcpmon.TCPMon;
-import org.apache.ws.commons.tcpmon.AdminPane;
-
-import javax.swing.*;
-/*
- * Copyright 2004,2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-public class IdeaTCPMonToolWindow extends JTabbedPane {
-
-    public IdeaTCPMonToolWindow() {
-        new AdminPane(this, TCPMon.getMessage("admin00", "Admin"));
-    }
-}
-
-
-
+package org.apache.ws.commons.tcpmon.idea.ui;
+
+import org.apache.ws.commons.tcpmon.TCPMon;
+import org.apache.ws.commons.tcpmon.AdminPane;
+
+import javax.swing.*;
+/*
+ * Copyright 2004,2005 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+public class IdeaTCPMonToolWindow extends JTabbedPane {
+
+    public IdeaTCPMonToolWindow() {
+        new AdminPane(this, TCPMon.getMessage("admin00", "Admin"));
+    }
+}
+
+
+

Propchange: webservices/commons/trunk/modules/tcpmon/src/org/apache/ws/commons/tcpmon/idea/ui/IdeaTCPMonToolWindow.java
------------------------------------------------------------------------------
    svn:eol-style = native