public interface RefGroup
references
to show them accordingly in the UI, for example on the branches panel.
Grouping decision is made by the concrete VcsLogRefManager
.Modifier and Type | Method and Description |
---|---|
java.util.List<java.awt.Color> |
getColors()
Returns the colors of this ref group, which will be used to paint it in the table.
|
java.lang.String |
getName()
Returns the name of the reference group.
|
java.util.List<VcsRef> |
getRefs()
Returns references inside this group.
|
boolean |
isExpanded()
If a group is not-expanded, its references won't be displayed until
Otherwise, if a group is expanded, its references will be displayed immediately,
but they may possibly be somehow visually united to indicated that they are from similar structure.
|
boolean isExpanded()
java.lang.String getName()
java.util.List<VcsRef> getRefs()
java.util.List<java.awt.Color> getColors()