Gantt 2.3

com.ontimize.gantt.relations
Class ShowRelationImp

java.lang.Object
  extended bycom.ontimize.gantt.relations.ShowRelationImp
All Implemented Interfaces:
IShowRelationPanel

public class ShowRelationImp
extends java.lang.Object
implements IShowRelationPanel


Field Summary
 EJDialog dpanelRelations
           
protected  javax.swing.JLabel lrelationlabel
           
protected  javax.swing.JPanel panelRelations
           
 Form parentform
           
 RelationBuilder relationbuilder
           
protected  Task selectedtask
           
 Table tablerelationpanel
           
 
Constructor Summary
ShowRelationImp()
           
 
Method Summary
 void buildRelationGUI()
           
 void createLabelInRelationPanel()
           
 void createRelationPanel()
           
 void createTableInRelationPanel()
           
 void disposeLabelInRelationPanel()
           
 void disposeRelationPanel()
           
 void disposeTableInRelationPanel()
           
 java.lang.Object getShowRelationMode()
           
 void hideRelationPanel()
           
 void setEditors()
           
 void setparentForm(Form form)
           
 void setShowRelationMode(RelationBuilder relationbuilder)
           
 void showRelationPanel(Task task)
          This method creates and adds components to show in relation panel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dpanelRelations

public EJDialog dpanelRelations

relationbuilder

public RelationBuilder relationbuilder

tablerelationpanel

public Table tablerelationpanel

panelRelations

protected javax.swing.JPanel panelRelations

selectedtask

protected Task selectedtask

lrelationlabel

protected javax.swing.JLabel lrelationlabel

parentform

public Form parentform
Constructor Detail

ShowRelationImp

public ShowRelationImp()
Method Detail

buildRelationGUI

public void buildRelationGUI()
Specified by:
buildRelationGUI in interface IShowRelationPanel

getShowRelationMode

public java.lang.Object getShowRelationMode()

setShowRelationMode

public void setShowRelationMode(RelationBuilder relationbuilder)
Specified by:
setShowRelationMode in interface IShowRelationPanel

showRelationPanel

public void showRelationPanel(Task task)
This method creates and adds components to show in relation panel

Specified by:
showRelationPanel in interface IShowRelationPanel

hideRelationPanel

public void hideRelationPanel()
Specified by:
hideRelationPanel in interface IShowRelationPanel

createTableInRelationPanel

public void createTableInRelationPanel()
                                throws java.lang.Exception
Throws:
java.lang.Exception

disposeTableInRelationPanel

public void disposeTableInRelationPanel()

createLabelInRelationPanel

public void createLabelInRelationPanel()

disposeLabelInRelationPanel

public void disposeLabelInRelationPanel()

createRelationPanel

public void createRelationPanel()
Specified by:
createRelationPanel in interface IShowRelationPanel

disposeRelationPanel

public void disposeRelationPanel()

setEditors

public void setEditors()

setparentForm

public void setparentForm(Form form)
Specified by:
setparentForm in interface IShowRelationPanel

Gantt