de.beamertool.util.configuration
Interface SettingsMBean

All Known Implementing Classes:
Settings

public interface SettingsMBean

Author:
$Author : ocm-zeeman $

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

Method Detail

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)