| java.lang.Object net.fenyo.gnetwatch.data.Views
Views | public class Views (Code) | | This class creates and manages views, depending on the events that are created.
author: Alexandre Fenyo version: $Id: Views.java,v 1.17 2007/03/09 22:44:20 fenyo Exp $ |
Constructor Summary | |
public | Views(GUI gui) Constructor. |
Method Summary | |
public boolean | canManageThisChild(VisualElement visual_element) Checks that the parameter can be a child of this visual element.
Parameters: visual_element - visual element. | public void | refreshDataViews(Target target) Each time a target gets a new event type, this method creates the associated view.
Parameters: target - new target. |
Views | public Views(GUI gui)(Code) | | Constructor.
Parameters: gui - GUI instance. |
canManageThisChild | public boolean canManageThisChild(VisualElement visual_element)(Code) | | Checks that the parameter can be a child of this visual element.
Parameters: visual_element - visual element. boolean true is the parameter can be a child of this visual element. |
refreshDataViews | public void refreshDataViews(Target target)(Code) | | Each time a target gets a new event type, this method creates the associated view.
Parameters: target - new target. void. |
|
|