public final class EditImageMap extends EditImageMapBase
xhtml.editImageMap
.imageMapElement
recordable, repeatable
Constructor and Description |
---|
EditImageMap() |
Modifier and Type | Method and Description |
---|---|
protected ImageMapEditor |
createImageMapEditor(Component parentComponent,
String title) |
protected boolean |
editImageMap(Element tree,
boolean altRequired,
ImageMap.Area[] areas,
int[] offset) |
protected boolean |
editImageMap(ImageMap imageMap,
Element mapElement) |
protected Name[] |
getImageMapNames(Element selected) |
protected Name[][] |
getLinkNames(Element imageMapElement) |
protected ImageMap |
parseImageMap(Element mapElement) |
createLinkTargetChooser, doExecute, findLinkAttribute, getNonEmptyAttribute, getNonEmptyText, loadImage, prepare, setAttributes, setProperties
doExecuteByName, execute, executeCommand, isRecordable, isRepeatable, prepareCommand
protected Name[] getImageMapNames(Element selected)
getImageMapNames
in class EditImageMapBase
protected Name[][] getLinkNames(Element imageMapElement)
getLinkNames
in class EditImageMapBase
protected ImageMapEditor createImageMapEditor(Component parentComponent, String title)
createImageMapEditor
in class EditImageMapBase
protected ImageMap parseImageMap(Element mapElement) throws RuntimeException
parseImageMap
in class EditImageMapBase
RuntimeException
protected boolean editImageMap(ImageMap imageMap, Element mapElement)
editImageMap
in class EditImageMapBase
protected boolean editImageMap(Element tree, boolean altRequired, ImageMap.Area[] areas, int[] offset)