public interface PerspectiveEditorComponentGroupProvider extends Comparable
LayoutDragComponentGroup to
the Perspective Editor's component palette.| Modifier and Type | Method and Description |
|---|---|
default int |
compareTo(Object o) |
LayoutDragComponentGroup |
getInstance()
Get the
LayoutDragComponentGroup containing the LayoutDragComponent instances
listed under the group's category in the component palette. |
String |
getName()
Return the name of the component group displayed in the component palette.
|
default Integer |
getOrder()
How important is this group in relation to other groups available.
|
String getName()
LayoutDragComponentGroup getInstance()
LayoutDragComponentGroup containing the LayoutDragComponent instances
listed under the group's category in the component palette.default Integer getOrder()
default int compareTo(Object o)
compareTo in interface ComparableCopyright © 2012–2018 JBoss by Red Hat. All rights reserved.