KickJava   Java API By Example, From Geeks To Geeks.

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

javax.swing.text
Class AsyncBoxView.ChildState

java.lang.Object
  extended by javax.swing.text.AsyncBoxView.ChildState
All Implemented Interfaces:
Runnable
Enclosing class:
AsyncBoxView
See Also:
Source Code

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


public View getChildView()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public float getMajorOffset()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public float getMajorSpan()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public float getMinorOffset()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public float getMinorSpan()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isLayoutValid()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void preferenceChanged(boolean width,
                              boolean height)
See Also:
JComponent.revalidate()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void run()
See Also:
Runnable
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setMajorOffset(float offs)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags