tico.editor.dialogs
Class TComponentDialogFactory

java.lang.Object
  extended by tico.editor.dialogs.TComponentDialogFactory

public class TComponentDialogFactory
extends java.lang.Object

Defines the what component dialog edits what component class.

Version:
1.0 Nov 20, 2006
Author:
Pablo Muñoz

Constructor Summary
TComponentDialogFactory(TBoardContainer boardContainer)
          Creates a new TComponentDialogFactory for the specified boardContainer
 
Method Summary
 void createComponentDialog(TComponent component)
          Constructs a TComponentDialog for the specified component.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TComponentDialogFactory

public TComponentDialogFactory(TBoardContainer boardContainer)
Creates a new TComponentDialogFactory for the specified boardContainer

Parameters:
boardContainer - The specified boardContainer
Method Detail

createComponentDialog

public void createComponentDialog(TComponent component)
Constructs a TComponentDialog for the specified component.

Parameters:
component - The specified component