com.ontimize.gantt.relations
Class ShowRelationImp
java.lang.Object
com.ontimize.gantt.relations.ShowRelationImp
- All Implemented Interfaces:
- IShowRelationPanel
- public class ShowRelationImp
- extends java.lang.Object
- implements IShowRelationPanel
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ShowRelationImp
public ShowRelationImp()
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