public class ChangesetDebugConfiguration extends Object
ChangesetDebugConfiguration.ChangesetDebugListener
instance is
configured, an event will be dispatched from the SectionTree
whenever a new changeset is
generated and applied.Modifier and Type | Class and Description |
---|---|
static class |
ChangesetDebugConfiguration.ChangesetDebugInfo |
static interface |
ChangesetDebugConfiguration.ChangesetDebugListener |
Constructor and Description |
---|
ChangesetDebugConfiguration() |
Modifier and Type | Method and Description |
---|---|
static List<String> |
getRenderInfoNames(Change change) |
static int |
getSectionCount(Section section) |
static boolean |
isSectionDirty(Section previousSection,
Section currentSection) |
static void |
setListener(ChangesetDebugConfiguration.ChangesetDebugListener listener) |
public static void setListener(ChangesetDebugConfiguration.ChangesetDebugListener listener)
public static List<String> getRenderInfoNames(Change change)
public static boolean isSectionDirty(Section previousSection, Section currentSection)
public static int getSectionCount(Section section)