ru.goodidea.df.constructor.panel
Class ComponentPanelFactory

java.lang.Object
  extended by ru.goodidea.df.constructor.panel.ComponentPanelFactory
All Implemented Interfaces:
ComponentBuildable

public class ComponentPanelFactory
extends java.lang.Object
implements ComponentBuildable

Title:

Description:

Copyright: Copyright (c) 2004

Company:

Version:
1.0
Author:
Konstantin Pupkov

Constructor Summary
ComponentPanelFactory(java.util.List<Field> list)
           
 
Method Summary
 javax.swing.JComponent getComponent(int index)
           
 int getCount()
           
 Field getField(int index)
           
 javax.swing.JLabel getLabel(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentPanelFactory

public ComponentPanelFactory(java.util.List<Field> list)
Method Detail

getComponent

public javax.swing.JComponent getComponent(int index)
Specified by:
getComponent in interface ComponentBuildable

getLabel

public javax.swing.JLabel getLabel(int index)
Specified by:
getLabel in interface ComponentBuildable

getCount

public int getCount()
Specified by:
getCount in interface ComponentBuildable

getField

public Field getField(int index)
Specified by:
getField in interface ComponentBuildable


Copyright © 2009. All Rights Reserved.