Skip navigation links 
 
oracle.jdeveloper.builder.file
Class EmptyFileBuilder
java.lang.Object
  
oracle.ide.wizard.Wizard
      
oracle.jdeveloper.wizard.common.BaliWizard
          
oracle.jdeveloper.builder.AbstractBuilder
              
oracle.jdeveloper.builder.file.FileBuilder
                  
oracle.jdeveloper.builder.file.EmptyFileBuilder
- 
public class EmptyFileBuilder
 
- extends FileBuilder
 
 
 
  
 
  
 
| Method Summary | 
protected  AbstractBuilderModel | 
_buildModel(Context context) 
            | 
protected  java.lang.String | 
_getTitleString() 
          Returns the type of object being built. | 
protected  java.awt.Image | 
getHeaderImage() 
            | 
protected  java.lang.String | 
getHelpID() 
            | 
 javax.swing.Icon | 
getIcon() 
          Gets the Icon to use in the Object Gallery. | 
 java.lang.String | 
getLongLabel() 
          Provides a description of the Wizard that appears in the hint text area of the Object Gallery. | 
 java.lang.String | 
getShortLabel() 
          Gets the name of the Wizard; the code can be inherited, as it returns the abstracted variable wizName. | 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
 
EmptyFileBuilder
public EmptyFileBuilder()
getShortLabel
public java.lang.String getShortLabel()
- Description copied from class: 
BaliWizard 
- Gets the name of the Wizard; the code can be inherited, as it returns the abstracted variable wizName.
 
- 
- Overrides:
 
getShortLabel in class BaliWizard 
 
- 
- Returns:
 
- The human readable label of the Wizard.
 
 
getLongLabel
public java.lang.String getLongLabel()
- Description copied from class: 
Wizard 
- Provides a description of the Wizard that appears in the hint text area of the Object Gallery. This is usually a verb phrase starting with "Creates a...". The default implementation uses a format string for "Creates a new ____", filling in the blank with the value from 
Wizard.getShortLabel(). 
- 
- Overrides:
 
getLongLabel in class Wizard 
 
getIcon
public javax.swing.Icon getIcon()
- Description copied from class: 
Wizard 
- Gets the 
Icon to use in the Object Gallery. If this Wizard is not accessed from the Object Gallery, the Wizard should return null. 
- 
- Overrides:
 
getIcon in class BaliWizard 
 
- 
- Returns:
 
- The 
Icon to be displayed in the Object Gallery. 
 
_getTitleString
protected java.lang.String _getTitleString()
- Description copied from class: 
AbstractBuilder 
- Returns the type of object being built. This title should not include the word 'New' and should use title capitalization - for example, 'HTML File' for a builder that creates new HTML files.
 
- 
- Overrides:
 
_getTitleString in class AbstractBuilder 
 
getHelpID
protected java.lang.String getHelpID()
- 
- Specified by:
 
getHelpID in class FileBuilder 
 
_buildModel
protected AbstractBuilderModel _buildModel(Context context)
- 
- Specified by:
 
_buildModel in class AbstractBuilder 
 
getHeaderImage
protected java.awt.Image getHeaderImage()
- 
- Overrides:
 
getHeaderImage in class BaliWizard 
 
Skip navigation links 
 
Copyright © 1997, 2016, Oracle. All rights reserved.