org.scohen.juploadr.ui
Class DefaultReusableUIFactory

java.lang.Object
  extended byorg.scohen.juploadr.ui.ReusableUIFactory
      extended byorg.scohen.juploadr.ui.DefaultReusableUIFactory

public class DefaultReusableUIFactory
extends ReusableUIFactory

This is the default implementation of the ReusableUIFactory.


Constructor Summary
DefaultReusableUIFactory()
           
 
Method Summary
 void dispose()
           
 Color getAboutDialogFontColor()
           
 Font getAuthorizationFooterFont()
           
 Font getAuthorizeHeaderFont()
           
 Color getBlackColor()
           
 Color getDescriptionColor()
           
 Display getDisplay()
          Returns the Display session used for this application.
 Color getFamilyColor()
           
 Color getFriendsColor()
           
 Image getLogoImage()
           
 Image getPhotosetOverlayImage()
           
 Color getPrivateColor()
           
 Color getProgressBarColor()
           
 Color getPublicColor()
           
 Image getRotateLeftImage()
           
 Image getRotateRightImage()
           
 Color getTagBorderColor()
           
 Color getTagColor()
           
 Color getThumbnailBackgroundColor()
           
 Color getThumbnailBorderColor()
           
 Font getThumbnailDecorationFont()
           
 Color getThumbnailSelectedBackgroundColor()
           
 Image getTinyLogoImage()
           
 Color getTitleColor()
           
 Image getUnknownImage()
           
 Image getUploadedImage()
           
 Image getUploadingImage()
           
 Color getWhiteColor()
           
 
Methods inherited from class org.scohen.juploadr.ui.ReusableUIFactory
getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultReusableUIFactory

public DefaultReusableUIFactory()
Method Detail

dispose

public void dispose()

getDisplay

public Display getDisplay()
Description copied from class: ReusableUIFactory
Returns the Display session used for this application.

Specified by:
getDisplay in class ReusableUIFactory
Returns:
The current Display session
See Also:
ReusableUIFactory.getDisplay()

getUploadingImage

public Image getUploadingImage()
Specified by:
getUploadingImage in class ReusableUIFactory
See Also:
ReusableUIFactory.getUploadingImage()

getUploadedImage

public Image getUploadedImage()
Specified by:
getUploadedImage in class ReusableUIFactory
See Also:
ReusableUIFactory.getUploadedImage()

getPhotosetOverlayImage

public Image getPhotosetOverlayImage()
Specified by:
getPhotosetOverlayImage in class ReusableUIFactory

getFriendsColor

public Color getFriendsColor()
Specified by:
getFriendsColor in class ReusableUIFactory
See Also:
ReusableUIFactory.getFriendsColor()

getFamilyColor

public Color getFamilyColor()
Specified by:
getFamilyColor in class ReusableUIFactory
See Also:
ReusableUIFactory.getFamilyColor()

getPrivateColor

public Color getPrivateColor()
Specified by:
getPrivateColor in class ReusableUIFactory
See Also:
ReusableUIFactory.getPrivateColor()

getPublicColor

public Color getPublicColor()
Specified by:
getPublicColor in class ReusableUIFactory
See Also:
ReusableUIFactory.getPublicColor()

getThumbnailBorderColor

public Color getThumbnailBorderColor()
Specified by:
getThumbnailBorderColor in class ReusableUIFactory
See Also:
ReusableUIFactory.getThumbnailBorderColor()

getThumbnailBackgroundColor

public Color getThumbnailBackgroundColor()
Specified by:
getThumbnailBackgroundColor in class ReusableUIFactory
See Also:
ReusableUIFactory.getThumbnailBackgroundColor()

getAboutDialogFontColor

public Color getAboutDialogFontColor()
Specified by:
getAboutDialogFontColor in class ReusableUIFactory

getThumbnailSelectedBackgroundColor

public Color getThumbnailSelectedBackgroundColor()
Specified by:
getThumbnailSelectedBackgroundColor in class ReusableUIFactory
See Also:
ReusableUIFactory.getThumbnailSelectedBackgroundColor()

getTagColor

public Color getTagColor()
Specified by:
getTagColor in class ReusableUIFactory
See Also:
ReusableUIFactory.getTagColor()

getDescriptionColor

public Color getDescriptionColor()
Specified by:
getDescriptionColor in class ReusableUIFactory
See Also:
ReusableUIFactory.getDescriptionColor()

getTitleColor

public Color getTitleColor()
Specified by:
getTitleColor in class ReusableUIFactory
See Also:
ReusableUIFactory.getTitleColor()

getWhiteColor

public Color getWhiteColor()
Specified by:
getWhiteColor in class ReusableUIFactory

getBlackColor

public Color getBlackColor()
Specified by:
getBlackColor in class ReusableUIFactory

getTagBorderColor

public Color getTagBorderColor()
Specified by:
getTagBorderColor in class ReusableUIFactory

getProgressBarColor

public Color getProgressBarColor()
Specified by:
getProgressBarColor in class ReusableUIFactory

getThumbnailDecorationFont

public Font getThumbnailDecorationFont()
Specified by:
getThumbnailDecorationFont in class ReusableUIFactory

getLogoImage

public Image getLogoImage()
Specified by:
getLogoImage in class ReusableUIFactory

getTinyLogoImage

public Image getTinyLogoImage()
Specified by:
getTinyLogoImage in class ReusableUIFactory

getUnknownImage

public Image getUnknownImage()
Specified by:
getUnknownImage in class ReusableUIFactory

getAuthorizeHeaderFont

public Font getAuthorizeHeaderFont()
Specified by:
getAuthorizeHeaderFont in class ReusableUIFactory
Returns:
Returns the authorizeHeaderFont.

getAuthorizationFooterFont

public Font getAuthorizationFooterFont()
Specified by:
getAuthorizationFooterFont in class ReusableUIFactory

getRotateLeftImage

public Image getRotateLeftImage()
Specified by:
getRotateLeftImage in class ReusableUIFactory
Returns:
Returns the rotateLeftImage.

getRotateRightImage

public Image getRotateRightImage()
Specified by:
getRotateRightImage in class ReusableUIFactory
Returns:
Returns the rotateRightImage.