org.aspectj.ajde.ui
Class StructureViewProperties.Sorting

java.lang.Object
  extended by org.aspectj.ajde.ui.StructureViewProperties.Sorting
Enclosing class:
StructureViewProperties

public static class StructureViewProperties.Sorting
extends java.lang.Object


Field Summary
static StructureViewProperties.Sorting[] ALL
           
static StructureViewProperties.Sorting ALPHABETICAL
           
static StructureViewProperties.Sorting DECLARATIONAL
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ALPHABETICAL

public static final StructureViewProperties.Sorting ALPHABETICAL

DECLARATIONAL

public static final StructureViewProperties.Sorting DECLARATIONAL

ALL

public static final StructureViewProperties.Sorting[] ALL
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object