Class PamDefaultStyle
- Direct Known Subclasses:
PamAtlantaStyle
- Author:
- mo55, Jamie Macaulay
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
Relative location of the CSS style sheet to be used for the Pamguard standard dialogsprotected String
Relative location of the CSS style sheet to be used for the Pamguard std dialogs when in night mode.protected String
Relative location of the CSS style sheet to be used for the Pamguard GUI (but not dialogs)protected String
Relative location of the CSS style sheet to be used for the Pamguard GUI when in night mode.protected String
Relative location of the CSS style sheet to be used for the Pamguard sliding dialogsprotected String
Relative location of the CSS style sheet to be used for the Pamguard sliding dialogs when in night mode. -
Constructor Summary
Constructors -
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.
-
Field Details
-
guiCSS
Relative location of the CSS style sheet to be used for the Pamguard GUI (but not dialogs) -
guiCSSNightMode
Relative location of the CSS style sheet to be used for the Pamguard GUI when in night mode. If there is not a style sheet specific to night mode, set it to null or point back to the guiCSS field. -
dialogCSS
Relative location of the CSS style sheet to be used for the Pamguard standard dialogs -
dialogCSSNightMode
Relative location of the CSS style sheet to be used for the Pamguard std dialogs when in night mode. If there is not a style sheet specific to night mode, set it to null or point back to the dialogCSS field. -
slidingDialogCSS
Relative location of the CSS style sheet to be used for the Pamguard sliding dialogs -
slidingDialogCSSNightMode
Relative location of the CSS style sheet to be used for the Pamguard sliding dialogs when in night mode. If there is not a style sheet specific to night mode, set it to null or point back to the slidingDialogCSS field.
-
-
Constructor Details
-
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
-