|
JAC project AOPSYS CEDRIC & LIP6 labs |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--javax.swing.JComponent | +--javax.swing.JPanel | +--org.objectweb.jac.aspects.gui.swing.AbstractView | +--org.objectweb.jac.aspects.gui.swing.AbstractCompositeView | +--org.objectweb.jac.aspects.gui.swing.SwingContainerView | +--org.objectweb.jac.aspects.gui.swing.SwingEditorContainer
Field Summary |
Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
SwingEditorContainer(boolean showButtons)
|
Method Summary | |
void |
addEditor(Object editor)
Add an editor to the container. |
List |
getEditors()
Get the list of all editors of this container. |
boolean |
hasEnabledEditor()
Returns true if at least one editor is enabled. |
void |
removeEditor(Object editor)
Remove an editor from the container. |
void |
requestFocus()
|
void |
setShowButtons(boolean showButtons)
Sets the showButtons property of the container. |
boolean |
showButtons()
Gets the value of showButtons |
Methods inherited from class org.objectweb.jac.aspects.gui.swing.AbstractCompositeView |
addHorizontalStrut, addVerticalStrut, addView, addView, close, getView, getViews, removeAllViews, removeView, setContext |
Methods inherited from class org.objectweb.jac.aspects.gui.swing.AbstractView |
getContext, getDescription, getFactory, getLabel, getMessage, getParameters, getParentView, getRootView, getStyle, getType, getViewBorder, isClosed, isDescendantOf, setDescription, setFactory, setFocus, setHeight, setLabel, setMessage, setParameters, setParentView, setStyle, setType, setViewBorder, setWidth, toString |
Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.objectweb.jac.aspects.gui.View |
getContext, getDescription, getFactory, getLabel, getMessage, getParentView, getRootView, getStyle, getViewBorder, isClosed, isDescendantOf, setDescription, setFactory, setFocus, setHeight, setLabel, setMessage, setParentView, setStyle, setViewBorder, setWidth, validate |
Methods inherited from interface org.objectweb.jac.aspects.gui.ViewIdentity |
getParameters, getType, setParameters, setType |
Constructor Detail |
public SwingEditorContainer(boolean showButtons)
showButtons
- unused parameterMethod Detail |
public void addEditor(Object editor)
EditorContainer
addEditor
in interface EditorContainer
public void removeEditor(Object editor)
EditorContainer
removeEditor
in interface EditorContainer
public List getEditors()
EditorContainer
getEditors
in interface EditorContainer
public boolean hasEnabledEditor()
EditorContainer
hasEnabledEditor
in interface EditorContainer
public void setShowButtons(boolean showButtons)
EditorContainer
setShowButtons
in interface EditorContainer
public boolean showButtons()
EditorContainer
showButtons
in interface EditorContainer
EditorContainer.setShowButtons(boolean)
public void requestFocus()
requestFocus
in class JComponent
|
Contact JAC development team: Renaud Pawlak Lionel Seinturier Laurent Martelli |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |