source: vanHelsing/trunk/gui/src/de/dass_it/vanhelsing/gui/BeanUtil.java@ 830

Last change on this file since 830 was 830, checked in by tobias, on Mar 4, 2010 at 3:08:09 PM

Import eclipse project

File size: 241 bytes
Line 
1package de.dass_it.vanhelsing.gui;
2
3/*
4 * Helper class to encapsulate common bean methods.
5 * Managed beans will extend this class either directly or
6 * via a data structure helper class like TreeNavigation
7 */
8public class BeanUtil {
9
10
11}
Note: See TracBrowser for help on using the repository browser.