|
Oxygen XML Editor 12.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InputURLChooser
Interface through which the CMS can set a custom URL to any Input URL Panel from Oxygen.
Field Summary | |
---|---|
static int |
OPEN_RESOURCE
Open resource chooser |
static int |
OPEN_RESOURCE_DIRECTORY
Resource directory chooser |
static int |
SAVE_RESOURCE
Save resource chooser |
Method Summary | |
---|---|
int |
getBrowseMode()
Get the mode for which the Input URL chooser will be used (for opening or for saving resources). |
void |
urlChosen(java.net.URL selectedURL)
Set in the Input URL panel combo box the new URL which was chosen from the CMS handler. |
Field Detail |
---|
static final int SAVE_RESOURCE
static final int OPEN_RESOURCE
static final int OPEN_RESOURCE_DIRECTORY
Method Detail |
---|
void urlChosen(java.net.URL selectedURL)
selectedURL
- The URL which was probably selected by the user in a custom CMS chooser.int getBrowseMode()
OPEN_RESOURCE
, SAVE_RESOURCE
or OPEN_RESOURCE_DIRECTORY
Please note that this API is not marked as final and it can change in one of the next versions of the application. If you have suggestions, comments about it, please let us know.
|
Oxygen XML Editor 12.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |