1: package org.swingml; 2: 3: public interface XMLStateTranslatable { 4: public boolean hasState(); 5: 6: public String getXMLState(); 7: }