com.notuvy.gui
Class StripPanelCreator

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

public abstract class StripPanelCreator
extends PanelCreator

Basic description

Author:
murali

Nested Class Summary
static class StripPanelCreator.Horizontal
           
static class StripPanelCreator.Vertical
           
 
Field Summary
 
Fields inherited from class com.notuvy.gui.PanelCreator
LOG
 
Constructor Summary
StripPanelCreator()
           
 
Method Summary
 StripPanelCreator add(JComponent pComponent)
           
protected abstract  GridLayout createGridLayout()
           
 JPanel createPanel()
           
protected abstract  String giveOrientation()
           
 
Methods inherited from class com.notuvy.gui.PanelCreator
getEntries
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StripPanelCreator

public StripPanelCreator()
Method Detail

add

public StripPanelCreator add(JComponent pComponent)

createPanel

public JPanel createPanel()
Specified by:
createPanel in class PanelCreator

createGridLayout

protected abstract GridLayout createGridLayout()

giveOrientation

protected abstract String giveOrientation()


Copyright © 2013. All Rights Reserved.