|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.clif.console.lib.gui.GuiConsoleImpl
public class GuiConsoleImpl
Implementation of a graphic user interface for Clif
Field Summary | |
---|---|
static int |
clifHeight
|
static int |
clifWidth
|
Constructor Summary | |
---|---|
GuiConsoleImpl()
|
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
|
void |
configureAndGetRegistry()
Configure context and set the registry |
javax.swing.JFrame |
getFrame()
|
void |
initGui()
|
static void |
main(java.lang.String[] args)
|
void |
toggleAnalysisTool(int i,
boolean state)
|
void |
toggleBoxAnalysisTool(int box)
Toggle the checkbox with to the given state |
void |
update(java.util.Observable supervisor,
java.lang.Object observation)
Receive alarms and blade state changes from the supervisor |
void |
updateMenus()
Enables or disables menu items depending on the current state |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int clifWidth
public static int clifHeight
Constructor Detail |
---|
public GuiConsoleImpl()
Method Detail |
---|
public static void main(java.lang.String[] args)
public void initGui()
public void configureAndGetRegistry()
public void updateMenus()
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public void toggleAnalysisTool(int i, boolean state)
public void update(java.util.Observable supervisor, java.lang.Object observation)
update
in interface java.util.Observer
public void toggleBoxAnalysisTool(int box)
box
- public javax.swing.JFrame getFrame()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |