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 StringgetCssClass()StringgetI18NKey()intgetWeight()
-
-
-
Method Detail
-
getWeight
public int getWeight()
- Specified by:
getWeightin interfaceEdgeType.EdgeUiSupport
-
getCssClass
public String getCssClass()
- Specified by:
getCssClassin interfaceEdgeType.EdgeUiSupport
-
getI18NKey
public String getI18NKey()
- Specified by:
getI18NKeyin interfaceEdgeType.EdgeUiSupport
-
-