ch.elexis.core.data
Interface ISticker
- All Superinterfaces:
- java.lang.Comparable<ISticker>
- All Known Implementing Classes:
- Sticker
public interface ISticker
- extends java.lang.Comparable<ISticker>
An ISticker is a Sticker that can be attached to any Object
- Author:
- gerry
IMAGE_ID
static final java.lang.String IMAGE_ID
- See Also:
- Constant Field Values
BACKGROUND
static final java.lang.String BACKGROUND
- See Also:
- Constant Field Values
FOREGROUND
static final java.lang.String FOREGROUND
- See Also:
- Constant Field Values
NAME
static final java.lang.String NAME
- See Also:
- Constant Field Values
getId
java.lang.String getId()
getLabel
java.lang.String getLabel()
getWert
int getWert()
setWert
void setWert(int w)
delete
boolean delete()
setClassForSticker
void setClassForSticker(java.lang.Class<?> clazz)
removeClassForSticker
void removeClassForSticker(java.lang.Class<?> clazz)
getClassesForSticker
java.util.List<java.lang.String> getClassesForSticker()
compareTo
int compareTo(ISticker o)
- Specified by:
compareTo
in interface java.lang.Comparable<ISticker>
Copyright 2005-2011 by Gerry Weirich, Elexis