de.fhg.igd.earth.view
Class PropertiesProjector

java.lang.Object
  extended byde.fhg.igd.earth.view.Projector
      extended byde.fhg.igd.earth.view.PropertiesProjector

public class PropertiesProjector
extends Projector

This is a projector which shows the properties of the selected NODE. Title : Earth Copyright : Copyright (c) 2001 Organisation : IGD FhG

Version:
: 1.0
Author:
: Werner Beutel

Field Summary
private  Node selectedNode_
           
 
Fields inherited from class de.fhg.igd.earth.view.Projector
container_, containerHeight_, containerWidth_, enabled_, firstTime_, model_, projectorManager_
 
Constructor Summary
PropertiesProjector(JComponent container)
          Creates an instance of this class
 
Method Summary
 void delete()
          deletes this projector
 String getIdentName()
          Returns the ident name
 void update()
          updates the projector
private  void updateDetailGroup(Node node)
          update DETAIL GROUP
private  void updateDistanceDetailGroup(Node node)
          update DISTANCE DETAIL GROUP
private  void updateHistoryGroup(Node node)
          update HISTORY GROUP
private  void updateNode(Node node)
          update NODE
 
Methods inherited from class de.fhg.igd.earth.view.Projector
resizeContainer, resizePanelEvent, setModel, setProjectorManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

selectedNode_

private Node selectedNode_
Constructor Detail

PropertiesProjector

public PropertiesProjector(JComponent container)
Creates an instance of this class

Method Detail

getIdentName

public String getIdentName()
Returns the ident name

Specified by:
getIdentName in class Projector
Returns:
ident name

update

public void update()
updates the projector

Specified by:
update in class Projector

delete

public void delete()
deletes this projector

Specified by:
delete in class Projector

updateNode

private void updateNode(Node node)
update NODE

Parameters:
node -

updateHistoryGroup

private void updateHistoryGroup(Node node)
update HISTORY GROUP


updateDetailGroup

private void updateDetailGroup(Node node)
update DETAIL GROUP

Parameters:
node -

updateDistanceDetailGroup

private void updateDistanceDetailGroup(Node node)
update DISTANCE DETAIL GROUP

Parameters:
node -


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.