|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JBend | |
de.uni_paderborn.fujaba.fsa | Fujaba Swing Adapter |
de.uni_paderborn.fujaba.fsa.swing |
Uses of JBend in de.uni_paderborn.fujaba.fsa |
Methods in de.uni_paderborn.fujaba.fsa with parameters of type JBend | |
protected void |
FSAPolyLine.removeBend(JBend bend)
|
void |
FSABendLine.setStartBend(JBend bend)
Sets the startBend attribute of the FSABendLine object |
void |
FSABendLine.setEndBend(JBend bend)
Sets the endBend attribute of the FSABendLine object |
Uses of JBend in de.uni_paderborn.fujaba.fsa.swing |
Subclasses of JBend in de.uni_paderborn.fujaba.fsa.swing | |
class |
JGrab
A JGrab is a JBend that is attached to a JComponent. |
Methods in de.uni_paderborn.fujaba.fsa.swing that return JBend | |
JBend |
TextGrabUI.getBend()
Get the bend attribute of the TextGrabUI object |
JBend |
PanelGrabUI.getBend()
Get the bend attribute of the PanelGrabUI object |
JBend |
JPolyLine.getFromBends(int index)
Get the fromBends attribute of the JPolyLine object |
JBend |
JBendLine.getStartBend()
Get the startBend attribute of the JBendLine object |
JBend |
JBendLine.getEndBend()
Get the endBend attribute of the JBendLine object |
JBend |
JBendLine.getFromBends(int index)
Get the fromBends attribute of the JBendLine object |
JBend |
JBendLine.getNextFromBends(JBend bend)
Get the nextFromBends attribute of the JBendLine object |
JBend |
JBendLine.getPrevFromBends(JBend bend)
Get the prevFromBends attribute of the JBendLine object |
JBend |
JBendLine.getOtherBend(JBend bend)
Get the partner for the bend |
JBend |
ArrowGrabUI.getBend()
Get the bend attribute of the ArrowGrabUI object |
Methods in de.uni_paderborn.fujaba.fsa.swing with parameters of type JBend | |
boolean |
TextGrabUI.setBend(JBend bend)
Sets the bend attribute of the TextGrabUI object |
boolean |
TextGrabUI.isEditorVisible(JBend b)
Tells if the popup is visible or not. |
boolean |
TextGrabUI.setEditorVisible(JBend b,
boolean v)
Hides the popup. |
boolean |
TextGrabUI.isFocusTraversable(JBend c)
Determines if the JTextComponent is focus traversable. |
boolean |
PanelGrabUI.setBend(JBend bend)
Sets the bend attribute of the PanelGrabUI object |
boolean |
JPolyLine.setStartBend(JBend value)
Sets the startBend attribute of the JPolyLine object |
boolean |
JPolyLine.setEndBend(JBend value)
Sets the endBend attribute of the JPolyLine object |
boolean |
JPolyLine.hasInBends(JBend bend)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
JPolyLine.setBendAt(int index,
JBend b)
Sets the bendAt attribute of the JPolyLine object |
boolean |
JPolyLine.insertInBends(JBend bend)
insert the bend between the 2 closest bends |
boolean |
JPolyLine.insertInBends(int index,
JBend bend)
No comment provided by developer, please add a comment to improve documentation. |
int |
JPolyLine.getIndexFromBends(JBend bend)
|
boolean |
JPolyLine.removeFromBends(JBend bend)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
JBendLine.setStartBend(JBend value)
Set the start bend of the Line. |
protected void |
JBendLine.registerStartBend(JBend bend)
No comment provided by developer, please add a comment to improve documentation. |
protected void |
JBendLine.unregisterStartBend(JBend bend)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
JBendLine.setEndBend(JBend value)
Set the end bend of the Line. |
protected void |
JBendLine.registerEndBend(JBend bend)
No comment provided by developer, please add a comment to improve documentation. |
protected void |
JBendLine.unregisterEndBend(JBend bend)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
JBendLine.setBendAt(int index,
JBend bend)
Sets the bendAt attribute of the JBendLine object |
java.util.ListIterator |
JBendLine.iteratorOfBends(JBend bend)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
JBendLine.hasInBends(JBend bend)
No comment provided by developer, please add a comment to improve documentation. |
int |
JBendLine.getIndexFromBends(JBend bend)
|
JBend |
JBendLine.getNextFromBends(JBend bend)
Get the nextFromBends attribute of the JBendLine object |
JBend |
JBendLine.getPrevFromBends(JBend bend)
Get the prevFromBends attribute of the JBendLine object |
JBend |
JBendLine.getOtherBend(JBend bend)
Get the partner for the bend |
protected void |
BendUI.firePropertyChange(JBend bend,
java.lang.String propertyName,
boolean oldValue,
boolean newValue)
No comment provided by developer, please add a comment to improve documentation. |
protected void |
BendUI.firePropertyChange(JBend bend,
java.lang.String propertyName,
byte oldValue,
byte newValue)
No comment provided by developer, please add a comment to improve documentation. |
protected void |
BendUI.firePropertyChange(JBend bend,
java.lang.String propertyName,
char oldValue,
char newValue)
No comment provided by developer, please add a comment to improve documentation. |
protected void |
BendUI.firePropertyChange(JBend bend,
java.lang.String propertyName,
double oldValue,
double newValue)
No comment provided by developer, please add a comment to improve documentation. |
protected void |
BendUI.firePropertyChange(JBend bend,
java.lang.String propertyName,
float oldValue,
float newValue)
No comment provided by developer, please add a comment to improve documentation. |
protected void |
BendUI.firePropertyChange(JBend bend,
java.lang.String propertyName,
int oldValue,
int newValue)
No comment provided by developer, please add a comment to improve documentation. |
protected void |
BendUI.firePropertyChange(JBend bend,
java.lang.String propertyName,
long oldValue,
long newValue)
No comment provided by developer, please add a comment to improve documentation. |
protected void |
BendUI.firePropertyChange(JBend bend,
java.lang.String propertyName,
java.lang.Object oldValue,
java.lang.Object newValue)
No comment provided by developer, please add a comment to improve documentation. |
protected void |
BendUI.firePropertyChange(JBend bend,
java.lang.String propertyName,
short oldValue,
short newValue)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
ArrowGrabUI.setBend(JBend bend)
Sets the bend attribute of the ArrowGrabUI object |
boolean |
ArrowGrabUI.isFocusTraversable(JBend c)
Determines if the JBend is focus traversable. |
Constructors in de.uni_paderborn.fujaba.fsa.swing with parameters of type JBend | |
JPolyLine(JBend start,
JBend end)
Constructor for class JPolyLine |
|
JBendLine(JBend start,
JBend end)
|
|
JArrowedBendLine(JBend start,
JBend end)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |