Skip navigation links

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

E52944-01


oracle.ide.resource
Class DirOptionsArb_de

java.lang.Object
  extended by java.util.ResourceBundle
      extended by oracle.ide.util.ArrayResourceBundle
          extended by oracle.ide.resource.DirOptionsArb_de


public final class DirOptionsArb_de
extends ArrayResourceBundle

Nested Class Summary

 

Nested classes/interfaces inherited from class java.util.ResourceBundle
java.util.ResourceBundle.Control

 

Field Summary
static int ADD_BUTTON
           
static int BROWSE_BUTTON_LABEL
           
static int CHECKBOX_TREE_LABEL_ADD
           
static int CHECKBOX_TREE_LABEL_OPEN
           
static int CHILD_DIRECTORIES_ALREADY_EXIST_MSG
           
static int CHILD_DIRECTORIES_ALREADY_EXIST_TITLE
           
static int COPY_CHECKBOX_LABEL
           
static int CREATE_DIRECTORY_CONFIRM
           
static int DIRECTORY_FILTER_BUTTON
           
static int FILE_FILTER_BUTTON
           
static int JDEV_FILES_IN_LIST_ERROR_MSG
           
static int JDEV_FILES_IN_LIST_ERROR_TITLE
           
static int NO_FILES_SELECTED_ERROR_MSG
           
static int NO_FILES_SELECTED_ERROR_TITLE
           
static int NOT_ALL_FILES_COPIED_MSG
           
static int NOT_ALL_FILES_COPIED_TITLE
           
static int PARENT_ALREADY_EXISTS_ERROR_MSG
           
static int PARENT_ALREADY_EXISTS_ERROR_TITLE
           
static int PROGRESS_BAR_COPY_FILE_TITLE
           
static int PROGRESS_BAR_COPYING_FILE
           
static int PROGRESS_BAR_DIALOG_TITLE
           
static int PROGRESS_BAR_FOUND_FILE
           
static int PROGRESS_BAR_INITIAL_PROGRESS
           
static int PROGRESS_BAR_PROCESS_DIRECTORY
           
static int PROGRESS_BAR_RECURSE_DIRECTORY
           
static int REFINE_PROJECT_FILES_SELECTION
           
static int REFINE_WORKSPACE_FILES_TITLE
           
static int REMOVE_BUTTON
           
static int TITLE
          Identifies keys to access localizable object
static int URL_CHOOSER_TITLE
           
static int USER_CANCELLED_COPY_MSG
           
static int USER_CANCELLED_COPY_TITLE
           

 

Fields inherited from class java.util.ResourceBundle
parent

 

Constructor Summary
DirOptionsArb_de()
           

 

Method Summary
protected  java.lang.Object[] getContents()
          Gets the localizable objects

 

Methods inherited from class oracle.ide.util.ArrayResourceBundle
formatImpl, formatImpl, formatImpl, formatImpl, getAcceleratorImpl, getCharImpl, getFontImpl, getIconImpl, getImageIconImpl, getImageImpl, getIntegerImpl, getKeys, getMnemonicImpl, getObject, getObjectImpl, getStringArray, getStringImpl, getUncachedIconImpl, getUncachedImageImpl, handleGetObject

 

Methods inherited from class java.util.ResourceBundle
clearCache, clearCache, containsKey, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, handleKeySet, keySet, setParent

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

TITLE

public static final int TITLE
Identifies keys to access localizable object
See Also:
Constant Field Values

PROGRESS_BAR_DIALOG_TITLE

public static final int PROGRESS_BAR_DIALOG_TITLE
See Also:
Constant Field Values

PROGRESS_BAR_INITIAL_PROGRESS

public static final int PROGRESS_BAR_INITIAL_PROGRESS
See Also:
Constant Field Values

PROGRESS_BAR_PROCESS_DIRECTORY

public static final int PROGRESS_BAR_PROCESS_DIRECTORY
See Also:
Constant Field Values

PROGRESS_BAR_RECURSE_DIRECTORY

public static final int PROGRESS_BAR_RECURSE_DIRECTORY
See Also:
Constant Field Values

PROGRESS_BAR_FOUND_FILE

public static final int PROGRESS_BAR_FOUND_FILE
See Also:
Constant Field Values

PROGRESS_BAR_COPYING_FILE

public static final int PROGRESS_BAR_COPYING_FILE
See Also:
Constant Field Values

PROGRESS_BAR_COPY_FILE_TITLE

public static final int PROGRESS_BAR_COPY_FILE_TITLE
See Also:
Constant Field Values

DIRECTORY_FILTER_BUTTON

public static final int DIRECTORY_FILTER_BUTTON
See Also:
Constant Field Values

FILE_FILTER_BUTTON

public static final int FILE_FILTER_BUTTON
See Also:
Constant Field Values

ADD_BUTTON

public static final int ADD_BUTTON
See Also:
Constant Field Values

REMOVE_BUTTON

public static final int REMOVE_BUTTON
See Also:
Constant Field Values

URL_CHOOSER_TITLE

public static final int URL_CHOOSER_TITLE
See Also:
Constant Field Values

COPY_CHECKBOX_LABEL

public static final int COPY_CHECKBOX_LABEL
See Also:
Constant Field Values

CHECKBOX_TREE_LABEL_ADD

public static final int CHECKBOX_TREE_LABEL_ADD
See Also:
Constant Field Values

CHECKBOX_TREE_LABEL_OPEN

public static final int CHECKBOX_TREE_LABEL_OPEN
See Also:
Constant Field Values

BROWSE_BUTTON_LABEL

public static final int BROWSE_BUTTON_LABEL
See Also:
Constant Field Values

USER_CANCELLED_COPY_MSG

public static final int USER_CANCELLED_COPY_MSG
See Also:
Constant Field Values

USER_CANCELLED_COPY_TITLE

public static final int USER_CANCELLED_COPY_TITLE
See Also:
Constant Field Values

NOT_ALL_FILES_COPIED_MSG

public static final int NOT_ALL_FILES_COPIED_MSG
See Also:
Constant Field Values

NOT_ALL_FILES_COPIED_TITLE

public static final int NOT_ALL_FILES_COPIED_TITLE
See Also:
Constant Field Values

NO_FILES_SELECTED_ERROR_TITLE

public static final int NO_FILES_SELECTED_ERROR_TITLE
See Also:
Constant Field Values

NO_FILES_SELECTED_ERROR_MSG

public static final int NO_FILES_SELECTED_ERROR_MSG
See Also:
Constant Field Values

PARENT_ALREADY_EXISTS_ERROR_MSG

public static final int PARENT_ALREADY_EXISTS_ERROR_MSG
See Also:
Constant Field Values

PARENT_ALREADY_EXISTS_ERROR_TITLE

public static final int PARENT_ALREADY_EXISTS_ERROR_TITLE
See Also:
Constant Field Values

CHILD_DIRECTORIES_ALREADY_EXIST_MSG

public static final int CHILD_DIRECTORIES_ALREADY_EXIST_MSG
See Also:
Constant Field Values

CHILD_DIRECTORIES_ALREADY_EXIST_TITLE

public static final int CHILD_DIRECTORIES_ALREADY_EXIST_TITLE
See Also:
Constant Field Values

JDEV_FILES_IN_LIST_ERROR_TITLE

public static final int JDEV_FILES_IN_LIST_ERROR_TITLE
See Also:
Constant Field Values

JDEV_FILES_IN_LIST_ERROR_MSG

public static final int JDEV_FILES_IN_LIST_ERROR_MSG
See Also:
Constant Field Values

REFINE_WORKSPACE_FILES_TITLE

public static final int REFINE_WORKSPACE_FILES_TITLE
See Also:
Constant Field Values

REFINE_PROJECT_FILES_SELECTION

public static final int REFINE_PROJECT_FILES_SELECTION
See Also:
Constant Field Values

CREATE_DIRECTORY_CONFIRM

public static final int CREATE_DIRECTORY_CONFIRM
See Also:
Constant Field Values

Constructor Detail

DirOptionsArb_de

public DirOptionsArb_de()

Method Detail

getContents

protected java.lang.Object[] getContents()
Gets the localizable objects
Specified by:
getContents in class ArrayResourceBundle
Returns:
the resources of the bundle as an array

Skip navigation links

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

E52944-01


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