|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjsystem.swingui.fixtureui.FixtureView
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 |
public FixtureView()
Method Detail |
public void init()
public JSplitPane initPanel()
public boolean isVisable()
protected JFrame createFrame()
protected JPanel createButtonPanel()
public void aboutToChangeTo(Fixture fixture)
FixtureListener
aboutToChangeTo
in interface FixtureListener
fixture
- The fixture that is going to be executed.public void fixtureChanged(Fixture fixture)
FixtureListener
fixtureChanged
in interface FixtureListener
fixture
- The fixture that was executed.public void startFixturring()
FixtureListener
startFixturring
in interface FixtureListener
public void endFixturring()
FixtureListener
endFixturring
in interface FixtureListener
protected void goTo()
protected void failTo()
protected void setCurrent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |