public interface Copyable
Copyable implmentations must be
registered in FlurstueckInfoClipboard with
FlurstueckInfoClipboard.addCopyListener(de.cismet.lagis.gui.copypaste.Copyable).| Modifier and Type | Field and Description |
|---|---|
static String |
UNKNOWN_ENTITY
Return value for
getDisplayName(de.cismet.lagisEE.entity.basic.BasicEntity) if display name can
not be determined. |
| Modifier and Type | Method and Description |
|---|---|
List<BasicEntity> |
getCopyData()
Returns the data to be copied.
|
Icon |
getDisplayIcon()
Returns the display icon which is used for displaying items in
FlurstueckInfoClipboardPasteWidget. |
String |
getDisplayName(BasicEntity entity)
Returns display name of the given.
|
boolean |
knowsDisplayName(BasicEntity entity)
Indicates if display name can be determined for the given entity.
|
static final String UNKNOWN_ENTITY
getDisplayName(de.cismet.lagisEE.entity.basic.BasicEntity) if display name can
not be determined.List<BasicEntity> getCopyData()
String getDisplayName(BasicEntity entity)
UNKNOWN_ENTITY shall be
returned. The display name is used to represent items in FlurstueckInfoClipboardPasteWidget.entity - entity for which the display name shall be determinedboolean knowsDisplayName(BasicEntity entity)
entity - entity for which the display name shall be determinedIcon getDisplayIcon()
FlurstueckInfoClipboardPasteWidget.Copyright © 2012–2025 cismet GmbH. All rights reserved.