public enum DirectionType { TAB_FORWARD, TAB_BACKWARD, UP, DOWN, LEFT, RIGHT, }
TAB_FORWARD,
TAB_BACKWARD,
UP,
DOWN,
LEFT,
RIGHT,
Created by Valadoc