@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public interface InputURLChooser
extends ContextDescriptionProvider
| Modifier and Type | Field and Description |
|---|---|
static int |
OPEN_RESOURCE
Open resource chooser
|
static int |
OPEN_RESOURCE_DIRECTORY
Resource directory chooser
|
static int |
SAVE_RESOURCE
Save resource chooser
|
| Modifier and Type | Method and Description |
|---|---|
int |
getBrowseMode()
Get the mode for which the Input URL chooser will be used (for opening or for saving resources).
|
ResourceFilter[] |
getResourceFilters()
Get the list of resource filters used for the local file chooser.
|
void |
urlChosen(java.net.URL selectedURL)
Set in the Input URL panel combo box the new URL which was chosen from the CMS handler.
|
getAttributeEditingContextDescription, getContextDescriptionstatic final int SAVE_RESOURCE
static final int OPEN_RESOURCE
static final int OPEN_RESOURCE_DIRECTORY
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_DIRECTORYResourceFilter[] getResourceFilters()
null.© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.