com.developmentontheedge.application
Class PanelInfo
- public class PanelInfo
| Field Summary |
final static int | BOTTOM |
final static int | LEFT |
final static int | RIGHT |
final static int | TOP |
| Constructor Summary |
PanelInfo(String name, JComponent panel, boolean isEnabled, Action action) |
BOTTOM
public final static int BOTTOM
LEFT
public final static int LEFT
RIGHT
public final static int RIGHT
TOP
public final static int TOP
PanelInfo
public PanelInfo(String name, JComponent panel, boolean isEnabled, Action action)
getAction
public Action getAction()
getName
public String getName()
getPanel
public JComponent getPanel()
isEnabled
public boolean isEnabled()
setEnabled
public void setEnabled(boolean isEnabled)
to Class java.lang.String
to Class javax.swing.JComponent
to Class javax.swing.Action
BOTTOM