Package 

Interface TwoPaneStrategy


  • 
    public interface TwoPaneStrategy
    
                        

    A strategy for configuring the TwoPane component, that is responsible for the meta-data corresponding to the arrangement of the two panes of the layout.

    • Method Summary

      Modifier and Type Method Description
      abstract SplitResult calculateSplitResult(Density density, LayoutDirection layoutDirection, LayoutCoordinates layoutCoordinates) Calculates the split result in local bounds of the TwoPane.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • calculateSplitResult

         abstract SplitResult calculateSplitResult(Density density, LayoutDirection layoutDirection, LayoutCoordinates layoutCoordinates)

        Calculates the split result in local bounds of the TwoPane.

        Parameters:
        density - the Density for measuring and laying out
        layoutDirection - the LayoutDirection for measuring and laying out
        layoutCoordinates - the LayoutCoordinates of the TwoPane