45464748495051
*/ protected AbstractWindowElement(String id) { checkNotNull(id, "id"); this.id = id; this.currentState = EnumSet.noneOf(WindowElementState.class); this.stateListeners = new WindowElementStateListeners(); }