|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Object groovy.inspect.swingui.AstBrowserUiPreferences
class AstBrowserUiPreferences
This class sets and restores control positions in the browser.
Property Summary | |
---|---|
int |
decompiledSourceFontSize
|
def |
frameLocation
|
def |
frameSize
|
def |
horizontalDividerLocation
|
CompilePhaseAdapter |
selectedPhase
|
boolean |
showClosureClasses
|
boolean |
showScriptClass
|
boolean |
showScriptFreeForm
|
boolean |
showTreeView
|
def |
verticalDividerLocation
|
Constructor Summary | |
AstBrowserUiPreferences()
|
Method Summary | |
---|---|
def
|
save(def frame, def vSplitter, def hSplitter, def scriptFreeFormPref, def scriptClassPref, def closureClassesPref, CompilePhaseAdapter phase, def showTreeView)
|
Methods inherited from 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 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)
Copyright © 2003-2013 The Codehaus. All rights reserved.