public class SimpleSenseWidget extends SimpleBasicWidget<T>
PoshWidget.PropertyNode| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_FAIL_SENSE |
static String |
DEFAULT_SUCCEED_SENSE |
height, propertyNode, width| Modifier and Type | Method and Description |
|---|---|
protected void |
addChildWidget(cz.cuni.amis.pogamut.sposh.elements.PoshElement dataNode)
This is called when node is added as child
|
protected List<AbstractMenuAction> |
createMenuActions()
Create actions for context menu.
|
protected org.openide.nodes.Sheet |
createSheet()
Create Node.Sheet for poroperties of this widget.
|
void |
elementPropertyChange(PropertyChangeEvent evt)
This is a method that is supposed to handle property changes of the lap
element.
|
protected List<AbstractAcceptAction> |
getAcceptProviders()
Return list of acceptors that will do something when proper
Transferable is dropped on the widget.
|
String |
getHeadlineText()
Get actual text of headline.
|
protected PoshNodeType |
getType()
Get type of widget, in this case type of PoshElement
|
addTriggeredActionWidgets, addTriggeredActionWidgets, changeTriggeredActionWidgets, deleteWidgetFromScene, getAssociatedWidget, getIndexOfElement, getPopupMenu, moveChildWidget, moveChildWidgetNode, nodeChangedcalculateClientArea, createPropertiesNode, doRepaint, getChildNodes, getCommentText, getConnection, getDataNode, getParent, getPoshScene, getPropertiesNode, getRootWidget, isAncestor, isCollapsed, paintWidget, propertyChange, select, setCollapsed, setCommentText, setHeadlineText, toString, updateSourcesaddChild, addChild, addChild, addChild, addChildren, addDependency, bringToBack, bringToFront, convertLocalToScene, convertLocalToScene, convertSceneToLocal, convertSceneToLocal, createActions, equals, getAccessibleContext, getActions, getActions, getBackground, getBorder, getBounds, getChildConstraint, getChildren, getClientArea, getCursor, getCursorAt, getDependencies, getFont, getForeground, getGraphics, getLayout, getLocation, getLookup, getMaximumSize, getMinimumSize, getParentWidget, getPreferredBounds, getPreferredLocation, getPreferredSize, getResourceTable, getScene, getState, getToolTipText, hashCode, isCheckClipping, isEnabled, isHitAt, isOpaque, isPreferredBoundsSet, isRepaintRequiredForRevalidating, isValidated, isVisible, notifyAdded, notifyBackgroundChanged, notifyFontChanged, notifyForegroundChanged, notifyRemoved, notifyStateChanged, paint, paintBackground, paintBorder, paintChildren, removeChild, removeChildren, removeChildren, removeDependency, removeFromParent, repaint, resolveBounds, revalidate, revalidate, setAccessibleContext, setBackground, setBackgroundFromResource, setBorder, setBorder, setCheckClipping, setChildConstraint, setCursor, setEnabled, setFont, setFontFromResource, setForeground, setForegroundFromResource, setLayout, setMaximumSize, setMinimumSize, setOpaque, setPreferredBounds, setPreferredLocation, setPreferredSize, setResourceTable, setState, setToolTipText, setVisible, updateResourcespublic static final String DEFAULT_FAIL_SENSE
public static final String DEFAULT_SUCCEED_SENSE
protected void addChildWidget(cz.cuni.amis.pogamut.sposh.elements.PoshElement dataNode)
SimpleBasicWidgetaddChildWidget in class SimpleBasicWidget<cz.cuni.amis.pogamut.sposh.elements.Sense>protected List<AbstractMenuAction> createMenuActions()
SimpleBasicWidgetcreateMenuActions in class SimpleBasicWidget<cz.cuni.amis.pogamut.sposh.elements.Sense>public String getHeadlineText()
PoshWidgetgetHeadlineText in class PoshWidget<cz.cuni.amis.pogamut.sposh.elements.Sense>protected PoshNodeType getType()
PoshWidgetgetType in class PoshWidget<cz.cuni.amis.pogamut.sposh.elements.Sense>public void elementPropertyChange(PropertyChangeEvent evt)
PoshWidgetelementPropertyChange in class PoshWidget<cz.cuni.amis.pogamut.sposh.elements.Sense>evt - description of changeprotected List<AbstractAcceptAction> getAcceptProviders()
PoshWidgetgetAcceptProviders in class PoshWidget<cz.cuni.amis.pogamut.sposh.elements.Sense>protected org.openide.nodes.Sheet createSheet()
PoshWidgetcreateSheet in class PoshWidget<cz.cuni.amis.pogamut.sposh.elements.Sense>Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.