|
|||||||||
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.ChangeAttributeValueOptionPane
public class ChangeAttributeValueOptionPane
Constructor Summary | |
---|---|
ChangeAttributeValueOptionPane(JDomParser p)
|
|
ChangeAttributeValueOptionPane(ObjectModelElement e,
java.lang.String m,
java.lang.String attribute)
|
|
ChangeAttributeValueOptionPane(OutputComponent o)
|
Method Summary | |
---|---|
void |
addChild(NDisplayObjectHandler nah)
Attempts to add a child to this should fail, as it is a self containted display |
void |
createPeer()
|
java.lang.String |
getAttributeName()
Returns the attributeName |
java.lang.String |
getNewContent()
Returns the newContent. |
ObjectModelElement |
getSelectedElement()
Returns the selectedElement. |
void |
registerAction(java.lang.String s,
NiteAction a)
This method does nothing, as the same action is always carried out from this class |
void |
setAttributeName(java.lang.String attributeName)
Sets the attributeName. |
void |
setNewContent(java.lang.String newContent)
Sets the newContent. |
void |
setSelectedElement(ObjectModelElement selectedElement)
Sets the selectedElement. |
Methods inherited from class net.sourceforge.nite.nstyle.handler.JComponentHandler |
---|
addActionReference, 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 ChangeAttributeValueOptionPane(JDomParser p)
public ChangeAttributeValueOptionPane(OutputComponent o)
public ChangeAttributeValueOptionPane(ObjectModelElement e, java.lang.String m, java.lang.String attribute)
Method Detail |
---|
public void createPeer()
public java.lang.String getNewContent()
public void setNewContent(java.lang.String newContent)
newContent
- The newContent to setpublic void registerAction(java.lang.String s, NiteAction a)
registerAction
in class JComponentHandler
net.sourceforge.nite.nstyle.handler.JComponentHandler#registerAction(NiteAction)
public void addChild(NDisplayObjectHandler nah)
addChild
in class JComponentHandler
nah
- The child to add.NDisplayObjectHandler.addChild(NDisplayObjectHandler)
public ObjectModelElement getSelectedElement()
public void setSelectedElement(ObjectModelElement selectedElement)
selectedElement
- The selectedElement to setpublic java.lang.String getAttributeName()
public void setAttributeName(java.lang.String attributeName)
attributeName
- The attributeName to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |