org.rubato.composer.dialogs.forms
Interface FormEntry

All Known Implementing Classes:
AbstractFormEntry, LimitColimitFormEntry, ListPowerFormEntry, SimpleFormEntry

public interface FormEntry


Method Summary
 boolean canCreate()
           
 void clear()
           
 Form getForm(java.lang.String name)
           
 

Method Detail

getForm

Form getForm(java.lang.String name)

canCreate

boolean canCreate()

clear

void clear()