[Groovy] Class AstBrowserUiPreferences

  • groovy.inspect.swingui.AstBrowserUiPreferences

This class sets and restores control positions in the browser.

Properties Summary

Properties
Type Name and description
int decompiledSourceFontSize
def frameLocation
def frameSize
def horizontalDividerLocation
CompilePhaseAdapter selectedPhase
boolean showClosureClasses
boolean showIndyBytecode
boolean showScriptClass
boolean showScriptFreeForm
boolean showTreeView
def verticalDividerLocation

Constructor Summary

Constructors
Constructor and description
AstBrowserUiPreferences ()

Methods Summary

Methods
Type Params Return Type Name and description
def save(def frame, def vSplitter, def hSplitter, def scriptFreeFormPref, def scriptClassPref, def closureClassesPref, CompilePhaseAdapter phase, def showTreeView, def showIndyBytecode = false)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Property Detail

int decompiledSourceFontSize

final def frameLocation

final def frameSize

final def horizontalDividerLocation

final CompilePhaseAdapter selectedPhase

final boolean showClosureClasses

final boolean showIndyBytecode

final boolean showScriptClass

final boolean showScriptFreeForm

final boolean showTreeView

final def verticalDividerLocation

Constructor Detail

AstBrowserUiPreferences()

Method Detail

def save(def frame, def vSplitter, def hSplitter, def scriptFreeFormPref, def scriptClassPref, def closureClassesPref, CompilePhaseAdapter phase, def showTreeView, def showIndyBytecode = false)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.5.14/html/gapi/groovy/inspect/swingui/AstBrowserUiPreferences.html