Package macaw.util

Contains classes which may be useful in other software projects.

See:
          Description

Interface Summary
Displayable A general purpose interface for showing a name that appears in lists of items shown to end-users.
DisplayableListItemAdder Manages functionality for adding an item to a DisplayableListPanel.
DisplayableListItemDeleter Manages functionality for deleting an item to a DisplayableListPanel.
DisplayableListItemEditor Copyright 2010 Medical Research Council Unit for Lifelong Health and Ageing Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
DisplayableListItemSelector Copyright 2010 Medical Research Council Unit for Lifelong Health and Ageing Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
DisplayableListItemViewer Copyright 2010 Medical Research Council Unit for Lifelong Health and Ageing Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
DisplayableListParentForm Copyright 2010 Medical Research Council Unit for Lifelong Health and Ageing Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
 

Class Summary
DisplayableList A general purpose list that displays a collection of objects that implement the Displayable interface.
DisplayableListPanel Provides a general class for add, delete, view, edit operations for a list capable of supporting items that implement the "Displayable" interface.
MultiLineTableCellRenderer Copyright 2010 Medical Research Council Unit for Lifelong Health and Ageing Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
OKClosePanel Copyright 2010 Medical Research Council Unit for Lifelong Health and Ageing Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
SearchUtility Copyright 2010 Medical Research Council Unit for Lifelong Health and Ageing Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
ValidationUtility Copyright 2010 Medical Research Council Unit for Lifelong Health and Ageing Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
WindowSizeListener Copyright 2010 Medical Research Council Unit for Lifelong Health and Ageing Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
 

Package macaw.util Description

Contains classes which may be useful in other software projects. The characteristic of all the classes is that they have no dependencies on other classes in the application which are specific to the Macaw use case.