Class PamDefaultStyle
- Direct Known Subclasses:
PamAtlantaStyle
- Author:
- mo55, Jamie Macaulay
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the CSS Style sheet to be used for the Pamguard settings dialogs.Return the CSS Style sheet to be used for the Pamguard GUI (displays and such) but not the dialogs.Return the CSS Style sheet to be used for the Pamguard sliding dialogs.
-
Constructor Details
-
PamDefaultStyle
public PamDefaultStyle()
-
-
Method Details
-
getGUICSS
Return the CSS Style sheet to be used for the Pamguard GUI (displays and such) but not the dialogs.
If overriding this method, do not simply return a URI String. In order for the String to be in the proper format, the getClass.getResource... method should be used.
- Returns:
- an array of Strings of the class containing the URI of the CSS style sheet to use
-
getDialogCSS
Return the CSS Style sheet to be used for the Pamguard settings dialogs.
If overriding this method, do not simply return a URI String. In order for the String to be in the proper format, the getClass.getResource... method should be used.
- Returns:
- an array of Strings of the class containing the URI of the CSS style sheet to use
-
getSlidingDialogCSS
Return the CSS Style sheet to be used for the Pamguard sliding dialogs.
If overriding this method, do not simply return a URI String. In order for the String to be in the proper format, the getClass.getResource... method should be used.
- Returns:
- an array of Strings of the class containing the URI of the CSS style sheet to use
-