| |
|
| java.lang.Object com.projity.pm.graphic.views.synchro.ScrollPaneSynchronizer
ScrollPaneSynchronizer | public class ScrollPaneSynchronizer (Code) | | |
HORIZONTAL | final public static int HORIZONTAL(Code) | | |
VERTICAL | final public static int VERTICAL(Code) | | |
bottomBarActivated | protected boolean bottomBarActivated(Code) | | |
bottomBarEnabled | protected boolean bottomBarEnabled(Code) | | |
defaultScrollBarPolicy1 | protected int defaultScrollBarPolicy1(Code) | | |
defaultScrollBarPolicy2 | protected int defaultScrollBarPolicy2(Code) | | |
orientation | protected int orientation(Code) | | |
ScrollPaneSynchronizer | public ScrollPaneSynchronizer(JScrollPane scrollPane1, JScrollPane scrollPane2, int orientation)(Code) | | Parameters: scrollPane1 - Parameters: scrollPane2 - Parameters: position - |
activateSynchro | public void activateSynchro()(Code) | | |
deactivateSynchro | public void deactivateSynchro()(Code) | | |
getOrientation | public int getOrientation()(Code) | | Returns the orientation. |
isBottomBarActivated | public boolean isBottomBarActivated()(Code) | | Returns the bottomBarActivated. |
isBottomBarEnabled | public boolean isBottomBarEnabled()(Code) | | Returns the bottomBarEnabled. |
setBottomBarActivated | public void setBottomBarActivated(boolean bottomBarActivated)(Code) | | Parameters: bottomBarActivated - The bottomBarActivated to set. |
setBottomBarEnabled | public void setBottomBarEnabled(boolean bottomBarEnabled)(Code) | | Parameters: bottomBarEnabled - The bottomBarEnabled to set. |
setOrientation | public void setOrientation(int orientation)(Code) | | Parameters: orientation - The orientation to set. |
setScrollPane1 | public void setScrollPane1(JScrollPane scrollPane1)(Code) | | Parameters: scrollPane1 - The scrollPane1 to set. |
setScrollPane2 | public void setScrollPane2(JScrollPane scrollPane2)(Code) | | Parameters: scrollPane2 - The scrollPane2 to set. |
|
|
|