edu.columbia.cs.cgui.rjfc.swing.text
Interface RFieldView
- All Superinterfaces:
- Remote, RPlainView, RView
- All Known Subinterfaces:
- RPasswordView
- All Known Implementing Classes:
- RFieldViewImpl
- public interface RFieldView
- extends RPlainView
|
Method Summary |
float |
getPreferredSpan(int axisvar0)
|
int |
getResizeWeight(int axisvar0)
|
void |
insertUpdate(DocumentEvent changesvar0,
Shape avar1,
ViewFactory fvar2)
|
Shape |
modelToView(int posvar0,
Shape avar1,
Position.Bias bvar2)
|
void |
paint(Graphics gvar0,
Shape avar1)
|
void |
removeUpdate(DocumentEvent changesvar0,
Shape avar1,
ViewFactory fvar2)
|
int |
viewToModel(float fxvar0,
float fyvar1,
Shape avar2,
Position.Bias[] biasvar3)
|
| Methods inherited from interface edu.columbia.cs.cgui.rjfc.swing.text.RView |
append, breakView, createFragment, getAlignment, getAttributes, getBreakWeight, getChildAllocation, getContainer, getDocument, getElement, getEndOffset, getGraphics, getMaximumSpan, getMinimumSpan, getNextVisualPositionFrom, getParent, getRJFCWrappedData, getStartOffset, getView, getViewCount, getViewFactory, getViewIndex, insert, isVisible, modelToView, modelToView, preferenceChanged, remove, removeAll, replace, setData, setHash, setParent, setSize, viewToModel |
paint
public void paint(Graphics gvar0,
Shape avar1)
throws RemoteException
- Specified by:
paint in interface RPlainView
getPreferredSpan
public float getPreferredSpan(int axisvar0)
throws RemoteException
- Specified by:
getPreferredSpan in interface RPlainView
getResizeWeight
public int getResizeWeight(int axisvar0)
throws RemoteException
- Specified by:
getResizeWeight in interface RView
modelToView
public Shape modelToView(int posvar0,
Shape avar1,
Position.Bias bvar2)
throws RemoteException,
BadLocationException
- Specified by:
modelToView in interface RPlainView
viewToModel
public int viewToModel(float fxvar0,
float fyvar1,
Shape avar2,
Position.Bias[] biasvar3)
throws RemoteException
- Specified by:
viewToModel in interface RPlainView
insertUpdate
public void insertUpdate(DocumentEvent changesvar0,
Shape avar1,
ViewFactory fvar2)
throws RemoteException
- Specified by:
insertUpdate in interface RPlainView
removeUpdate
public void removeUpdate(DocumentEvent changesvar0,
Shape avar1,
ViewFactory fvar2)
throws RemoteException
- Specified by:
removeUpdate in interface RPlainView