com.sdm.quasar.client.swing.ui.text
Interface RestrictionDocument.FixedLengthListener
- Enclosing interface:
- RestrictionDocument
- public static interface RestrictionDocument.FixedLengthListener
A listener interface for FixedLengthDocuments.
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 textcut_off_characters - the cutted characters