Uses of Class
com.iizix.prop.KStringProp
Package
Description
Uses of KStringProp in com.iizigo.text
Modifier and TypeMethodDescriptionTextTableLabelProvider.getColumnTextProp
(KStringProp ksp, int columnIndex) Returns the label text for the given column of the given element.TextTableLabelProvider.getColumnTextProp
(Object element, int columnIndex) Returns the label text for the given column of the given element.KStringStyledText.getKStringProp()
Gets the edited property.Modifier and TypeMethodDescriptionTextTableLabelProvider.getColumnTextProp
(KStringProp ksp, int columnIndex) Returns the label text for the given column of the given element.static org.eclipse.swt.graphics.Image
TextTableLabelProvider.getImage
(KStringProp kstringProp) Gets the image of a KStringProp.static void
TextTableEditor.onKStringPropChanged
(EditorTextTable tt, KStringProp ksp) Called when a text has changed and perhaps needs automatic translation to other tables.void
KStringStyledText.setKStringProp
(KStringProp newKStringProp, ModuleModel model) Sets the KStringProp being edited.void
CommonTextActions.updateStates
(KStringProp prop, boolean doUpdateTagsFromProp) Updates the states for the specified KString.Uses of KStringProp in com.iizigo.text.prop
Modifier and TypeMethodDescriptionstatic org.eclipse.swt.widgets.Composite
TextTableDesignerProp.createCNToolTip
(EditorTextTable tt, org.eclipse.swt.widgets.Composite parent, KStringProp ksp, String id) Creates the tooltip.static org.eclipse.swt.widgets.Composite
TextTableDesignerProp.createCNToolTipHelper
(EditorTextTable tt, org.eclipse.swt.widgets.Composite parent, KStringProp ksp, String id) Creates a small tooltip composite for image preview, if possible.ModifierConstructorDescriptionValidateKStringPropSubOperation
(ContainerParticipant cnr, KStringProp prop, boolean on) Validates or invalidates a KStringStringProp sub operation.Uses of KStringProp in com.iizix.prop
Modifier and TypeClassDescriptionclass
The pattern property class extends a KStringProp.class
The "PlainKString" property class holds the property name, value and optionally has a parent and/or property listener(s).Modifier and TypeMethodDescriptionKStringProp.clone()
Clones the KString property.TextTable.getKStringProp
(String id) Gets the text entry in this table.TextTable.getKStringProp
(String id, String languageCode) Gets the text entry with the specified ID for a language.TextTable.getTextProp
(Atom atom) Get the text property associated with the specified text name or text ID.TextTable.getTextProp
(String name) Get the text property associated with the specified text name or text ID.KStringProp.lookupLanguageKStringProp
(String languageCode) Attempts to look-up another KStringProp instead of this instance.Uses of KStringProp in com.iizix.prop.ui.chart
Modifier and TypeMethodDescriptionprotected KStringProp
UIChart.createTitleProp()
Creates the title property a StringProp, KStringProp or PlainKStringProp depending on the component.Uses of KStringProp in com.iizix.text
Modifier and TypeMethodDescriptionboolean
KStringHTMLTextTableTag.isRefreshRequired
(GEvent event, KStringProp ksp) Upon a property event received on the target reference property (or its children), this method verifies if the event would affect the KString contents needing to be refreshed.boolean
KStringPLAINTextTableTag.isRefreshRequired
(GEvent event, KStringProp ksp) Upon a property event received on the target reference property (or its children), this method verifies if the event would affect the KString contents needing to be refreshed.