KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > text > AsyncBoxView.ChildLocator

javax.swing.text
Class AsyncBoxView.ChildLocator

java.lang.Object
  extended by javax.swing.text.AsyncBoxView.ChildLocator
Enclosing class:
AsyncBoxView
See Also:
Source Code

public AsyncBoxView.ChildLocator()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected Rectangle childAlloc
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void childChanged(AsyncBoxView.ChildState cs)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected Shape getChildAllocation(int index)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Shape getChildAllocation(int index,
                                Shape a)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getViewIndexAtPoint(float x,
                               float y,
                               Shape a)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected int getViewIndexAtVisualOffset(float targetOffset)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected Rectangle lastAlloc
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected AsyncBoxView.ChildState lastValidOffset
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void paintChildren(Graphics g)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void setAllocation(Shape a)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags