1 19 20 package org.netbeans.modules.web.jsf.dialogs; 21 22 import javax.swing.AbstractButton ; 23 import javax.swing.text.JTextComponent ; 24 25 30 public interface ValidatingPanel { 31 32 35 public String validatePanel(); 36 37 40 public AbstractButton [] getStateChangeComponents(); 41 42 45 public JTextComponent [] getDocumentChangeComponents(); 46 } 47 | Popular Tags |