Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.jdeveloper.template.wizard
Interface WizardPageFocusSetter

All Known Implementing Classes:
TemplateWizardPage

public interface WizardPageFocusSetter

This interface is designed to work with NewApplicationFromTemplateWizard and NewProjectFromTemplatePanel to handle setting focus to a particular component on a wizard page when that page is shown.

In the onEntry method of the content panel, the client should get the WizardPageFocusSetter from the TraversableContext and call setDefaultFocusComponent(java.awt.Component) to specify which panel component should get focus when the parent WizardPage is visited.


Field Summary
static java.lang.String FOCUS_SETTER_KEY
          The key used to identify the TemplateWizardFocusSetter in a TraversableContext.

 

Method Summary
 void setDefaultFocusComponent(java.awt.Component component)
          This interface specifies the component that should be given focus when a wizard page is visited.

 

Field Detail

FOCUS_SETTER_KEY

static final java.lang.String FOCUS_SETTER_KEY
The key used to identify the TemplateWizardFocusSetter in a TraversableContext.

Method Detail

setDefaultFocusComponent

void setDefaultFocusComponent(java.awt.Component component)
This interface specifies the component that should be given focus when a wizard page is visited.
Parameters:
component - the initial-focus component

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Copyright © 1997, 2011, Oracle. All rights reserved.