juife
v0.1a
A B C D E F G H I J L M N O P R S T U V W

S

selectAll() - Method in class net.sf.juife.ComponentList
Selects all components in the list.
set(int, Component) - Method in interface net.sf.juife.ComponentListModel
Replaces the component at the specified position with the specified component.
set(int, Component) - Method in class net.sf.juife.DefaultComponentListModel
Replaces the component at the specified position with the specified component.
setAdditionalInstructions(String) - Method in class net.sf.juife.wizard.ProgressPage
Sets the additional instructions for this page.
setAdditionalInstructions(String) - Method in class net.sf.juife.wizard.UserInputPage
Sets the additional instructions for this page.
setBackIcon(Icon) - Method in class net.sf.juife.plaf.basic.BasicNavigationPaneUI
Sets the icon for the 'Back' button in the NavigationPane.
setButtonsBundle(String) - Method in class net.sf.juife.I18n
Sets the resource bundle that will provide the button labels.
setCancelled(boolean) - Method in class net.sf.juife.OkCancelDialog
Sets whether the dialog was cancelled.
setConfirmationText(String) - Method in class net.sf.juife.wizard.ConfirmationPage
Sets the text for the Confirmation Page.
setConfirmationText(String, String) - Method in class net.sf.juife.wizard.ConfirmationPage
Sets the text for the Confirmation Page with the specified content type.
setCurrentLocale(String, String) - Method in class net.sf.juife.I18n
Sets the current locale using the specified language and country.
setCurrentPage(WizardPage) - Method in class net.sf.juife.plaf.basic.BasicWizardUI
Sets the current page of the wizard.
setDescription(String) - Method in class net.sf.juife.AbstractTask
Sets the description of this task.
setDescription(String) - Method in class net.sf.juife.wizard.WizardPage
Sets a brief description about this page.
setDisabledColor(Color) - Method in class net.sf.juife.LinkButton
Sets the font color to be used when the link button is disabled.
setDisabledFontStyle(int) - Method in class net.sf.juife.LinkButton
Sets the font style to be used when the link button is disabled.
setDone(boolean) - Method in class net.sf.juife.AbstractTask
Sets whether the task has finished execution.
setDoneWithErrors(boolean) - Method in class net.sf.juife.AbstractTask
Sets whether the execution of the task fails.
setDownIcon(Icon) - Method in class net.sf.juife.plaf.basic.BasicNavigationPaneUI
Sets the icon for the 'Down' button in the NavigationPane.
setEnabled(boolean) - Method in class net.sf.juife.LinkButton
Enables/disables the link button.
setErrorCode(int) - Method in class net.sf.juife.AbstractTask
Sets an error code identifying the failure of the task.
setErrorMessage(String) - Method in class net.sf.juife.AbstractTask
Set the error message of this task.
setErrorsBundle(String) - Method in class net.sf.juife.I18n
Sets the resource bundle that will provide the error messages.
setForwardIcon(Icon) - Method in class net.sf.juife.plaf.basic.BasicNavigationPaneUI
Sets the icon for the 'Forward' button in the NavigationPane.
setHoverColor(Color) - Method in class net.sf.juife.LinkButton
Sets the font color to be used when the mouse is over the button.
setHoverFont(Font) - Method in class net.sf.juife.LinkButton
Sets the font to be used when the mouse is over the button.
setHoverFontStyle(int) - Method in class net.sf.juife.LinkButton
Sets the font style to be used when the mouse is over the button.
setLabelsBundle(String) - Method in class net.sf.juife.I18n
Sets the resource bundle that will provide the common labels.
setLast() - Method in class net.sf.juife.wizard.DefaultWizardModel
Sets the last page of the wizard to be the last page of the model.
setLast(WizardPage) - Method in class net.sf.juife.wizard.DefaultWizardModel
Sets the last page of the wizard.
setLogsBundle(String) - Method in class net.sf.juife.I18n
Sets the resource bundle that will provide the log messages.
setMainInstructions(String) - Method in class net.sf.juife.wizard.ProgressPage
Sets the main instructions for this page.
setMainInstructions(String) - Method in class net.sf.juife.wizard.UserInputPage
Sets the main instructions for this page.
setMainPane(Container) - Method in class net.sf.juife.InformationDialog
Sets the main pane of this dialog and centers the dialog relatvely to its owner.
setMainPane(Container) - Method in class net.sf.juife.OkCancelDialog
Sets the main pane of this dialog and centers the dialog relatvely to its owner.
setMainPane(JPanel) - Method in class net.sf.juife.wizard.UserInputPage
Sets the main pane for this page.
setMenusBundle(String) - Method in class net.sf.juife.I18n
Sets the resource bundle that will provide the menu labels.
setMessagesBundle(String) - Method in class net.sf.juife.I18n
Sets the resource bundle that will provide the common messages.
setModal(Boolean) - Method in class net.sf.juife.Wizard
Specifies whether this wizard should be modal.
setModel(ComponentListModel) - Method in class net.sf.juife.ComponentList
Sets the data model of the list.
setModel(NavigationHistoryModel) - Method in class net.sf.juife.NavigationPane
Sets the navigation history model of this pane.
setModel(WizardModel) - Method in class net.sf.juife.Wizard
Sets the model of this wizard.
setNavigationInstructions(String) - Method in class net.sf.juife.wizard.UserInputPage
Sets the navigation instructions for this page.
setOptionalButtons(WizardPage.OptionalButtons) - Method in class net.sf.juife.wizard.WizardPage
Sets the optional buttons to be displayed in the wizard when this page becomes current.
setOverviewText(String) - Method in class net.sf.juife.wizard.OverviewPage
Sets the text for the Overview Page.
setOverviewText(String, String) - Method in class net.sf.juife.wizard.OverviewPage
Sets the text for the Overview Page with the specified content type.
setPages(NavigationPage[]) - Method in class net.sf.juife.NavigationPane
Sets the pages that this NavigationPane will offer.
setPages(WizardPage[]) - Method in class net.sf.juife.wizard.DefaultWizardModel
Sets the pages this wizard will use in the specified order.
setPageType(WizardPage.Type) - Method in class net.sf.juife.wizard.WizardPage
Sets the type of this page.
setResult(R) - Method in class net.sf.juife.AbstractTask
Sets the result of the task execution.
setSelectedComponent(Component, boolean) - Method in class net.sf.juife.ComponentList
Selects the specified component.
setSelectedIndex(int) - Method in class net.sf.juife.ComponentList
Selects the component at the specified index.
setSelectedIndices(int[]) - Method in class net.sf.juife.ComponentList
Selects the components with the specified indices.
setSelectionInterval(int, int) - Method in class net.sf.juife.ComponentList
Changes the selection to be between index0 and index1 inclusive.
setSelectionMode(int) - Method in class net.sf.juife.ComponentList
Sets the selection mode.
setSelectionModel(ListSelectionModel) - Method in class net.sf.juife.ComponentList
Sets the selection model of this list.
setSteps(String[], String) - Method in class net.sf.juife.plaf.basic.BasicWizardLeftPane
Sets the step list in the wizard's left pane.
setSubtitle(String) - Method in class net.sf.juife.plaf.basic.BasicWizardRightPane
Sets the subtitle of wizard's right pane.
setSubtitle(String) - Method in class net.sf.juife.wizard.WizardPage
Sets the subtitle for this page.
setSummaryText(String) - Method in class net.sf.juife.wizard.SummaryPage
Sets the text for the Overview Page.
setSummaryText(String, String) - Method in class net.sf.juife.wizard.SummaryPage
Sets the text for the Summary Page with the specified content type.
setText(String) - Method in class net.sf.juife.LinkButton
Sets the button's text.
setTitle(String) - Method in class net.sf.juife.AbstractTask
Sets the title of this task.
setTitle(String) - Method in class net.sf.juife.NavigationPage
Sets the title of this navigation page.
setTitle(String) - Method in interface net.sf.juife.Task
Sets the title of this task.
setTitleBackground(Color) - Method in class net.sf.juife.NavigationPane
Sets the title's background color of this NavigationPane.
setUI(ComponentListUI) - Method in class net.sf.juife.ComponentList
Sets the L&F object that renders this component.
setUI(NavigationPaneUI) - Method in class net.sf.juife.NavigationPane
Sets the L&F object that renders this component.
setUI(WizardUI) - Method in class net.sf.juife.Wizard
Sets the L&F object that renders this component.
setUnvisitedColor(Color) - Method in class net.sf.juife.LinkButton
Sets the font color to be used for unvisited links.
setUnvisitedFontStyle(int) - Method in class net.sf.juife.LinkButton
Sets the font style to be used for a unvisited links.
setVisited(boolean) - Method in class net.sf.juife.LinkButton
Sets the visited state of this link button.
setVisitedColor(Color) - Method in class net.sf.juife.LinkButton
Sets the font color to be used for already visited links.
setVisitedFontStyle(int) - Method in class net.sf.juife.LinkButton
Sets the font style to be used for a visited links.
setWizardPage(WizardPage) - Method in class net.sf.juife.plaf.basic.BasicWizardRightPane
Sets the current page in the wizard's right pane.
showCloseButton(boolean) - Method in class net.sf.juife.InformationDialog
Sets whether the 'Close' button should be displayed.
showHelp() - Method in class net.sf.juife.wizard.WizardPage
Invoked when the user clicks the Help button of the wizard.
showWizard() - Method in class net.sf.juife.Wizard
Starts the Wizard.
size() - Method in interface net.sf.juife.ComponentListModel
Gets the length of the list.
size() - Method in class net.sf.juife.DefaultComponentListModel
Gets the length of the list.
start() - Method in class net.sf.juife.TaskQueue
Starts the processing of tasks in the queue.
stateChanged(TaskQueueEvent) - Method in interface net.sf.juife.event.TaskQueueListener
Invoked to indicate that the state of a task queue is changed.
stop() - Method in interface net.sf.juife.Task
Terminates the execution of this task
stop() - Method in class net.sf.juife.TaskQueue
Stops the task queue.
SummaryPage - Class in net.sf.juife.wizard
Provides default implementation of typical summary page.
SummaryPage() - Constructor for class net.sf.juife.wizard.SummaryPage
Creates a new SummaryPage with default subtitle and description.
SummaryPage(String) - Constructor for class net.sf.juife.wizard.SummaryPage
Creates a SummaryPage with the specified subtitle and default description.
SummaryPage(String, String) - Constructor for class net.sf.juife.wizard.SummaryPage
Creates a SummaryPage with the specified subtitle and description.

juife
v0.1a
A B C D E F G H I J L M N O P R S T U V W
Copyright © 2005 Grigor Iliev. All rights reserved. SourceForge.net Logo