Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

root: 1087

latest revision download Branch root:

1087 new annotated / raw | Lines: 63 ( +63, -0 )

Created: 2008-07-24 10:08:46 +1000 (5 months 15 days ago) | Author: gmccreath | Changeset: 1087

Created ModifiableListModel to extend ListModel.  To provide some an interface for detection if the list can be modified.  The DefaultListModel class now implements this interface.  This required no code changes to DefaultListModel functionality - the new interface was effectively extracted from it.