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 KStringPropTextTableLabelProvider. getColumnTextProp(KStringProp ksp, int columnIndex)Returns the label text for the given column of the given element.KStringPropTextTableLabelProvider. getColumnTextProp(java.lang.Object element, int columnIndex)Returns the label text for the given column of the given element.KStringPropKStringStyledText. getKStringProp()Gets the edited property.Methods in com.iizigo.text with parameters of type KStringProp Modifier and Type Method Description KStringPropTextTableLabelProvider. getColumnTextProp(KStringProp ksp, int columnIndex)Returns the label text for the given column of the given element.static org.eclipse.swt.graphics.ImageTextTableLabelProvider. getImage(KStringProp kstringProp)Gets the image of a KStringProp.static voidTextTableEditor. onKStringPropChanged(EditorTextTable tt, KStringProp ksp)Called when a text has changed and perhaps needs automatic translation to other tables.voidKStringStyledText. setKStringProp(KStringProp kstringProp, ModuleModel model)Sets the KStringProp being edited.voidCommonTextActions. 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.CompositeTextTableDesignerProp. createCNToolTip(EditorTextTable tt, org.eclipse.swt.widgets.Composite parent, KStringProp ksp, java.lang.String id)Creates the tooltip.static org.eclipse.swt.widgets.CompositeTextTableDesignerProp. 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 classPatternPropThe pattern property class extends a KStringProp.classPlainKStringPropThe "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 KStringPropKStringProp. clone()Clones the KString property.KStringPropTextTable. getKStringProp(java.lang.String id)Gets the text entry in this table.KStringPropTextTable. getKStringProp(java.lang.String id, java.lang.String languageCode)Gets the text entry with the specified ID for a language.KStringPropTextTable. getTextProp(Atom atom)Get the text property associated with the specified text name or text ID.KStringPropTextTable. getTextProp(java.lang.String name)Get the text property associated with the specified text name or text ID.KStringPropKStringProp. 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 KStringPropUIChart. 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 intKString. getReferences(KStringProp owner, java.util.List<Reference> references)Gets the references of this property top others.booleanKStringHTMLTextTableTag. 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.booleanKStringPLAINTextTableTag. 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.