|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mucommander.ui.main.table.Columns
public class Columns
Defines columns related constants.
| Field Summary | |
|---|---|
static int |
COLUMN_COUNT
Total number of columns |
static int |
DATE
Identifier of the date column. |
static int |
EXTENSION
Identifier of the extension column. |
static int |
GROUP
Identifier of the group column. |
static int |
NAME
Identifier of the name column. |
static int |
OWNER
Identifier of the owner column. |
static int |
PERMISSIONS
Identifier of the permissions column. |
static int |
SIZE
Identifier of the size column. |
| Method Summary | |
|---|---|
static java.lang.String |
getColumnLabel(int column)
Returns the localised name of the specified column. |
static java.lang.String |
getColumnName(int column)
Returns the specified column's identifier as a string. |
static int |
getMinimumColumnWidth(int column)
Returns the minimum width of the specified column. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int EXTENSION
public static final int NAME
public static final int SIZE
public static final int DATE
public static final int PERMISSIONS
public static final int OWNER
public static final int GROUP
public static final int COLUMN_COUNT
| Method Detail |
|---|
public static java.lang.String getColumnName(int column)
Note that the returned identifier should never be used as a displayable label, as it's not localised. It's only meant for internal use.
column - identifier of the column whose name should be retrieved.
public static java.lang.String getColumnLabel(int column)
column - column whose name should be returned.
public static int getMinimumColumnWidth(int column)
column - column whose minimum width should be returned.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This file is part of muCommander - Copyright (C) 2002-2008 Maxence Bernard