Gantt 2.3

com.ontimize.gantt.gui
Class DefaultShowRelationsMode

java.lang.Object
  extended bycom.ontimize.gantt.gui.DefaultShowRelationsMode

public class DefaultShowRelationsMode
extends java.lang.Object

Author:
alberto.doval

Field Summary
 javax.swing.JDialog relationsDialog
          Deprecated.  
 
Constructor Summary
DefaultShowRelationsMode()
          Deprecated.  
 
Method Summary
 void closeRelationsWindow(int row)
          Deprecated.  
 void showRelationsWindow(int row)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

relationsDialog

public javax.swing.JDialog relationsDialog
Deprecated. 
Constructor Detail

DefaultShowRelationsMode

public DefaultShowRelationsMode()
Deprecated. 
Method Detail

showRelationsWindow

public void showRelationsWindow(int row)
Deprecated. 

closeRelationsWindow

public void closeRelationsWindow(int row)
Deprecated. 

Gantt