public abstract class ActionFrame
extends java.lang.Object
implements java.util.Observer
Modifier and Type | Field and Description |
---|---|
protected javax.swing.JButton |
helpButton |
protected javax.swing.Icon |
icon |
protected javax.swing.JInternalFrame |
inFrame |
Constructor and Description |
---|
ActionFrame(java.lang.String text,
javax.swing.JDesktopPane desktop) |
Modifier and Type | Method and Description |
---|---|
protected void |
addButton(javax.swing.JButton button) |
protected void |
addContentPanel(javax.swing.JPanel contentPanel) |
protected void |
clearButtons() |
protected void |
close() |
void |
disable() |
void |
enable() |
java.awt.Point |
getLocation() |
protected void |
refreshFrame() |
protected void |
removeButton(javax.swing.JButton button) |
protected void |
setDescription(java.lang.String text) |
protected void |
show() |
void |
update(java.util.Observable moduleProcess,
java.lang.Object value) |
protected javax.swing.JInternalFrame inFrame
protected javax.swing.Icon icon
protected javax.swing.JButton helpButton
public ActionFrame(java.lang.String text, javax.swing.JDesktopPane desktop)
protected void show()
protected void close()
protected void addContentPanel(javax.swing.JPanel contentPanel)
protected void addButton(javax.swing.JButton button)
protected void removeButton(javax.swing.JButton button)
protected void clearButtons()
protected void setDescription(java.lang.String text)
protected void refreshFrame()
public void update(java.util.Observable moduleProcess, java.lang.Object value)
update
in interface java.util.Observer
public void disable()
public void enable()
public java.awt.Point getLocation()