Uses of Class
com.iizix.prop.KStringProp
Packages that use KStringProp Package Description com.iizigo.text com.iizigo.text.prop com.iizix.prop com.iizix.prop.ui.chart com.iizix.text Uses of KStringProp in com.iizigo.text
Methods in com.iizigo.text that return KStringProp Modifier and Type Method Description KStringProp
TextTableLabelProvider. getColumnTextProp(KStringProp ksp, int columnIndex)
Returns the label text for the given column of the given element.KStringProp
TextTableLabelProvider. getColumnTextProp(java.lang.Object element, int columnIndex)
Returns the label text for the given column of the given element.KStringProp
KStringStyledText. getKStringProp()
Gets the edited property.Methods in com.iizigo.text with parameters of type KStringProp Modifier and Type Method Description KStringProp
TextTableLabelProvider. 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 kstringProp, 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
Methods in com.iizigo.text.prop with parameters of type KStringProp Modifier and Type Method Description static org.eclipse.swt.widgets.Composite
TextTableDesignerProp. createCNToolTip(EditorTextTable tt, org.eclipse.swt.widgets.Composite parent, KStringProp ksp, java.lang.String id)
Creates the tooltip.static org.eclipse.swt.widgets.Composite
TextTableDesignerProp. createCNToolTipHelper(EditorTextTable tt, org.eclipse.swt.widgets.Composite parent, KStringProp ksp, java.lang.String id)
Creates a small tooltip composite for image preview, if possible.Constructors in com.iizigo.text.prop with parameters of type KStringProp Constructor Description ValidateKStringPropSubOperation(ContainerParticipant cnr, KStringProp prop, boolean on)
Validates or invalidates a KStringStringProp sub operation.Uses of KStringProp in com.iizix.prop
Subclasses of KStringProp in com.iizix.prop Modifier and Type Class Description class
PatternProp
The pattern property class extends a KStringProp.class
PlainKStringProp
The "PlainKString" property class holds the property name, value and optionally has a parent and/or property listener(s).Methods in com.iizix.prop that return KStringProp Modifier and Type Method Description KStringProp
KStringProp. clone()
Clones the KString property.KStringProp
TextTable. getKStringProp(java.lang.String id)
Gets the text entry in this table.KStringProp
TextTable. getKStringProp(java.lang.String id, java.lang.String languageCode)
Gets the text entry with the specified ID for a language.KStringProp
TextTable. getTextProp(Atom atom)
Get the text property associated with the specified text name or text ID.KStringProp
TextTable. getTextProp(java.lang.String name)
Get the text property associated with the specified text name or text ID.KStringProp
KStringProp. lookupLanguageKStringProp(java.lang.String languageCode)
Attempts to look-up another KStringProp instead of this instance.Uses of KStringProp in com.iizix.prop.ui.chart
Methods in com.iizix.prop.ui.chart that return KStringProp Modifier and Type Method Description protected KStringProp
UIChart. createTitleProp()
Creates the title property a StringProp, KStringProp or PlainKStringProp depending on the component.Uses of KStringProp in com.iizix.text
Methods in com.iizix.text with parameters of type KStringProp Modifier and Type Method Description int
KString. getReferences(KStringProp owner, java.util.List<Reference> references)
Gets the references of this property top others.boolean
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.