Groovy 2.2.0

groovy.inspect.swingui
[Groovy] Class AstBrowserUiPreferences

java.lang.Object
  groovy.inspect.swingui.AstBrowserUiPreferences

class AstBrowserUiPreferences

This class sets and restores control positions in the browser.

Authors:
Hamlet D'Arcy


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

decompiledSourceFontSize

int decompiledSourceFontSize


frameLocation

final def frameLocation


frameSize

final def frameSize


horizontalDividerLocation

final def horizontalDividerLocation


selectedPhase

final CompilePhaseAdapter selectedPhase


showClosureClasses

final boolean showClosureClasses


showScriptClass

final boolean showScriptClass


showScriptFreeForm

final boolean showScriptFreeForm


showTreeView

final boolean showTreeView


verticalDividerLocation

final def verticalDividerLocation


 
Constructor Detail

AstBrowserUiPreferences

AstBrowserUiPreferences()


 
Method Detail

save

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.