java.lang.Object
javax.swing.text.View
javax.swing.text.AsyncBoxView
- All Implemented Interfaces:
- SwingConstants
- See Also:
- Source Code
public AsyncBoxView(Element elem,
int axis)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected AsyncBoxView.ChildState createChildState(View v)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected void flushRequirementChanges()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public float getBottomInset()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Shape getChildAllocation(int index,
Shape a)
- See Also:
- View
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected AsyncBoxView.ChildState getChildState(int index)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected boolean getEstimatedMajorSpan()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected float getInsetSpan(int axis)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected LayoutQueue getLayoutQueue()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public float getLeftInset()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getMajorAxis()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public float getMaximumSpan(int axis)
- See Also:
View.getPreferredSpan(int)
, IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public float getMinimumSpan(int axis)
- See Also:
View.getPreferredSpan(int)
, IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getMinorAxis()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getNextVisualPositionFrom(int pos,
Position.Bias b,
Shape a,
int direction,
Position.Bias[] biasRet)
throws BadLocationException
- See Also:
- IllegalArgumentException, View
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public float getPreferredSpan(int axis)
- See Also:
- IllegalArgumentException, View
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public float getRightInset()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public float getTopInset()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public View getView(int n)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getViewCount()
- See Also:
- View
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getViewIndex(int pos,
Position.Bias b)
- See Also:
- View
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected int getViewIndexAtPosition(int pos,
Position.Bias b)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected void loadChildren(ViewFactory f)
- See Also:
setParent(javax.swing.text.View)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected AsyncBoxView.ChildLocator locator
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected void majorRequirementChange(AsyncBoxView.ChildState cs,
float delta)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected void minorRequirementChange(AsyncBoxView.ChildState cs)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Shape modelToView(int pos,
Shape a,
Position.Bias b)
throws BadLocationException
- See Also:
View.viewToModel(float, float, java.awt.Shape, javax.swing.text.Position.Bias[])
, IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void paint(Graphics g,
Shape alloc)
- See Also:
- View
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void preferenceChanged(View child,
boolean width,
boolean height)
- See Also:
JComponent.revalidate()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void replace(int offset,
int length,
View[] views)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setBottomInset(float i)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected void setEstimatedMajorSpan(boolean isEstimated)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setLeftInset(float i)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setParent(View parent)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setRightInset(float i)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setSize(float width,
float height)
- See Also:
- View
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setTopInset(float i)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected void updateLayout(DocumentEvent.ElementChange ec,
DocumentEvent e,
Shape a)
- See Also:
View.changedUpdate(javax.swing.event.DocumentEvent, java.awt.Shape, javax.swing.text.ViewFactory)
, View.removeUpdate(javax.swing.event.DocumentEvent, java.awt.Shape, javax.swing.text.ViewFactory)
, View.insertUpdate(javax.swing.event.DocumentEvent, java.awt.Shape, javax.swing.text.ViewFactory)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int viewToModel(float x,
float y,
Shape a,
Position.Bias[] biasReturn)
- See Also:
- View
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples