public class BBLaunchDock
Modifier and Type | Field and Description |
---|---|
UserCredentials | UserCredentials!=null() |
Constructor and Description |
---|
BBLaunchDock(BBjString p_Archive$) |
BBLaunchDock(BBjString p_archive$, BBjNumber p_allowClientConfig, BBjNumber p_visible) |
BBLaunchDock(Admin.html">Admin admin!, BBjString p_archive$, BBjNumber p_allowClientConfig, BBjNumber p_visible) |
Modifier and Type | Method and Description |
---|---|
void | actionPerformed(ActionEvent@ p_event!) |
static BBjString | copyFileToWebServer(BBjString p_srcFile$) |
static BBjString | copyFileToWebServer(BBjString p_srcFile$, BBjNumber p_requireSSL) |
static BBjString | copyFileToWebServer(BBjString p_srcFile$, BBjString p_destSubDir$) |
static BBjString | copyFileToWebServer(BBjString p_srcFile$, BBjString p_destSubDir$, BBjNumber p_requireSSL) |
static BBjString | copyFileToWebServer(BBjString p_srcFile$, BBjString p_destSubDir$, BBjString p_destFile$) |
static BBjString | copyFileToWebServer(BBjString p_srcFile$, BBjString p_destSubDir$, BBjString p_destFile$, BBjNumber p_requireSSL) |
void | destroy() |
void | fadeIn() |
com.basis.utilities.launchdock.LaunchDock@ | getLaunchDock() |
static BBjString | getWebServerAppsURL() |
static BBjString | getWebServerAppsURL(BBjNumber p_requireSSL) |
static BBjString | getWebServerFilesURL() |
static BBjString | getWebServerFilesURL(BBjNumber p_requireSSL) |
static BBjString | getWebServerHost() |
static BBjString | getWebServerHttpPort() |
static BBjString | getWebServerPort() |
static BBjString | getWebServerPort(BBjNumber p_requireSSL) |
static BBjString | getWebServerProtocol() |
static BBjString | getWebServerProtocol(BBjNumber p_requireSSL) |
static BBjString | getWebServerSSLPort() |
static BBjString | getWebServerURL() |
static BBjString | getWebServerURL(BBjNumber p_requireSSL) |
void | initialize(BBjString p_archive$, BBjNumber p_allowClientConfig, BBjNumber p_visible) |
static BBjNumber | isWebServerEnabled() |
static BBjNumber | isWebServerHttpEnabled() |
static BBjNumber | isWebServerSSLEnabled() |
void | loadClientSettings() |
static BBjString | quotePath(BBjString p_path!) |
void | refresh() |
static BBjNumber | runCommand(BBjString p_command!, BBjString p_workingDir!, BBjNumber p_runOnServer!) |
static BBjNumber | runProgram(Program@ p_program!) |
void | saveClientSettings() |
void | setAlwaysOnTop(BBjInt p_alwaysOnTop!) |
void | setBackgroundImage(BBjString p_backgroundImage!, BBjInt p_barEndcapWidth!) |
void | setButtonCustomXOffset(BBjInt p_buttonXOffset!) |
void | setButtonCustomYOffset(BBjInt p_buttonYOffset!) |
void | setButtonHoverOpacity(BBjNumber p_buttonHoverOpacity!) |
void | setButtonNormalOpacity(BBjNumber p_buttonNormalOpacity!) |
void | setButtonSizeHovered(BBjInt p_buttonSizeHovered!) |
void | setButtonSizeNormal(BBjInt p_buttonSizeNormal!) |
void | setButtonSizeZoomed(BBjInt p_buttonSizeZoomed!) |
void | setButtonSpacing(BBjInt p_buttonSpacing!) |
void | setFonts(BBjString p_pathToTitleFontFile!, BBjInt p_titleFontSize!, BBjString p_pathToTooltipFontFile!, BBjInt p_tooltipFontSize!) |
void | setFonts(BBjString p_pathToTitleFontFile!, BBjInt p_titleFontSize!, BBjString p_pathToTooltipFontFile!, BBjInt p_tooltipFontSize!, BBjInt p_tooltipDescriptionFontSize!) |
void | setTextShadows(BBjInt p_shadowSize!, Color p_shadowColor!, BBjNumber p_shadowOpacity!) |
void | setTheme(BBjInt p_themeNumber!) |
void | setTitleAlpha(BBjNumber p_titleAlpha!) |
void | setTitleColor(BBjInt p_red!, BBjInt p_green!, BBjInt p_blue!) |
void | setTitleFont(BBjString p_pathToFontFile!, BBjInt p_titleFontSize!) |
void | setTitleFontName(BBjString p_fontName!) |
void | setTitleFontSize(BBjInt p_titleFontSize!) |
void | setTitleOffset(BBjInt p_titleOffset!) |
void | setTitleShadowColor(BBjInt p_red!, BBjInt p_green!, BBjInt p_blue!) |
void | setTitleShadowOpacity(BBjNumber p_titleShadowOpacity!) |
void | setTitleShadowSize(BBjInt p_titleShadowSize!) |
void | setTooltipAlpha(BBjNumber p_tooltipAlpha!) |
void | setTooltipColor(BBjInt p_red!, BBjInt p_green!, BBjInt p_blue!) |
void | setTooltipDescriptionFontSize(BBjInt p_descriptionFontSize!) |
void | setTooltipFont(BBjString p_pathToFontFile!, BBjInt p_tooltipFontSize!) |
void | setTooltipFontName(BBjString p_fontName!) |
void | setTooltipFontSize(BBjInt p_tooltipFontSize!) |
void | setTooltipOffset(BBjInt p_tooltipOffset!) |
void | setTooltipShadowColor(BBjInt p_red!, BBjInt p_green!, BBjInt p_blue!) |
void | setTooltipShadowOpacity(BBjNumber p_tooltipShadowOpacity!) |
void | setTooltipShadowSize(BBjInt p_tooltipShadowSize!) |
static BBjString | unquotePath(BBjString p_path!) |
public UserCredentials UserCredentials!=null()
public BBLaunchDock(BBjString p_Archive$)
public BBLaunchDock(BBjString p_archive$, BBjNumber p_allowClientConfig, BBjNumber p_visible)
public void actionPerformed(ActionEvent@ p_event!)
public static BBjString copyFileToWebServer(BBjString p_srcFile$)
public static BBjString copyFileToWebServer(BBjString p_srcFile$, BBjNumber p_requireSSL)
public static BBjString copyFileToWebServer(BBjString p_srcFile$, BBjString p_destSubDir$)
public static BBjString copyFileToWebServer(BBjString p_srcFile$, BBjString p_destSubDir$, BBjNumber p_requireSSL)
public static BBjString copyFileToWebServer(BBjString p_srcFile$, BBjString p_destSubDir$, BBjString p_destFile$)
public static BBjString copyFileToWebServer(BBjString p_srcFile$, BBjString p_destSubDir$, BBjString p_destFile$, BBjNumber p_requireSSL)
public void destroy()
public void fadeIn()
public com.basis.utilities.launchdock.LaunchDock@ getLaunchDock()
public static BBjString getWebServerAppsURL()
public static BBjString getWebServerAppsURL(BBjNumber p_requireSSL)
public static BBjString getWebServerFilesURL()
public static BBjString getWebServerFilesURL(BBjNumber p_requireSSL)
public static BBjString getWebServerHost()
public static BBjString getWebServerHttpPort()
public static BBjString getWebServerPort()
public static BBjString getWebServerPort(BBjNumber p_requireSSL)
public static BBjString getWebServerProtocol()
public static BBjString getWebServerProtocol(BBjNumber p_requireSSL)
public static BBjString getWebServerSSLPort()
public static BBjString getWebServerURL()
public static BBjString getWebServerURL(BBjNumber p_requireSSL)
public void initialize(BBjString p_archive$, BBjNumber p_allowClientConfig, BBjNumber p_visible)
public static BBjNumber isWebServerEnabled()
public static BBjNumber isWebServerHttpEnabled()
public static BBjNumber isWebServerSSLEnabled()
public void loadClientSettings()
public static BBjString quotePath(BBjString p_path!)
public void refresh()
public static BBjNumber runCommand(BBjString p_command!, BBjString p_workingDir!, BBjNumber p_runOnServer!)
public static BBjNumber runProgram(Program@ p_program!)
public void saveClientSettings()
public void setAlwaysOnTop(BBjInt p_alwaysOnTop!)
public void setBackgroundImage(BBjString p_backgroundImage!, BBjInt p_barEndcapWidth!)
public void setButtonCustomXOffset(BBjInt p_buttonXOffset!)
public void setButtonCustomYOffset(BBjInt p_buttonYOffset!)
public void setButtonHoverOpacity(BBjNumber p_buttonHoverOpacity!)
public void setButtonNormalOpacity(BBjNumber p_buttonNormalOpacity!)
public void setButtonSizeHovered(BBjInt p_buttonSizeHovered!)
public void setButtonSizeNormal(BBjInt p_buttonSizeNormal!)
public void setButtonSizeZoomed(BBjInt p_buttonSizeZoomed!)
public void setButtonSpacing(BBjInt p_buttonSpacing!)
public void setFonts(BBjString p_pathToTitleFontFile!, BBjInt p_titleFontSize!, BBjString p_pathToTooltipFontFile!, BBjInt p_tooltipFontSize!)
public void setFonts(BBjString p_pathToTitleFontFile!, BBjInt p_titleFontSize!, BBjString p_pathToTooltipFontFile!, BBjInt p_tooltipFontSize!, BBjInt p_tooltipDescriptionFontSize!)
public void setTextShadows(BBjInt p_shadowSize!, Color p_shadowColor!, BBjNumber p_shadowOpacity!)
public void setTheme(BBjInt p_themeNumber!)
public void setTitleAlpha(BBjNumber p_titleAlpha!)
public void setTitleColor(BBjInt p_red!, BBjInt p_green!, BBjInt p_blue!)
public void setTitleFont(BBjString p_pathToFontFile!, BBjInt p_titleFontSize!)
public void setTitleFontName(BBjString p_fontName!)
public void setTitleFontSize(BBjInt p_titleFontSize!)
public void setTitleOffset(BBjInt p_titleOffset!)
public void setTitleShadowColor(BBjInt p_red!, BBjInt p_green!, BBjInt p_blue!)
public void setTitleShadowOpacity(BBjNumber p_titleShadowOpacity!)
public void setTitleShadowSize(BBjInt p_titleShadowSize!)
public void setTooltipAlpha(BBjNumber p_tooltipAlpha!)
public void setTooltipColor(BBjInt p_red!, BBjInt p_green!, BBjInt p_blue!)
public void setTooltipDescriptionFontSize(BBjInt p_descriptionFontSize!)
public void setTooltipFont(BBjString p_pathToFontFile!, BBjInt p_tooltipFontSize!)
public void setTooltipFontName(BBjString p_fontName!)
public void setTooltipFontSize(BBjInt p_tooltipFontSize!)
public void setTooltipOffset(BBjInt p_tooltipOffset!)
public void setTooltipShadowColor(BBjInt p_red!, BBjInt p_green!, BBjInt p_blue!)
public void setTooltipShadowOpacity(BBjNumber p_tooltipShadowOpacity!)
public void setTooltipShadowSize(BBjInt p_tooltipShadowSize!)
public static BBjString unquotePath(BBjString p_path!)