com.ezware.dialog.task
Interface IContentDesign

All Known Implementing Classes:
DefaultContentDesign, MacOsContentDesign

public interface IContentDesign


Field Summary
static java.lang.String COLOR_INSTRUCTION_FOREGROUND
          UIDefaults key for task dialog instruction foreground color
static java.lang.String COLOR_MESSAGE_BACKGROUND
          UIDefaults key for task dialog message background color
static java.lang.String FONT_INSTRUCTION
          UIDefaults key for task dialog instruction font
static java.lang.String FONT_TEXT
          UIDefaults key for task dialog text font
static java.lang.String ICON_COMMAND_LINK
          UIDefaults key for task dialog command link icon
static java.lang.String ICON_FEWER_DETAILS
          UIDefaults key for task dialog "fewer details" icon
static java.lang.String ICON_MORE_DETAILS
          UIDefaults key for task dialog "more details" icon
static java.lang.String TEXT_FEWER_DETAILS
          UIDefaults key for "Fewer Details" label
static java.lang.String TEXT_MORE_DETAILS
          UIDefaults key for "More Details" label
 
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
 

Field Detail

ICON_FEWER_DETAILS

static final java.lang.String ICON_FEWER_DETAILS
UIDefaults key for task dialog "fewer details" icon

See Also:
Constant Field Values

ICON_MORE_DETAILS

static final java.lang.String ICON_MORE_DETAILS
UIDefaults key for task dialog "more details" icon

See Also:
Constant Field Values

ICON_COMMAND_LINK

static final java.lang.String ICON_COMMAND_LINK
UIDefaults key for task dialog command link icon

See Also:
Constant Field Values

COLOR_MESSAGE_BACKGROUND

static final java.lang.String COLOR_MESSAGE_BACKGROUND
UIDefaults key for task dialog message background color

See Also:
Constant Field Values

COLOR_INSTRUCTION_FOREGROUND

static final java.lang.String COLOR_INSTRUCTION_FOREGROUND
UIDefaults key for task dialog instruction foreground color

See Also:
Constant Field Values

FONT_INSTRUCTION

static final java.lang.String FONT_INSTRUCTION
UIDefaults key for task dialog instruction font

See Also:
Constant Field Values

FONT_TEXT

static final java.lang.String FONT_TEXT
UIDefaults key for task dialog text font

See Also:
Constant Field Values

TEXT_MORE_DETAILS

static final java.lang.String TEXT_MORE_DETAILS
UIDefaults key for "More Details" label

See Also:
Constant Field Values

TEXT_FEWER_DETAILS

static final java.lang.String TEXT_FEWER_DETAILS
UIDefaults key for "Fewer Details" label

See Also:
Constant Field Values
Method Detail

updateUIDefaults

void updateUIDefaults()
Updates UIDefaults with appropriate design settings


buildContent

TaskDialogContent buildContent()
Builds and returns contents of task dialog

Returns:

isCommandButtonSizeLocked

boolean isCommandButtonSizeLocked()
Returns true if command buttons are locked ( should have the same size )

Returns:

getCommandLinkPainter

ICommandLinkPainter getCommandLinkPainter()
Returns command link painter

Returns:


Copyright © 2010 ezware. All Rights Reserved.