|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.nite.nstyle.handler.NDisplayObjectHandler
net.sourceforge.nite.nstyle.handler.JComponentHandler
net.sourceforge.nite.gui.actions.ChangeAttributeValuePopup
public class ChangeAttributeValuePopup
Constructor Summary | |
---|---|
ChangeAttributeValuePopup(JDomParser p)
|
|
ChangeAttributeValuePopup(OutputComponent o)
|
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
|
ObjectModelElement |
getSelectedElement()
Returns the selectedElement. |
void |
registerAction(java.lang.String s,
NiteAction a)
There should be no actions registered with this, so nothing happens here |
void |
setAttributeContext(java.util.Map popupContext)
Sets the attributeContext. |
void |
setDisplayer(Displayer displayer)
Sets the displayer which is the object claiming it can redisplay after this action. |
void |
setLocation(javax.swing.JComponent location,
int x,
int y)
Sets the location. |
void |
setSelectedElement(ObjectModelElement selectedElement)
Sets the selectedElement. |
Methods inherited from class net.sourceforge.nite.nstyle.handler.JComponentHandler |
---|
addActionReference, addChild, getImage, getJComponent, setImage, setUpBackgroundColour, setUpFont, setUpForegroundColour, setUpImage, setUpToolTip |
Methods inherited from class net.sourceforge.nite.nstyle.handler.NDisplayObjectHandler |
---|
addActionReference, getActionReferences, getChildren, getClock, getElement, getEndTime, getID, getParent, getSourceID, getStartTime, init, setChildren, setClock, setElement, setEndTime, setID, setParent, setSourceID, setStartTime, setUpTimes |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChangeAttributeValuePopup(JDomParser p)
public ChangeAttributeValuePopup(OutputComponent o)
Method Detail |
---|
public void registerAction(java.lang.String s, NiteAction a)
registerAction
in class JComponentHandler
net.sourceforge.nite.nstyle.handler.JComponentHandler#registerAction(net.sourceforge.nite.gui.actions.NiteAction)
public ObjectModelElement getSelectedElement()
public void setSelectedElement(ObjectModelElement selectedElement)
selectedElement
- The selectedElement to setpublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public void setDisplayer(Displayer displayer)
public void setLocation(javax.swing.JComponent location, int x, int y)
location
- The location to setpublic void setAttributeContext(java.util.Map popupContext)
attributeContext
- The attributeContext to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |