Class DefaultEdgeUiSupport
- java.lang.Object
-
- com.atlassian.confluence.plugins.edgeindex.edge.DefaultEdgeUiSupport
-
- All Implemented Interfaces:
EdgeType.EdgeUiSupport
public class DefaultEdgeUiSupport extends Object implements EdgeType.EdgeUiSupport
-
-
Constructor Summary
Constructors Constructor Description DefaultEdgeUiSupport()
DefaultEdgeUiSupport(int weight, String cssClass, String i18nKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCssClass()
String
getI18NKey()
int
getWeight()
-
-
-
Method Detail
-
getWeight
public int getWeight()
- Specified by:
getWeight
in interfaceEdgeType.EdgeUiSupport
-
getCssClass
public String getCssClass()
- Specified by:
getCssClass
in interfaceEdgeType.EdgeUiSupport
-
getI18NKey
public String getI18NKey()
- Specified by:
getI18NKey
in interfaceEdgeType.EdgeUiSupport
-
-