de.beamertool.util.configuration
Interface SettingsMBean
- All Known Implementing Classes:
- Settings
public interface SettingsMBean
- Author:
- $Author : ocm-zeeman $
getBackgroundColor
Color getBackgroundColor()
getBadWordList
Collection<String> getBadWordList()
getChatAlignment
Integer getChatAlignment()
getChatHeight
Integer getChatHeight()
getCommercialPath
String getCommercialPath()
getCommercialPreText
String getCommercialPreText()
getCommercialRotatio
Integer getCommercialRotatio()
getCommercialText
Collection<String> getCommercialText()
getCommercialTextInterval
Integer getCommercialTextInterval()
getCubeColor
Color getCubeColor()
getGsmDeviceBaudrate
Integer getGsmDeviceBaudrate()
getGsmDevicePin
String getGsmDevicePin()
getGsmDevicePort
String getGsmDevicePort()
getGsmDeviceType
MobileType getGsmDeviceType()
getHeight
Integer getHeight()
getLogFileName
String getLogFileName()
getMessagePresentation
MessagePresentation getMessagePresentation()
getNotificationColor
Color getNotificationColor()
getNotificationFont
Font getNotificationFont()
getPicturePath
String getPicturePath()
getRemoteControlHost
String getRemoteControlHost()
getRemoteControlPort
Integer getRemoteControlPort()
getRemotePassword
String getRemotePassword()
getSlideshowInterval
Integer getSlideshowInterval()
getSmileyReplaceStrings
Map<String,String> getSmileyReplaceStrings()
getText3dCount
Integer getText3dCount()
getText3dOrientation
MessageOrientation getText3dOrientation()
getTextBackgroundColor1
Color getTextBackgroundColor1()
getTextBackgroundColor2
Color getTextBackgroundColor2()
getTextColor1
Color getTextColor1()
getTextColor2
Color getTextColor2()
getTextFont
Font getTextFont()
getTitleBackgroundColor
Color getTitleBackgroundColor()
getTitleColor
Color getTitleColor()
getTitleFont
Font getTitleFont()
getTitleText
String getTitleText()
getWidth
Integer getWidth()
isChatOnTop
Boolean isChatOnTop()
isDeleteMessages
Boolean isDeleteMessages()
isFilterMessages
Boolean isFilterMessages()
isGsmDeviceVirtual
Boolean isGsmDeviceVirtual()
isOnlySlideshow
Boolean isOnlySlideshow()
isSlideshow3d
Boolean isSlideshow3d()
isSlieshow3d
Boolean isSlieshow3d()
isSms2chat
Boolean isSms2chat()
isText3d
Boolean isText3d()
setBackgroundColor
void setBackgroundColor(Color backgroundColor)
setBadWordList
void setBadWordList(Collection<String> badWordList)
setChatAlignment
void setChatAlignment(Integer chatAlignment)
setChatHeight
void setChatHeight(Integer chatHeight)
setChatOnTop
void setChatOnTop(Boolean chatOnTop)
setCommercialPath
void setCommercialPath(String commercialPath)
setCommercialPreText
void setCommercialPreText(String commercialPreText)
setCommercialRotatio
void setCommercialRotatio(Integer commercialRotatio)
setCommercialText
void setCommercialText(Collection<String> commercialText)
setCommercialTextInterval
void setCommercialTextInterval(Integer commercialTextInterval)
setCubeColor
void setCubeColor(Color cubeColor)
setDeleteMessages
void setDeleteMessages(Boolean deleteMessages)
setFilterMessages
void setFilterMessages(Boolean filterMessages)
setGsmDeviceBaudrate
void setGsmDeviceBaudrate(Integer gsmDeviceBaudrate)
setGsmDevicePin
void setGsmDevicePin(String gsmDevicePin)
setGsmDevicePort
void setGsmDevicePort(String gsmDevicePort)
setGsmDeviceType
void setGsmDeviceType(MobileType gsmDeviceType)
setGsmDeviceVirtual
void setGsmDeviceVirtual(Boolean gsmDeviceVirtual)
setHeight
void setHeight(Integer height)
setLogFileName
void setLogFileName(String logFileName)
setMessagePresentation
void setMessagePresentation(MessagePresentation messagePresentation)
setNotificationColor
void setNotificationColor(Color notificationColor)
setNotificationFont
void setNotificationFont(Font notificationFont)
setOnlySlideshow
void setOnlySlideshow(Boolean onlySlideshow)
setPicturePath
void setPicturePath(String picturePath)
setRemoteControlHost
void setRemoteControlHost(String host)
setRemoteControlPort
void setRemoteControlPort(Integer port)
setRemotePassword
void setRemotePassword(String remotePassword)
setSlideshow3d
void setSlideshow3d(Boolean slideshow3d)
setSlideshowInterval
void setSlideshowInterval(Integer slideshowInterval)
setSlieshow3d
void setSlieshow3d(Boolean slieshow3d)
setSmileyReplaceStrings
void setSmileyReplaceStrings(Map<String,String> smileyReplaceStrings)
setSms2chat
void setSms2chat(Boolean sms2chat)
setText3d
void setText3d(Boolean text3d)
setText3dCount
void setText3dCount(Integer text3dCount)
setText3dOrientation
void setText3dOrientation(MessageOrientation text3dOrientation)
setTextBackgroundColor1
void setTextBackgroundColor1(Color textBackgroundColor1)
setTextBackgroundColor2
void setTextBackgroundColor2(Color textBackgroundColor2)
setTextColor1
void setTextColor1(Color textColor1)
setTextColor2
void setTextColor2(Color textColor2)
setTextFont
void setTextFont(Font textFont)
setTitleBackgroundColor
void setTitleBackgroundColor(Color titleBackgroundColor)
setTitleColor
void setTitleColor(Color titleColor)
setTitleFont
void setTitleFont(Font titleFont)
setTitleText
void setTitleText(String titleText)
setWidth
void setWidth(Integer width)