|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.fhg.igd.earth.view.Projector de.fhg.igd.earth.view.PropertiesProjector
This is a projector which shows the properties of the selected NODE. Title : Earth Copyright : Copyright (c) 2001 Organisation : IGD FhG
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 |
private Node selectedNode_
Constructor Detail |
public PropertiesProjector(JComponent container)
Method Detail |
public String getIdentName()
getIdentName
in class Projector
public void update()
update
in class Projector
public void delete()
delete
in class Projector
private void updateNode(Node node)
node
- private void updateHistoryGroup(Node node)
private void updateDetailGroup(Node node)
node
- private void updateDistanceDetailGroup(Node node)
node
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |