Home
last modified time | relevance | path

Searched refs:cell (Results 351 – 375 of 383) sorted by last modified time

1...<<111213141516

/plugin/rack/
H A Dprint.css12 …border: 1px solid black; /* visible when printing in black-on-white mode, also makes cell spacing …
H A Dstyle.css17 …border: 1px solid black; /* visible when printing in black-on-white mode, also makes cell spacing …
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djgraphx-examples.jar ... ) java.awt.event.MouseEvent e Object cell } com/mxgraph/examples/swing/ClickHandler ...
H A Djdraw.jar ... ) java.awt.event.MouseEvent e Object cell } com/mxgraph/examples/swing/ClickHandler ...
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java116 Object cell = t.getCells()[0]; in GraphEditor()
118 if (graph.getModel().isEdge(cell)) in GraphEditor()
120 ((CustomGraph) graph).setEdgeTemplate(cell); in GraphEditor()
615 public String getToolTipForCell(Object cell) in getToolTipForCell() argument
618 mxGeometry geo = getModel().getGeometry(cell); in getToolTipForCell()
619 mxCellState state = getView().getState(cell); in getToolTipForCell()
621 if (getModel().isEdge(cell)) in getToolTipForCell()
H A DSchemaEditor.java38 public boolean isCellFoldable(Object cell, boolean collapse) in SchemaEditor()
40 return model.isVertex(cell); in SchemaEditor()
H A DUserObject.java64 public boolean isCellEditable(Object cell) in UserObject()
66 return !getModel().isEdge(cell); in UserObject()
70 public String convertValueToString(Object cell) in UserObject()
72 if (cell instanceof mxCell) in UserObject()
74 Object value = ((mxCell) cell).getValue(); in UserObject()
101 return super.convertValueToString(cell); in UserObject()
108 if (cell instanceof mxCell && newValue != null) in UserObject()
110 Object value = ((mxCell) cell).getValue(); in UserObject()
167 if (cell instanceof mxCell) in UserObject()
169 Object value = ((mxCell) cell).getValue(); in UserObject()
[all …]
H A DGraphEditor.java.bak97 Object cell = t.getCells()[0];
99 if (graph.getModel().isEdge(cell))
101 ((CustomGraph) graph).setEdgeTemplate(cell);
423 * Overrides drop behaviour to set the cell style if the target
484 * Prints out some useful information about the cell in the tooltip.
486 public String getToolTipForCell(Object cell)
489 mxGeometry geo = getModel().getGeometry(cell);
490 mxCellState state = getView().getState(cell);
492 if (getModel().isEdge(cell))
H A DPort.java35 public boolean isPort(Object cell) in Port()
37 mxGeometry geo = getCellGeometry(cell); in Port()
44 public String getToolTipForCell(Object cell) in Port()
46 if (model.isEdge(cell)) in Port()
48 return convertValueToString(model.getTerminal(cell, true)) + " -> " + in Port()
49 convertValueToString(model.getTerminal(cell, false)); in Port()
52 return super.getToolTipForCell(cell); in Port()
56 public boolean isCellFoldable(Object cell, boolean collapse) in Port()
H A DUserObject.java.bak58 public boolean isCellEditable(Object cell)
60 return !getModel().isEdge(cell);
64 public String convertValueToString(Object cell)
66 if (cell instanceof mxCell)
68 Object value = ((mxCell) cell).getValue();
95 return super.convertValueToString(cell);
102 if (cell instanceof mxCell && newValue != null)
104 Object value = ((mxCell) cell).getValue();
161 if (cell instanceof mxCell)
163 Object value = ((mxCell) cell).getValue();
[all …]
H A DClickHandler.java48 Object cell = graphComponent.getCellAt(e.getX(), e.getY()); in ClickHandler()
50 if (cell != null) in ClickHandler()
52 System.out.println("cell="+graph.getLabel(cell)); in ClickHandler()
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DBasicGraphEditor.java782 Object cell = graph.getSelectionCell();
784 if (cell == null
785 || graph.getModel().getChildCount(cell) == 0)
787 cell = graph.getDefaultParent();
794 layout.execute(cell);
H A DBasicGraphEditor.java.bak771 Object cell = graphComponent.getGraph()
774 if (cell == null
776 .getChildCount(cell) == 0)
778 cell = graphComponent.getGraph().getDefaultParent();
782 layout.execute(cell);
H A DJTableRenderer.java86 protected Object cell; field in JTableRenderer
107 public JTableRenderer(final Object cell, in JTableRenderer() argument
110 this.cell = cell; in JTableRenderer()
144 graph.foldCells(graph.isCellCollapsed(cell), false, in JTableRenderer()
145 new Object[] { cell }); in JTableRenderer()
150 + ((graph.isCellCollapsed(cell)) ? "maximize.gif" in JTableRenderer()
171 if (graph.getModel().getChildCount(cell) == 0) in JTableRenderer()
245 if (!graph.isCellSelected(cell)) in mousePressed()
247 graphContainer.selectCellForEvent(cell, e); in mousePressed()
252 cell); in mousePressed()
[all …]
H A DEditorPalette.java232 mxCell cell = new mxCell(value, geometry, style); in addEdgeTemplate() local
233 cell.setEdge(true); in addEdgeTemplate()
235 addTemplate(name, icon, cell); in addEdgeTemplate()
250 mxCell cell = new mxCell(value, new mxGeometry(0, 0, width, height), in addTemplate() local
252 cell.setVertex(true); in addTemplate()
254 addTemplate(name, icon, cell); in addTemplate()
263 public void addTemplate(final String name, ImageIcon icon, mxCell cell) in addTemplate() argument
265 mxRectangle bounds = (mxGeometry) cell.getGeometry().clone(); in addTemplate()
267 new Object[] { cell }, bounds); in addTemplate()
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor_zh-CN.properties181 noCellSelected=No cell selected.
H A Deditor.properties185 noCellSelected=No cell selected.
H A Deditor.properties.bak181 noCellSelected=No cell selected.
/plugin/semanticdata/syntax/
H A Dentry.php284 foreach($cells as $cell) {
286 $renderer->form->addElement($cell);
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt272 … horizontally, just make the next cell completely empty as shown above. Be sure to have always the…
281 As you can see, it's the cell separator before a cell which decides about the formatting:
/plugin/jmol2/jmol/
H A DJmolAppletSigned0_ReadersMore.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DCHANGES.txt111 # bug fix: CASTEP reader not understanding unit specifier in .cell files
808 # select atomName = "O11" and cell = 555
848 # yes cell crystallographic unit cell
887 # yes unitXyz unit cell XYZ coordinates
888 # yes yes uX unit cell X coordinate normalized to [0,1)
889 # yes yes uY unit cell Y coordinate normalized to [0,1)
890 # yes yes uZ unit cell Z coordinate normalized to [0,1)
1041 # pack a unit cell using:
1297 # loads crystal structure and packs unit cell
3484 # bug fix: setting perspective model resets unit cell on
[all …]
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...

1...<<111213141516