public class AnyModalityState extends ModalityState
| Modifier and Type | Field and Description |
|---|---|
static AnyModalityState |
ANY |
NON_MODAL| Modifier and Type | Method and Description |
|---|---|
boolean |
dominates(ModalityState anotherState) |
java.lang.String |
toString() |
any, current, defaultModalityState, stateForComponentpublic static final AnyModalityState ANY
public boolean dominates(ModalityState anotherState)
dominates in class ModalityStatethis modality state is strictly more specific than anotherState,
so that invokeLater runnables with anotherState won't be executed until this modality state ends.public java.lang.String toString()
toString in class ModalityState