|
|||||||||
| Home >> All >> com >> sunwheeltech >> sirius >> [ support overview ] | PREV NEXT | ||||||||
A
- addPropertyChangeListener(PropertyChangeListener) - Method in class com.sunwheeltech.sirius.support.GenericDialogPropertyEditor
- add a listener to notify of property changes
- addPropertyChangeListener(PropertyChangeListener) - Method in class com.sunwheeltech.sirius.support.SimpleReadOnlyPropertyEditor
- add a listener to notify of property changes
B
- button - Variable in class com.sunwheeltech.sirius.support.GenericDialogPropertyEditor
- button used to launch browser
C
- com.sunwheeltech.sirius.support - package com.sunwheeltech.sirius.support
D
- dialog - Variable in class com.sunwheeltech.sirius.support.GenericDialogPropertyEditor
- dialog panel to use as a custom editor
F
- FilePropertyEditor - class com.sunwheeltech.sirius.support.FilePropertyEditor.
- Property editor for File objects with a popup dialog for browsing filesystem or text input, to allow files not present on the debvelopment system
- FilePropertyEditor() - Constructor for class com.sunwheeltech.sirius.support.FilePropertyEditor
- file - Variable in class com.sunwheeltech.sirius.support.FilePropertyEditor
- file property being edited
- firePropertyChange(Object, Object) - Method in class com.sunwheeltech.sirius.support.GenericDialogPropertyEditor
- fire update event to all listeners
- firePropertyChange(Object, Object) - Method in class com.sunwheeltech.sirius.support.SimpleReadOnlyPropertyEditor
- fire update event to all listeners
- fld - Variable in class com.sunwheeltech.sirius.support.GenericDialogPropertyEditor
- text widget showing current value of the object being browsed
G
- GenericDialogPropertyEditor - class com.sunwheeltech.sirius.support.GenericDialogPropertyEditor.
- Generic property editor where the property value is selected by browsing an Uncle Unc item tree.
- GenericDialogPropertyEditor() - Constructor for class com.sunwheeltech.sirius.support.GenericDialogPropertyEditor
- constructor sets up the dialog component
- getAsText() - Method in class com.sunwheeltech.sirius.support.FilePropertyEditor
- retrieve valid text representation of current value of the field.
- getAsText() - Method in class com.sunwheeltech.sirius.support.GenericDialogPropertyEditor
- Gets the property value as a string suitable for presentation to a human to edit.
- getAsText() - Method in class com.sunwheeltech.sirius.support.ResourceURLPropertyEditor
- retrieve valid text representation of current value of the field.
- getAsText() - Method in class com.sunwheeltech.sirius.support.SimpleReadOnlyPropertyEditor
- Gets the property value as a string suitable for presentation to a human to edit.
- getCustomEditor() - Method in class com.sunwheeltech.sirius.support.GenericDialogPropertyEditor
- get the custom editor component
- getCustomEditor() - Method in class com.sunwheeltech.sirius.support.SimpleReadOnlyPropertyEditor
- get the custom editor component
- getJavaInitializationString() - Method in class com.sunwheeltech.sirius.support.FilePropertyEditor
- get the code that will initialise the value
- getJavaInitializationString() - Method in class com.sunwheeltech.sirius.support.GenericDialogPropertyEditor
- get scrapof java code used to initialise the bean
- getJavaInitializationString() - Method in class com.sunwheeltech.sirius.support.ResourceURLPropertyEditor
- get the code that will initialise the value
- getJavaInitializationString() - Method in class com.sunwheeltech.sirius.support.SimpleReadOnlyPropertyEditor
- get scrap of java code used to initialise the bean
- getRoot() - Method in class com.sunwheeltech.sirius.support.GenericDialogPropertyEditor
- get the root view shown by the dialog
- getTags() - Method in class com.sunwheeltech.sirius.support.GenericDialogPropertyEditor
- get list of accepted values for this bean property
- getTags() - Method in class com.sunwheeltech.sirius.support.SimpleReadOnlyPropertyEditor
- get list of accepted values for this bean property
- getValue() - Method in class com.sunwheeltech.sirius.support.FilePropertyEditor
- get the value of the property being edited
- getValue() - Method in class com.sunwheeltech.sirius.support.GenericDialogPropertyEditor
- get the value of the property.
- getValue() - Method in class com.sunwheeltech.sirius.support.ResourceURLPropertyEditor
- get the value of the property being edited
- getValue() - Method in class com.sunwheeltech.sirius.support.SimpleReadOnlyPropertyEditor
- get the value of the property.
I
- inline - Variable in class com.sunwheeltech.sirius.support.GenericDialogPropertyEditor
- panel to show the state of the property inline, as a text box and a button that launches a browser dialog
- isPaintable() - Method in class com.sunwheeltech.sirius.support.GenericDialogPropertyEditor
- whether can paint a representation of current value
- isPaintable() - Method in class com.sunwheeltech.sirius.support.SimpleReadOnlyPropertyEditor
- whether can paint a representation of current value
L
- listeners - Variable in class com.sunwheeltech.sirius.support.GenericDialogPropertyEditor
- list of property change listeners to be notified of property updates
- listeners - Variable in class com.sunwheeltech.sirius.support.SimpleReadOnlyPropertyEditor
- list of property change listeners to be notified of property updates
M
- makeGUI() - Method in class com.sunwheeltech.sirius.support.FilePropertyEditor
- customise the dialog for browsing files etc.
- makeGUI() - Method in class com.sunwheeltech.sirius.support.GenericDialogPropertyEditor
- make the gui components, with options to make the textbox editable, show a dialog launcher, etc.
- makeGUI() - Method in class com.sunwheeltech.sirius.support.ResourceURLPropertyEditor
- customise the dialog for browsing files etc.
N
- NULL_VALUE_LABEL - Static variable in class com.sunwheeltech.sirius.support.GenericDialogPropertyEditor
- display name to use for a null value
- NULL_VALUE_LABEL - Static variable in class com.sunwheeltech.sirius.support.SimpleReadOnlyPropertyEditor
- display name to use for a null value
P
- paintValue(Graphics, Rectangle) - Method in class com.sunwheeltech.sirius.support.GenericDialogPropertyEditor
- Paint a representation of the value into a given area of screen
- paintValue(Graphics, Rectangle) - Method in class com.sunwheeltech.sirius.support.SimpleReadOnlyPropertyEditor
- Paint a representation of the value into a given area of screen
- parseDialogResult(Object) - Method in class com.sunwheeltech.sirius.support.FilePropertyEditor
- implementation of a method that parses the Item returned by the dialog
- parseDialogResult(Object) - Method in class com.sunwheeltech.sirius.support.GenericDialogPropertyEditor
- no-op implementation of a method that parses the Item returned by the dialog
- parseDialogResult(Object) - Method in class com.sunwheeltech.sirius.support.ResourceURLPropertyEditor
- no-op implementation of a method that parses the Item returned by the dialog
- parseTextInput(String) - Method in class com.sunwheeltech.sirius.support.FilePropertyEditor
- set the value of the property from the text input - try to create a url from the text.
- parseTextInput(String) - Method in class com.sunwheeltech.sirius.support.GenericDialogPropertyEditor
- no-op implementation of a method that checks a string (usually text typed into the text box) and assesses its validity
- parseTextInput(String) - Method in class com.sunwheeltech.sirius.support.ResourceURLPropertyEditor
- set the value of the property from the text input - try to create a url from the text.
R
- ResourceURLPropertyEditor - class com.sunwheeltech.sirius.support.ResourceURLPropertyEditor.
- Property editor for resource URLs with a popup dialog for browsing filesystem or text input (e.g.
- ResourceURLPropertyEditor() - Constructor for class com.sunwheeltech.sirius.support.ResourceURLPropertyEditor
- removePropertyChangeListener(PropertyChangeListener) - Method in class com.sunwheeltech.sirius.support.GenericDialogPropertyEditor
- remove a listener
- removePropertyChangeListener(PropertyChangeListener) - Method in class com.sunwheeltech.sirius.support.SimpleReadOnlyPropertyEditor
- remove a listener
- revertText() - Method in class com.sunwheeltech.sirius.support.GenericDialogPropertyEditor
- revert the text input field to previous sensible value, or bring up an error message, or somehow indicate that the text entered wasn't correct.
- root - Variable in class com.sunwheeltech.sirius.support.GenericDialogPropertyEditor
- root view of the item tree to be browsed by the dialog
S
- SimpleReadOnlyPropertyEditor - class com.sunwheeltech.sirius.support.SimpleReadOnlyPropertyEditor.
- Simple property 'editor' that displays current value of a read-only property
- SimpleReadOnlyPropertyEditor() - Constructor for class com.sunwheeltech.sirius.support.SimpleReadOnlyPropertyEditor
- setAsText(String) - Method in class com.sunwheeltech.sirius.support.GenericDialogPropertyEditor
- Sets the property value by parsing a given String.
- setAsText(String) - Method in class com.sunwheeltech.sirius.support.SimpleReadOnlyPropertyEditor
- Sets the property value by parsing a given String.
- setRoot(View) - Method in class com.sunwheeltech.sirius.support.GenericDialogPropertyEditor
- set the root view shown by the dialog
- setValue(Object) - Method in class com.sunwheeltech.sirius.support.FilePropertyEditor
- set the value of the property being edited
- setValue(Object) - Method in class com.sunwheeltech.sirius.support.GenericDialogPropertyEditor
- set the object to be edited
- setValue(Object) - Method in class com.sunwheeltech.sirius.support.ResourceURLPropertyEditor
- set the value of the property being edited
- setValue(Object) - Method in class com.sunwheeltech.sirius.support.SimpleReadOnlyPropertyEditor
- set the object to be edited
- supportsCustomEditor() - Method in class com.sunwheeltech.sirius.support.GenericDialogPropertyEditor
- indicate whether a custom editor component is supported, which it is in this case
- supportsCustomEditor() - Method in class com.sunwheeltech.sirius.support.SimpleReadOnlyPropertyEditor
- indicate whether a custom editor component is supported
- syncDialogToText() - Method in class com.sunwheeltech.sirius.support.FilePropertyEditor
- match dialog value to text input, as the text has just been altered.
- syncDialogToText() - Method in class com.sunwheeltech.sirius.support.GenericDialogPropertyEditor
- match dialog value to text input, as the text has just been altered.
- syncDialogToText() - Method in class com.sunwheeltech.sirius.support.ResourceURLPropertyEditor
- match dialog value to text input, as the text has just been altered.
- syncTextToDialog() - Method in class com.sunwheeltech.sirius.support.GenericDialogPropertyEditor
- match text input data to dialog value, as the dialog has just returned
U
- url - Variable in class com.sunwheeltech.sirius.support.ResourceURLPropertyEditor
- URL of the resource property being edited
V
- value - Variable in class com.sunwheeltech.sirius.support.GenericDialogPropertyEditor
- value being edited
- value - Variable in class com.sunwheeltech.sirius.support.SimpleReadOnlyPropertyEditor
- value being edited
A B C D F G I L M N P R S U V
|
|||||||||
| Home >> All >> com >> sunwheeltech >> sirius >> [ support overview ] | PREV NEXT | ||||||||