Package de.xima.fc.gui.interfaces
Interface IPlaceholderGroup
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
PlaceholderGroup
public interface IPlaceholderGroup extends Serializable
A placeholder group for theIPlaceholderLibrary
, which allows for grouping placeholders.- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
-
-
-
Method Detail
-
getId
String getId()
- Returns:
- The unique ID of this placeholder group.
-
-