de.fhg.igd.earth.view
Class InfoProjector

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

public class InfoProjector
extends Projector

This is projector to show the infotable of an model graph object Title : Earth Copyright : Copyright (c) 2001 Organisation : IGD FhG

Version:
: 1.0
Author:
: Werner Beutel

Field Summary
private  JTable infoTable_
           
private  Node selectedNode_
           
 
Fields inherited from class de.fhg.igd.earth.view.Projector
container_, containerHeight_, containerWidth_, enabled_, firstTime_, model_, projectorManager_
 
Constructor Summary
InfoProjector(JComponent container)
          Creates an instance of this class
 
Method Summary
 void delete()
          deletes this projector
 String getIdentName()
          Returns the ident name
private  void init()
          initializes the projector
private  void setFocus()
          sets the focus (object witch is selected)
 void update()
          updates the projector
 
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

infoTable_

private JTable infoTable_

selectedNode_

private Node selectedNode_
Constructor Detail

InfoProjector

public InfoProjector(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

init

private void init()
initializes the projector


setFocus

private void setFocus()
sets the focus (object witch is selected)


delete

public void delete()
deletes this projector

Specified by:
delete in class Projector


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.