summaryrefslogtreecommitdiff
path: root/sources/prefs/editors/VSBetterEditor.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-25 09:03:33 +0000
committerPaul Buetow <paul@buetow.org>2008-05-25 09:03:33 +0000
commit009350323123fc4b47041cb2194e8df19f69423b (patch)
treea9562cf215181a03137d5281d49d26e0fe5a3b45 /sources/prefs/editors/VSBetterEditor.java
parentbb1dbccae485263ea5182546006339870c57b367 (diff)
Run astyle.
Diffstat (limited to 'sources/prefs/editors/VSBetterEditor.java')
-rw-r--r--sources/prefs/editors/VSBetterEditor.java20
1 files changed, 10 insertions, 10 deletions
diff --git a/sources/prefs/editors/VSBetterEditor.java b/sources/prefs/editors/VSBetterEditor.java
index 211e8ed..79470ba 100644
--- a/sources/prefs/editors/VSBetterEditor.java
+++ b/sources/prefs/editors/VSBetterEditor.java
@@ -16,19 +16,19 @@ import utils.*;
* The Class VSBetterEditor.
*/
public abstract class VSBetterEditor extends VSEditor {
-
+
/** The content pane. */
private Container contentPane;
-
+
/** The info area. */
private VSInfoArea infoArea;
-
+
/** The title. */
private String title;
/**
* Instantiates a new vS better editor.
- *
+ *
* @param prefs the prefs
* @param prefsToEdit the prefs to edit
* @param title the title
@@ -41,7 +41,7 @@ public abstract class VSBetterEditor extends VSEditor {
/**
* Gets the title.
- *
+ *
* @return the title
*/
public String getTitle() {
@@ -50,7 +50,7 @@ public abstract class VSBetterEditor extends VSEditor {
/**
* Gets the content pane.
- *
+ *
* @return the content pane
*/
public Container getContentPane() {
@@ -60,7 +60,7 @@ public abstract class VSBetterEditor extends VSEditor {
/**
* Creates the content pane.
- *
+ *
* @return the j panel
*/
private JPanel createContentPane() {
@@ -83,12 +83,12 @@ public abstract class VSBetterEditor extends VSEditor {
* @see prefs.editors.VSEditor#addToButtonPanelFront(javax.swing.JPanel)
*/
protected void addToButtonPanelFront(JPanel buttonPanel) { }
-
+
/* (non-Javadoc)
* @see prefs.editors.VSEditor#addToButtonPanelLast(javax.swing.JPanel)
*/
protected void addToButtonPanelLast(JPanel buttonPanel) { }
-
+
/* (non-Javadoc)
* @see prefs.editors.VSEditor#addToEditTableLast()
*/
@@ -106,7 +106,7 @@ public abstract class VSBetterEditor extends VSEditor {
/**
* Gets the info area.
- *
+ *
* @return the info area
*/
protected VSInfoArea getInfoArea() {