Package limelight.ui.model

Examples of limelight.ui.model.PanelBase.markAsNeedingLayout()


  private synchronized void configurationChanged()
  {
    PanelBase parent = getParent();
    if(parent != null)
      parent.markAsNeedingLayout(ScrollLayout.instance);
  }

  public void configure(int visible, int available)
  {
    synchronized(this)
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.