|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.fenyo.gnetwatch.data.Views
public class Views
This class creates and manages views, depending on the events that are created.
| Field Summary | |
|---|---|
private GUI |
gui
|
private static Log |
log
|
| Constructor Summary | |
|---|---|
Views(GUI gui)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
canManageThisChild(VisualElement visual_element)
Checks that the parameter can be a child of this visual element. |
void |
refreshDataViews(Target target,
java.lang.Class event_type)
Each time a target gets a new event type, this method creates the associated view. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static Log log
private final GUI gui
| Constructor Detail |
|---|
public Views(GUI gui)
gui - GUI instance.| Method Detail |
|---|
public void refreshDataViews(Target target,
java.lang.Class event_type)
throws java.lang.Exception
target - new target.
java.lang.Exceptionpublic boolean canManageThisChild(VisualElement visual_element)
visual_element - visual element.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||