org.w3c.rdfpic.ui
Interface Checker

All Known Implementing Classes:
SimpleUI

public interface Checker

A class implementing this interface must be able to verify the validity of input to a CheckedDialog.


Method Summary
 boolean checkInput(java.lang.String msgID, java.lang.String input)
          Must return whether the input is acceptable.
 

Method Detail

checkInput

public boolean checkInput(java.lang.String msgID,
                          java.lang.String input)
Must return whether the input is acceptable.
Parameters:
input - The user's input.
msgID - An ID for the message, to allow one checker to check several messages.
Returns:
whether or not the input is acceptable.