public class NewsletterEmulatorProvider extends Object implements EmulatorProvider
NewsletterEmulatorProvider provides emulators for newsletter pages.| Constructor and Description |
|---|
NewsletterEmulatorProvider() |
| Modifier and Type | Method and Description |
|---|---|
List<EmulatorGroup> |
getEmulatorGroups(Resource resource)
Returns a list of groups containing emulators.
|
List<Emulator> |
getEmulators(Resource resource)
Returns the emulators for the specified resource.
|
boolean |
handles(Resource resource)
Indicates whether this provider handles the specified resource.
|
public List<Emulator> getEmulators(Resource resource)
EmulatorProvidergetEmulators in interface EmulatorProviderresource - The resourcepublic boolean handles(Resource resource)
EmulatorProviderhandles in interface EmulatorProviderresource - The resourcetrue if the provider handles the resource,
false otherwisepublic List<EmulatorGroup> getEmulatorGroups(Resource resource)
EmulatorProvidergetEmulatorGroups in interface EmulatorProviderresource - The resource from which to derive the emulator groups.List containing the emulator groups."Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"