HEADER

com.developmentontheedge.application
Class PanelInfo


public class PanelInfo


Field Summary
 final static intBOTTOM
           
 final static intLEFT
           
 final static intRIGHT
           
 final static intTOP
           

Constructor Summary
PanelInfo(String name, JComponent panel, boolean isEnabled, Action action)
           

Method Summary
 ActiongetAction()
           
 StringgetName()
           
 JComponentgetPanel()
           
 booleanisEnabled()
           
 voidsetEnabled(boolean isEnabled)
           

Field Detail

BOTTOM

public final static int BOTTOM

LEFT

public final static int LEFT

RIGHT

public final static int RIGHT

TOP

public final static int TOP
Constructor Detail

PanelInfo

public PanelInfo(String name, JComponent panel, boolean isEnabled, Action action)
Method Detail

getAction

public Action getAction()

getName

public String getName()

getPanel

public JComponent getPanel()

isEnabled

public boolean isEnabled()

setEnabled

public void setEnabled(boolean isEnabled)

Association Links

to Class java.lang.String

to Class javax.swing.JComponent

to Class javax.swing.Action


FOOTER

BOTTOM