public class Settings
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
DEBUG
Set to true to enable DEBUG mode
|
Constructor and Description |
---|
Settings() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAppName()
Returns the name of the plug-in.
|
java.lang.String |
getAppVersion()
Returns the version of the plug-in.
|
java.lang.String |
getIcyRequiredVersion()
Returns the minimum version of ICY in which the plug-in works properly.
|
static Settings |
getInstance()
Get Settings instance
|
void |
setWindowIcon(icy.gui.frame.IcyFrame icyFrame)
Set the window icon.
|
void |
setWindowIcon(javax.swing.JDialog dialog)
Set the window icon.
|
public static final boolean DEBUG
public static Settings getInstance()
public void setWindowIcon(javax.swing.JDialog dialog)
public void setWindowIcon(icy.gui.frame.IcyFrame icyFrame)
public java.lang.String getAppName()
public java.lang.String getAppVersion()
public java.lang.String getIcyRequiredVersion()