com.ezware.dialog.task.design
Class MacOsContentDesign

java.lang.Object
  extended by com.ezware.dialog.task.design.DefaultContentDesign
      extended by com.ezware.dialog.task.design.MacOsContentDesign
All Implemented Interfaces:
IContentDesign

public class MacOsContentDesign
extends DefaultContentDesign


Field Summary
 
Fields inherited from interface com.ezware.dialog.task.IContentDesign
COLOR_INSTRUCTION_FOREGROUND, COLOR_MESSAGE_BACKGROUND, FONT_INSTRUCTION, FONT_TEXT, ICON_COMMAND_LINK, ICON_FEWER_DETAILS, ICON_MORE_DETAILS, TEXT_FEWER_DETAILS, TEXT_MORE_DETAILS
 
Constructor Summary
MacOsContentDesign()
           
 
Method Summary
 TaskDialogContent buildContent()
          Builds and returns contents of task dialog
 ICommandLinkPainter getCommandLinkPainter()
          Returns command link painter
 boolean isCommandButtonSizeLocked()
          Returns true if command buttons are locked ( should have the same size )
 void updateUIDefaults()
          Updates UIDefaults with appropriate design settings
 
Methods inherited from class com.ezware.dialog.task.design.DefaultContentDesign
createMigLayout, createMigLayout, createResourceIcon, deriveFont
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MacOsContentDesign

public MacOsContentDesign()
Method Detail

updateUIDefaults

public void updateUIDefaults()
Description copied from interface: IContentDesign
Updates UIDefaults with appropriate design settings

Specified by:
updateUIDefaults in interface IContentDesign
Overrides:
updateUIDefaults in class DefaultContentDesign

buildContent

public TaskDialogContent buildContent()
Description copied from interface: IContentDesign
Builds and returns contents of task dialog

Specified by:
buildContent in interface IContentDesign
Overrides:
buildContent in class DefaultContentDesign
Returns:

getCommandLinkPainter

public ICommandLinkPainter getCommandLinkPainter()
Description copied from interface: IContentDesign
Returns command link painter

Specified by:
getCommandLinkPainter in interface IContentDesign
Overrides:
getCommandLinkPainter in class DefaultContentDesign
Returns:

isCommandButtonSizeLocked

public boolean isCommandButtonSizeLocked()
Description copied from interface: IContentDesign
Returns true if command buttons are locked ( should have the same size )

Specified by:
isCommandButtonSizeLocked in interface IContentDesign
Overrides:
isCommandButtonSizeLocked in class DefaultContentDesign
Returns:


Copyright © 2010 ezware. All Rights Reserved.