Public Member Functions | |
GrxBaseView (String name, GrxPluginManager manager_, GrxBaseViewPart vp, Composite parent) | |
constructor More... | |
Public Member Functions inherited from com.generalrobotix.ui.GrxBasePlugin | |
void | addObserver (GrxObserver v) |
GrxBasePlugin | clone () |
Override clone method. More... | |
void | deleteObserver (GrxObserver v) |
boolean | equals (Object obj) |
check whether obj equals to this More... | |
Element | getElement () |
get element More... | |
Image | getIcon () |
get icon More... | |
Vector< Action > | getMenu () |
get menu More... | |
String [] | getMenuPath () |
get menu path More... | |
final String | getName () |
get name More... | |
ArrayList< GrxObserver > | getObserver () |
String | getOldName () |
Vector< MenuManager > | getSubMenu () |
get subMenu More... | |
String | getURL (boolean expand) |
ValueEditType | GetValueEditType (String key) |
Return editing type of the key item. More... | |
boolean | isExclusive () |
check whether this is exclusive or not More... | |
boolean | isSelected () |
check whether this is selected or not More... | |
void | notifyObservers (Object... arg) |
boolean | propertyChanged (String property, String value) |
check validity of new value of property and update if valid More... | |
boolean | registerCORBA () |
void | rename (String newName) |
rename this item More... | |
void | restoreProperties () |
restore properties. Called by menu item "restore Properties" More... | |
void | setDocument (Document doc) |
set document More... | |
void | setElement (Element element) |
set element More... | |
void | setExclusive (boolean b) |
set exclusive flag More... | |
void | setFocused (boolean b) |
set/unset focus on this plugin More... | |
void | setMenuItem (Action a) |
add a menu item More... | |
void | setName (String name) |
set name More... | |
Object | setProperty (String key, String value) |
set property value associated with a keyword More... | |
void | setSelected (boolean b) |
set selected flag More... | |
void | setSubMenu (MenuManager m) |
add a submenu More... | |
void | setURL (String url) |
set URL property More... | |
void | shutdown () |
Element | storeProperties () |
store properties More... | |
final String | toString () |
convert to String. Currently, name is returned. More... | |
void | unregisterCORBA () |
Public Member Functions inherited from com.generalrobotix.ui.util.GrxConfigBundle | |
final Double | getDbl (String key, Double defaultVal) |
get double value associated to key More... | |
Double | getDbl (String value) |
final double [] | getDblAry (String key, double[] defaultVal) |
get double array associated to key More... | |
double [] | getDblAry (String value) |
get array of double from String More... | |
final Float | getFlt (String key, Float defaultVal) |
get float value associated to key More... | |
final Float | getFlt (String value) |
final float [] | getFltAry (String key, float[] defaultVal) |
get float array associated to key More... | |
float [] | getFltAry (String value) |
final Integer | getInt (String key, Integer defaultVal) |
get integer value associated to key More... | |
final int [] | getIntAry (String key) |
get integer array associated to key More... | |
final Short | getShort (String key, Short defaultVal) |
get short value associated to key More... | |
Short | getShort (String value) |
final String | getStr (String key) |
get value associated to keyword More... | |
final String | getStr (String key, String defaultVal) |
get value associated to key More... | |
GrxConfigBundle () | |
constructor More... | |
GrxConfigBundle (String fname) throws IOException | |
construct from a file More... | |
final boolean | isFalse (String key) |
check whether value associated to key includes a word "false" More... | |
final boolean | isFalse (String key, boolean defaultVal) |
check whether value associated to key includes a word "false" More... | |
final boolean | isTrue (String key) |
check whether value associated to key includes a word "true" More... | |
final boolean | isTrue (String key, boolean defaultVal) |
check whether value associated to key includes a word "true" More... | |
void | load (String fname) throws IOException |
load config from a file More... | |
final void | setBool (String key, boolean value) |
final void | setDbl (String key, double value) |
associate double value to key More... | |
final void | setDbl (String key, double value, int digits) |
associate double value to key More... | |
final void | setDblAry (String key, double[] value, int digits) |
associate double array to key More... | |
final void | setDblAry (String key, double[] value) |
associate double array to key More... | |
final void | setFlt (String key, float value) |
associate float value to key More... | |
final void | setFltAry (String key, float[] value) |
associate float array to key More... | |
final void | setInt (String key, int value) |
associate int value to key More... | |
final void | setShort (String key, short value) |
associate short value to key More... | |
void | store (String fname, String comments) throws IOException |
store this config More... | |
Public Attributes | |
boolean | isScrollable_ = true |
double | min |
Protected Attributes | |
Composite | composite_ |
Protected Attributes inherited from com.generalrobotix.ui.GrxBasePlugin | |
Document | doc_ |
Element | element_ |
GrxPluginManager | manager_ |
Private Attributes | |
Composite | parent_ |
ScrolledComposite | scrollComposite_ |
GrxBaseViewPart | vp_ |
Static Private Attributes | |
static Dimension | defaultButtonSize_ = new Dimension(27, 27) |
name | |
void | setName (String name) |
GrxBaseViewPart | getViewPart () |
get view part More... | |
Composite | getParent () |
get parent composite More... | |
Composite | getComposite () |
get composite. SWTのパーツはここで取得できるコンポジット上に設置する。 More... | |
void | setScrollMinSize (int width, int height) |
set scroll minimum size More... | |
boolean | cleanup (List< GrxBaseItem > itemList) |
cleanup More... | |
void | itemListChanged () |
this method is called by PluginManager when list of items is changed More... | |
void | focusedItemChanged (GrxBaseItem item) |
void | propertyChanged () |
This method is called when a property of plugin is changed. More... | |
void | registerItemChange (GrxBaseItem item, int event) |
void | update (GrxBasePlugin plugin, Object... arg) |
void | updatePosition (GrxBasePlugin plugin, Integer pos) |
void | updateTableFont () |
void | updateEditerFont () |
void | restoreProperties () |
Element | storeProperties () |
void | setUp () |
static Dimension | getDefaultButtonSize () |
get default button size More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from com.generalrobotix.ui.GrxBasePlugin | |
static Object | getField (Class<? extends GrxBasePlugin > cls, String field, Object defaultValue) |
get field More... | |
Protected Member Functions inherited from com.generalrobotix.ui.GrxBasePlugin | |
GrxBasePlugin (String name, GrxPluginManager manager) | |
constructor More... | |
void | setIcon (String iconName) |
set icon More... | |
void | setMenuPath (String[] path) |
set menu path More... | |
boolean | syncExec (Runnable r) |
Transfer SWT UI thread. More... | |
Static Protected Attributes inherited from com.generalrobotix.ui.GrxBasePlugin | |
static final String [] | booleanComboItem_ = new String[] {"true", "false" } |
static final String | INDENT4 = " " |
static final String | ITEM_TAG = "item" |
static final String | PROPERTY_TAG = "property" |
static final String | VIEW_TAG = "view" |
Definition at line 38 of file GrxBaseView.java.
|
inline |
constructor
name | name |
manager_ | plugin manager |
vp | view part |
parent | parent composite |
Definition at line 57 of file GrxBaseView.java.
|
inline |
cleanup
itemList |
Definition at line 121 of file GrxBaseView.java.
|
inline |
Definition at line 129 of file GrxBaseView.java.
|
inline |
get composite. SWTのパーツはここで取得できるコンポジット上に設置する。
Definition at line 98 of file GrxBaseView.java.
|
inlinestatic |
|
inline |
|
inline |
|
inline |
this method is called by PluginManager when list of items is changed
Definition at line 126 of file GrxBaseView.java.
|
inline |
This method is called when a property of plugin is changed.
Definition at line 135 of file GrxBaseView.java.
|
inline |
Implements com.generalrobotix.ui.GrxItemChangeListener.
Definition at line 138 of file GrxBaseView.java.
|
inline |
Definition at line 153 of file GrxBaseView.java.
|
inline |
Definition at line 74 of file GrxBaseView.java.
set scroll minimum size
Definition at line 105 of file GrxBaseView.java.
|
inline |
Implements com.generalrobotix.ui.GrxItemChangeListener.
Definition at line 203 of file GrxBaseView.java.
|
inline |
Definition at line 167 of file GrxBaseView.java.
|
inline |
Implements com.generalrobotix.ui.GrxObserver.
Definition at line 141 of file GrxBaseView.java.
|
inline |
Definition at line 150 of file GrxBaseView.java.
|
inline |
Implements com.generalrobotix.ui.GrxPositionObserver.
Definition at line 144 of file GrxBaseView.java.
|
inline |
Definition at line 147 of file GrxBaseView.java.
|
protected |
Definition at line 48 of file GrxBaseView.java.
|
staticprivate |
Definition at line 40 of file GrxBaseView.java.
boolean com.generalrobotix.ui.GrxBaseView.isScrollable_ = true |
Definition at line 41 of file GrxBaseView.java.
double com.generalrobotix.ui.GrxBaseView.min |
Definition at line 43 of file GrxBaseView.java.
|
private |
Definition at line 46 of file GrxBaseView.java.
|
private |
Definition at line 47 of file GrxBaseView.java.
|
private |
Definition at line 45 of file GrxBaseView.java.