DK for Java | tatukgis.jdk.TGIS_ControlAttributes | Classes | Constructors | Fields | Methods | Properties | Events
Visual Shape attributes component.
Available also on: Delphi FMX | .NET WinForms | ActiveX | Python.
// Java public class TGIS_ControlAttributes extends JPanel implements IGIS_Subscribe { };
// Oxygene type TGIS_ControlAttributes = public class( JPanel, IGIS_Subscribe ) end;
→ JPanel
| Name | Visibility | Description | |
|---|---|---|---|
| TGIS_ControlAttributes() | public | Create an instance. | |
| Name | Visibility | Description | |
|---|---|---|---|
| pOnHelp | protected | Event handler for OnHelp messages. | |
| Name | Visibility | Description | |
|---|---|---|---|
| CancelChanges | public | Initialize the control with attributes written in the shape. | |
| Clear | public | Clear attributes display. | |
| CopyToClipboard | public | Copy shape to Clipboard. | |
| doCancel | protected | Action for pressing CANCEL button. | |
| doHelp | protected | Action for Help event. | |
| doKeyDown | protected | Action for KeyDown event. | |
| doOk | protected | Action for pressing Ok button. | |
| doResize | protected | Action for Resize event. | |
| InvalidateEx | public | Rebuild attributes display. | |
| NewShape | public | Show attributes for a new initialised shape. | |
| paintComponent | protected | Overrided version of paintComponent. | |
| SaveChanges | public | Write changes to the shape. | |
| ShowSelected | public | Show statistics for selected shapes. | |
| ShowShape | public | Show attributes for given _shape. | |
| SubscribedEvent | public | Subscriber notification event. (Implements IGIS_Subscribe.SubscribedEvent) |
|
| updateLayout | protected | Action for update layout. | |
| Name | Visibility | Description | |
|---|---|---|---|
| AllowNull | public | True, NULL fields are accepted. | |
| AllowRestructure | public | True, fields can be restructured. | |
| EventSourceControl | public | Underlying control which raises an event transferred to the Parent. | |
| FieldNameColumnwidth | public | width of the left column. | |
| Font | public | Text font. | |
| FontColor | public | Color of fonts in the component | |
| IgnoreFldxDefinition | public | When True, 'Fldx' rules are ignored. | |
| LayoutType | public | Layout type. | |
| ReadOnly | public | True, if component can not modify the content. | |
| RightToLeft | public | Right to left property for rendering. | |
| RightToLeftFromTranslation | public | Yes if RightToLeft property should be set automatically according to language. | |
| ShowBtnCancel | public | True, if 'Cancel' button comes up. | |
| ShowBtnOk | public | True, if 'Ok' button comes up. | |
| ShowInternalFields | public | If true, fields like GIS_AREA, GIS_LENGTH will be displayed. | |
| ShowVirtualFields | public | Show or hide virtual layer fields. | |
| Units | public | Units used for displaying GIS_LENGTH/GIS_AREA. | |
| UnitsEPSG | public | Units EPSG code for displaying GIS_LENGTH and GIS_AREA fields. | |
| VirtualFields | public | The set of virtual fields that are displayed when ShowVirtualFields property is active. | |
| Name | Visibility | Description | |
|---|---|---|---|
| FieldChangeEvent | public | Field change event, fired after changing a control value. | |
| HelpEvent | public | Event fired upon F1 key. | |