com.ezware.dialog.task
Interface TaskDialog.Footer

All Known Implementing Classes:
TaskDialogContent
Enclosing class:
TaskDialog

public static interface TaskDialog.Footer

Task Dialog Footer


Method Summary
 java.lang.String getCheckBoxText()
          Returns footer's check box text
 javax.swing.Icon getIcon()
          Returns footer's text icon
 java.lang.String getText()
          Returns footer's text
 boolean isCheckBoxSelected()
          True if footer's check box is selected (checked)
 void setCheckBoxSelected(boolean selected)
          Sets footer's check box selection status
 void setCheckBoxText(java.lang.String text)
          Sets footer's check box text.
 void setIcon(javax.swing.Icon icon)
          Sets footer's text icon.
 void setText(java.lang.String text)
          Sets footer's text.
 

Method Detail

isCheckBoxSelected

boolean isCheckBoxSelected()
True if footer's check box is selected (checked)

Returns:

setCheckBoxSelected

void setCheckBoxSelected(boolean selected)
Sets footer's check box selection status

Parameters:
selected -

getCheckBoxText

java.lang.String getCheckBoxText()
Returns footer's check box text

Returns:

setCheckBoxText

void setCheckBoxText(java.lang.String text)
Sets footer's check box text. Check box is only visible if it has a text

Parameters:
text -

getIcon

javax.swing.Icon getIcon()
Returns footer's text icon

Returns:

setIcon

void setIcon(javax.swing.Icon icon)
Sets footer's text icon. Icon is only visible if corresponding text is not empty

Parameters:
icon -

getText

java.lang.String getText()
Returns footer's text

Returns:

setText

void setText(java.lang.String text)
Sets footer's text. The text and corresponding icon are visible if text is not empty

Parameters:
text -


Copyright © 2010 ezware. All Rights Reserved.