Class VCSGisSwingCommons

java.lang.Object
org.gvsig.vcsgis.swing.impl.VCSGisSwingCommons

public class VCSGisSwingCommons extends Object
Author:
gvSIG Team
  • Field Details

  • Constructor Details

    • VCSGisSwingCommons

      public VCSGisSwingCommons()
  • Method Details

    • getHTMLColorTag

      public static String getHTMLColorTag(Color color, String text)
    • getHTMLColorTag

      public static String getHTMLColorTag(Color color, boolean bold, String text)
    • getHTMLColorTag

      public static String getHTMLColorTag(Color color, boolean bold, boolean strikethrough, String text)
    • getHTMLColorTag

      public static String getHTMLColorTag(int state, String text)
    • getHTMLColorTag

      public static String getHTMLColorTag(VCSGisWorkspace workspace, String entityName)
    • getStateDescription

      public static String getStateDescription(VCSGisWorkspace workspace, String entityName)
    • getStateDescription

      public static String getStateDescription(int state)
    • setColorCompoment

      public static void setColorCompoment(Component c, Color color, boolean bold)
    • setColorCompoment

      public static void setColorCompoment(Component c, Color color, boolean bold, boolean strikethrough)
    • setColorCompoment

      public static void setColorCompoment(Component c, int state)
    • notInSwingThreadInvokeLater

      public static boolean notInSwingThreadInvokeLater(Runnable x)
    • cleanHighligthed

      public static void cleanHighligthed()
    • refreshDocument

      public static void refreshDocument(org.gvsig.fmap.dal.feature.FeatureStore store)
    • refreshDocument

      public static void refreshDocument(Set<org.gvsig.fmap.dal.feature.FeatureStore> stores)
    • createBBox

      public static org.gvsig.fmap.geom.Geometry createBBox(org.gvsig.fmap.geom.Geometry geom1, org.gvsig.fmap.geom.Geometry geom2)
    • showAuthenticationErrors

      public static boolean showAuthenticationErrors(String title, VCSGisRuntimeException ex)
    • showAuthenticationErrors

      public static boolean showAuthenticationErrors(String title, int errNum)
    • showAuthenticationErrors

      public static boolean showAuthenticationErrors(String title, int errNum, String message)
    • showAuthenticationRequiredMessage

      public static boolean showAuthenticationRequiredMessage(String title)
    • getOperationLabel

      public static String getOperationLabel(int operation)
    • hasConflictTheDatamodelWithOtherModelAlreadyRegistered

      public static boolean hasConflictTheDatamodelWithOtherModelAlreadyRegistered(VCSGisWorkspace workspace, String dataModelName)