com.sdm.quasar.client.swing.ui.text
Interface RestrictionDocument.FixedLengthListener

Enclosing interface:
RestrictionDocument

public static interface RestrictionDocument.FixedLengthListener

A listener interface for FixedLengthDocuments.


Method Summary
 void cutOff(RestrictionDocument fixed_document, java.lang.String cut_off_characters)
          Called, when the RestrictionDocument cuts off inserted text.
 

Method Detail

cutOff

public void cutOff(RestrictionDocument fixed_document,
                   java.lang.String cut_off_characters)
Called, when the RestrictionDocument cuts off inserted text.

Parameters:
fixed_document - the RestrictionDocument, which cuts off text
cut_off_characters - the cutted characters