|
EGF Engine Release 0.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IUserEnforcedHelper
User enforced helper.
Handles user interactions when automatic ones are no longer sufficient.
Allows the user to be warned about specific changes (sometimes through a user confirmation request).
Method Summary | |
---|---|
IStatus |
makeFileWritable(IFile file_p)
Make given file writable. |
IStatus |
makeFileWritable(IFile file_p,
Object display_p)
Make given file writable. |
Method Detail |
---|
IStatus makeFileWritable(IFile file_p)
file_p
- The file that should be made writable.
Status#OK_STATUS
if file was made writable or doesn't exist. Status#CANCEL_STATUS
otherwise.IStatus makeFileWritable(IFile file_p, Object display_p)
file_p
- The file that should be made writable.display_p
- Used to ask the user permission, if needed.
Status#OK_STATUS
if file was made writable or doesn't exist. Status#CANCEL_STATUS
otherwise.
|
EGF Engine Release 0.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) Thales Corporate Services S.A.S, 2009.
This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.