jsystem.swingui.fixtureui
Class FixtureView

java.lang.Object
  extended byjsystem.swingui.fixtureui.FixtureView
All Implemented Interfaces:
FixtureListener

public class FixtureView
extends Object
implements FixtureListener


Constructor Summary
FixtureView()
           
 
Method Summary
 void aboutToChangeTo(Fixture fixture)
          Will be called before the execution of the fixture.
protected  JPanel createButtonPanel()
           
protected  JFrame createFrame()
           
 void endFixturring()
          Is called after the fixture navigation ends.
protected  void failTo()
           
 void fixtureChanged(Fixture fixture)
          Will be called after the execution of the fixture.
protected  void goTo()
           
 void init()
           
 JSplitPane initPanel()
           
 boolean isVisable()
           
protected  void setCurrent()
           
 void startFixturring()
          Is called before the fixture navigation is started.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixtureView

public FixtureView()
Method Detail

init

public void init()

initPanel

public JSplitPane initPanel()

isVisable

public boolean isVisable()

createFrame

protected JFrame createFrame()

createButtonPanel

protected JPanel createButtonPanel()

aboutToChangeTo

public void aboutToChangeTo(Fixture fixture)
Description copied from interface: FixtureListener
Will be called before the execution of the fixture.

Specified by:
aboutToChangeTo in interface FixtureListener
Parameters:
fixture - The fixture that is going to be executed.

fixtureChanged

public void fixtureChanged(Fixture fixture)
Description copied from interface: FixtureListener
Will be called after the execution of the fixture.

Specified by:
fixtureChanged in interface FixtureListener
Parameters:
fixture - The fixture that was executed.

startFixturring

public void startFixturring()
Description copied from interface: FixtureListener
Is called before the fixture navigation is started.

Specified by:
startFixturring in interface FixtureListener

endFixturring

public void endFixturring()
Description copied from interface: FixtureListener
Is called after the fixture navigation ends.

Specified by:
endFixturring in interface FixtureListener

goTo

protected void goTo()

failTo

protected void failTo()

setCurrent

protected void setCurrent()