Uses of Class
gg.xp.xivsupport.gui.groovy.DisplayControl
Packages that use DisplayControl
-
Uses of DisplayControl in gg.xp.xivsupport.groovy
Methods in gg.xp.xivsupport.groovy that return DisplayControlModifier and TypeMethodDescriptionGroovyScriptResult.displayControl()Returns the value of thedisplayControlrecord component.Methods in gg.xp.xivsupport.groovy with parameters of type DisplayControlModifier and TypeMethodDescriptionstatic GroovyScriptResultGroovyScriptResult.failure(DisplayControl dc, @Nullable Throwable failure) static GroovyScriptResultGroovyScriptResult.success(DisplayControl dc, @Nullable Object value) Constructors in gg.xp.xivsupport.groovy with parameters of type DisplayControlModifierConstructorDescriptionGroovyScriptResult(@Nullable Object result, @Nullable Throwable failure, boolean success, DisplayControl displayControl) Creates an instance of aGroovyScriptResultrecord class.