Tabnine Logo
com.mxgraph.swing.util
Code IndexAdd Tabnine to your IDE (free)

How to use com.mxgraph.swing.util

Best Java code snippets using com.mxgraph.swing.util (Showing top 20 results out of 315)

origin: fiji/TrackMate

public static Action getSelectNoneAction()
{
  return mxGraphActions.getSelectNoneAction();
}
origin: fiji/TrackMate

public static Action getSelectAllAction()
{
  return mxGraphActions.getSelectAllAction();
}
origin: org.tinyjee.jgraphx/jgraphx

public void actionPerformed(ActionEvent e)
{
  updateAnimation();
}
origin: com.github.vlsi.mxgraph/jgraphx

/**
 * 
 */
public void actionPerformed(ActionEvent e)
{
  mxGraph graph = getGraph(e);
  if (graph != null)
  {
    graph.setSelectionCell(graph.groupCells(null,
        getGroupBorder(graph)));
  }
}
origin: org.tinyjee.jgraphx/jgraphx

/**
 * 
 */
public void actionPerformed(ActionEvent e)
{
  mxGraph graph = getGraph(e);
  if (graph != null)
  {
    graph.updateGroupBounds(null, getGroupBorder(graph));
  }
}
origin: org.tinyjee.jgraphx/jgraphx

/**
 * 
 */
public mxCellOverlay(ImageIcon icon, String warning)
{
  this.imageIcon = icon;
  setToolTipText(warning);
  setCursor(new Cursor(Cursor.DEFAULT_CURSOR));
}
origin: com.github.vlsi.mxgraph/jgraphx

/**
 * 
 */
public void actionPerformed(ActionEvent e)
{
  mxGraph graph = getGraph(e);
  if (graph != null)
  {
    boolean toBack = getValue(Action.NAME).toString()
        .equalsIgnoreCase("toBack");
    graph.orderCells(toBack);
  }
}
origin: org.tinyjee.jgraphx/jgraphx

/**
 * 
 */
public void actionPerformed(ActionEvent e)
{
  mxGraph graph = getGraph(e);
  if (graph != null)
  {
    graph.removeCells();
  }
}
origin: org.tinyjee.jgraphx/jgraphx

/**
 * Hook for subclassers to implement the animation. Invoke stopAnimation
 * when finished, startAnimation to resume. This is called whenever the
 * timer fires and fires an mxEvent.EXECUTE event with no properties.
 */
public void updateAnimation()
{
  fireEvent(new mxEventObject(mxEvent.EXECUTE));
}
origin: com.github.vlsi.mxgraph/jgraphx

  public void invoke(Object sender, mxEventObject evt)
  {
    Graphics g = (Graphics) evt.getProperty("g");
    paint(g);
  }
});
origin: org.tinyjee.jgraphx/jgraphx

/**
 * 
 */
public void actionPerformed(ActionEvent e)
{
  mxGraph graph = getGraph(e);
  if (graph != null)
  {
    graph.setSelectionCell(graph.groupCells(null,
        getGroupBorder(graph)));
  }
}
origin: com.github.vlsi.mxgraph/jgraphx

/**
 * 
 */
public void actionPerformed(ActionEvent e)
{
  mxGraph graph = getGraph(e);
  if (graph != null)
  {
    graph.updateGroupBounds(null, getGroupBorder(graph));
  }
}
origin: com.github.vlsi.mxgraph/jgraphx

/**
 * 
 */
public void actionPerformed(ActionEvent e)
{
  mxGraph graph = getGraph(e);
  if (graph != null)
  {
    graph.removeCellsFromParent();
  }
}
origin: sc.fiji/TrackMate_

public static Action getSelectNoneAction()
{
  return mxGraphActions.getSelectNoneAction();
}
origin: sc.fiji/TrackMate_

public static Action getSelectAllAction()
{
  return mxGraphActions.getSelectAllAction();
}
origin: com.github.vlsi.mxgraph/jgraphx

public void actionPerformed(ActionEvent e)
{
  updateAnimation();
}
origin: com.github.vlsi.mxgraph/jgraphx

/**
 * Hook for subclassers to implement the animation. Invoke stopAnimation
 * when finished, startAnimation to resume. This is called whenever the
 * timer fires and fires an mxEvent.EXECUTE event with no properties.
 */
public void updateAnimation()
{
  fireEvent(new mxEventObject(mxEvent.EXECUTE));
}
origin: com.github.vlsi.mxgraph/jgraphx

/**
 * 
 */
public void actionPerformed(ActionEvent e)
{
  mxGraph graph = getGraph(e);
  if (graph != null)
  {
    graph.removeCells();
  }
}
origin: org.tinyjee.jgraphx/jgraphx

/**
 * 
 */
public void actionPerformed(ActionEvent e)
{
  mxGraph graph = getGraph(e);
  if (graph != null)
  {
    graph.removeCellsFromParent();
  }
}
origin: com.github.vlsi.mxgraph/jgraphx

/**
 * 
 */
public void actionPerformed(ActionEvent e)
{
  mxGraph graph = getGraph(e);
  if (graph != null)
  {
    graph.setSelectionCells(graph.ungroupCells());
  }
}
com.mxgraph.swing.util

Most used classes

  • mxGraphActions
  • mxAnimation
    Baseclass for all timer-based animations. Fires mxEvent.DONE when the stopAnimation method is called
  • mxCellOverlay
  • mxGraphActions$DrillAction
  • mxGraphActions$FoldAction
  • mxGraphActions$LayerAction,
  • mxGraphActions$SelectAction,
  • mxGraphActions$UpdateGroupBoundsAction,
  • mxGraphActions$ZoomAction,
  • mxGraphTransferable,
  • mxICellOverlay,
  • mxMorphing
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now