com.notuvy.gui
Class PanelCreator

java.lang.Object
  extended by com.notuvy.gui.PanelCreator
Direct Known Subclasses:
FormPanelCreator, StripPanelCreator

public abstract class PanelCreator
extends Object

Basic description

Author:
murali

Field Summary
protected static org.apache.log4j.Logger LOG
           
 
Constructor Summary
PanelCreator()
           
 
Method Summary
abstract  JPanel createPanel()
           
protected  List<JComponent> getEntries()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

protected static final org.apache.log4j.Logger LOG
Constructor Detail

PanelCreator

public PanelCreator()
Method Detail

getEntries

protected List<JComponent> getEntries()

createPanel

public abstract JPanel createPanel()


Copyright © 2013. All Rights Reserved.