com.intellij.ant
Class AntElementRole

java.lang.Object
  extended by com.intellij.ant.AntElementRole

public class AntElementRole
extends java.lang.Object


Field Summary
static AntElementRole PROPERTY_ROLE
           
static AntElementRole TARGET_ROLE
           
static javax.swing.Icon TASK_ICON
           
static AntElementRole TASK_ROLE
           
 
Constructor Summary
AntElementRole(java.lang.String name, javax.swing.Icon icon)
           
 
Method Summary
 javax.swing.Icon getIcon()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TASK_ICON

public static final javax.swing.Icon TASK_ICON

TARGET_ROLE

public static final AntElementRole TARGET_ROLE

PROPERTY_ROLE

public static final AntElementRole PROPERTY_ROLE

TASK_ROLE

public static final AntElementRole TASK_ROLE
Constructor Detail

AntElementRole

public AntElementRole(java.lang.String name,
                      javax.swing.Icon icon)
Method Detail

getName

public java.lang.String getName()

getIcon

public javax.swing.Icon getIcon()