org.rubato.composer.dialogs.denotators
Interface DenotatorEntry

All Known Implementing Classes:
AbstractDenotatorEntry, JColimitDenotatorEntry, JLimitDenotatorEntry, JPowerListDenotatorEntry, JSimpleDenotatorEntry

public interface DenotatorEntry


Method Summary
 void addActionListener(java.awt.event.ActionListener listener)
           
 boolean canCreate()
           
 void clear()
           
 Denotator getDenotator(java.lang.String name)
           
 

Method Detail

getDenotator

Denotator getDenotator(java.lang.String name)

canCreate

boolean canCreate()

clear

void clear()

addActionListener

void addActionListener(java.awt.event.ActionListener listener)