| javax.swing.JPanel org.netbeans.modules.visualweb.project.jsf.api.AddResourceOverwriteDialog
Field Summary | |
final public static int | CONFLICT_ASK | final public static int | CONFLICT_ASK_MANY Mode flag which indicates that the dialog will ask whether to overwrite or
create new when there is a file import conflict, AND in addition ask if
the user wants to always create or always replace (a "Yes To All" mechanism). | final public static int | CONFLICT_CREATE_NEW Mode flag which indicates that the user always wants to create a new file
rather than replace, so take this answer as a given without asking the user. | final public static int | CONFLICT_OVERWRITE Mode flag which indicates that the user always wants to replace, so take
this answer as a given without asking the user. | final public static int | CONFLICT_USE_EXISTING |
CONFLICT_ASK | final public static int CONFLICT_ASK(Code) | | Mode flag which indicates that the dialog will ask whether to overwrite or
create new when there is a file import conflict
|
CONFLICT_ASK_MANY | final public static int CONFLICT_ASK_MANY(Code) | | Mode flag which indicates that the dialog will ask whether to overwrite or
create new when there is a file import conflict, AND in addition ask if
the user wants to always create or always replace (a "Yes To All" mechanism).
Use this only when you'return creating multiple resources.
When using this be aware that once the user has used Always/Never, the mode
will change, so you should set it back to CONFLICT_ASK when you're done
with the batch operation.
|
CONFLICT_CREATE_NEW | final public static int CONFLICT_CREATE_NEW(Code) | | Mode flag which indicates that the user always wants to create a new file
rather than replace, so take this answer as a given without asking the user.
|
CONFLICT_OVERWRITE | final public static int CONFLICT_OVERWRITE(Code) | | Mode flag which indicates that the user always wants to replace, so take
this answer as a given without asking the user.
|
CONFLICT_USE_EXISTING | final public static int CONFLICT_USE_EXISTING(Code) | | Mode flag which indicates that the user always wants to use the existing
resource, so take this answer as a given without asking the user
|
AddResourceOverwriteDialog | public AddResourceOverwriteDialog(File target)(Code) | | Creates new form AddResourceOverwriteDialog
|
getMode | public static int getMode()(Code) | | |
setMode | public static void setMode(int value)(Code) | | |
showDialog | public void showDialog()(Code) | | |
|
|