|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Length | |
org.objectweb.jac.aspects.gui | Provides a simple and generic GUI (Graphical User Interface) aspect. |
org.objectweb.jac.aspects.gui.swing | Provides a simple and generic GUI (Graphical User Interface) aspect using SWING. |
org.objectweb.jac.aspects.gui.web | Provides a simple and generic GUI (Graphical User Interface) aspect generating HTML pages. |
Uses of Length in org.objectweb.jac.aspects.gui |
Methods in org.objectweb.jac.aspects.gui that return Length | |
static Length[] |
GuiAC.getMethodParametersWidth(AbstractMethodItem method)
Returns the parameters widths of a method or null if none was set. |
static Length[] |
GuiAC.getMethodParametersHeight(AbstractMethodItem method)
Returns the parameters heights of a method or null if none was set. |
static Length |
GuiAC.getEditorWidth(MetaItem type)
|
static Length |
GuiAC.getEditorHeight(MetaItem type)
|
static Length |
GuiAC.getEditorWidth(FieldItem field)
Returns the editor width of a field or 0 if none was set. |
Methods in org.objectweb.jac.aspects.gui with parameters of type Length | |
void |
GuiAC.setMethodParametersWidth(AbstractMethodItem method,
Length[] width)
|
void |
GuiAC.setMethodParametersHeight(AbstractMethodItem method,
Length[] height)
|
void |
GuiAC.setDefaultEditorWidth(VirtualClassItem type,
Length width)
|
void |
GuiAC.setDefaultEditorWidth(ClassItem type,
Length width)
|
void |
GuiAC.setEditorWidth(FieldItem field,
Length width)
|
void |
GuiAC.setSmallEditorWidth(FieldItem field,
Length width)
|
void |
GuiAC.setDefaultEditorHeight(VirtualClassItem type,
Length height)
|
void |
GuiAC.setDefaultEditorHeight(ClassItem type,
Length height)
|
void |
GuiAC.setEditorHeight(FieldItem field,
Length height)
|
void |
GuiAC.setSmallEditorHeight(FieldItem field,
Length height)
|
void |
GuiAC.setPreferredHeight(CollectionItem collection,
Length height)
|
void |
GuiAC.setPreferredWidth(CollectionItem collection,
Length width)
|
void |
MethodAppearenceGuiConf.setMethodParametersWidth(AbstractMethodItem method,
Length[] width)
Sets the width for all parameters of one method. |
void |
MethodAppearenceGuiConf.setMethodParametersHeight(AbstractMethodItem method,
Length[] height)
Sets the height for all parameters of one method. |
void |
FieldAppearenceGuiConf.setEditorWidth(FieldItem field,
Length width)
Sets the width of the field's embedded editor when exist. |
void |
FieldAppearenceGuiConf.setDefaultEditorWidth(VirtualClassItem type,
Length width)
Sets the default editor width for value of a given type. |
void |
FieldAppearenceGuiConf.setDefaultEditorWidth(ClassItem type,
Length width)
Sets the default editor width for value of a given type. |
void |
FieldAppearenceGuiConf.setEditorHeight(FieldItem field,
Length height)
Sets the height of a field's editor. |
void |
FieldAppearenceGuiConf.setDefaultEditorHeight(VirtualClassItem type,
Length height)
Sets the default editor height for value of a given type. |
void |
FieldAppearenceGuiConf.setDefaultEditorHeight(ClassItem type,
Length height)
Sets the default editor height for value of a given type. |
void |
FieldAppearenceGuiConf.setPreferredHeight(CollectionItem collection,
Length height)
Tells the preferred height a table or list view of a collection should take, if possible. |
void |
FieldAppearenceGuiConf.setPreferredWidth(CollectionItem collection,
Length width)
Tells the preferred width a table or list view of a collection should take, if possible. |
void |
View.setSize(Length width,
Length height)
Sets the preferred size for this view. |
Uses of Length in org.objectweb.jac.aspects.gui.swing |
Fields in org.objectweb.jac.aspects.gui.swing declared as Length | |
protected Length |
AbstractView.width
|
protected Length |
AbstractView.height
|
Methods in org.objectweb.jac.aspects.gui.swing with parameters of type Length | |
void |
SwingMethodView.setSize(Length width,
Length height)
|
void |
SwingLabel.setSize(Length width,
Length height)
|
void |
SwingCustomized.setSize(Length width,
Length height)
|
void |
PasswordFieldEditor.setSize(Length width,
Length height)
|
void |
ImageURLEditor.setSize(Length width,
Length height)
|
void |
Dialog.setSize(Length width,
Length height)
|
void |
DesktopView.setSize(Length width,
Length height)
|
void |
ArrayEditor.setSize(Length width,
Length height)
|
void |
TextFieldEditor.setSize(Length width,
Length height)
|
void |
AbstractCodeEditor.setSize(Length width,
Length height)
|
void |
MenuBar.setSize(Length width,
Length height)
|
void |
Menu.setSize(Length width,
Length height)
|
static int |
SwingUtils.getPixelLength(Length l,
Component c)
|
static void |
SwingUtils.setSize(JComponent c,
Length width,
Length height)
|
static void |
SwingUtils.setColumns(JTextField textField,
Length width)
|
void |
AbstractView.setSize(Length width,
Length height)
|
Uses of Length in org.objectweb.jac.aspects.gui.web |
Fields in org.objectweb.jac.aspects.gui.web declared as Length | |
protected Length |
AbstractView.width
|
protected Length |
AbstractView.height
|
Methods in org.objectweb.jac.aspects.gui.web with parameters of type Length | |
void |
AbstractView.setSize(Length width,
Length height)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |