Class Theme
java.lang.Object
de.julianweinelt.datacat.dbx.api.ui.theme.Theme
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.In favor of the new yarn system (since version 1.0.1-beta.1)Theme(DbxPlugin definingPlugin, String unlocalizedName, BasicLookAndFeel lafClass) Deprecated.In favor of the new yarn system (since version 1.0.1-beta.1) -
Method Summary
-
Constructor Details
-
Theme
@Deprecated(since="1.0.1-beta.1") public Theme(DbxPlugin definingPlugin, String unlocalizedName, String themeData) throws IllegalArgumentException Deprecated.In favor of the new yarn system (since version 1.0.1-beta.1)Define a new theme- Parameters:
definingPlugin- An instance of aDbxPluginwhich registers this themeunlocalizedName- an internal name, cannot contain spacesthemeData- The JSON theme data as aString- Throws:
IllegalArgumentException- if the entered JSON theme data is not valid JSON
-
Theme
@Deprecated(since="1.0.1-beta.1") public Theme(DbxPlugin definingPlugin, String unlocalizedName, BasicLookAndFeel lafClass) Deprecated.In favor of the new yarn system (since version 1.0.1-beta.1)Define a new theme using a Java LAF class- Parameters:
definingPlugin- TheDbxPlugindefining this themeunlocalizedName- an internal name, cannot contain spaceslafClass- ABasicLookAndFeelinstance containing all theme data
-