X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.document.server.io%2Fsrc%2Forg%2Fsimantics%2Fdocument%2Fserver%2Fio%2FITableCell.java;fp=bundles%2Forg.simantics.document.server.io%2Fsrc%2Forg%2Fsimantics%2Fdocument%2Fserver%2Fio%2FITableCell.java;h=00efe21487451f12d392bc6cce7c6e4daeac3d7e;hp=cf902b3ca456a61ce017fd86b66ca36388799824;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 diff --git a/bundles/org.simantics.document.server.io/src/org/simantics/document/server/io/ITableCell.java b/bundles/org.simantics.document.server.io/src/org/simantics/document/server/io/ITableCell.java index cf902b3ca..00efe2148 100644 --- a/bundles/org.simantics.document.server.io/src/org/simantics/document/server/io/ITableCell.java +++ b/bundles/org.simantics.document.server.io/src/org/simantics/document/server/io/ITableCell.java @@ -1,26 +1,26 @@ -package org.simantics.document.server.io; - -public interface ITableCell { - - String getText(); - - int getColumn(); - - int getRow(); - - int getBorder(); - - int getAlign(); - - IFont getFont(); - - IColor getFGColor(); - - IColor getBGColor(); - - boolean getLocked(); - - int getRowSpan(); - - int getColumnSpan(); -} +package org.simantics.document.server.io; + +public interface ITableCell { + + String getText(); + + int getColumn(); + + int getRow(); + + int getBorder(); + + int getAlign(); + + IFont getFont(); + + IColor getFGColor(); + + IColor getBGColor(); + + boolean getLocked(); + + int getRowSpan(); + + int getColumnSpan(); +}