orientation,,,,"The orientation, or how the splitter is divided.",int,getOrientation,setOrientation,true,,
bottomComponent,,,,"The component below, or to the right of the divider.",java.awt.Component,getBottomComponent,setBottomComponent,,,
dividerLocation,,,,"The location of the divider.",int,getDividerLocation,,,,
continuousLayout,,,,"Whether or not the child components are continuously redisplayed and layed out during user intervention.",boolean,isContinuousLayout,setContinuousLayout,true,,
oneTouchExpandable,,,,"UI widget on the divider to quickly expand/collapse the divider.",boolean,isOneTouchExpandable,setOneTouchExpandable,true,,
dividerSize,,,,"The size of the divider.",int,getDividerSize,setDividerSize,true,,
lastDividerLocation,,,,"The last location the divider was at.",int,getLastDividerLocation,setLastDividerLocation,true,,
minimumDividerLocation,,,,"The minimum location of the divider from the L&F.",int,getMinimumDividerLocation,,,,
topComponent,,,,"The component above, or to the left of the divider.",java.awt.Component,getTopComponent,setTopComponent,,,
requestFocusEnabled,,true,,"Whether the component can obtain the focus by calling requestFocus.",boolean,isRequestFocusEnabled,setRequestFocusEnabled,true,,
managingFocus,,,,,boolean,isManagingFocus,,true,,
width,,,,,int,getWidth,,true,,
height,,,,,int,getHeight,,true,,
maximumSize,,,,"The maximum size of the component.",java.awt.Dimension,getMaximumSize,setMaximumSize,true,,
alignmentY,,,,"The preferred vertical alignment of the component",float,getAlignmentY,setAlignmentY,true,,
nextFocusableComponent,,true,,"The next component to get focus after this one.",java.awt.Component,getNextFocusableComponent,setNextFocusableComponent,true,,
alignmentX,,,,"The preferred horizontal alignment of the component",float,getAlignmentX,setAlignmentX,true,,