|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AbstractControl in org.jclarion.clarion |
|---|
| Methods in org.jclarion.clarion that return AbstractControl | |
|---|---|
AbstractControl |
AbstractTarget.add(AbstractControl child)
Add a control - a string, textbox, line etc |
AbstractControl |
AbstractWindowTarget.add(AbstractControl child)
|
AbstractControl |
AbstractTarget.getControl(ClarionNumber control)
Return given control object knowing its control number |
AbstractControl |
AbstractTarget.getControl(int control)
Return a given control object knowing its control number |
AbstractControl |
AbstractWindowTarget.getCurrentFocus()
|
AbstractControl |
AbstractWindowTarget.getInitialSelectControl()
|
| Methods in org.jclarion.clarion that return types with arguments of type AbstractControl | |
|---|---|
java.util.Collection<AbstractControl> |
AbstractTarget.getControls()
|
| Methods in org.jclarion.clarion with parameters of type AbstractControl | |
|---|---|
AbstractControl |
AbstractTarget.add(AbstractControl child)
Add a control - a string, textbox, line etc |
AbstractControl |
AbstractWindowTarget.add(AbstractControl child)
|
int |
AbstractTarget.register(AbstractControl control)
Register a control and return a use integer number. |
int |
AbstractTarget.register(AbstractControl control,
int value)
Register a control but force use number to a specific value |
int |
AbstractTarget.register(AbstractControl control,
java.lang.String val)
|
void |
AbstractTarget.remove(AbstractControl ac)
|
void |
AbstractWindowTarget.setCurrentFocus(AbstractControl currentFocus)
|
void |
AbstractWindowTarget.setInitialSelectControl(AbstractControl initialSelectControl)
|
| Constructors in org.jclarion.clarion with parameters of type AbstractControl | |
|---|---|
ClarionEvent(int event,
AbstractControl field,
boolean window)
|
|
KeyedClarionEvent(int event,
AbstractControl field,
boolean window,
int keyCode,
int keyChar,
int keyState)
|
|
| Uses of AbstractControl in org.jclarion.clarion.control |
|---|
| Subclasses of AbstractControl in org.jclarion.clarion.control | |
|---|---|
class |
AbstractButtonControl
|
class |
AbstractListControl
|
class |
AbstractMenuItemControl
|
class |
AbstractReportControl
|
class |
BoxControl
|
class |
ButtonControl
|
class |
CheckControl
|
class |
ComboControl
|
class |
EntryControl
|
class |
GroupControl
|
class |
ImageControl
|
class |
ItemControl
|
class |
LineControl
|
class |
ListControl
|
class |
MenubarControl
|
class |
MenuControl
|
class |
OptionControl
|
class |
PanelControl
|
class |
ProgressControl
|
class |
PromptControl
|
class |
RadioControl
|
class |
ReportBreak
|
class |
ReportDetail
|
class |
ReportFooter
|
class |
ReportForm
|
class |
ReportHeader
|
class |
SeparatorControl
|
class |
SheetControl
|
class |
SpinControl
|
class |
StringControl
|
class |
TabControl
|
class |
TextControl
|
class |
ToolbarControl
|
| Methods in org.jclarion.clarion.control that return AbstractControl | |
|---|---|
AbstractControl |
TabControl.add(AbstractControl child)
|
AbstractControl |
GroupControl.add(AbstractControl child)
|
AbstractControl |
ToolbarControl.add(AbstractControl child)
|
AbstractControl |
AbstractControl.getChild(int index)
|
AbstractControl |
AbstractControl.getParent()
|
AbstractControl |
ControlIterator.next()
|
AbstractControl |
ControlIterator.peekNext()
|
AbstractControl |
AbstractControl.setAlrt(int keycode)
|
AbstractControl |
AbstractControl.setAt(java.lang.Integer x,
java.lang.Integer y,
java.lang.Integer width,
java.lang.Integer height)
|
AbstractControl |
AbstractControl.setBevel(java.lang.Integer b1,
java.lang.Integer b2,
java.lang.Integer b3)
|
AbstractControl |
AbstractControl.setBoxed()
|
AbstractControl |
AbstractControl.setCenter()
|
AbstractControl |
AbstractControl.setColor(java.lang.Integer color,
java.lang.Integer fore,
java.lang.Integer back)
|
AbstractControl |
AbstractControl.setDecimal(java.lang.Integer i)
|
AbstractControl |
AbstractControl.setDisabled()
|
AbstractControl |
AbstractControl.setFont(java.lang.String typeface,
java.lang.Integer size,
java.lang.Integer color,
java.lang.Integer style,
java.lang.Integer charset)
|
AbstractControl |
AbstractControl.setHelp(java.lang.String help)
|
AbstractControl |
AbstractControl.setHidden()
|
AbstractControl |
AbstractControl.setImmediate()
|
AbstractControl |
AbstractControl.setLeft(java.lang.Integer i)
|
AbstractControl |
AbstractControl.setMsg(java.lang.String help)
|
AbstractControl |
AbstractControl.setPicture(java.lang.String picture)
|
AbstractControl |
AbstractControl.setRight(java.lang.Integer i)
|
AbstractControl |
AbstractControl.setSkip()
|
AbstractControl |
AbstractControl.setStandard(int std)
|
AbstractControl |
AbstractControl.setText(java.lang.String text)
|
AbstractControl |
AbstractControl.setTip(java.lang.String tip)
|
AbstractControl |
AbstractControl.setTransparent()
|
AbstractControl |
AbstractControl.use(ClarionObject object)
|
| Methods in org.jclarion.clarion.control that return types with arguments of type AbstractControl | |
|---|---|
java.util.Collection<? extends AbstractControl> |
AbstractControl.getChildren()
|
java.util.Collection<AbstractControl> |
TabControl.getChildren()
|
java.util.Collection<AbstractControl> |
GroupControl.getChildren()
|
java.util.Collection<AbstractControl> |
ToolbarControl.getChildren()
|
java.util.Collection<? extends AbstractControl> |
AbstractReportControl.getChildren()
|
| Methods in org.jclarion.clarion.control with parameters of type AbstractControl | |
|---|---|
boolean |
ControlIterator._isDoAllowed(AbstractControl control,
boolean tabVisible)
|
AbstractControl |
TabControl.add(AbstractControl child)
|
AbstractControl |
GroupControl.add(AbstractControl child)
|
AbstractControl |
ToolbarControl.add(AbstractControl child)
|
AbstractReportControl |
AbstractReportControl.add(AbstractControl control)
|
void |
SheetControl.addChild(AbstractControl control)
|
void |
AbstractControl.addChild(AbstractControl control)
|
void |
TabControl.addChild(AbstractControl control)
|
void |
MenubarControl.addChild(AbstractControl control)
|
void |
GroupControl.addChild(AbstractControl control)
|
void |
MenuControl.addChild(AbstractControl control)
|
void |
OptionControl.addChild(AbstractControl control)
|
void |
ToolbarControl.addChild(AbstractControl control)
|
void |
AbstractReportControl.addChild(AbstractControl control)
|
int |
AbstractControl.getChildIndex(AbstractControl control)
|
boolean |
ControlIterator.isAllowed(AbstractControl control)
|
boolean |
ControlIterator.isAllowed(AbstractControl control,
boolean tab)
|
boolean |
ControlIterator.isAllowedShallow(AbstractControl control)
|
void |
AbstractControl.removeChild(AbstractControl control)
|
void |
TabControl.removeChild(AbstractControl control)
|
void |
GroupControl.removeChild(AbstractControl control)
|
void |
ToolbarControl.removeChild(AbstractControl control)
|
void |
AbstractReportControl.removeChild(AbstractControl control)
|
void |
AbstractControl.setParent(AbstractControl parent)
|
void |
ControlIterator.setStart(AbstractControl start)
|
| Constructors in org.jclarion.clarion.control with parameters of type AbstractControl | |
|---|---|
ControlIterator(AbstractControl start)
|
|
ControlIterator(AbstractControl start,
boolean include)
|
|
| Uses of AbstractControl in org.jclarion.clarion.print |
|---|
| Fields in org.jclarion.clarion.print declared as AbstractControl | |
|---|---|
protected AbstractControl |
AbstractElement.control
|
| Methods in org.jclarion.clarion.print with parameters of type AbstractControl | |
|---|---|
void |
PrintObject.draw(OpenReport report,
CWinImpl impl,
AbstractControl ac)
|
void |
PrintObject.drawBox(AbstractControl control,
int x1,
int y1,
int x2,
int y2,
int width,
java.awt.Color fg,
java.awt.Color bg,
boolean round)
|
void |
PrintObject.drawImage(AbstractControl control,
int x1,
int y1,
int x2,
int y2)
|
void |
PrintObject.drawLine(AbstractControl control,
int x1,
int y1,
int x2,
int y2,
int width,
java.awt.Color color)
|
Text |
PrintObject.drawText(AbstractControl control,
java.lang.String text,
int x1,
int y1,
int x2,
int y2,
Text.Justify justify,
int justifyOffset,
java.awt.Color color,
java.awt.Font font,
boolean transparent)
|
void |
PrintObject.drawTextArea(AbstractControl control,
java.lang.String text,
int x1,
int y1,
int x2,
int y2,
java.awt.Color color,
java.awt.Font font,
boolean resize)
|
| Constructors in org.jclarion.clarion.print with parameters of type AbstractControl | |
|---|---|
AbstractElement(AbstractControl control,
int x1,
int y1,
int x2,
int y2,
boolean normalize)
|
|
Bitmap(AbstractControl control,
int x1,
int y1,
int x2,
int y2,
java.awt.Image image)
|
|
Box(AbstractControl control,
int x1,
int y1,
int x2,
int y2,
int width,
java.awt.Color fg,
java.awt.Color bg,
boolean round)
|
|
Line(AbstractControl control,
int x1,
int y1,
int x2,
int y2,
int width,
java.awt.Color color)
|
|
Text(AbstractControl control,
java.lang.String text,
int x1,
int y1,
int x2,
int y2,
Text.Justify justify,
int justifyOffset,
java.awt.Color color,
java.awt.Font font,
boolean transparent)
|
|
TextArea(AbstractControl control,
java.lang.String text,
int x1,
int y1,
int x2,
int y2,
java.awt.Color color,
java.awt.Font font,
boolean resize)
|
|
| Uses of AbstractControl in org.jclarion.clarion.runtime |
|---|
| Methods in org.jclarion.clarion.runtime with parameters of type AbstractControl | |
|---|---|
void |
CWinImpl.createControl(AbstractControl ac,
java.awt.Container parent)
|
void |
CWinImpl.post(AbstractWindowTarget awt,
int event,
AbstractControl field)
|
boolean |
CWinImpl.postAndWait(AbstractWindowTarget awt,
int event,
AbstractControl field)
|
void |
CWinImpl.postAsUser(AbstractWindowTarget awt,
int event,
AbstractControl field)
|
void |
CWinImpl.select(AbstractControl control)
|
void |
CWinImpl.selectAndAccept(AbstractControl control)
|
void |
CWinImpl.setKey(AbstractWindowTarget ctl,
java.awt.Component comp,
boolean allowSimple,
boolean postAlways,
AbstractControl start)
|
static java.awt.Point |
CWinImpl.toPixels(AbstractControl c,
java.awt.Point p)
|
| Uses of AbstractControl in org.jclarion.clarion.swing |
|---|
| Fields in org.jclarion.clarion.swing declared as AbstractControl | |
|---|---|
AbstractControl |
MnemonicConfig.Entry.control
|
| Methods in org.jclarion.clarion.swing that return AbstractControl | |
|---|---|
AbstractControl |
QueueTableModel.getControl()
|
| Methods in org.jclarion.clarion.swing with parameters of type AbstractControl | |
|---|---|
void |
MnemonicConfig.addMnemonic(AbstractControl ac,
int c,
MnemonicConfig.Mode mode,
int offset)
|
void |
MnemonicConfig.doAddMnemonic(AbstractControl ac,
int c,
MnemonicConfig.Mode mode,
int offset)
|
MnemonicConfig.Entry |
MnemonicConfig.match(AbstractControl id,
int c)
|
| Constructors in org.jclarion.clarion.swing with parameters of type AbstractControl | |
|---|---|
MnemonicConfig.Entry(AbstractControl control,
int key,
MnemonicConfig.Mode mode,
int offset)
|
|
| Uses of AbstractControl in org.jclarion.clarion.swing.winedit |
|---|
| Methods in org.jclarion.clarion.swing.winedit that return AbstractControl | |
|---|---|
AbstractControl |
ControlTreeNode.getControl()
|
| Constructors in org.jclarion.clarion.swing.winedit with parameters of type AbstractControl | |
|---|---|
ControlTreeNode(javax.swing.tree.TreeNode parent,
AbstractControl control)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||