public class ModalityStateEx extends ModalityState
NON_MODAL
Constructor and Description |
---|
ModalityStateEx() |
Modifier and Type | Method and Description |
---|---|
ModalityState |
appendProgress(ProgressIndicator progress) |
boolean |
dominates(ModalityState anotherState) |
java.lang.String |
toString() |
any, current, defaultModalityState, stateForComponent
public ModalityState appendProgress(ProgressIndicator progress)
public boolean dominates(ModalityState anotherState)
dominates
in class ModalityState
this
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