JIDE 3.5.15

com.jidesoft.action.event
Class DockableBarStateTransition

java.lang.Object
  extended by com.jidesoft.action.event.DockableBarStateTransition

public class DockableBarStateTransition
extends Object


Field Summary
protected  Component _component
           
protected  DockableBarState _postData
           
protected  DockableBarState _preData
           
protected  int _transitionID
           
 
Constructor Summary
DockableBarStateTransition()
           
 
Method Summary
 void clear()
           
 Component getComponent()
           
 DockableBarState getPostState()
           
 DockableBarState getPreState()
           
 int getTransitionID()
           
 void setComponent(Component newValue)
           
 void setPostState(DockableBarState newValue)
           
 void setPreState(DockableBarState newValue)
           
 void setTransitionID(int newValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_component

protected Component _component

_transitionID

protected int _transitionID

_preData

protected DockableBarState _preData

_postData

protected DockableBarState _postData
Constructor Detail

DockableBarStateTransition

public DockableBarStateTransition()
Method Detail

getComponent

public Component getComponent()

setComponent

public void setComponent(Component newValue)

getTransitionID

public int getTransitionID()

setTransitionID

public void setTransitionID(int newValue)

getPreState

public DockableBarState getPreState()

setPreState

public void setPreState(DockableBarState newValue)

getPostState

public DockableBarState getPostState()

setPostState

public void setPostState(DockableBarState newValue)

clear

public void clear()

JIDE 3.5.15