Fields Summary |
---|
public static final String | TOGGLE_EXPANDAn action which causes a tree node to
collapse if expanded and expand if collapsed. |
public static final String | INCREMENTAn action which increments a value. |
public static final String | DECREMENTAn action which decrements a value. |
public static final String | CLICKAn action which causes a component to execute its default action. |
public static final String | TOGGLE_POPUPAn action which causes a popup to become visible if it is hidden and
hidden if it is visible. |