X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Fjsite%2Fgui%2FAddNodeDialog.java;h=0a6783706ea3dfe6012d2876a44d6eeaf6f2b178;hb=c63257e8cc0ba1a5aca9364b22171abe7279d479;hp=cb85b241184bedafcc172b99d60da3717c778a4d;hpb=6343df567ec832112927bfd218afe6fa98fa89a6;p=jSite2.git diff --git a/src/net/pterodactylus/jsite/gui/AddNodeDialog.java b/src/net/pterodactylus/jsite/gui/AddNodeDialog.java index cb85b24..0a67837 100644 --- a/src/net/pterodactylus/jsite/gui/AddNodeDialog.java +++ b/src/net/pterodactylus/jsite/gui/AddNodeDialog.java @@ -45,7 +45,7 @@ import net.pterodactylus.util.swing.SwingUtils; /** * Dialog that lets the user edit the properties of a node. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class AddNodeDialog extends JDialog implements I18nable { @@ -88,7 +88,7 @@ public class AddNodeDialog extends JDialog implements I18nable { /** * Creates a new node edit dialog with the given parent. - * + * * @param parentFrame * The parent frame of this dialog */ @@ -108,7 +108,7 @@ public class AddNodeDialog extends JDialog implements I18nable { /** * Returns the user-given name of the node. - * + * * @return The user-given name of the node */ public String getNodeName() { @@ -117,7 +117,7 @@ public class AddNodeDialog extends JDialog implements I18nable { /** * Sets the user-given name of the node. - * + * * @param name * The name of the node */ @@ -128,7 +128,7 @@ public class AddNodeDialog extends JDialog implements I18nable { /** * Returns the hostname of the node. - * + * * @return The hostname of the node */ public String getNodeHostname() { @@ -137,7 +137,7 @@ public class AddNodeDialog extends JDialog implements I18nable { /** * Sets the hostname of the node. - * + * * @param hostname * The hostname of the node */ @@ -148,7 +148,7 @@ public class AddNodeDialog extends JDialog implements I18nable { /** * Returns the FCP port number of the node. - * + * * @return The FCP port number of the node */ public int getNodePort() { @@ -157,7 +157,7 @@ public class AddNodeDialog extends JDialog implements I18nable { /** * Sets the FCP port number of the node. - * + * * @param port * The FCP port number of the node */ @@ -168,7 +168,7 @@ public class AddNodeDialog extends JDialog implements I18nable { /** * Returns whether the dialog was cancelled. - * + * * @return true if the dialog was cancelled, * false if the user clicked “okay” */