All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.antiaction.raptor.dao.ViewState Maven / Gradle / Ivy

The newest version!
/*
 * Created on 24/05/2010
 *
 * TODO To change the template for this generated file go to
 * Window - Preferences - Java - Code Style - Code Templates
 */

package com.antiaction.raptor.dao;

import java.util.HashSet;
import java.util.Set;

public class ViewState {

	public ViewBase view = null;

	public String viewpane = null;

	public int selected_id = 0;

	public Set opened = new HashSet();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy