Search this API

y.option
Class TableEditorFactory.InfoPosition

java.lang.Object
  extended by y.option.TableEditorFactory.InfoPosition
Enclosing class:
TableEditorFactory

public static final class TableEditorFactory.InfoPosition
extends java.lang.Object

Enumeration to specify the position of the editor's info component.

 

Field Summary
static TableEditorFactory.InfoPosition EAST
          Style with information component placed to the east of the table.
static TableEditorFactory.InfoPosition NONE
          Style with no information component at all.
static TableEditorFactory.InfoPosition NORTH
          Style with information component placed to the north of the table.
static TableEditorFactory.InfoPosition SOUTH
          Style with information component placed to the south of the table.
static TableEditorFactory.InfoPosition WEST
          Style with information component placed to the west of the table.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final TableEditorFactory.InfoPosition NONE
Style with no information component at all.


NORTH

public static final TableEditorFactory.InfoPosition NORTH
Style with information component placed to the north of the table.


WEST

public static final TableEditorFactory.InfoPosition WEST
Style with information component placed to the west of the table.


SOUTH

public static final TableEditorFactory.InfoPosition SOUTH
Style with information component placed to the south of the table. The default.


EAST

public static final TableEditorFactory.InfoPosition EAST
Style with information component placed to the east of the table.


© Copyright 2000-2022,
yWorks GmbH.
All rights reserved.