groovy.inspect.swingui
[Groovy] Enum CompilePhaseAdapter
java.lang.Object
  
java.lang.Enum
      
groovy.inspect.swingui.CompilePhaseAdapter
enum CompilePhaseAdapter
extends Enum
 An adapter for the CompilePhase enum that can be entered into a Swing combobox.
 
- Authors:
 - Hamlet D'Arcy
 
    
     
    
     
    
     
                | 
                Methods inherited from class Enum
                 | 
                | name, equals, toString, hashCode, compareTo, compareTo, valueOf, getDeclaringClass, ordinal, wait, wait, wait, getClass, notify, notifyAll | 
                
                 
                 
    
    
        phaseId
        final int phaseId
        
        - 
        
 
        
        
        
    
        string
        final String string
        
        - 
        
 
        
        
        
    
     
    
    
        
        CompilePhaseAdapter
        CompilePhaseAdapter(def phaseId, def string)
        
        - 
        
 
        
        
        
    
     
    
    
        
        toString
        String toString()
        
        - 
        
 
        
        
        
    
     
Copyright © 2003-2011 The Codehaus. All rights reserved.