Groovy 1.7.2

groovy.inspect.swingui
Enum CompilePhaseAdapter

java.lang.Object
  java.lang.Enum
      groovy.inspect.swingui.CompilePhaseAdapter

public enum CompilePhaseAdapter
extends Enum

An adapter for the CompilePhase enum that can be entered into a Swing combobox.

author:
Hamlet D'Arcy


Constructor Summary
CompilePhaseAdapter(def phaseId, def string)

 
Method Summary
String toString()

 
Methods inherited from class Enum
name, hashCode, compareTo, compareTo, equals, toString, valueOf, getDeclaringClass, ordinal, wait, wait, wait, getClass, notify, notifyAll
 
Methods inherited from class Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Constructor Detail

CompilePhaseAdapter

public CompilePhaseAdapter(def phaseId, def string)


 
Method Detail

toString

public String toString()


 

Copyright © 2003-2010 The Codehaus. All rights reserved.